aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Expand)AuthorAgeFilesLines
* refactoring: add nullness annotationsSamuel Tardieu2013-09-151-2/+4
* refactoring: do not create explicit handlers when not neededSamuel Tardieu2013-09-153-52/+31
* Add comment about using streaming version of base64Samuel Tardieu2013-09-151-0/+2
* Merge branch 'release' into upstreamSamuel Tardieu2013-09-151-1/+1
|\
| * Use Base64 class from our HTTP librarySamuel Tardieu2013-09-151-1/+1
| * Merge remote-tracking branch 'upstream/issue-3260' into releaseSamuel Tardieu2013-09-151-5/+3
| |\
* | | Use Apache commons IOUtils rather than our ownSamuel Tardieu2013-09-157-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-1522-23/+23
* | | Remove arbitrary inter-caches delaySamuel Tardieu2013-09-151-23/+0
* | | refactoring: remove duplicated stringsBananeweizen2013-09-151-6/+6
* | | refactoring: remove duplicated codeBananeweizen2013-09-153-64/+23
* | | 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
* | | refactoring: do not use default encodingSamuel Tardieu2013-09-143-8/+17
* | | 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
* | | 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
* | | 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-141-79/+19
* | | Enable in-band registration for opencaching.plSamuel Tardieu2013-09-142-60/+1
* | | Merge branch 'issue-3260'rsudev2013-09-141-5/+3
|\ \ \ | | |/ | |/|
| * | Implements #3260, Images from opencaching.pl don't downloadrsudev2013-09-141-5/+3
| |/
* | refactoring: introduce PseudoList to handle non concrete listsBananeweizen2013-09-1419-47/+85
* | Enable in-band registration for opencaching.deSamuel Tardieu2013-09-134-1/+18
* | refactoring: more annotationsSamuel Tardieu2013-09-131-4/+4
* | Merge branch 'oauth-inband' into upstreamSamuel Tardieu2013-09-134-112/+116
|\ \
| * | Reorganize strings for oauth authenticationsSamuel Tardieu2013-09-132-73/+41
| * | Enable use of callback with TwitterSamuel Tardieu2013-09-132-3/+3
| * | 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-131-1/+15