aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
* | | Fixed escape error in swedish translationYraFyra2013-03-061-1/+1
| | |
* | | Swedish translation updateYraFyra2013-03-061-0/+28
| |/ |/| | | | | New labels translated to swedish.
* | Merge pull request #2543 from koem/issue2225SammysHP2013-03-068-9/+0
|\ \ | | | | | | Fixes #2225 & Fixes #2277 - ScrollView cut off at bottom
| * | deleted marginBottom in search.xml - had no effectkoem2013-03-051-1/+0
| | |
| * | issue 2225 & 2277 - ScrollView cut off at bottomkoem2013-03-058-8/+0
| | | | | | | | | | | | This does it. And we really don't need what I deleted.
* | | Fixed confusing czech translation of disabled cachetriakcz2013-03-061-2/+2
| | |
* | | Removed confusing live word in all langs from description of wpt limittriakcz2013-03-0510-13/+13
| | |
* | | Merge pull request #2536 from Lineflyer/masterSammysHP2013-03-041-2/+3
|\ \ \ | | | | | | | | Shorter strings and missing translation
| * | | Missing translationLars2013-03-031-0/+1
| | | |
| * | | Shorter stringsLars2013-03-031-2/+2
| | | |
* | | | Updated czech translationTriakCZ2013-03-031-31/+47
| |/ / |/| |
* | | 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
|/ /
* | Change log update #109Lars2013-02-271-0/+1
| |
* | Mising translations #109Lars2013-02-271-0/+2
| |
* | Closes #109, Allow user to clear all saved logs (field note export related)rsudev2013-02-273-0/+72
| | | | | | | | Implemented a new menu item in cache lists for that
* | Missing translations #2399Lars2013-02-241-0/+1
| |
* | Change log updateLars2013-02-241-3/+7
| | | | | | I set major new features (such as #6) on top and added missing things (which are not in release branch as well)
* | German translation updateLars2013-02-241-0/+7
| | | | | | #6
* | 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-246-7/+20
| |
* | New feature WPT visited markingtriakcz2013-02-2410-16/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2426-129/+130
| | | | | | | | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings
* | Removed superfluous waypoint.clear in maprsudev2013-02-241-5/+4
| |
* | refactoring: fix translations with ellipsisBananeweizen2013-02-243-3/+3
| |
* | 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
| |
| * Version infomucek42013-02-211-1/+1
| |
| * Change log updateLars2013-02-201-0/+4
| | | | | | Preperation of bugfix release
| * 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-2315-37/+607
|\ \ \ | | | | | | | | Image upload, implements #6
| * | | ImageUpload - fine-tuningrsudev2013-02-1812-102/+91
| | | | | | | | | | | | | | | | | | | | | | | | Removed test code and comments Some error-handling Localizability
| * | | Merge remote-tracking branch 'campbeb/fix6a' into 6brsudev2013-02-1810-34/+615
| |\ \ \ | | |/ / | |/| | | | | | | | | | 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-182-0/+398
| | | |
| | * | Remvoe unused image view and fix Java Docscampbeb2013-01-162-10/+5
| | | |
| | * | Fix #6 - Support uploading images with cache logscampbeb2013-01-167-17/+195
| | | |
* | | | fix #2492: Add copyright note to OC connectorBananeweizen2013-02-231-0/+7
| | | |
* | | | fix #2493: Replace "GC-Code" by "Geocode"Bananeweizen2013-02-236-12/+12
| | | |