Statistics
| Branch: | Tag: | Revision:

fdroidclient / F-Droid @ 7b773f94

Name Size Revision Age Author Comment
  assets 06dd4c8d about 3 years mvdan Move F-Droid project into subdir, keeping a roo...
  libs 94ace2e1 over 2 years mvdan Get rid of support submodule It is now unused....
  res ef40b5f3 over 2 years Toby Kurien Now displays a notification when download is co...
  src 7b773f94 over 2 years pserwylo Make DownloadManager code file-agnostic, needn'...
  test 16a0344c over 2 years mvdan Update RepoXMLHandlerTest to make tests pass
  tools 582eebd4 over 2 years mvdan Run connectedAndroidTest against an emulator U...
AndroidManifest.xml 19.5 KB f9fee5be over 2 years Toby Kurien wip: when a download is completed, app is woken...
build.gradle 7.2 KB f3ef78d2 over 2 years Toby Kurien reverted to previous version, for merge request.
proguard-rules.pro 1.42 KB 2c887035 over 2 years Hans-Christoph Steiner use NetCipher to get improved TLS and cipher su...

Latest revisions

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

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

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

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

re-inserted log statement mistakenly removed

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

reverted to previous version, for merge request.

View revisions

Also available in: Atom