From c45ec276c669cae63186a8f1af3e21437996d6bf Mon Sep 17 00:00:00 2001 From: andrekir Date: Sat, 29 Jan 2022 10:07:37 -0300 Subject: [PATCH 1/2] update play store listing --- docs/software/android/installation.md | 6 +++--- docusaurus.config.js | 8 -------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/docs/software/android/installation.md b/docs/software/android/installation.md index f04c7463..b64257fd 100644 --- a/docs/software/android/installation.md +++ b/docs/software/android/installation.md @@ -3,12 +3,12 @@ id: android-installation title: Android application installation sidebar_label: Installation --- -~~Our Android application is available to download on Google Play.~~ Our Google Play listing has been removed by google due to a recent policy change by them with respect to the background location access (which our app needs). We've started the '[appeal](/docs/software/android/location-access)' process, but for now you'll need to get the app from other places. +Our Android application is available to download on Google Play Store. + +

Download at https://play.google.com/store/apps/details?id=com.geeksville.mesh The app is also available on the Amazon [Appstore](https://www.amazon.com/Geeksville-Industries-Meshtastic/dp/B08CY9394Q). You will need to install the Amazon Appstore onto your phone in order to install the Meshtastic application. -

Download at https://play.google.com/store/apps/details?id=com.geeksville.mesh Download at https://www.amazon.com/Geeksville-Industries-Meshtastic/dp/B08CY9394Q

- The application may not be found if your phone/Android version are too old. The minimum Android version is 5.0 (Lollipop 2014, first BLE support). However, Android 6, Marshmallow 2015, is recommended as the Bluetooth is more stable. The app can also be sideloaded by downloading the .apk from the GitHub releases page. If you do sideload, you may have to give your browser permissions to run a package installer. If you wish to view the code or contribute to development of the app, please visit the app's GitHub page. diff --git a/docusaurus.config.js b/docusaurus.config.js index c8b01020..008ff2d4 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -17,14 +17,6 @@ const config = { colorMode: { respectPrefersColorScheme: true, }, - announcementBar: { - id: "play_store_workaround", - content: - 'Android app unavailable in the Google Play Store store. Install by side-loading from GitHub or Amazon.', - backgroundColor: "#ff9999", - textColor: "#091E42", - isCloseable: true, - }, navbar: { title: "Meshtastic", hideOnScroll: true, From a67e10bdbeaf9757c9b5a5b4fcdec70b49ac83b5 Mon Sep 17 00:00:00 2001 From: andrekir Date: Sat, 29 Jan 2022 10:19:06 -0300 Subject: [PATCH 2/2] fix typo --- docs/software/android/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/software/android/installation.md b/docs/software/android/installation.md index b64257fd..910ff48a 100644 --- a/docs/software/android/installation.md +++ b/docs/software/android/installation.md @@ -5,7 +5,7 @@ sidebar_label: Installation --- Our Android application is available to download on Google Play Store. -

Download at https://play.google.com/store/apps/details?id=com.geeksville.mesh +

Download at https://play.google.com/store/apps/details?id=com.geeksville.mesh

The app is also available on the Amazon [Appstore](https://www.amazon.com/Geeksville-Industries-Meshtastic/dp/B08CY9394Q). You will need to install the Amazon Appstore onto your phone in order to install the Meshtastic application.