| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix #2591: crash in logging activity | Bananeweizen | 2013-03-28 | 1 | -2/+11 |
| | | |||||
| * | fix #2602: crash on "show on list" from live map | Samuel Tardieu | 2013-03-27 | 1 | -8/+8 |
| | | | | | | | | | The pseudo loader created by onCreate() when coming from the live map uses the adapter before it is created. Here we invert the order of creation while checking for onCreateLoader() returning null which is the case when coming from a map. | ||||
| * | #2593: wrong inverse sorting in history and other lists | Bananeweizen | 2013-03-27 | 2 | -9/+18 |
| | | |||||
| * | Fix #2578, Sorting not OK after opening/changing list | rsudev | 2013-03-23 | 1 | -0/+1 |
| | | | | Added a forced sort after loader finishing | ||||
| * | Fixes #2538 - German Umlauts in image caption and description | koem | 2013-03-18 | 3 | -38/+17 |
| | | | | | | | | changes: * post requests are done with UTF-8 now * deleted conversion of non latin characters * deleted corresponding test method and class | ||||
| * | Merge pull request #2565 from triakcz/gpx_export_skip_invalid_wpts | rsudev | 2013-03-16 | 1 | -12/+14 |
| |\ | | | | | GPX export ommiting waypoints without coords | ||||
| | * | GPX export ommiting waypoints without coords | triakcz | 2013-03-12 | 1 | -12/+14 |
| | | | |||||
| * | | Fixes #2531 - Auto-save now works as expected. | rsudev | 2013-03-16 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | Copied saveLog(false) from onStop() also into finish(). List of caches now gets refreshed, because saveLog() runs while VisitCacheActivity is still running. saveLog(false) was also left in onStop(), because in case the activity gets interrupted and finish() is not called, the log will still be auto-saved. Conflicts: main/src/cgeo/geocaching/VisitCacheActivity.java | ||||
| * | | Fixed comment typo | rsudev | 2013-03-16 | 1 | -1/+1 |
| | | | |||||
| * | | stability issues and errorhandling | Portree-Kid | 2013-03-15 | 2 | -6/+14 |
| | | | |||||
| * | | Fix Refactoring to use Loaders fixes #2570 | Portree-Kid | 2013-03-13 | 3 | -3/+19 |
| | | | |||||
| * | | Fixes #2538 - German umlauts for image upload | koem | 2013-03-13 | 1 | -1/+1 |
| |/ | |||||
| * | refactoring: use faster short circuit evaluation | Bananeweizen | 2013-03-12 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #2541 from koem/issue1640 | Bananeweizen | 2013-03-12 | 1 | -7/+16 |
| |\ | | | | | Fixes #1640 - Found Caches shown on live map (low zoom problem) | ||||
| | * | issue 1640 - Found Caches shown on live map (low zoom problem) | koem | 2013-03-05 | 1 | -7/+16 |
| | | | | | | | | | solved | ||||
| * | | Merge pull request #2554 from Portree-Kid/master-master | Bananeweizen | 2013-03-12 | 18 | -466/+550 |
| |\ \ | | | | | | | Refactoring to use Loaders fixes #2365 | ||||
| | * | | Code Cleanup after review | Portree-Kid | 2013-03-12 | 1 | -2/+1 |
| | | | | |||||
| | * | | Code Cleanup after review | Portree-Kid | 2013-03-10 | 1 | -5/+2 |
| | | | | |||||
| | * | | Code Cleanup after review | Portree-Kid | 2013-03-10 | 12 | -79/+35 |
| | | | | |||||
| | * | | Merge remote-tracking branch 'upstream/master' into master-master | Portree-Kid | 2013-03-08 | 13 | -50/+253 |
| | |\ \ | | | | | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/cgeocaches.java | ||||
| | * | | | Refactoring to use Loaders fixes #2365 | Portree-Kid | 2013-03-08 | 17 | -463/+595 |
| | | | | | |||||
| * | | | | Remove unused getRotation from AndroidLevel8Interface | Samuel Tardieu | 2013-03-10 | 3 | -26/+6 |
| | | | | | | | | | | | | | | | | | | | | | Also, there are only four values that can be returned by Android getRotation(). | ||||
| * | | | | refactoring of static maps code | Bananeweizen | 2013-03-10 | 2 | -18/+15 |
| | |/ / |/| | | | | | * fix names, documentation and null check | ||||
| * | | | Fix #2258: Share function should use http://coord.info/ URL | SammysHP | 2013-03-08 | 4 | -6/+29 |
| | | | | |||||
| * | | | Merge pull request #2550 from marco-jacob/wpImagesWithHash | Marco Jacob | 2013-03-07 | 5 | -23/+88 |
| |\ \ \ | | | | | | | | | fixes #2507 - Waypoints only stored if not existing | ||||
| | * | | | fixes #2507 - Waypoints only stored if not existing | Marco Jacob | 2013-03-07 | 5 | -23/+88 |
| | | |/ | |/| | |||||
| * | | | Merge branch 'release' | SammysHP | 2013-03-07 | 1 | -1/+1 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Fix #2548: Failed unit test | SammysHP | 2013-03-07 | 1 | -1/+1 |
| | | | | |||||
| * | | | new: strip unneeded markup from OC descriptions | Bananeweizen | 2013-03-02 | 1 | -9/+19 |
| | | | | |||||
| * | | | fix #2534: Updating a OC.de cache doubles the cache description | Bananeweizen | 2013-03-02 | 2 | -11/+47 |
| | | | | |||||
| * | | | Closes #109, Allow user to clear all saved logs (field note export related) | rsudev | 2013-02-27 | 2 | -0/+69 |
| | |/ |/| | | | | | Implemented a new menu item in cache lists for that | ||||
| * | | Fix #2519, TB can not be opened from log view | rsudev | 2013-02-24 | 1 | -1/+1 |
| | | | | | | | | | Intent extras only changed on receiving end in refactoring | ||||
| * | | Visited waypoints - small fixes and polishing | rsudev | 2013-02-24 | 5 | -5/+19 |
| | | | |||||
| * | | New feature WPT visited marking | triakcz | 2013-02-24 | 5 | -16/+71 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit 39f9bc9f5c38aeccc1ee037f7f11859bfe86ab75 Author: TriakCZ <kunc88@gmail.com> Date: Sat Feb 16 12:46:45 2013 +0100 Resized tick at visited WPT, not showing cross commit 8b907641660fa62a1847c1a8ed11c5b874e567a1 Author: TriakCZ <kunc88@gmail.com> Date: Fri Feb 15 22:48:06 2013 +0100 Tick/cross is displayed at wpt only when there is at least one visited wpt commit 18b5e15f0b5fcc69d7f12c27fd72f6cfb8e69c27 Author: TriakCZ <kunc88@gmail.com> Date: Fri Feb 15 19:26:34 2013 +0100 Added ticks and cross for highlighting what was visited and what not commit 7a9d9694a0f2e7e31868f75e2c230e4bea07f87b Author: TriakCZ <kunc88@gmail.com> Date: Fri Feb 15 19:00:42 2013 +0100 Visited state now survives cache refresh commit 624b70faaf313638f5a9131fdfb60d83d4424696 Author: triakcz <kunc88@gmail.com> Date: Thu Feb 14 21:13:44 2013 +0100 new feature WPT visited marking | ||||
| * | | code cleanup | Bananeweizen | 2013-02-24 | 25 | -126/+127 |
| | | | | | | | | | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings | ||||
| * | | Removed superfluous waypoint.clear in map | rsudev | 2013-02-24 | 1 | -5/+4 |
| | | | |||||
| * | | refactoring: cleanup navigation apps hierarchy | Bananeweizen | 2013-02-24 | 3 | -23/+7 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2013-02-24 | 1 | -8/+2 |
| |\ \ | |/ | | | | | | | | | Conflicts: main/res/values/strings.xml main/src/cgeo/geocaching/apps/cache/navi/RMapsApp.java | ||||
| | * | fix #2518: NPE in RMapsApp | Bananeweizen | 2013-02-24 | 1 | -7/+1 |
| | | | |||||
| | * | Update main/src/cgeo/geocaching/connector/gc/GCConstants.java | Lars | 2013-02-20 | 1 | -1/+1 |
| | | | | | | | Fixes #2499 #2500 | ||||
| * | | Merge pull request #2491 from Portree-Kid/master-master | rsudev | 2013-02-23 | 1 | -5/+10 |
| |\ \ | | | | | | | Live Mode not used correctly Fixes #2479 | ||||
| | * | | Small glitch added isLiveEnabled | Portree-Kid | 2013-02-23 | 1 | -1/+3 |
| | | | | |||||
| | * | | Live Mode not used correctly Fixes #2479 | Portree-Kid | 2013-02-17 | 1 | -6/+5 |
| | | | | |||||
| | * | | We don't want to see any stale waypoints if we are showing more than the | Portree-Kid | 2013-02-17 | 1 | -0/+4 |
| | | | | | | | | | | threshold of caches. fixes #2479 | ||||
| * | | | fixes #2515 - update live map icons by nearby search | Marco Jacob | 2013-02-23 | 1 | -0/+4 |
| | | | | |||||
| * | | | Merge pull request #2494 from rsudev/6b | rsudev | 2013-02-23 | 11 | -36/+463 |
| |\ \ \ | | | | | | | | | Image upload, implements #6 | ||||
| | * | | | ImageUpload - fine-tuning | rsudev | 2013-02-18 | 10 | -100/+86 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Removed test code and comments Some error-handling Localizability | ||||
| | * | | | Merge remote-tracking branch 'campbeb/fix6a' into 6b | rsudev | 2013-02-18 | 6 | -34/+475 |
| | |\ \ \ | | |/ / | |/| | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/connector/gc/GCParser.java | ||||
| | | * | | Convert non-Latin characters in uploaded text to HTML equivalents | campbeb | 2013-01-19 | 2 | -21/+31 |
| | | | | | | | | | | | | | | | | | Add new HtmlUtil function for this as it needs to occur in multiple places | ||||
| | | * | | Added missing files | campbeb | 2013-01-18 | 1 | -0/+274 |
| | | | | | |||||
