| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use the right string for substitution | Samuel Tardieu | 2013-09-14 | 1 | -5/+5 |
| | | |||||
| * | refactoring: better names for methods | Samuel Tardieu | 2013-09-14 | 5 | -8/+8 |
| | | |||||
| * | Remove out-of-band registration for OAuth | Samuel Tardieu | 2013-09-14 | 1 | -79/+19 |
| | | |||||
| * | Enable in-band registration for opencaching.pl | Samuel Tardieu | 2013-09-14 | 2 | -60/+1 |
| | | |||||
| * | Merge branch 'issue-3260' | rsudev | 2013-09-14 | 1 | -5/+3 |
| |\ | |||||
| | * | Implements #3260, Images from opencaching.pl don't download | rsudev | 2013-09-14 | 1 | -5/+3 |
| | | | | | | | | | Loads them as spoilers like from gc.com | ||||
| * | | refactoring: introduce PseudoList to handle non concrete lists | Bananeweizen | 2013-09-14 | 19 | -47/+85 |
| | | | | | | | | | | | * should make adding a history list entry easier * includes some non null annotations * moved list code into separate package | ||||
| * | | Enable in-band registration for opencaching.de | Samuel Tardieu | 2013-09-13 | 4 | -1/+18 |
| | | | | | | | | | | | | | The strings still refer to the PIN code. That will be changed when opencaching.pl, which shares the same interface, gets migrated as well to the callback mechanism. | ||||
| * | | refactoring: more annotations | Samuel Tardieu | 2013-09-13 | 1 | -4/+4 |
| | | | |||||
| * | | Merge branch 'oauth-inband' into upstream | Samuel Tardieu | 2013-09-13 | 4 | -112/+116 |
| |\ \ | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/twitter/TwitterAuthorizationActivity.java | ||||
| | * | | Reorganize strings for oauth authentications | Samuel Tardieu | 2013-09-13 | 2 | -73/+41 |
| | | | | |||||
| | * | | Enable use of callback with Twitter | Samuel Tardieu | 2013-09-13 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | Since the current API tokens for Twitter do not allow the use of a callback, new ones have been used here. We can change that back once the settings for the old ones have been updated. | ||||
| | * | | Allow an OAuth process to specify a callback URI | Samuel Tardieu | 2013-09-13 | 3 | -37/+73 |
| | | | | |||||
| * | | | refactoring: compile errors for missing nullable annotations | Bananeweizen | 2013-09-13 | 2 | -20/+22 |
| |/ / | |||||
| * | | refactoring: use view injection in OAuth process | Samuel Tardieu | 2013-09-13 | 3 | -20/+20 |
| | | | |||||
| * | | refactoring: getMemberStatus() can never return null | Samuel Tardieu | 2013-09-13 | 1 | -5/+1 |
| | | | |||||
| * | | fix: do not try to navigate towards unknown (null) coordinates | Samuel Tardieu | 2013-09-13 | 1 | -1/+15 |
| | | | |||||
| * | | close #3271: document handling of unit expressions in text-to-speech | Samuel Tardieu | 2013-09-13 | 1 | -0/+7 |
| | | | |||||
| * | | refactoring: add assertion instead of explicit null check | Samuel Tardieu | 2013-09-13 | 1 | -1/+2 |
| | | | |||||
| * | | refactoring: use StringUtils.contains() | Samuel Tardieu | 2013-09-13 | 1 | -8/+4 |
| | | | |||||
| * | | close #3270: always propose to translate in English | Samuel Tardieu | 2013-09-13 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2013-09-13 | 1 | -11/+5 |
| |\ \ | |/ | |||||
| | * | fix #3251: webcam default log type is dnf | Samuel Tardieu | 2013-09-13 | 1 | -11/+5 |
| | | | |||||
| * | | refactoring: remove useless parentheses | Samuel Tardieu | 2013-09-13 | 1 | -1/+1 |
| | | | |||||
| * | | refactoring: cgeoapplication -> CgeoApplication | Samuel Tardieu | 2013-09-13 | 71 | -184/+184 |
| | | | |||||
| * | | refactoring: cgeocaches -> CacheListActivity | Samuel Tardieu | 2013-09-13 | 11 | -48/+48 |
| | | | |||||
| * | | refactoring: cgData -> DataStore | Samuel Tardieu | 2013-09-13 | 40 | -194/+194 |
| | | | |||||
| * | | Merge branch 'issue-3220' | rsudev | 2013-09-13 | 2 | -1/+8 |
| |\ \ | |||||
| | * | | Implements #3220, Feature request: Show mapsforge-map "bigger" on ↵ | rsudev | 2013-09-13 | 2 | -1/+8 |
| | |/ | | | | | | | | | | | high-res-displays Made the mapsforge textscale setting follow the device dpi, if so wanted, default true. | ||||
| | * | fixes #3248 - select map file first to get offline map choice | Marco Jacob | 2013-09-13 | 1 | -5/+1 |
| | | | |||||
| * | | fixes #3248 - select map file first to get offline map choice | Marco Jacob | 2013-09-13 | 1 | -5/+1 |
| | | | |||||
| * | | refactoring: checkstyle complaining about annotation order | Bananeweizen | 2013-09-12 | 2 | -4/+4 |
| | | | |||||
| * | | fix #3241: Make hint box clickable | Bananeweizen | 2013-09-12 | 3 | -13/+19 |
| | | | |||||
| * | | refactoring: workaround for null analysis | Bananeweizen | 2013-09-12 | 2 | -2/+2 |
| | | | | | | | * Eclipse will not compile the following if statements otherwise | ||||
| * | | refactoring: constants in upper case | Bananeweizen | 2013-09-12 | 2 | -10/+10 |
| | | | |||||
| * | | refactoring: fix potential null pointer | Bananeweizen | 2013-09-12 | 1 | -1/+3 |
| | | | |||||
| * | | fix: null warnings and errors | Samuel Tardieu | 2013-09-12 | 5 | -5/+6 |
| | | | |||||
| * | | 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' | mucek4 | 2013-09-12 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | c:geo donations link | mucek4 | 2013-09-12 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'release' | Bananeweizen | 2013-09-12 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | fix #3253: Default event log type should depend on date | Bananeweizen | 2013-09-12 | 1 | -1/+1 |
| | | | |||||
| * | | refactoring: cleanup of gcvote code | Bananeweizen | 2013-09-12 | 2 | -12/+8 |
| | | | |||||
| * | | Merge branch 'release' | Bananeweizen | 2013-09-12 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | fix #3254: No Gcvote rating possible | Bananeweizen | 2013-09-12 | 1 | -1/+1 |
| | | | |||||
| * | | refactoring: cleanup of gcvote code | Bananeweizen | 2013-09-12 | 3 | -24/+36 |
| | | | |||||
| * | | Merge branch 'release' | Bananeweizen | 2013-09-12 | 1 | -1/+3 |
| |\ \ | |/ | |||||
| | * | fix #3254: No Gcvote rating possible | Bananeweizen | 2013-09-12 | 1 | -1/+3 |
| | | | |||||
