Merge branch 'update-screenshots'
12
README.md
@ -33,11 +33,11 @@ Trust cellular or Wi-Fi networks to fine-grain your connectivity. You can then c
|
||||
|
||||
[<img src="res/snap-trusted.png" width="300">](res/snap-trusted.png)
|
||||
|
||||
### See your connection parameters
|
||||
### Siri shortcuts
|
||||
|
||||
Passepartout strives for transparency, by showing a fairly detailed yet understandable resume of your connection parameters.
|
||||
Enjoy the convenience of Siri shortcuts to automate frequent VPN actions.
|
||||
|
||||
[<img src="res/snap-parameters.png" width="300">](res/snap-parameters.png)
|
||||
[<img src="res/snap-shortcuts.png" width="300">](res/snap-shortcuts.png)
|
||||
|
||||
### Override network settings
|
||||
|
||||
@ -45,6 +45,12 @@ Override default gateway, DNS and proxy settings right from the app. Don't bothe
|
||||
|
||||
[<img src="res/snap-network.png" width="300">](res/snap-network.png)
|
||||
|
||||
### See your connection parameters
|
||||
|
||||
Passepartout strives for transparency, by showing a fairly detailed yet understandable resume of your connection parameters.
|
||||
|
||||
[<img src="res/snap-parameters.png" width="300">](res/snap-parameters.png)
|
||||
|
||||
### Disconnect on sleep
|
||||
|
||||
Keeping the VPN active in the background provides smoother operation, but may be tough for the battery. You might want to use this feature if you're concerned about battery life. When the device goes to sleep, the VPN will disconnect to then reconnect on device wake-up.
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit f9373dd7681e82741dd173e0be22cdea9a17c980
|
||||
Subproject commit a6f33824ce1434a0fa5bbd49f9d817a776f7ea7b
|
Before Width: | Height: | Size: 118 KiB After Width: | Height: | Size: 285 KiB |
Before Width: | Height: | Size: 400 KiB After Width: | Height: | Size: 309 KiB |
Before Width: | Height: | Size: 332 KiB After Width: | Height: | Size: 298 KiB |
Before Width: | Height: | Size: 428 KiB After Width: | Height: | Size: 228 KiB |
Before Width: | Height: | Size: 338 KiB After Width: | Height: | Size: 220 KiB |
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 124 KiB |
Before Width: | Height: | Size: 212 KiB After Width: | Height: | Size: 187 KiB |
Before Width: | Height: | Size: 222 KiB After Width: | Height: | Size: 83 KiB |
Before Width: | Height: | Size: 184 KiB After Width: | Height: | Size: 116 KiB |
Before Width: | Height: | Size: 270 KiB After Width: | Height: | Size: 115 KiB |
Before Width: | Height: | Size: 177 KiB |
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 160 KiB |
Before Width: | Height: | Size: 251 KiB After Width: | Height: | Size: 238 KiB |
Before Width: | Height: | Size: 274 KiB After Width: | Height: | Size: 105 KiB |
Before Width: | Height: | Size: 196 KiB After Width: | Height: | Size: 147 KiB |
Before Width: | Height: | Size: 314 KiB After Width: | Height: | Size: 147 KiB |
Before Width: | Height: | Size: 208 KiB |
Before Width: | Height: | Size: 208 KiB After Width: | Height: | Size: 200 KiB |
BIN
res/snap-shortcuts.png
Normal file
After Width: | Height: | Size: 139 KiB |
Before Width: | Height: | Size: 314 KiB After Width: | Height: | Size: 361 KiB |
@ -1,7 +0,0 @@
|
||||
#!/bin/sh
|
||||
rm -f res/snap-*.png
|
||||
cp fastlane/screenshots/en-US/iphone65-02.png res/snap-home.png
|
||||
cp fastlane/screenshots/en-US/iphone65-04.png res/snap-parameters.png
|
||||
cp fastlane/screenshots/en-US/iphone65-03.png res/snap-profile.png
|
||||
cp fastlane/screenshots/en-US/iphone65-05.png res/snap-trusted.png
|
||||
cp fastlane/screenshots/en-US/iphone65-06.png res/snap-network.png
|