aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/EditWaypointActivity.java
Commit message (Expand)AuthorAgeFilesLines
* Remove empty JavaDoc @param and @returnSamuel Tardieu2015-02-101-1/+0
* Use GPS when compass is disabled or absentSamuel Tardieu2015-01-011-2/+3
* Remove used-once interface IGeoDataSamuel Tardieu2014-11-231-2/+2
* IGeoData#getCoords() can never be nullSamuel Tardieu2014-11-231-10/+1
* rename packageBananeweizen2014-11-021-3/+3
* put db access at 2 places into async taskYu Lin2014-10-201-6/+25
* Merge branch 'issue-4330' into upstreamSamuel Tardieu2014-09-161-1/+1
|\
| * fix #4330: uploading waypoint is shown although not uploadingSamuel Tardieu2014-09-161-1/+1
* | Minor cleanupSamuel Tardieu2014-09-161-2/+1
* | fix #4359: imperial units checkbox not always correctSamuel Tardieu2014-09-151-2/+2
* | fix #4336: better auto increase of waypoint nameBananeweizen2014-09-091-5/+7
* | Name ignored catch parameter as suchSamuel Tardieu2014-09-091-3/+3
* | fix some findbugs issuesBananeweizen2014-09-071-5/+1
* | fix #4076: first UI tests with espressoBananeweizen2014-09-071-10/+10
* | Merge branch 'release' into upstreamSamuel Tardieu2014-09-051-1/+1
|\ \ | |/
| * fix #4284: Upload coordinates has bad titleMathieu Alorent2014-09-051-1/+1
* | fix #1437: auto fill waypoint name after type selectionBananeweizen2014-09-031-30/+65
|/
* switch to Java 1.7Bananeweizen2014-07-171-5/+5
* fix several name shadowing occurrencesBananeweizen2014-06-291-1/+1
* Add more parallelism in static maps downloadsSamuel Tardieu2014-06-011-1/+1
* Make Fragment implementation more conforming to the coding guidelines. Fixes...Arne Schwabe2014-05-201-9/+10
* Convert DateDialog and CoordinateInputDialog to DialogFragments, closes #3852Arne Schwabe2014-05-191-2/+2
* Implement ActionBar using AppCompat in cgeoArne Schwabe2014-05-171-2/+2
* remove methods invoking only super methodMichael Keppler2014-04-231-7/+1
* Allow subscription to either location or direction dataSamuel Tardieu2014-03-261-2/+2
* Automatically pair subscriptions in onResume/onPauseSamuel Tardieu2014-03-101-4/+1
* Always use a combined geodata and direction providerSamuel Tardieu2014-03-061-3/+3
* refactoring: create cgeo.geocaching.sensors packageSamuel Tardieu2014-03-061-1/+2
* update to android annotations 3.0.1Bananeweizen2014-01-191-4/+4
* fix #3100: Set cursor in personal notes at the endBananeweizen2014-01-171-0/+3
* Use RxJava.Action1 instead of our RunnableWithArgumentSamuel Tardieu2014-01-111-1/+0
* refactoring: simplify confirmation dialogs, remove duplicate codeBananeweizen2013-12-191-2/+3
* fix #3351: More sensible default for waypoint type on creationBananeweizen2013-10-121-20/+40
* refactoring: cgeoapplication -> CgeoApplicationSamuel Tardieu2013-09-131-1/+1
* refactoring: cgData -> DataStoreSamuel Tardieu2013-09-131-7/+7
* refactoring: findbugs cleanupBananeweizen2013-08-261-1/+1
* Implements #750, use preference activitykoem2013-07-091-2/+4
* fix #2932: Editing coordinates crashes cgeoBananeweizen2013-07-041-2/+3
* refactoring: minor cleanup in utils classesBananeweizen2013-06-151-2/+2
* Fix #2007 - Save waypoint edits by refacotring EditWaypointActivitycampbeb2013-06-111-153/+89
* refactoring: use activity names for layoutsBananeweizen2013-06-091-1/+1
* Correct log messages to account for refactoringcampbeb2013-06-051-1/+1
* 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
* 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
* code cleanupBananeweizen2013-02-241-15/+20
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-031-7/+7