unfoldingWord-dev / ts-android

A tool to translate Bible stories into your own language
http://ufw.io/ts
Other
36 stars 19 forks source link

Check for apk updates option in Settings #1116

Open da1nerd opened 8 years ago

da1nerd commented 8 years ago

This will check if an updated apk is available for download. The code for checking for updates and prompting the user to download it is already complete.

The checking part completed in com.door43.translationstudio.tasks.CheckForLatestReleaseTask and an example usage can be found in com.door43.translationstudio.newui.FeedbackDialog.

The button can be titled something like Check for updates and can be placed in the general settings area.

da1nerd commented 8 years ago

To add a button to the settings view see how we did it with the legal documents within the legal section of the settings.

cckozie commented 7 years ago

The link is there and appears to work when there is not a new version available, but I don't know how to test it when there is a newer version available. Removing the QA Passed label until I can test it when there is a newer version available.

cckozie commented 7 years ago

If downloaded from the play store it will check there for a newer version. If downloaded from github, download old version from there, and then it should notify me there is a newer version.

cckozie commented 7 years ago

Need to wait for next release to fully test.