Statistics
| Branch: | Tag: | Revision:

fdroidclient / F-Droid / src / org / fdroid / fdroid @ 645f9fc5

Name Size Revision Age Author Comment
  compat 8669fddd over 2 years mvdan Properly log exceptions
  data 4331fa40 over 2 years Nico Alt Revert "Prompt for beta updates" This reverts ...
  installer 10171d92 over 2 years mvdan Installer: handle package parse errors, fixes #395
  localrepo 645f9fc5 over 2 years pserwylo Rename Utils.copy and Utils.symlinkOrCopyFile t...
  net 645f9fc5 over 2 years pserwylo Rename Utils.copy and Utils.symlinkOrCopyFile t...
  receiver 7b773f94 over 2 years pserwylo Make DownloadManager code file-agnostic, needn'...
  views 303de3d9 over 2 years Hans-Christoph Steiner temporarily disable broken HTTPS support in swa...
AppDetails.java 67.6 KB 69ecaf02 over 2 years pserwylo Refactored AsyncDownloader to only ever be cons...
AppFilter.java 1.28 KB 0506160f almost 3 years mvdan Make use of List.contains(o) since it already d...
CompatibilityChecker.java 4.16 KB 96014a73 over 2 years mvdan Simplify debugging logging via Utils
FDroid.java 14.4 KB 1f607d3e over 2 years Hans-Christoph Steiner improve net check for index updates; update ind...
FDroidApp.java 13.4 KB cb9290fb over 2 years mvdan Detect all VM policy penalties
FDroidCertPins.java 2.62 KB 13c90e6c over 2 years Hans-Christoph Steiner add HTTPS pins for good, free CAs: cert.startco...
Hasher.java 4.47 KB 8fd1bc39 over 2 years mvdan Remove unused reset() from Hasher
NfcHelper.java 2.1 KB 1f41bbdc over 2 years mvdan Replace printStackTrace with proper Log.e calls
NfcNotEnabledActivity.java 1.8 KB fd7f9425 over 2 years mvdan Avoid NPE crash on devices without NFC. Fixes #...
Permission.java 1.44 KB 06dd4c8d about 3 years mvdan Move F-Droid project into subdir, keeping a roo...
Preferences.java 11.9 KB 303de3d9 over 2 years Hans-Christoph Steiner temporarily disable broken HTTPS support in swa...
PreferencesActivity.java 2.83 KB e1a6e238 almost 3 years mvdan Style all switches equally, without indentation
ProgressBufferedInputStream.java 1.74 KB 64d709c1 over 2 years Hans-Christoph Steiner create ProgressBufferedInputStream to get progr...
ProgressListener.java 2.49 KB 939efa5b over 2 years mvdan Run "code cleanup" in Android Studio This basi...
QrGenAsyncTask.java 2.48 KB 8669fddd over 2 years mvdan Properly log exceptions
RepoUpdater.java 13.9 KB c43505be over 2 years mvdan Fix tests by making a method explicitly protect...
RepoXMLHandler.java 9.46 KB e434f398 over 2 years mvdan Android Studio fixes
SearchResults.java 3.53 KB c52262a4 almost 3 years mvdan Handle all app and search links via the main ac...
UpdateService.java 32.7 KB 1f607d3e over 2 years Hans-Christoph Steiner improve net check for index updates; update ind...
Utils.java 23.2 KB 645f9fc5 over 2 years pserwylo Rename Utils.copy and Utils.symlinkOrCopyFile t...

Latest revisions

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

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

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

View revisions

Also available in: Atom