| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Ensure that we do not generate a NPE while reading response stream | Samuel Tardieu | 2014-01-18 | 1 | -0/+25 |
| | | |||||
| * | When storing a cache, download images concurrently | Samuel Tardieu | 2014-01-12 | 1 | -0/+64 |
| | | | | | | Up to 5 downloads can happen simultaneously. Also, those downloads are executed concurrently to static map requests if any. | ||||
| * | refactoring: use Observable.from() instead of Observable.just() | Samuel Tardieu | 2014-01-11 | 1 | -1/+1 |
| | | |||||
| * | Use RxJava.Action1 instead of our RunnableWithArgument | Samuel Tardieu | 2014-01-11 | 3 | -3/+0 |
| | | |||||
| * | Use 1800 seconds instead of 30 minutes | Samuel Tardieu | 2014-01-11 | 1 | -1/+1 |
| | | | | | The Timeunit.MINUTES is not supported at APi level 7. | ||||
| * | refactoring: extract some methods for easier reading | Samuel Tardieu | 2014-01-11 | 1 | -46/+55 |
| | | |||||
| * | Use RxJava for status updates rather than own observers | Samuel Tardieu | 2014-01-08 | 1 | -23/+34 |
| | | |||||
| * | Implements part of #3267, Detect and report time-skew that prevents okapi access | rsudev | 2013-10-14 | 1 | -0/+6 |
| | | | | | Reports back issues on the main screen, but not yet during the authorization process | ||||
| * | refactoring: remove unused code | Bananeweizen | 2013-10-05 | 1 | -4/+0 |
| | | |||||
| * | Fixes #3318, OC Authorization activity is black on black with light skin and ↵ | rsudev | 2013-10-04 | 1 | -1/+1 |
| | | | | | | | Android 2.x Apply DialogTheme which is Android 2.x aware | ||||
| * | fix #3320: OAuth signing is wrong | Bananeweizen | 2013-10-02 | 1 | -2/+14 |
| | | |||||
| * | Do not retry loading a page after 404 from gc.com | Samuel Tardieu | 2013-09-15 | 1 | -0/+4 |
| | | | | | | | When a page cannot be found, geocaching.com returns with a 404. Retrying while logged in would not change anything, and we should not consider ourselves as logged as guest because of this error. | ||||
| * | Add comment about using streaming version of base64 | Samuel Tardieu | 2013-09-15 | 1 | -0/+2 |
| | | |||||
| * | Merge branch 'release' into upstream | Samuel Tardieu | 2013-09-15 | 1 | -1/+1 |
| |\ | | | | | | | | | Conflicts: main/src/cgeo/geocaching/network/HtmlImage.java | ||||
| | * | Use Base64 class from our HTTP library | Samuel Tardieu | 2013-09-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | The Android one is available from SDK level 8 only and we require level 7 for c:geo. Related to #3262. | ||||
| * | | Use Apache commons IOUtils rather than our own | Samuel Tardieu | 2013-09-15 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2013-09-15 | 1 | -16/+38 |
| |\ \ | |/ | |||||
| | * | fix #3262: c:geo does not handle inline images | Samuel Tardieu | 2013-09-15 | 1 | -16/+38 |
| | | | |||||
| * | | refactoring: typos, formatting, visibility | Bananeweizen | 2013-09-15 | 1 | -1/+1 |
| | | | |||||
| * | | refactoring: adjust method name to purpose | Samuel Tardieu | 2013-09-14 | 1 | -6/+6 |
| | | | |||||
| * | | refactoring: further qualify resource to silent lint warning | Samuel Tardieu | 2013-09-14 | 1 | -1/+1 |
| | | | |||||
| * | | Use the right string for substitution | Samuel Tardieu | 2013-09-14 | 1 | -5/+5 |
| | | | |||||
| * | | refactoring: better names for methods | Samuel Tardieu | 2013-09-14 | 1 | -4/+4 |
| | | | |||||
| * | | Remove out-of-band registration for OAuth | Samuel Tardieu | 2013-09-14 | 1 | -79/+19 |
| | | | |||||
| * | | refactoring: introduce PseudoList to handle non concrete lists | Bananeweizen | 2013-09-14 | 1 | -1/+1 |
| | | | | | | | | | | | * should make adding a history list entry easier * includes some non null annotations * moved list code into separate package | ||||
| * | | Reorganize strings for oauth authentications | Samuel Tardieu | 2013-09-13 | 1 | -12/+40 |
| | | | |||||
| * | | Allow an OAuth process to specify a callback URI | Samuel Tardieu | 2013-09-13 | 1 | -35/+69 |
| | | | |||||
| * | | refactoring: use view injection in OAuth process | Samuel Tardieu | 2013-09-13 | 2 | -19/+18 |
| | | | |||||
| * | | refactoring: remove useless parentheses | Samuel Tardieu | 2013-09-13 | 1 | -1/+1 |
| | | | |||||
| * | | refactoring: cgeoapplication -> CgeoApplication | Samuel Tardieu | 2013-09-13 | 2 | -5/+5 |
| | | | |||||
| * | | fix: null warnings and errors | Samuel Tardieu | 2013-09-12 | 1 | -1/+1 |
| | | | |||||
| * | | Increase data transmission timeout | Samuel Tardieu | 2013-09-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | The data transmission timeout has been increased from 30s to 90s, while the connection timeout has been let untouched at 30s. | ||||
| * | | Remove retries on network access | Samuel Tardieu | 2013-09-12 | 1 | -21/+12 |
| | | | | | | | | | | | This patch may be reverted later if it decreases the network success rate. | ||||
| * | | refactoring: add @Nullable and @NonNull annotations | Samuel Tardieu | 2013-09-12 | 2 | -14/+38 |
| | | | |||||
| * | | Merge branch 'release' | rsudev | 2013-09-05 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | fix #3085 - set string encoding for json StringEntity | Marco Jacob | 2013-09-05 | 1 | -1/+1 |
| | | | |||||
| * | | findbugs: avoid catching raw exception type | Bananeweizen | 2013-08-25 | 1 | -29/+29 |
| |/ | |||||
| * | Merge remote-tracking branch 'rsudev/ocpl' | Bananeweizen | 2013-08-18 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | Conflicts: main/res/values/preference_keys.xml main/src/cgeo/geocaching/settings/Settings.java main/src/cgeo/geocaching/settings/SettingsActivity.java | ||||
| | * | Implements OKAPI Live access for opencaching.pl | rsudev | 2013-07-26 | 1 | -2/+2 |
| | | | |||||
| * | | refactoring: fix findbugs issues | Bananeweizen | 2013-08-18 | 1 | -3/+8 |
| |/ | |||||
| * | Merge branch 'release' | Bananeweizen | 2013-07-21 | 1 | -1/+1 |
| |\ | |||||
| | * | #2915: point closeout URL to FAQ instead | Bananeweizen | 2013-07-21 | 1 | -1/+1 |
| | | | |||||
| * | | Fixes #2992 - Settings: show "authorize c:geo again" when appropriate | koem | 2013-07-19 | 1 | -0/+1 |
| | | | | | | | | | | | | | This was a little more complicated than expected ... changing titles of settings is a task for someone who killed his grandmother. When authorization is already done, settings for twitter auth and OCDE auth show "authorize c:geo again". | ||||
| * | | fix #3020: document request headers for caching | Bananeweizen | 2013-07-19 | 1 | -1/+2 |
| | | | |||||
| * | | refactoring: extract constant | Bananeweizen | 2013-07-18 | 1 | -6/+7 |
| | | | |||||
| * | | Implements #750, use preference activity | koem | 2013-07-09 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2013-06-22 | 1 | -0/+9 |
| |\ \ | |/ | | | | | | | | | | | Conflicts: main/res/values-fr/strings.xml main/res/values/strings.xml send2cgeo/send2cgeo.user.js | ||||
| | * | close #2915: add a closeout status message for sdk < 7 | Samuel Tardieu | 2013-06-22 | 1 | -0/+9 |
| | | | |||||
| * | | refactoring: minor cleanup in utils classes | Bananeweizen | 2013-06-15 | 2 | -6/+6 |
| | | | |||||
| * | | fix #2861: blacklist another counter | Bananeweizen | 2013-06-09 | 1 | -1/+2 |
| | | | |||||
