aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/NavigateAnyPointActivity.java
Commit message (Expand)AuthorAgeFilesLines
* new: show cache name in title when searching around itBananeweizen2015-03-011-1/+1
* Use GPS when compass is disabled or absentSamuel Tardieu2015-01-011-3/+4
* Use Scheduler and helper for consecutive action on different threadsSamuel Tardieu2014-11-281-8/+9
* fix #4332: no history when navigate via compassSamuel Tardieu2014-11-261-23/+27
* Remove used-once interface IGeoDataSamuel Tardieu2014-11-231-2/+2
* IGeoData#getCoords() can never be nullSamuel Tardieu2014-11-231-15/+2
* rename packageBananeweizen2014-11-021-3/+3
* put db access at 1 place into async taskYu Lin2014-10-201-8/+12
* fix #4359: imperial units checkbox not always correctSamuel Tardieu2014-09-151-2/+2
* Name ignored catch parameter as suchSamuel Tardieu2014-09-091-3/+3
* Include exception stack trace in error messageSamuel Tardieu2014-09-091-1/+1
* Navigation action for navigate any point.rsudev2014-08-181-2/+20
* refactoring: reduce package cyclesBananeweizen2014-07-201-1/+1
* fix lint warning: layout inflation rootBananeweizen2014-06-291-41/+41
* fix #3871: provide up navigationBananeweizen2014-05-241-2/+1
* fix #3877: hide menu items instead of disabling themBananeweizen2014-05-221-1/+1
* Make Fragment implementation more conforming to the coding guidelines. Fixes...Arne Schwabe2014-05-201-10/+9
* Convert DateDialog and CoordinateInputDialog to DialogFragments, closes #3852Arne Schwabe2014-05-191-2/+2
* Implement ActionBar using AppCompat in cgeoArne Schwabe2014-05-171-3/+3
* remove methods invoking only super methodMichael Keppler2014-04-231-6/+1
* Allow subscription to either location or direction dataSamuel Tardieu2014-03-261-2/+2
* Automatically pair subscriptions in onResume/onPauseSamuel Tardieu2014-03-101-3/+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
* refactoring: simplify confirmation dialogs, remove duplicate codeBananeweizen2013-12-191-1/+2
* refactor: upgrade to butterknife 4Bananeweizen2013-11-271-3/+3
* fix #3357: crash in any destinationBananeweizen2013-10-141-6/+9
* refactoring: cgeocaches -> CacheListActivitySamuel Tardieu2013-09-131-1/+1
* refactoring: cgData -> DataStoreSamuel Tardieu2013-09-131-4/+4
* refactoring: findbugs cleanupBananeweizen2013-08-261-2/+2
* refactoring: more findbugs cleanupBananeweizen2013-08-181-16/+8
* refactoring: make formatter work without contextBananeweizen2013-07-311-2/+2
* refactoring: extract level of static maps to constantBananeweizen2013-07-191-1/+1
* Implements #750, use preference activitykoem2013-07-091-5/+7
* refactoring: use activity names for layoutsBananeweizen2013-06-091-3/+3
* refactoring: reduce duplicated codeBananeweizen2013-06-081-3/+3
* #2684: Use view injection instead of view.findById()Bananeweizen2013-05-311-32/+29
* refactoring: use menu resources instead of codeBananeweizen2013-05-101-20/+10
* Merge remote-tracking branch 'origin/release'Bananeweizen2013-05-101-45/+39
|\
| * refactoring: view holderBananeweizen2013-05-101-18/+33
| * refactoring: code cleanupBananeweizen2013-05-091-26/+13
| * fix #1781: Remove help functionBananeweizen2013-05-091-4/+0
| * #2684: use view injection libraryBananeweizen2013-05-011-5/+1
* | fix #2706: exception in list adapterBananeweizen2013-05-101-0/+7
|/
* code cleanupBananeweizen2013-02-241-0/+565