| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ActionBarCompat unfortunately does not fix light theme in dialog (revert ↵ | Arne Schwabe | 2014-07-01 | 1 | -2/+3 |
| | | | | | change introduced by action bar commit) | ||||
| * | More theme fixes | Arne Schwabe | 2014-07-01 | 1 | -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) | ||||
| * | fix Java warning | Bananeweizen | 2014-06-30 | 1 | -4/+7 |
| | | |||||
| * | fix several name shadowing occurrences | Bananeweizen | 2014-06-29 | 13 | -77/+75 |
| | | |||||
| * | fix lint warning: layout inflation root | Bananeweizen | 2014-06-29 | 18 | -184/+195 |
| | | |||||
| * | fix android plurals warning | Bananeweizen | 2014-06-29 | 2 | -4/+4 |
| | | |||||
| * | Merge branch 'release' | rsudev | 2014-06-29 | 1 | -4/+1 |
| |\ | |||||
| | * | Fixes #4012, Search result limited to 40 caches | rsudev | 2014-06-29 | 1 | -4/+1 |
| | | | | | | | | | - meanwhile keeping the original query parameters seems not only to be possible but even necessary | ||||
| * | | upgrade Eclipse settings to Luna | Bananeweizen | 2014-06-29 | 1 | -3/+2 |
| | | | |||||
| * | | Fixes #4001, ANR on map | rsudev | 2014-06-25 | 1 | -4/+16 |
| | | | | | | | | | - fixed leaking rx threads by re-using the LoadTimer worker | ||||
| * | | Merge branch 'release' | rsudev | 2014-06-25 | 1 | -2/+2 |
| |\ \ | |/ | |||||
| | * | Fixes #4025, Usage of Mytery instead of Unknown in GPX exports | rsudev | 2014-06-25 | 1 | -2/+2 |
| | | | | | | | | | - makes 'Unknown Cache' again the main type, still understanding 'Mystery Cache' | ||||
| * | | Merge pull request #4017 from marco-dev/waypointContextMenu | Marco Jacob | 2014-06-20 | 1 | -5/+7 |
| |\ \ | | | | | | | fixes #3930 - missing register for context menu added | ||||
| | * | | fixes #3930 - missing register for context menu added | Marco Jacob | 2014-06-20 | 1 | -5/+7 |
| | | | | |||||
| * | | | Merge branch 'release' | rsudev | 2014-06-19 | 1 | -0/+7 |
| |\ \ \ | |/ / |/| / | |/ | | | Conflicts: main/src/cgeo/geocaching/CacheListActivity.java | ||||
| | * | Fixes #4013, Caches vanish from lists when storing them | rsudev | 2014-06-18 | 1 | -1/+5 |
| | | | |||||
| * | | In Popup Menus the share item does not always have actionProvider, check for ↵ | Arne Schwabe | 2014-06-15 | 2 | -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 Schwabe | 2014-06-13 | 1 | -0/+4 |
| | | | | | | | | | being shutdown (Closes #3991) | ||||
| * | | fix #3907: duplicate share menu | Bananeweizen | 2014-06-13 | 3 | -22/+7 |
| | | | |||||
| * | | fix #3259: remove menu "remove all and list" | Bananeweizen | 2014-06-12 | 1 | -33/+8 |
| | | | |||||
| * | | Fixes #3855, now show always the overflow | rsudev | 2014-06-12 | 1 | -0/+17 |
| | | | |||||
| * | | convert sort selection to actionprovider | Bananeweizen | 2014-06-12 | 3 | -140/+175 |
| | | | |||||
| * | | Implements #3894, Only show Changelog on startup if hash code changed | rsudev | 2014-06-12 | 3 | -12/+27 |
| | | | | | | | | | - switched from version checking to checksum checking | ||||
| * | | fix #3961: use radio button menu for compass sensors | Bananeweizen | 2014-06-11 | 1 | -5/+13 |
| | | | |||||
| * | | new: make import/export top level menu items | Bananeweizen | 2014-06-11 | 4 | -87/+18 |
| | | | |||||
| * | | fix #3953: have number of caches in deletion confirmation | Bananeweizen | 2014-06-11 | 1 | -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 option | Bananeweizen | 2014-06-11 | 3 | -82/+46 |
| | | | |||||
| * | | fix #3927: do not sort stage, puzzle and waypoint | Bananeweizen | 2014-06-11 | 1 | -16/+20 |
| | | | |||||
| * | | fix #3980: remove "set destination" menu in compass | Bananeweizen | 2014-06-11 | 1 | -6/+0 |
| | | | |||||
| * | | Fixes #3939, Will attend not counted in log summary on OC-logbooks | rsudev | 2014-06-11 | 1 | -1/+4 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2014-06-11 | 1 | -1/+4 |
| |\ \ | |/ | |||||
| | * | fix #3981: mystery cache types renamed on website | Bananeweizen | 2014-06-11 | 1 | -1/+4 |
| | | | |||||
| * | | fix #3970: crash when trying to change GC-username | Samuel Tardieu | 2014-06-09 | 2 | -4/+6 |
| | | | |||||
| * | | fix #3973: RxJava periodic timer is not stopped in onPause | Samuel Tardieu | 2014-06-09 | 1 | -3/+24 |
| | | | |||||
| * | | Upgrade RxJava to version 0.19 | Samuel Tardieu | 2014-06-09 | 15 | -36/+41 |
| | | | |||||
| * | | fix #3972: hide short description if contained in long description | Michael Keppler | 2014-06-09 | 1 | -11/+22 |
| | | | |||||
| * | | fix #3951: remove cache beacon app | Michael Keppler | 2014-06-09 | 2 | -30/+10 |
| | | | |||||
| * | | fixes #3957 - only show cache static maps navigation for offline stored caches | Marco Jacob | 2014-06-07 | 2 | -10/+10 |
| | | | |||||
| * | | Adjust local storage access for trackables | rsudev | 2014-06-07 | 1 | -1/+4 |
| | | | |||||
| * | | cleanup: fix Java warnings | Michael Keppler | 2014-06-07 | 2 | -21/+1 |
| | | | |||||
| * | | Implements #3944, Geokrety support for OC | rsudev | 2014-06-06 | 2 | -34/+64 |
| | | | | | | | | | - aquire trackable info through OKAPI, load details on request | ||||
| * | | fix #3946: show existing gcvote when opening log activity | Bananeweizen | 2014-06-04 | 1 | -0/+1 |
| | | | |||||
| * | | Store the cache for offline use if a note is added | Samuel Tardieu | 2014-06-04 | 1 | -18/+2 |
| | | | | | | | | | | | This removes the confirmation dialog, as saving the cache when we already have detailed information should be done automatically. | ||||
| * | | fix #2632: custom waypoints lost after version update | Samuel Tardieu | 2014-06-04 | 1 | -2/+15 |
| | | | | | | | | | | | This triggers an automatic saving of the cache in the standard list before any waypoint manipulation. | ||||
| * | | fix #3942: log template USER must depend on cache website | Bananeweizen | 2014-06-03 | 1 | -0/+7 |
| | | | |||||
| * | | convert map settings to checkbox based menus | Bananeweizen | 2014-06-01 | 1 | -15/+3 |
| | | | | | | | | | | | This avoids the confusion that is always connected with label changing menu items (Is the label showing the current state or the state that I get when clicking?) | ||||
| * | | new: icons in search suggestions | Bananeweizen | 2014-06-01 | 3 | -6/+11 |
| | | | |||||
| * | | fix #3864: don't call search function on our own | Bananeweizen | 2014-06-01 | 1 | -28/+25 |
| | | | | | | | | | | | This is already handled by the search configuration. We would only need to call this ourselfes if we had not registered such a search configuration. | ||||
| * | | new: show recently opened caches in global search | Bananeweizen | 2014-06-01 | 6 | -197/+275 |
| | | | | | | | | | | | | | | | Without any search term given, the search suggestions now contain the most recent caches. We should probably add a more explicit UI on the main screen for that, too, as discussed before. | ||||
| * | | show number of caches also for history and all lists | Bananeweizen | 2014-06-01 | 5 | -14/+29 |
| | | | |||||
