getlantern / firetweet

FireTweet for Android powered by Lantern
272 stars 73 forks source link

FireTweet in-app update mechanism #134

Closed atavism closed 3 years ago

atavism commented 9 years ago

After we start Lantern, we compare the current running version of FireTweet with the latest version released. If they differ, the user is presented with a notification to install the latest version. If they choose to install the update, we automatically download it (and display a progress bar as we're doing so). Once finished, the app automatically restarts and runs the latest version.

This can be tested here: https://github.com/firetweet/downloads/blob/master/firetweet-beta.apk?raw=true

image

image

image