joaomneto / TitanCompanion

Android app to support Fighting Fantasy gamebook playing without the use of additional pen, paper and dice. The objective is for the reader to immerse himself fully on the book and let the app do the rest of the work. The objective of this application is to support the distinct rules of each Fighting Fantasy gamebook.
GNU Lesser General Public License v3.0
14 stars 4 forks source link

Update README.md #146

Closed Poussinou closed 6 years ago

Poussinou commented 6 years ago

Hi,

This small and useless PR adds two buttons to get your app on F-Droid and Google Play 👍 (Do not forget to tag your releases to have automatic updates on F-Droid)

close #136

joaomneto commented 6 years ago

Hey @Poussinou thanks!

Just a question please:

I'm confused as to how FDroid will have new versions available. I have to manually assemble the apk and upload it? Or FDroid polls Github for new tags with the good format and assembles it itself? Did you assemble the v60 yourself?

Kind regards!

Poussinou commented 6 years ago

Once you're ready to release a new version, just tag it, F-Droid will do the rest, you have nothing else to do by your side

(As you can see here, Auto Update Mode has argument Version %v and check mode is set on tags, it means F-Droid will look for a new tag (=new version) regularly, and will build the new version from source automatically. Then, it will be available for everyone via the Android client, and also on the F-Droid website).

I didn't built v60 myself, but Rudloff did it (faster than me xD ) via the F-Droid server tools. Since it succeeded, your app is now available for everyone via F-Droid 👍

Is my answer clear enough? Otherwise, ask ;)

joaomneto commented 6 years ago

Perfect @Poussinou. I already integrated the automated tagging with the good format in my CD pipeline in CircleCI. The v60 was produced by it just before deploying to play store so everything is automated and in the perfect format. Thanks for the update to the README. I'll merge!

Poussinou commented 6 years ago

Perfect, thanks for F-Droid 👍