aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
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-083-1/+17
|
* Fixes #4045, Load more caches in offline listrsudev2014-07-081-2/+4
| | | | - hide footer after loading list
* fix #4049: trackable log send button not workingBananeweizen2014-07-082-46/+59
|
* 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-077-31/+47
|
* Fix new Findbugs warningrsudev2014-07-071-1/+1
|
* 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
|\ \
| * | 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-053-5/+9
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: main/res/menu/map_activity.xml
| * | | Fix light coordinates popup screen, HOLO is API 11+, not API 14+Arne Schwabe2014-07-011-0/+5
| | | |
| * | | 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-011-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* | | | lint: suppress some irrelevant findingsBananeweizen2014-07-031-0/+2
|/ / /
* | | fix Java warningBananeweizen2014-06-301-4/+7
| | |
* | | fix several name shadowing occurrencesBananeweizen2014-06-2913-77/+75
| | |
* | | fix lint warning: layout inflation rootBananeweizen2014-06-2918-184/+195
| | |
* | | fix android plurals warningBananeweizen2014-06-292-4/+4
| | |
* | | Merge branch 'release'rsudev2014-06-291-4/+1
|\ \ \ | |/ /
| * | 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
* | | upgrade Eclipse settings to LunaBananeweizen2014-06-291-3/+2
| | |
* | | Fixes #4001, ANR on maprsudev2014-06-251-4/+16
| | | | | | | | | | | | - fixed leaking rx threads by re-using the LoadTimer worker
* | | Merge branch 'release'rsudev2014-06-251-2/+2
|\ \ \ | |/ /
| * | Fixes #4025, Usage of Mytery instead of Unknown in GPX exportsrsudev2014-06-251-2/+2
| | | | | | | | | | | | - makes 'Unknown Cache' again the main type, still understanding 'Mystery Cache'
* | | Merge pull request #4017 from marco-dev/waypointContextMenuMarco Jacob2014-06-201-5/+7
|\ \ \ | | | | | | | | fixes #3930 - missing register for context menu added
| * | | fixes #3930 - missing register for context menu addedMarco Jacob2014-06-201-5/+7
| | | |
* | | | Merge branch 'release'rsudev2014-06-191-0/+7
|\ \ \ \ | |/ / / |/| / / | |/ / | | | Conflicts: main/src/cgeo/geocaching/CacheListActivity.java
| * | Fixes #4013, Caches vanish from lists when storing themrsudev2014-06-181-1/+5
| | |
* | | In Popup Menus the share item does not always have actionProvider, check for ↵Arne Schwabe2014-06-152-0/+19
| |/ |/| | | | | an actionprovider in the menu handler (fixes #3996)
* | Don't react on data change notification if the activity is in the process of ↵Arne Schwabe2014-06-131-0/+4
| | | | | | | | being shutdown (Closes #3991)
* | fix #3907: duplicate share menuBananeweizen2014-06-133-22/+7
| |
* | fix #3259: remove menu "remove all and list"Bananeweizen2014-06-121-33/+8
| |
* | Fixes #3855, now show always the overflowrsudev2014-06-121-0/+17
| |
* | convert sort selection to actionproviderBananeweizen2014-06-123-140/+175
| |
* | Implements #3894, Only show Changelog on startup if hash code changedrsudev2014-06-123-12/+27
| | | | | | | | - switched from version checking to checksum checking
* | fix #3961: use radio button menu for compass sensorsBananeweizen2014-06-111-5/+13
| |
* | new: make import/export top level menu itemsBananeweizen2014-06-114-87/+18
| |
* | fix #3953: have number of caches in deletion confirmationBananeweizen2014-06-111-4/+6
| | | | | | | | This also renames a number of involved string resources to enforce a new translation which avoids the term "drop" and instead uses "remove".
* | fix #3855: remove overflow menu optionBananeweizen2014-06-113-82/+46
| |
* | fix #3927: do not sort stage, puzzle and waypointBananeweizen2014-06-111-16/+20
| |