aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | This lets the user set cgeo as the handler for the coord.info/ URL while the browser can handle the ones in geocaching.com.
* show active state also for gcvote and send2cgeo servicesBananeweizen2014-07-085-2/+21
|
* Merge pull request #4030 from mucek4/chromeBananeweizen2014-07-084-0/+124
|\ | | | | Chrome extension initial commit
| * Chrome extension initial commitmucek42014-06-304-0/+124
| |
* | Fixes #4045, Load more caches in offline listrsudev2014-07-081-2/+4
| | | | | | | | - hide footer after loading list
* | disable lint warning for app namespaceBananeweizen2014-07-081-0/+1
| | | | | | | | This check does not work correctly from Eclipse: https://code.google.com/p/android/issues/detail?id=72824
* | fix #4049: trackable log send button not workingBananeweizen2014-07-083-51/+59
| |
* | fix #4050: wrong icon for trackable loggingBananeweizen2014-07-081-1/+1
| |
* | Typo correction for changelogLars2014-07-081-1/+1
| |
* | Update changelog_master.xmlLars2014-07-081-0/+5
| |
* | Fixes #4051, Cache name with special chars not shownrsudev2014-07-081-1/+1
| | | | | | | | - treat cache name as text, not html!
* | Implements #4047, Live-map support for opencaching.org.ukrsudev2014-07-0710-31/+87
| |
* | Fix failed test testOCWillAttendLogsrsudev2014-07-071-1/+1
| | | | | | | | - changed referred cache (initial one was reset WRT logs)
* | Fix new Findbugs warningrsudev2014-07-071-1/+1
| |
* | Prepare for #4047, live-support for oc.ukrsudev2014-07-072-0/+6
| |
* | Merge pull request #4003 from marco-dev/largerStaticMapsForTabsMarco Jacob2014-07-071-49/+54
|\ \ | | | | | | fixes #3967 - request larger static maps fro higher resolutions
| * | fixes #3967 - request larger static maps fro higher resolutionsMarco Jacob2014-07-041-49/+54
| | |
* | | fix #4000: "All caches" list not rememberedSamuel Tardieu2014-07-061-10/+15
| | |
* | | Use a shared download scheduler for all network accessSamuel Tardieu2014-07-0614-40/+43
| | |
* | | Merge branch 'release'Bananeweizen2014-07-061-1/+1
|\ \ \
| * \ \ Merge pull request #4046 from samueltardieu/fix-4036Bananeweizen2014-07-061-1/+1
| |\ \ \ | | | | | | | | | | fix #4036: avatar not shown on gc.com login
| | * | | fix #4036: avatar not shown on gc.com loginSamuel Tardieu2014-07-061-1/+1
| |/ / /
* | | | Use schedulePeriodically from RxJava 0.19.1+Samuel Tardieu2014-07-061-37/+4
| | | | | | | | | | | | | | | | | | | | schedulePeriodically() does not prevent the unsubscription of a recurring task anymore.
* | | | Implements #4027, Disable auto crash dump before releasersudev2014-07-054-27/+97
| | | | | | | | | | | | | | | | - now it is bound to the debug-log setting
* | | | revert increased space in cache detailsBananeweizen2014-07-051-2/+6
| | | |
* | | | remove unused importBananeweizen2014-07-051-20/+23
| | | |
* | | | Merge remote-tracking branch 'schwabe/theme_fixes'Bananeweizen2014-07-058-44/+86
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: main/res/menu/map_activity.xml
| * | | | Fix light coordinates popup screen, HOLO is API 11+, not API 14+Arne Schwabe2014-07-013-8/+41
| | | | |
| * | | | Add non appcompat entries for MapsActivity, which uses native ActionBarArne Schwabe2014-07-011-1/+7
| | | | |
| * | | | ActionBarCompat unfortunately does not fix light theme in dialog (revert ↵Arne Schwabe2014-07-011-2/+3
| | | | | | | | | | | | | | | | | | | | change introduced by action bar commit)
| * | | | More theme fixesArne Schwabe2014-07-013-13/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix theme usage of CgeoMap (cgeo light/dark theme instead of holo) - Make progress a bit larger again (32dp instead of 16dp), still smaller than Holo default (48dp) - Make also navigation transparent in main screen - Fix some activities not using dark ActionBar in light theme (e.g. CacheDetails)
| * | | | Resort themes.xml, remove unused attributesArne Schwabe2014-07-012-21/+12
| | | | |
* | | | | lint: suppress some irrelevant findingsBananeweizen2014-07-033-105/+112
| | | | |
* | | | | follow naming conventionsBananeweizen2014-07-0317-109/+109
| | | | | | | | | | | | | | | Use the namespace "app" instead of "cgeo" for custom attributes.
* | | | | lint: remove unused stringsBananeweizen2014-07-0317-17/+0
| | | | |
* | | | | #3922: remove unused dimensions from Samsung multi window featureBananeweizen2014-07-031-4/+0
| | | | |
* | | | | suppress lint warning for unused attributesBananeweizen2014-07-031-0/+1
|/ / / /
* | | | fix Java warningBananeweizen2014-06-301-4/+7
| | | |
* | | | Merge pull request #4031 from schwabe/upgrade_gradle012Samuel Tardieu2014-06-304-4/+4
|\ \ \ \ | |_|_|/ |/| | | Update to gradle version 0.12.+
| * | | Update to gradle version 0.12.+Arne Schwabe2014-06-304-4/+4
|/ / /
* | | fix several name shadowing occurrencesBananeweizen2014-06-2917-87/+85
| | |
* | | fix lint warning: layout inflation rootBananeweizen2014-06-2918-184/+195
| | |
* | | disable lint debug warningBananeweizen2014-06-292-1/+3
| | |
* | | fix android plurals warningBananeweizen2014-06-2917-42/+42
| | |
* | | lint fix: suppress password input suggestionBananeweizen2014-06-291-2/+4
| | |
* | | lint fix: avoid resource compiler crashesBananeweizen2014-06-291-1/+1
| | |
* | | Merge branch 'release'rsudev2014-06-292-4/+2
|\ \ \ | |/ /
| * | Fixes #4012, Search result limited to 40 cachesrsudev2014-06-291-4/+1
| | | | | | | | | | | | - meanwhile keeping the original query parameters seems not only to be possible but even necessary