aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Expand)AuthorAgeFilesLines
* Move Google maps v1 files to package cgeo.geocaching.maps.google.v1Samuel Tardieu2014-07-3012-12/+12
* fix broken JavadocBananeweizen2014-07-302-27/+28
* Remove now unused method in DoRunnableSamuel Tardieu2014-07-291-6/+0
* Identify variables initialized in onCreate()Samuel Tardieu2014-07-291-101/+62
* Narrow the scope of the viewport variableSamuel Tardieu2014-07-291-9/+9
* Narrow the scope of the zoom variableSamuel Tardieu2014-07-291-3/+3
* Add missing annotationSamuel Tardieu2014-07-291-0/+1
* Use consistent variable name for referenceSamuel Tardieu2014-07-291-21/+21
* Factor map reference retrievalSamuel Tardieu2014-07-291-15/+15
* Fixes #4096, Drop on map popup does not workrsudev2014-07-281-0/+2
* Remove unnecessary qualifiers and modifiersSamuel Tardieu2014-07-255-11/+11
* Remove redundant testSamuel Tardieu2014-07-251-3/+1
* No need to display the logs with smileys twiceSamuel Tardieu2014-07-252-59/+3
* Do not use a handler just to show a toastSamuel Tardieu2014-07-251-13/+5
* Allow toasts to be shown from any threadSamuel Tardieu2014-07-251-11/+32
* fix #2321: have a link to related webpage in cache detailsSamuel Tardieu2014-07-252-1/+7
* fix #4044: blocking network access in avatar downloadSamuel Tardieu2014-07-255-20/+53
* Simplify CustomProgressDialog implementationSamuel Tardieu2014-07-241-20/+7
* Do not use Java 7 ReflectiveOperationExceptionSamuel Tardieu2014-07-241-1/+4
* fix #4074: unavailable host prevents pictures from being shownSamuel Tardieu2014-07-244-111/+154
* Merge branch 'release' into upstreamSamuel Tardieu2014-07-241-1/+1
|\
| * fix #4080: user name with >< characters fails to loginSamuel Tardieu2014-07-241-1/+1
* | Add missing serialVersionUID field on exceptionSamuel Tardieu2014-07-241-1/+3
* | Merge branch 'release' into upstreamSamuel Tardieu2014-07-241-1/+1
|\ \ | |/
| * fix #4079: set mail subject for support mailSamuel Tardieu2014-07-241-1/+1
* | Request GCLogin instance only onceSamuel Tardieu2014-07-241-5/+6
* | Merge branch 'release' into upstreamSamuel Tardieu2014-07-241-1/+1
|\ \ | |/
| * fix #4088: login is slowSamuel Tardieu2014-07-241-1/+1
| * Fix unpublished check not to match on css stylesArne Schwabe2014-07-181-1/+1
* | Add a method to dump the stacktrace while issuing a debug messageSamuel Tardieu2014-07-241-0/+15
* | fix #3999: bad import menu in historyBananeweizen2014-07-221-0/+2
* | Merge pull request #4078 from Lineflyer/masterBananeweizen2014-07-221-18/+7
|\ \
| * | Do not take own rating for cachelist colorLars2014-07-141-18/+7
* | | refactoring: reduce package cyclesBananeweizen2014-07-2017-16/+15
* | | Fix unpublished check not to match on css stylesArne Schwabe2014-07-181-1/+1
* | | make the compiler on Jenkins happyBananeweizen2014-07-171-1/+1
* | | fix Java 1.7 warningBananeweizen2014-07-171-8/+9
* | | switch to Java 1.7Bananeweizen2014-07-1792-275/+274
|/ /
* | Do not assume that all dialog have dark theme on Honeycomb and later (Fixes i...Arne Schwabe2014-07-135-8/+51
* | Fix 3885Arne Schwabe2014-07-131-1/+1
* | Request live map info before decoding the PNGSamuel Tardieu2014-07-122-42/+71
* | Avoid Verify errors on Android 4.0 and 2.3rsudev2014-07-121-2/+4
* | Avoid spurios error message on startuprsudev2014-07-101-1/+3
* | remove some findbugs issuesBananeweizen2014-07-0921-234/+258
* | refactoring: simplify settings codeBananeweizen2014-07-091-34/+12
* | fix wrong settings summary codeBananeweizen2014-07-091-12/+15
* | Use long urls when opening a cache in the browser (#3886)Samuel Tardieu2014-07-081-1/+5
* | show active state also for gcvote and send2cgeo servicesBananeweizen2014-07-083-1/+17
* | Fixes #4045, Load more caches in offline listrsudev2014-07-081-2/+4
* | fix #4049: trackable log send button not workingBananeweizen2014-07-082-46/+59