aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/EditWaypointActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* refactoring: code cleanupBananeweizen2013-05-091-10/+0
|
* fix #1781: Remove help functionBananeweizen2013-05-091-6/+0
|
* #2684: use view injection libraryBananeweizen2013-05-011-44/+40
| | | | * If you have compile errors after pulling, please consult the issue on github.
* fixes #2507 - Waypoints only stored if not existingMarco Jacob2013-03-071-4/+11
|
* Visited waypoints - small fixes and polishingrsudev2013-02-241-1/+0
|
* New feature WPT visited markingtriakcz2013-02-241-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-241-15/+20
| | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-031-7/+7
|
* refactoring: move some more dialogs into new packageBananeweizen2013-01-271-2/+3
|
* Isolate intent extras into a new classSamuel Tardieu2013-01-271-6/+6
|
* Refactoring: do not use a mutable variableSamuel Tardieu2013-01-231-5/+2
|
* Refactoring: code simplification and naming styleSamuel Tardieu2013-01-231-19/+10
|
* Fixed TODO ... saving waypoint has common progress for alltriakcz2013-01-221-80/+96
|
* refactoring: use exception object in logggingBananeweizen2013-01-121-2/+2
|
* Remove and fix some debugging informationSamuel Tardieu2013-01-071-3/+2
|
* Merge branch 'triakcz-fix_2290_radio' of ↵Samuel Tardieu2013-01-071-14/+13
|\ | | | | | | https://github.com/campbeb/c-geo-opensource into upstream
| * Coord modification code refactored from chbox to radiobtntriakcz2013-01-041-14/+13
| |
* | Refactoring: rename cgWaypoint into WaypointSamuel Tardieu2013-01-071-3/+3
|/
* fix #2289: layout issues in upload coords featureBananeweizen2012-12-261-5/+7
|
* Merge pull request #2283 from triakcz/fix_2273Bananeweizen2012-12-261-6/+12
|\ | | | | Fix #2273 Disable upload of coordinates for non multi/mystery caches
| * Disabling local modification of coords for non-multi and non-mystery cachestriakcz2012-12-231-9/+11
| |
| * Fix #2273 Disable upload of coordinates for non multi/mystery cachestriakcz2012-12-221-2/+6
| |
* | code cleanup: remove debug codeBananeweizen2012-12-261-2/+2
| | | | | | * fixed some more issues of Findbugs and CodePro
* | refactoring: remove unnecessary null checkBananeweizen2012-12-221-1/+1
|/
* Fix: do not use String#isEmpty()Samuel Tardieu2012-12-191-1/+1
| | | | | String#isEmpty() has been introduced on SDK API 9 only. For earlier versions of Android, StringUtils.isEmpty/isNotEmpty can be used instead.
* Refactoring: remove useless String.valueOf() callsSamuel Tardieu2012-12-181-1/+1
|
* Refactoring: narrow scope of variablesSamuel Tardieu2012-12-181-2/+1
|
* Refactoring: use isEmpty() where appropriateSamuel Tardieu2012-12-181-1/+1
|
* Uploading of modified coords to geocaching.comtriakcz2012-12-181-4/+89
|
* fix #2211: remove application-database indirectionBananeweizen2012-12-011-4/+4
|
* #2083: target level 17 changesBananeweizen2012-11-191-1/+1
| | | | | * set level 17 as target in manifest (level 4 still supported) * refactor compatibility classes * move deprecated code into compatibility classes
* fix #1893: remove go4cacheBananeweizen2012-08-261-6/+0
|
* Refactoring: add missing override annotationsSamuel Tardieu2012-05-231-0/+2
| | | | This was requested by SammysHP.
* Always start GeoData provider from UI threadSamuel Tardieu2012-05-141-18/+20
|
* fixes #1557: renaming methods to better fit the underlying codeMarco Jacob2012-05-131-1/+1
|
* refactoring: remove waypoints activityBananeweizen2012-05-061-0/+440
* replaced by popup meanwhile * rename remaining waypoint activity * rename some of the mostly untouched activities