aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/CompassActivity.java
Commit message (Expand)AuthorAgeFilesLines
* Fixes #4801, Crash using new Hint Option on go to coordinatesrsudev2015-03-301-0/+1
* Fixes #4757, Add menu icon for showing hint in compass/cache maprsudev2015-03-261-0/+12
* fix #4669: fix toast if no hint availableBananeweizen2015-02-131-6/+1
* fix missing menu items in map from compassBananeweizen2015-02-111-1/+6
* new: show hint in compass and mapBananeweizen2015-02-111-0/+8
* fix #4603: do not query the magnetic field sensorSamuel Tardieu2015-01-081-1/+1
* use more nullable annotationsBananeweizen2015-01-011-2/+5
* Use GPS when compass is disabled or absentSamuel Tardieu2015-01-011-23/+12
* Remove used-once interface IGeoDataSamuel Tardieu2014-11-231-4/+4
* IGeoData#getCoords() can never be nullSamuel Tardieu2014-11-231-14/+8
* rename packageBananeweizen2014-11-021-2/+2
* Include exception stack trace in error messageSamuel Tardieu2014-09-091-1/+1
* fix #4323: use cache icon and name as activity titleBananeweizen2014-09-051-3/+4
* fix #4252: allow logging from compass of waypointBananeweizen2014-09-041-67/+67
* list all waypoints as navigation target in compassBananeweizen2014-09-031-40/+34
* refactoring: remove utility methods from DirectionProviderSamuel Tardieu2014-08-241-2/+2
* Merge branch 'issue-4208' into upstreamSamuel Tardieu2014-08-241-3/+5
|\
| * fix #4208: compass does not show direction initiallySamuel Tardieu2014-08-241-3/+5
* | Remove GPS status from location informationSamuel Tardieu2014-08-031-6/+17
|/
* refactoring: reduce package cyclesBananeweizen2014-07-201-1/+1
* switch to Java 1.7Bananeweizen2014-07-171-1/+1
* fix #3961: use radio button menu for compass sensorsBananeweizen2014-06-111-5/+13
* fix #3980: remove "set destination" menu in compassBananeweizen2014-06-111-6/+0
* fix #3928: update speech menu on actionsBananeweizen2014-05-311-13/+15
* fix #3871: provide up navigationBananeweizen2014-05-241-1/+1
* Implement ActionBar using AppCompat in cgeoArne Schwabe2014-05-171-2/+2
* remove methods invoking only super methodMichael Keppler2014-04-231-5/+0
* fix #3729: compass deviation -90° in landscape mode (GPS)Samuel Tardieu2014-04-061-1/+1
* Allow subscription to either location or direction dataSamuel Tardieu2014-03-261-2/+2
* Automatically pair subscriptions in onResume/onPauseSamuel Tardieu2014-03-101-5/+1
* Always use a combined geodata and direction providerSamuel Tardieu2014-03-061-24/+5
* refactoring: create cgeo.geocaching.sensors packageSamuel Tardieu2014-03-061-1/+3
* Use RxJava for direction and geodata updates rather than own observersSamuel Tardieu2014-01-081-2/+3
* refactor: upgrade to butterknife 4Bananeweizen2013-11-271-3/+3
* new: logging from compass activityBananeweizen2013-10-031-2/+27
* cleanup: remove unused static fieldsBananeweizen2013-09-291-2/+1
* refactoring: cgeoapplication -> CgeoApplicationSamuel Tardieu2013-09-131-1/+1
* refactoring: findbugs cleanupBananeweizen2013-08-261-1/+1
* Fixes #2770, TTS not startingrsudev2013-08-251-17/+1
* fix #3185: NPE in GeoDirHandlerSamuel Tardieu2013-08-251-1/+10
* Fixes #2717 - Compass Speech stops on Rotationkoem2013-07-161-0/+15
* Remove elevation handlingSamuel Tardieu2013-07-141-6/+1
* Implements #750, use preference activitykoem2013-07-091-0/+1
* fix #2927: TTS volumeBananeweizen2013-06-261-0/+4
* #2747 TTS distances should use Android pluralskoem2013-06-191-6/+3
* refactoring: use activity names for layoutsBananeweizen2013-06-091-1/+1
* #2684: Use view injection instead of view.findById()Bananeweizen2013-05-311-25/+15
* Add log message for testing #2770campbeb2013-05-241-0/+1
* new: check TTS data availability when starting speechBananeweizen2013-05-231-1/+18
* Merge branch 'fix-2741' into upstreamSamuel Tardieu2013-05-191-0/+10