Statistics
| Branch: | Tag: | Revision:

fdroidclient / F-Droid / src / org / fdroid / fdroid / net @ a09587c7

Name Size Revision Age Author Comment
  bluetooth a82032d5 over 2 years pserwylo Fixing lint errors in swap WIP branch but not m...
ApkDownloader.java 10 KB 69ecaf02 over 2 years pserwylo Refactored AsyncDownloader to only ever be cons...
AsyncDownloadWrapper.java 3.06 KB 0a9941d9 over 2 years pserwylo Refactor AsyncDownloader to be an interface. T...
AsyncDownloader.java 562 Bytes 0a9941d9 over 2 years pserwylo Refactor AsyncDownloader to be an interface. T...
AsyncDownloaderFromAndroid.java 10.7 KB a09587c7 over 2 years pserwylo Use helper functions where appropriate.
BluetoothDownloader.java 3.39 KB 4d11c97d over 2 years pserwylo Cleanup misc TODO's that are floating around (s...
Downloader.java 6.36 KB c9cdc1a5 over 2 years mvdan Remove all Log.d calls from release builds
DownloaderFactory.java 2.96 KB 0a9941d9 over 2 years pserwylo Refactor AsyncDownloader to be an interface. T...
HttpDownloader.java 5.12 KB 2c887035 over 2 years Hans-Christoph Steiner use NetCipher to get improved TLS and cipher su...
IconDownloader.java 873 Bytes 9a9bf921 over 2 years Hans-Christoph Steiner make all Downloaders get a Context so the base ...
LocalHTTPD.java 15.7 KB 8669fddd over 2 years mvdan Properly log exceptions
TorHttpDownloader.java 854 Bytes 5d4bdf61 over 2 years Hans-Christoph Steiner all Downloaders have a URL, so make the base cl...
WifiStateChangeService.java 9.88 KB 9e939131 over 2 years Hans-Christoph Steiner Utils.calcFingerprint() should always return nu...

Latest revisions

# Date Author Comment
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.

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

6f8b49c9 09/09/2015 08:21 pm Toby Kurien

proper handling of file resources, implemented progress stats for async downloader

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

cleaned up code, prevented multiple app details screens popping up, fixed "no such app" toast after install

11caf22d 09/09/2015 08:21 pm Toby Kurien

wip: app details now reloads details of running downloads

View revisions

Also available in: Atom