|
@@ -1,16 +1,14 @@
|
|
|
# Outline Manager for Android
|
|
# Outline Manager for Android
|
|
|
|
|
|
|
|
|
|
+An application for managing Outline VPN servers.
|
|
|
|
|
+
|
|
|
This application uses Outline Server Management API to manage Outline servers. You can find more
|
|
This application uses Outline Server Management API to manage Outline servers. You can find more
|
|
|
information on https://getoutline.org.
|
|
information on https://getoutline.org.
|
|
|
|
|
|
|
|
<picture>
|
|
<picture>
|
|
|
- <source width="300" media="(prefers-color-scheme: dark)" srcset="app/src/main/play/listings/en-US/graphics/phone-screenshots/1.jpg">
|
|
|
|
|
- <img width="300" src="app/src/main/play/listings/en-US/graphics/phone-screenshots/5.jpg">
|
|
|
|
|
-</picture>
|
|
|
|
|
-
|
|
|
|
|
-<picture>
|
|
|
|
|
- <source width="300" media="(prefers-color-scheme: dark)" srcset="app/src/main/play/listings/en-US/graphics/phone-screenshots/2.jpg">
|
|
|
|
|
- <img width="300" src="app/src/main/play/listings/en-US/graphics/phone-screenshots/6.jpg">
|
|
|
|
|
|
|
+ <source media="(prefers-color-scheme: dark)" srcset="https://sirekanyan.org/screenshots/outline-dark.png">
|
|
|
|
|
+ <img src="https://sirekanyan.org/screenshots/outline.png">
|
|
|
</picture>
|
|
</picture>
|
|
|
|
|
|
|
|
<a href='https://play.google.com/store/apps/details?id=org.sirekanyan.outline'><img height='100' alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png'/></a>
|
|
<a href='https://play.google.com/store/apps/details?id=org.sirekanyan.outline'><img height='100' alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png'/></a>
|
|
|
|
|
+<a href='https://f-droid.org/en/packages/org.sirekanyan.outline/'><img height='100' alt='Get it on F-Droid' src='https://fdroid.gitlab.io/artwork/badge/get-it-on.png'/></a>
|