Statistics
| Branch: | Tag: | Revision:

fdroidclient / F-Droid / src / org / fdroid / fdroid / receiver @ 7b773f94

Name Size Revision Age Author Comment
DownloadManagerReceiver.java 2.96 KB 7b773f94 over 2 years pserwylo Make DownloadManager code file-agnostic, needn'...
PackageAddedReceiver.java 2.4 KB c9cdc1a5 over 2 years mvdan Remove all Log.d calls from release builds
PackageReceiver.java 2.19 KB c9cdc1a5 over 2 years mvdan Remove all Log.d calls from release builds
PackageRemovedReceiver.java 1.67 KB c9cdc1a5 over 2 years mvdan Remove all Log.d calls from release builds
PackageUpgradedReceiver.java 2.56 KB c9cdc1a5 over 2 years mvdan Remove all Log.d calls from release builds
StartupReceiver.java 1.12 KB 60cd63c2 almost 3 years mvdan Forgot to fix up the receiver package names
WifiStateChangeReceiver.java 508 Bytes edb3564e over 2 years Hans-Christoph Steiner unified IP/Wifi state handling in WifiStateChan...

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.

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

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

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

wip: when a download is completed, app is woken up and app details screen displayed

c9cdc1a5 08/21/2015 01:59 am mvdan

Remove all Log.d calls from release builds

3f5b5ffc 08/19/2015 06:19 pm mvdan

Avoid package receiver NPE crashes. Fixes #380.

edb3564e 05/09/2015 05:41 pm Hans-Christoph Steiner

unified IP/Wifi state handling in WifiStateChangeService

To handle hotspots, this code will become more complicated. Therefore,
first simplify things by putting all of the logic into one place, rather
than spread out across FDroidApp, the receiver, and the service

bdc190a7 05/09/2015 05:41 pm Hans-Christoph Steiner

reset swap wifi info if it is not connected

Before, it was keeping the last active wifi, which is confusing when you
are not connected.

View revisions

Also available in: Atom