fdroidclientfdroid-repo-toolsfdroidserverkerplapp
Rename Utils.copy and Utils.symlinkOrCopyFile to indicate exception clobbering
Renamed to Utils.copyQuietly() and Utils.symlinkOrCopyFileQuietly().
The copy(File, File) method gobbles up IOExceptions, whereas the othercopy(InputStream, OupputStream) method doesn't. This could cause confusion,...
Use helper functions where appropriate.
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
View revisions
Also available in: Atom