Statistics
| Branch: | Tag: | Revision:

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

Name Size Revision Age Author Comment
  peers 4d11c97d over 2 years pserwylo Cleanup misc TODO's that are floating around (s...
  type b05080bb over 2 years pserwylo Enable "Send F-Droid" in main swap screen.
LocalRepoKeyStore.java 15 KB 9e85911b over 2 years mvdan StrictMode fix: close cached keystore file
LocalRepoManager.java 19.6 KB 645f9fc5 over 2 years pserwylo Rename Utils.copy and Utils.symlinkOrCopyFile t...
SwapService.java 23.7 KB 133cabee over 2 years pserwylo Let user select wifi network. Prevent "Send F-D...

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,...

9e85911b 09/06/2015 03:45 am mvdan

StrictMode fix: close cached keystore file

8b7eba66 09/06/2015 03:31 am mvdan

StrictMode fix: close streams in local repo assets

f635df85 09/02/2015 07:01 am pserwylo

Merge branch 'master' into new-swap

04e318c9 08/27/2015 09:05 am Hans-Christoph Steiner

force swap X.509 cert generation to use English/Gregorian times

When using locales that use different calendars, like Farsi, Arabic,
Hebrew, etc. there was a crash in spongycastle's X.509 generation because
it was trying to parse a Farsi date string as English....

8669fddd 08/21/2015 02:21 am mvdan

Properly log exceptions

ce8c9283 08/21/2015 02:09 am mvdan

Move some Log.i to debug logs

These don't look like they will be useful to users at all.

c9cdc1a5 08/21/2015 01:59 am mvdan

Remove all Log.d calls from release builds

2d14e3c1 08/21/2015 12:49 am mvdan

Temporarily work-around for repo update crashes

On certain locales, F-Droid would crash at startup due to #334.

This isn't a proper fix, but rather a workaround that logs what happened and
links to the issue, instead of making F-Droid crash entirely.

133cabee 08/20/2015 11:46 am pserwylo

Let user select wifi network. Prevent "Send F-Droid" if no bluetooth.

Include support for libaccesspoint to control the WiFiAP of a device.

Selecting wifi networks i snow possible by touching the name of the
wifi network in the "Start Swap" screen (sometimes it will say...

View revisions

Also available in: Atom