Skip to content

Commit

Permalink
apps: Link to release page for Android, rather than directly to APK.
Browse files Browse the repository at this point in the history
The old link here broke once we introduced separate APKs per ABI,
in zulip/zulip-mobile#5296.

We could make a direct link to app-armeabi-v7a-release.apk , the one
that's compatible with almost all devices.  But perhaps better is to
just go back to linking to the release page, where the user can
choose the best APK for their device.  (If they're in the habit of
downloading APKs manually to install on their device, then probably
that means they're going to be used to choosing the right one.)

User report and discussion:
  https://chat.zulip.org/#narrow/stream/48-mobile/topic/Direct.20apk.20download.20link.20is.20404/near/1358758
  • Loading branch information
gnprice committed Apr 6, 2022
1 parent b7e2f8d commit 9d7fdc7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions static/js/portico/landing-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ const apps_events = function () {
description: "Zulip's native Android app makes it easy to keep up while on the go.",
show_instructions: false,
play_store_link: "https://play.google.com/store/apps/details?id=com.zulipmobile",
download_link:
"https://github.com/zulip/zulip-mobile/releases/latest/download/app-release.apk",
download_link: "https://github.com/zulip/zulip-mobile/releases/latest",
app_type: "mobile",
},
ios: {
Expand Down

0 comments on commit 9d7fdc7

Please sign in to comment.