aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release' into upstreamSamuel Tardieu2013-09-152-17/+46
|\
| * fix #3262: c:geo does not handle inline imagesSamuel Tardieu2013-09-152-17/+46
| |
* | refactoring: add missing finalSamuel Tardieu2013-09-151-1/+1
| |
* | refactoring: do not duplicate code path, partition list insteadSamuel Tardieu2013-09-152-16/+17
| |
* | Update to CollectionUtils 4.0-alpha1Samuel Tardieu2013-09-1526-25/+24
| | | | | | | | | | | | | | | | This is an alpha release, but has been well tested already. The major changes are the use of generics, varargs and Iterable. The release notes can be found at: http://commons.apache.org/proper/commons-collections/release_4_0.html
* | refactoring: increase test coverageBananeweizen2013-09-152-1/+5
| |
* | Remove arbitrary inter-caches delaySamuel Tardieu2013-09-151-23/+0
| |
* | refactoring: remove duplicated stringsBananeweizen2013-09-1517-57/+29
| |
* | refactoring: remove duplicated codeBananeweizen2013-09-154-67/+26
| | | | | | * AuthorizeTwitterPreference and AuthorizeOcPreference do the same
* | refactoring: typos, formatting, visibilityBananeweizen2013-09-156-17/+17
| |
* | Add note about Waypoint natural orderingSamuel Tardieu2013-09-152-0/+6
| |
* | fix #3244: Event cache pop-up should show the date of the eventBananeweizen2013-09-142-0/+14
| |
* | refactoring: adjust method name to purposeSamuel Tardieu2013-09-141-6/+6
| |
* | Merge branch 'release'Bananeweizen2013-09-142-2/+4
|\ \ | |/
| * fix #3250: Strip HTML before using translateBananeweizen2013-09-142-2/+4
| |
* | fix #3257: Switch from history to other list by title clickBananeweizen2013-09-142-17/+22
| |
* | fix broken testBananeweizen2013-09-141-3/+3
| |
* | refactoring: StoredListBananeweizen2013-09-146-16/+81
| | | | | | * try more encapsulation instead of ID comparisons all time
* | refactoring: do not use default encodingSamuel Tardieu2013-09-143-8/+17
| | | | | | | | | | | | For headers and mount point parsing, we use UTF-8, which is almost certainly the default on the platform, even if only the ASCII plane is likely to be used.
* | Rework missing translations scriptSamuel Tardieu2013-09-142-2/+2
| | | | | | | | | | Now that some languages use crowdin, translations are not necessarily in the same order as in the reference file.
* | refactoring: further qualify resource to silent lint warningSamuel Tardieu2013-09-141-1/+1
| |
* | refactoring: use typed empty list instead of a List<Object>Samuel Tardieu2013-09-141-2/+1
| | | | | | | | It will remove one recently introduced warning.
* | refactoring: add more annotationsSamuel Tardieu2013-09-142-2/+11
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2013-09-141-3/+13
|\ \ | |/
| * fix #3277: NPE when saving a scaled imageSamuel Tardieu2013-09-141-3/+13
| |
* | refactoring: add more annotationsSamuel Tardieu2013-09-142-0/+4
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2013-09-141-2/+2
|\ \ | |/
| * fix #3276: NPE because of a null log typesSamuel Tardieu2013-09-141-2/+2
| |
* | refactoring: add annotations and remove useless checkSamuel Tardieu2013-09-142-8/+8
| |
* | fix #3272: remove wrong extension from filesSamuel Tardieu2013-09-142-0/+0
| |
* | Update translationsSamuel Tardieu2013-09-142-3/+2
| |
* | Reinstate err_auth_initialize stringSamuel Tardieu2013-09-1416-0/+16
| |
* | Update stringsSamuel Tardieu2013-09-1416-19/+14
| |
* | refactoring: remove unused stringBananeweizen2013-09-1413-15/+2
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2013-09-140-0/+0
|\ \ | |/
| * fix #3274: GPS Status app has a different iconBananeweizen2013-09-141-0/+0
| |
* | Use the right string for substitutionSamuel Tardieu2013-09-141-5/+5
| |
* | refactoring: better names for methodsSamuel Tardieu2013-09-145-8/+8
| |
* | Remove out-of-band registration for OAuthSamuel Tardieu2013-09-142-99/+23
| |
* | Enable in-band registration for opencaching.plSamuel Tardieu2013-09-1412-151/+14
| |
* | fix #3274: GPS Status app has a different iconBananeweizen2013-09-141-0/+0
| |
* | Merge branch 'issue-3260'rsudev2013-09-141-5/+3
|\ \
| * | Implements #3260, Images from opencaching.pl don't downloadrsudev2013-09-141-5/+3
| |/ | | | | | | Loads them as spoilers like from gc.com
* | refactoring: introduce PseudoList to handle non concrete listsBananeweizen2013-09-1426-50/+96
| | | | | | | | | | * should make adding a history list entry easier * includes some non null annotations * moved list code into separate package
* | Update French translations from crowdinSamuel Tardieu2013-09-131-1/+11
| |
* | Enable in-band registration for opencaching.deSamuel Tardieu2013-09-135-2/+31
| | | | | | | | | | | | 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 annotationsSamuel Tardieu2013-09-131-4/+4
| |
* | Merge branch 'oauth-inband' into upstreamSamuel Tardieu2013-09-1321-226/+136
|\ \ | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/twitter/TwitterAuthorizationActivity.java
| * | Reorganize strings for oauth authenticationsSamuel Tardieu2013-09-1318-186/+48
| | |
| * | Enable use of callback with TwitterSamuel Tardieu2013-09-133-4/+16
| | | | | | | | | | | | | | | | | | 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.