aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix Refactoring to use Loaders fixes #2570Portree-Kid2013-03-133-3/+19
| |
* | Fixes #2538 - German umlauts for image uploadkoem2013-03-131-1/+1
|/
* refactoring: use faster short circuit evaluationBananeweizen2013-03-121-1/+1
|
* Merge pull request #2541 from koem/issue1640Bananeweizen2013-03-121-7/+16
|\ | | | | Fixes #1640 - Found Caches shown on live map (low zoom problem)
| * issue 1640 - Found Caches shown on live map (low zoom problem)koem2013-03-051-7/+16
| | | | | | | | solved
* | Merge pull request #2554 from Portree-Kid/master-masterBananeweizen2013-03-1218-466/+550
|\ \ | | | | | | Refactoring to use Loaders fixes #2365
| * | Code Cleanup after reviewPortree-Kid2013-03-121-2/+1
| | |
| * | Code Cleanup after reviewPortree-Kid2013-03-101-5/+2
| | |
| * | Code Cleanup after reviewPortree-Kid2013-03-1012-79/+35
| | |
| * | Merge remote-tracking branch 'upstream/master' into master-masterPortree-Kid2013-03-0813-50/+253
| |\ \ | | | | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/cgeocaches.java
| * | | Refactoring to use Loaders fixes #2365 Portree-Kid2013-03-0817-463/+595
| | | |
* | | | Remove unused getRotation from AndroidLevel8InterfaceSamuel Tardieu2013-03-103-26/+6
| | | | | | | | | | | | | | | | | | | | Also, there are only four values that can be returned by Android getRotation().
* | | | refactoring of static maps codeBananeweizen2013-03-102-18/+15
| |/ / |/| | | | | * fix names, documentation and null check
* | | Fix #2258: Share function should use http://coord.info/ URLSammysHP2013-03-084-6/+29
| | |
* | | Merge pull request #2550 from marco-jacob/wpImagesWithHashMarco Jacob2013-03-075-23/+88
|\ \ \ | | | | | | | | fixes #2507 - Waypoints only stored if not existing
| * | | fixes #2507 - Waypoints only stored if not existingMarco Jacob2013-03-075-23/+88
| | |/ | |/|
* | | Merge branch 'release'SammysHP2013-03-071-1/+1
|\ \ \ | |/ / |/| |
| * | Fix #2548: Failed unit testSammysHP2013-03-071-1/+1
| | |
* | | new: strip unneeded markup from OC descriptionsBananeweizen2013-03-021-9/+19
| | |
* | | fix #2534: Updating a OC.de cache doubles the cache descriptionBananeweizen2013-03-022-11/+47
| | |
* | | Closes #109, Allow user to clear all saved logs (field note export related)rsudev2013-02-272-0/+69
| |/ |/| | | | | Implemented a new menu item in cache lists for that
* | Fix #2519, TB can not be opened from log viewrsudev2013-02-241-1/+1
| | | | | | | | Intent extras only changed on receiving end in refactoring
* | Visited waypoints - small fixes and polishingrsudev2013-02-245-5/+19
| |
* | New feature WPT visited markingtriakcz2013-02-245-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 cleanupBananeweizen2013-02-2425-126/+127
| | | | | | | | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings
* | Removed superfluous waypoint.clear in maprsudev2013-02-241-5/+4
| |
* | refactoring: cleanup navigation apps hierarchyBananeweizen2013-02-243-23/+7
| |
* | Merge remote-tracking branch 'origin/release'Bananeweizen2013-02-241-8/+2
|\ \ | |/ | | | | | | | | Conflicts: main/res/values/strings.xml main/src/cgeo/geocaching/apps/cache/navi/RMapsApp.java
| * fix #2518: NPE in RMapsAppBananeweizen2013-02-241-7/+1
| |
| * Update main/src/cgeo/geocaching/connector/gc/GCConstants.javaLars2013-02-201-1/+1
| | | | | | Fixes #2499 #2500
* | Merge pull request #2491 from Portree-Kid/master-masterrsudev2013-02-231-5/+10
|\ \ | | | | | | Live Mode not used correctly Fixes #2479
| * | Small glitch added isLiveEnabledPortree-Kid2013-02-231-1/+3
| | |
| * | Live Mode not used correctly Fixes #2479Portree-Kid2013-02-171-6/+5
| | |
| * | We don't want to see any stale waypoints if we are showing more than thePortree-Kid2013-02-171-0/+4
| | | | | | | | | threshold of caches. fixes #2479
* | | fixes #2515 - update live map icons by nearby searchMarco Jacob2013-02-231-0/+4
| | |
* | | Merge pull request #2494 from rsudev/6brsudev2013-02-2311-36/+463
|\ \ \ | | | | | | | | Image upload, implements #6
| * | | ImageUpload - fine-tuningrsudev2013-02-1810-100/+86
| | | | | | | | | | | | | | | | | | | | | | | | Removed test code and comments Some error-handling Localizability
| * | | Merge remote-tracking branch 'campbeb/fix6a' into 6brsudev2013-02-186-34/+475
| |\ \ \ | | |/ / | |/| | | | | | | | | | Conflicts: main/src/cgeo/geocaching/connector/gc/GCParser.java
| | * | Convert non-Latin characters in uploaded text to HTML equivalentscampbeb2013-01-192-21/+31
| | | | | | | | | | | | | | | | Add new HtmlUtil function for this as it needs to occur in multiple places
| | * | Added missing filescampbeb2013-01-181-0/+274
| | | |
| | * | Remvoe unused image view and fix Java Docscampbeb2013-01-161-1/+5
| | | |
| | * | Fix #6 - Support uploading images with cache logscampbeb2013-01-164-17/+170
| | | |
* | | | fix #2492: Add copyright note to OC connectorBananeweizen2013-02-231-0/+7
| | | |
* | | | fix #2493: Replace "GC-Code" by "Geocode"Bananeweizen2013-02-231-2/+2
| | | |
* | | | Merge pull request #2510 from Portree-Kid/Fix-2214Bananeweizen2013-02-231-15/+46
|\ \ \ \ | | | | | | | | | | Loading of Images outside the ui Thread Fixes #2214
| * | | | Loading of Images outside the ui Thread Fixes #2214Portree-Kid2013-02-211-15/+46
| |/ / /
* | | | fix #2512: Load OC caches in preferred language (OKAPI)Bananeweizen2013-02-232-1/+15
| | | |
* | | | Fixes #2499 #2500 masterLars2013-02-201-1/+1
| | | |
* | | | Merge remote-tracking branch 'origin/release'Bananeweizen2013-02-201-1/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | #2498: login page changesBananeweizen2013-02-201-1/+1
| | |