AppBlade / AppBladeSDK

The SDK for AppBlade; iOS and Android
https://appblade.com
MIT License
23 stars 14 forks source link

Update Progress Dialog #64

Closed andrewtremblay closed 11 years ago

andrewtremblay commented 11 years ago

Currently the .apk update check downloads in the background. We should grab the application and make the user more aware that an update is needed. The Update Flow ("modal text [Button]"):

  1. An update availability modal ("A update is available for App Name [Update] [Later]") 1a. This update modal is currently implemented but disabled by default. 1b. Currently not implemented, but a nice-to-have would be a disk space check and connectivity check to make sure that the app can be downloaded successfully.
  2. An update download modal ("Downloading App Name. Progress 50% ===----- [Cancel]") 2a. Successful download takes them immediately to the package manager. 2b. Unsuccessful download calls for a different modal ("Update could not be installed [Retry] [Cancel]").