fdroidclientfdroid-repo-toolsfdroidserverkerplapp
Make DownloadManager code file-agnostic, needn't be specific to "Apps"
This is mainly cosmetic, changing the names of variables so that the downloadercan seemingly be used for any type of download into the future.
Refactor AsyncDownloader to be an interface.
The interface is used by both AsyncDownloadWrapper andAsyncDownloaderFromAndroid.
Remove undocumented params from JavaDoc.
Android Studio by default warns about undocumented params, which makes it harderto identify more problematic warnings to do with actual code problems. This warning couldbe toned down in the IDE so that it doesn't complain, but equally, the params are...
Refactored AsyncDownloader to only ever be constructed by DownloadFactory.
WIP: CR.
Now displays a notification when download is complete, unless use is already on the app details screen, in which case it pops up the installer immediately
Display of app name and version in the download title
proper handling of file resources, implemented progress stats for async downloader
re-inserted log statement mistakenly removed
cleaned up code, prevented multiple app details screens popping up, fixed "no such app" toast after install
View revisions
Also available in: Atom