« Previous | Next » 

Revision 3ed2cde2

ID3ed2cde207ea506c430493ba20c490c1fb72bdb0
Parent 0e0e042c
Child 11ddf047

Added by Peter Serwylo over 3 years ago

Added AsyncDownloadWrapper and used it in AppDetails to download apks.

This has a very different interface to the Downloader class, because
a handful of operations need to be run off the main thread (not just
download, but also totalDownloadSize and perhaps cache tag related
stuff). The AsyncDownloadWrapper provides its own listener, more
specific than just the progress listener, which invokes functions
at different points in time (e.g. download failed, completed, cancelled).

Refactored progress events to use string types instead of ints.
This way, it is less likely that two different events from
different processes will clash with each other.

Conflicts:
src/org/fdroid/fdroid/AppDetails.java

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences