Skip to content

Commit

Permalink
Remove F-Droid buttons
Browse files Browse the repository at this point in the history
IzzyOnDroid is the recommended source for Catima updates
  • Loading branch information
TheLastProject committed Apr 21, 2024
1 parent 1f6c3bd commit 4041dc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ page_title: Catima - The Libre Card Wallet # Automatically populates with app na

appstore_link: # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
playstore_link: https://play.google.com/store/apps/details?id=me.hackerchick.catima # Enter Google Play Store URL.
fdroid_link: https://f-droid.org/en/packages/me.hackerchick.catima/
#fdroid_link: https://f-droid.org/en/packages/me.hackerchick.catima/
izzyondroid_link: https://apt.izzysoft.de/fdroid/index/apk/me.hackerchick.catima
directDownload_link: https://github.com/TheLastProject/Catima/releases/latest/download/app-release.apk
#presskit_download_link: https://emilbaehr.com # Enter a link to downloadable file or (e.g. public Dropbox link to a .zip file). Or upload your press kit file to assets and set path accordingly (e.g. "assets/your_press_kit.zip").
Expand Down
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h2 class="appPrice">
</div>
<script>
function showConfirmationDialog() {
var isConfirmed = confirm("Direct download excludes getting automatic updates. We recommend using IzzyOnDroid, F-Droid or Google Play instead. Press 'OK' to download anyway.");
var isConfirmed = confirm("Direct download excludes getting automatic updates. We recommend using IzzyOnDroid or Google Play instead. Press 'OK' to download anyway.");
if (isConfirmed) {
window.location.href = document.getElementById("directDownloadLink").href;
}
Expand Down
10 changes: 1 addition & 9 deletions _pages/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Yes. You can [make a donation](/donate) to show your appreciation for the projec

### How long does it take for an update to be available?

An APK file for every update is published to [GitHub Releases](https://github.com/CatimaLoyalty/Android/releases) and submitted to Google Play (and automatically detected by IzzyOnDroid and F-Droid). Below is the list of "app stores" sorted by how fast they update.
An APK file for every update is published to [GitHub Releases](https://github.com/CatimaLoyalty/Android/releases) and submitted to Google Play (and automatically detected by IzzyOnDroid). Below is the list of "app stores" sorted by how fast they update.

**Please note:** When switching app source, you will first have to uninstall Catima. To prevent data loss, make sure to use the Import/Export menu to export your data for re-import on the new install.

Expand All @@ -47,20 +47,12 @@ The fastest option is [IzzyOnDroid](https://apt.izzysoft.de/fdroid/index/apk/me.

IzzyOnDroid scans GitHub Releases once a day and instantly publishes the new version. The delay is less than 24 hours, quite often IzzyOnDroid picks up the Catima update within a few hours of release.

#### F-Droid

Another option is [F-Droid](https://f-droid.org/en/packages/me.hackerchick.catima/).

F-Droid builds Catima from the publicly available source code. An app update tends to be available between 3 and 6 days after release but may take longer.

#### Google Play

Another option is [Google Play](https://play.google.com/store/apps/details?id=me.hackerchick.catima).

Google Play's speed of updating mostly depends on how long Google takes to review the update. Sometimes this is less than 24 hours, sometimes much longer (the current longest delay was 16 days on October 7th, 2022). Catima updates first get published to Open Testing (everyone is free to join this through the [Android App Testing program](https://play.google.com/apps/testing/me.hackerchick.catima)) and then the update gets rolled out slowly (generally about 20% of users per day) to Production. When switching from Open Testing to Production Google has to review the update again, possibly adding extra delay.

On average, Google Play Open Testing tends to be slower than IzzyOnDroid but faster than F-Droid. Google Play Production tends to be roughly as fast as F-Droid most of the time, sometimes faster and sometimes slower.

### I don't like the new version, how do I downgrade?

Every release ever made is available on [GitHub Releases](https://github.com/CatimaLoyalty/Android/releases). Choose the version you want and download the attached .apk file.
Expand Down

0 comments on commit 4041dc1

Please sign in to comment.