diff --git a/gp_unavailable.txt b/gp_unavailable.txt index 9d2dd93f..504ddb94 100644 --- a/gp_unavailable.txt +++ b/gp_unavailable.txt @@ -1,3 +1,7 @@ +Clover has been permanently removed from Google Play, but is still being developed and available on F-Droid. +Read the timeline below for more info. +================== + On 2016-1-17 Clover was suspended from Google Play, with the reason "Violation of the sexually explicit material provision of the Content Policy." I made an appeal for this suspension, and that might take a few days to process. This happened about an hour after I uploaded the final beta to the Play Store, that had some changes to what top boards were displayed, and I think that triggered the suspension. diff --git a/index.html b/index.html index 7165d5cf..d14ee90f 100644 --- a/index.html +++ b/index.html @@ -19,10 +19,10 @@
@@ -34,20 +34,17 @@
-
+
@@ -75,15 +72,44 @@
+
+
+

F-Droid

+

+ Clover on F-Droid
+
+ Clover is available on F-Droid, the free and open-source software app repository for Android Apps.
+ F-Droid makes it easy to browse, install, and keep track of app updates.
+ F-Droid does not require root. +

+ + Steps to install: +
    +
  • Enable your device to install downloaded APKs in order to install F-Droid. Go to Settings > Security > and enable the "Unknown sources" checkbox. Accept the warning by pressing OK.
    + Note: F-Droid is safe to use because all F-Droid apps are free and open-source.
  • +
  • + Download the F-Droid APK and install it. +
  • +
  • + Start F-Droid and wait for the repository to sync, this can take up to 3 minutes. +
  • +
  • + Search for Clover in the F-Droid app or click this link from your phone's browser and download the latest version. +
  • +
+

+ You will receive notifications about new versions of Clover automatically. +

+
+

Releases

- These are all the APK releases currently on GitHub. See GitHub.
- The APKs are signed with the same key as Google Play. You can install it over an installed version if the already installed version was also signed with the Google Play key. Uninstall the already installed version otherwise before installing a new one.
+ These are all the APK releases currently on GitHub. See GitHub.

- It's recommended to download Clover with Google Play or F-Droid to get automatic updates! + It's recommended to download Clover with F-Droid to get automatic updates!

    @@ -132,6 +158,12 @@ + + For your autism + PayPal + 2016/03/08 + $40.00 + alex PayPal @@ -162,6 +194,12 @@ 2016/01/18 $10.00 + + Anonymous + PayPal + 2016/04/03 + $6.00 + Anonymous PayPal @@ -220,33 +258,21 @@
-
+ -

-

- Alternatively download the APK from the releases page, but you won't get automatic updates. -

+ Maybe again when I setup a f-droid repo for it.
-
+
--> - + diff --git a/js/main.js b/js/main.js index 9b4a3dcf..cc624133 100644 --- a/js/main.js +++ b/js/main.js @@ -91,7 +91,7 @@ function getReleases() { } } -var pages = ['download', 'releases', 'donate', 'beta'] +var pages = ['index', 'fdroid', 'releases', 'donate'] function switchPage(page) { if (page[0] == '#') { @@ -99,7 +99,7 @@ function switchPage(page) { } if (!page) { - page = 'download'; + page = 'index'; } if (inArray(pages, page)) { @@ -119,7 +119,7 @@ function switchPage(page) { } var headerElement = document.querySelector('.header'); - if (page == 'download') { + if (page == 'index') { headerElement.classList.remove('collapsed'); } else { headerElement.classList.add('collapsed');