aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
| * | Allow an OAuth process to specify a callback URISamuel Tardieu2013-09-133-37/+73
| | |
* | | refactoring: compile errors for missing nullable annotationsBananeweizen2013-09-132-20/+22
|/ /
* | refactoring: use view injection in OAuth processSamuel Tardieu2013-09-133-20/+20
| |
* | refactoring: getMemberStatus() can never return nullSamuel Tardieu2013-09-131-5/+1
| |
* | fix: do not try to navigate towards unknown (null) coordinatesSamuel Tardieu2013-09-132-1/+16
| |
* | IDE: enable assertions for null analysis in JDTBananeweizen2013-09-131-1/+1
| |
* | close #3271: document handling of unit expressions in text-to-speechSamuel Tardieu2013-09-131-0/+7
| |
* | refactoring: add assertion instead of explicit null checkSamuel Tardieu2013-09-131-1/+2
| |
* | refactoring: use StringUtils.contains()Samuel Tardieu2013-09-131-8/+4
| |
* | close #3270: always propose to translate in EnglishSamuel Tardieu2013-09-131-1/+1
| |
* | Better French translationSamuel Tardieu2013-09-131-1/+1
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2013-09-131-11/+5
|\ \ | |/
| * fix #3251: webcam default log type is dnfSamuel Tardieu2013-09-131-11/+5
| |
* | refactoring: remove useless parenthesesSamuel Tardieu2013-09-131-1/+1
| |
* | refactoring: cgeoapplication -> CgeoApplicationSamuel Tardieu2013-09-1378-198/+198
| |
* | refactoring: cgeocaches -> CacheListActivitySamuel Tardieu2013-09-1312-49/+49
| |
* | refactoring: cgData -> DataStoreSamuel Tardieu2013-09-1350-279/+279
| |
* | Merge pull request #3101 from JavaJens/masterSamuel Tardieu2013-09-137-0/+238
|\ \ | | | | | | send2cgeo Firefox Add-On