Replies: 3 comments
-
You can't install since Android doesn't allow this, different singnature. |
Beta Was this translation helpful? Give feedback.
-
That's me the bot :) Anyway, the
|
Beta Was this translation helpful? Give feedback.
-
Converting to a discussion since it looks like it's not yet actionable and we need a bit more discussion to specify the work, feel free to reopen if necessary |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We have successfully deployed two versions of the Android app to F-Droid as part of #8512.
Right now the update process is manual and described in the
doc/FDROID.md
file. But it is possible to automate this process using theAutoUpdateMode
,UpdateCheckMode
, andUpdateCheckIgnore
settings:https://f-droid.org/en/docs/Build_Metadata_Reference/#AutoUpdateMode
https://f-droid.org/en/docs/Build_Metadata_Reference/#UpdateCheckMode
https://f-droid.org/en/docs/Build_Metadata_Reference/#UpdateCheckIgnore
The most sensible solution would be to use the
AutoUpdateMode: Version
and/orUpdateCheckMode: Tags
setting.The main problem to solve is how to match theversionCode
with the one for the Play Store release. This is important in order to avoid F-Droid release being able to be installed on top of the Play Store one or vice versa depending on order.As @lokalise-bot commented below, the
versionCode
issue might not be as serious.Beta Was this translation helpful? Give feedback.
All reactions