diff --git a/README.md b/README.md index 08c6a29..63767d0 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,20 @@ # BonjourBrowser -Android app to browse bonjour (zeroconf, avahi) services for http, ssh and vnc. +Discover web portals of devices in your local network and connect with one click! + +Android app to find Bonjour (ZeroConf, Avahi) services for HTTP, SSH and VNC. On found services you can: * Launch a browser - * Start the integrated Browser - * Launch an external SSH client ( recommended: [JuiceSSH](https://play.google.com/store/apps/details?id=com.sonelli.juicessh&hl=gsw&gl=US)) - * Launch an external VNC client (e.g. [AVNC](https://play.google.com/store/apps/details?id=com.gaurav.avnc&hl=gsw&gl=US)) + * Open in the embedded Browser + * Launch an external SSH client e.g. [JuiceSSH](https://play.google.com/store/apps/details?id=com.sonelli.juicessh) + * Launch an external VNC client e.g. [AVNC](https://play.google.com/store/apps/details?id=com.gaurav.avnc) There is a couple of special features for the internal Browser: * Keep the Screen On * Hide System Bars * Support a JS Dim API (for [AvNav](https://play.google.com/store/apps/details?id=de.wellenvogel.avnav.main&hl=gsw&gl=US)) - -Find it on PlayStore here + +## Installation +* Install from [Play Store](https://play.google.com/store/apps/details?id=de.wellenvogel.bonjourbrowser) +* Install from [F-Droid](https://f-droid.org/packages/de.wellenvogel.bonjourbrowser/) diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml new file mode 100644 index 0000000..1ebcd8d --- /dev/null +++ b/app/src/main/res/values-ru/strings.xml @@ -0,0 +1,27 @@ + + Сканировать + Стоп + + Настройки + Внутренний браузер + Держать экран включенным + Скрыть системную строку состояния + Скрыть системную панель навигации + Использовать внутренний DNS резолвер + Включить Dim js Api + Сбросить веб-хранилище (перезапустить) + Загрузка + Требуется аутентификация + Масштаб текста + Сеть изменена + Уведомления о скачивании + Уведомления при скачивании файлов + Скачивание уже запущено + Привязка к сети + Найти SSH + нет приложения для обработки + Найти VNC + скачивание завершено + "ошибка скачивания: " + скачивание прервано + \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 8e94a4d..b070c69 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1,3 +1,9 @@ Discover web portals of devices in your local network and connect with one click! -Bonjour Browser lets you browse your local network for Bonjour (ZeroConf, Avahi) services for http and launch a browser on found services. You can use the System Browser or an embedded one. +The app lets you find Bonjour (ZeroConf, Avahi) services for HTTP, SSH and VNC. + +On found services you can: + * Launch a browser + * Open in the embedded Browser + * Launch an external SSH client e.g. JuiceSSH + * Launch an external VNC client e.g. AVNC diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt index fcd50c3..45f9da0 100644 --- a/fastlane/metadata/android/en-US/short_description.txt +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -1 +1 @@ -Browse Bonjour services for http \ No newline at end of file +Browse Bonjour services for HTTP, SSH and VNC \ No newline at end of file diff --git a/fastlane/metadata/android/ru/full_description.txt b/fastlane/metadata/android/ru/full_description.txt new file mode 100644 index 0000000..a36f534 --- /dev/null +++ b/fastlane/metadata/android/ru/full_description.txt @@ -0,0 +1,9 @@ +Находите веб-порталы устройств в вашей локальной сети и подключитесь одним кликом! + +Приложение позволяет найти сервисы Bonjour (ZeroConf, Avahi) для HTTP, SSH и VNC. + +Для найденных сервисах вы можете: + * Запустите браузер + * Открыть во встроенном браузере + * Запустить внешний SSH-клиент, н.п. JuiceSSH + * Запустить внешний клиент VNC, н.п. AVNC \ No newline at end of file diff --git a/fastlane/metadata/android/ru/short_description.txt b/fastlane/metadata/android/ru/short_description.txt new file mode 100644 index 0000000..b471a45 --- /dev/null +++ b/fastlane/metadata/android/ru/short_description.txt @@ -0,0 +1 @@ +Просмотр сервисов Bonjour в локальной сети для HTTP, SSH and VNC \ No newline at end of file