Statistics
| Branch: | Tag: | Revision:

fdroidclient / F-Droid / src / org / fdroid @ 9848816d

Name Size Revision Age Author Comment
  fdroid 9848816d over 2 years pserwylo Fix bug introduced when resolving conflicts dur...

Latest revisions

# Date Author Comment
9848816d 09/09/2015 10:49 pm pserwylo

Fix bug introduced when resolving conflicts during rebase.

ApkDownloader now requires an `App` to be passed in.

645f9fc5 09/09/2015 08:22 pm pserwylo

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 other
copy(InputStream, OupputStream) method doesn't. This could cause confusion,...

a09587c7 09/09/2015 08:21 pm pserwylo

Use helper functions where appropriate.

7b773f94 09/09/2015 08:21 pm pserwylo

Make DownloadManager code file-agnostic, needn't be specific to "Apps"

This is mainly cosmetic, changing the names of variables so that the downloader
can seemingly be used for any type of download into the future.

0a9941d9 09/09/2015 08:21 pm pserwylo

Refactor AsyncDownloader to be an interface.

The interface is used by both AsyncDownloadWrapper and
AsyncDownloaderFromAndroid.

d0d287f6 09/09/2015 08:21 pm pserwylo

Remove undocumented params from JavaDoc.

Android Studio by default warns about undocumented params, which makes it harder
to identify more problematic warnings to do with actual code problems. This warning could
be toned down in the IDE so that it doesn't complain, but equally, the params are...

69ecaf02 09/09/2015 08:21 pm pserwylo

Refactored AsyncDownloader to only ever be constructed by DownloadFactory.

9b7c4c7b 09/09/2015 08:21 pm pserwylo

WIP: CR.

ef40b5f3 09/09/2015 08:21 pm Toby Kurien

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

13e54ced 09/09/2015 08:21 pm Toby Kurien

Display of app name and version in the download title

View revisions

Also available in: Atom