aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* refactoring: add nullness annotationsSamuel Tardieu2013-09-151-2/+4
|
* refactoring: do not create explicit handlers when not neededSamuel Tardieu2013-09-153-52/+31
| | | | | | When no information is to be carried to the handler, if the handler is called from one place it is simpler to use runOnUiThread rather than to construct an explicit handler.
* Add comment about using streaming version of base64Samuel Tardieu2013-09-151-0/+2
|
* Merge branch 'release' into upstreamSamuel Tardieu2013-09-151-1/+1
|\ | | | | | | | | Conflicts: main/src/cgeo/geocaching/network/HtmlImage.java
| * Use Base64 class from our HTTP librarySamuel Tardieu2013-09-151-1/+1
| | | | | | | | | | | | | | The Android one is available from SDK level 8 only and we require level 7 for c:geo. Related to #3262.
| * Merge remote-tracking branch 'upstream/issue-3260' into releaseSamuel Tardieu2013-09-151-5/+3
| |\
* | | Use Apache commons IOUtils rather than our ownSamuel Tardieu2013-09-158-30/+8
| | |
* | | 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-1525-24/+23
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | 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-141-2/+3
|\ \ \ | |/ /
| * | fix #3250: Strip HTML before using translateBananeweizen2013-09-141-2/+3
| | |
* | | fix #3257: Switch from history to other list by title clickBananeweizen2013-09-142-17/+22
| | |
* | | refactoring: StoredListBananeweizen2013-09-144-12/+53
| | | | | | | | | * 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
| | |
| * | fix #3274: GPS Status app has a different iconBananeweizen2013-09-141-0/+0
| | |
* | | refactoring: add annotations and remove useless checkSamuel Tardieu2013-09-142-8/+8
| | |
* | | 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
| | |
* | | 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-1419-47/+85
| | | | | | | | | | * 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
| |