Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new: show cache name in title when searching around it | Bananeweizen | 2015-03-01 | 1 | -1/+1 |
| | |||||
* | Use GPS when compass is disabled or absent | Samuel Tardieu | 2015-01-01 | 1 | -3/+4 |
| | | | | Work on #4548. | ||||
* | Use Scheduler and helper for consecutive action on different threads | Samuel Tardieu | 2014-11-28 | 1 | -8/+9 |
| | |||||
* | fix #4332: no history when navigate via compass | Samuel Tardieu | 2014-11-26 | 1 | -23/+27 |
| | |||||
* | Remove used-once interface IGeoData | Samuel Tardieu | 2014-11-23 | 1 | -2/+2 |
| | | | | | IGeoData was only implemented by the GeoData class. We can as well use it directly. | ||||
* | IGeoData#getCoords() can never be null | Samuel Tardieu | 2014-11-23 | 1 | -15/+2 |
| | |||||
* | rename package | Bananeweizen | 2014-11-02 | 1 | -3/+3 |
| | | | | The package not only contains the GeoPoint definition, but other location related classes, too. | ||||
* | put db access at 1 place into async task | Yu Lin | 2014-10-20 | 1 | -8/+12 |
| | |||||
* | fix #4359: imperial units checkbox not always correct | Samuel Tardieu | 2014-09-15 | 1 | -2/+2 |
| | | | | | | | | This has been fixed by initializing the key to its default value instead of just the checkbox. Also, better names have been used throughout the settings to reflect the fact that "units" meant "use imperial units". It was used in both ways, including the wrong way while migrating the settings. | ||||
* | Name ignored catch parameter as such | Samuel Tardieu | 2014-09-09 | 1 | -3/+3 |
| | |||||
* | Include exception stack trace in error message | Samuel Tardieu | 2014-09-09 | 1 | -1/+1 |
| | |||||
* | Navigation action for navigate any point. | rsudev | 2014-08-18 | 1 | -2/+20 |
| | | | | - Fix inconsisten action item order as well | ||||
* | refactoring: reduce package cycles | Bananeweizen | 2014-07-20 | 1 | -1/+1 |
| | |||||
* | fix lint warning: layout inflation root | Bananeweizen | 2014-06-29 | 1 | -41/+41 |
| | |||||
* | fix #3871: provide up navigation | Bananeweizen | 2014-05-24 | 1 | -2/+1 |
| | |||||
* | fix #3877: hide menu items instead of disabling them | Bananeweizen | 2014-05-22 | 1 | -1/+1 |
| | | | | We probably need to do further rework on the menus, but this fixes at least the style guideline issue. | ||||
* | Make Fragment implementation more conforming to the coding guidelines. ↵ | Arne Schwabe | 2014-05-20 | 1 | -10/+9 |
| | | | | Fixes crash on rotation | ||||
* | Convert DateDialog and CoordinateInputDialog to DialogFragments, closes #3852 | Arne Schwabe | 2014-05-19 | 1 | -2/+2 |
| | |||||
* | Implement ActionBar using AppCompat in cgeo | Arne Schwabe | 2014-05-17 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | This a first version of an ActionBar implementation with following properties: - The application should be usuable (there still might be bugs left from the conversation to Action) - Provides a more modern feeling on all devices - gets rid of the "dots of shame" on Android 3.0+ devices - The Maps classes MUST inherit from Activity instead of ActionBarActivity. There these classes use the old ActionBar on Android 2.3 devices and the real ActionBar on 3.0+ - This can be fixed when cgeo is ported to Google Maps API v2.0 API which usesFragment - The Dialog classes (CachePopup and WaypointPopup) have been converted to DialogFragments - The AppCombat themes provide no Theme.Dialog theme - this will later ease using these Fragment in other Activities - Use an almost empty activity which just shows the DialogFragment - Use the 'old' ActionBar but which overflow menu button to fit into Holo Design Style - Using a real ActionBar for Dialogs is not really support by Android and trying to force the frame into showing an Actionbar on a dialog leeds to strange bugs/effects - Most of the icon are still the Android 2.3 Menu Icon. These need to be replaced with Holo Style Icons - for most menu icon the ifRoom and/or withText attributes should be reviewed and set - The ActionBar of the main Activity is transparent. This is more or less by accident but looks good - Review Up Action of activities. Is going back to Main Activity always the semantically right thing to do? - Shortpress/Longpress on the Actionbars Compass Icon for primary/secondary Navigation clashes the normal ActionBar behaviour of long pressing to show the text of the action This commit contains many fixes and suggestions from rsudev | ||||
* | remove methods invoking only super method | Michael Keppler | 2014-04-23 | 1 | -6/+1 |
| | |||||
* | Allow subscription to either location or direction data | Samuel Tardieu | 2014-03-26 | 1 | -2/+2 |
| | | | | | | | | The forced union of both information is not appropriate in several activities where only GPS data is needed, or where direction data update less components than location data (such as cache lists). This is part of work on #3680. | ||||
* | Automatically pair subscriptions in onResume/onPause | Samuel Tardieu | 2014-03-10 | 1 | -3/+1 |
| | |||||
* | Always use a combined geodata and direction provider | Samuel Tardieu | 2014-03-06 | 1 | -3/+3 |
| | |||||
* | refactoring: create cgeo.geocaching.sensors package | Samuel Tardieu | 2014-03-06 | 1 | -1/+2 |
| | |||||
* | refactoring: simplify confirmation dialogs, remove duplicate code | Bananeweizen | 2013-12-19 | 1 | -1/+2 |
| | |||||
* | refactor: upgrade to butterknife 4 | Bananeweizen | 2013-11-27 | 1 | -3/+3 |
| | |||||
* | fix #3357: crash in any destination | Bananeweizen | 2013-10-14 | 1 | -6/+9 |
| | |||||
* | refactoring: cgeocaches -> CacheListActivity | Samuel Tardieu | 2013-09-13 | 1 | -1/+1 |
| | |||||
* | refactoring: cgData -> DataStore | Samuel Tardieu | 2013-09-13 | 1 | -4/+4 |
| | |||||
* | refactoring: findbugs cleanup | Bananeweizen | 2013-08-26 | 1 | -2/+2 |
| | | | * don't catch raw exceptions | ||||
* | refactoring: more findbugs cleanup | Bananeweizen | 2013-08-18 | 1 | -16/+8 |
| | |||||
* | refactoring: make formatter work without context | Bananeweizen | 2013-07-31 | 1 | -2/+2 |
| | |||||
* | refactoring: extract level of static maps to constant | Bananeweizen | 2013-07-19 | 1 | -1/+1 |
| | | | * includes further checkstyle cleanup | ||||
* | Implements #750, use preference activity | koem | 2013-07-09 | 1 | -5/+7 |
| | |||||
* | refactoring: use activity names for layouts | Bananeweizen | 2013-06-09 | 1 | -3/+3 |
| | |||||
* | refactoring: reduce duplicated code | Bananeweizen | 2013-06-08 | 1 | -3/+3 |
| | |||||
* | #2684: Use view injection instead of view.findById() | Bananeweizen | 2013-05-31 | 1 | -32/+29 |
| | |||||
* | refactoring: use menu resources instead of code | Bananeweizen | 2013-05-10 | 1 | -20/+10 |
| | |||||
* | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2013-05-10 | 1 | -45/+39 |
|\ | |||||
| * | refactoring: view holder | Bananeweizen | 2013-05-10 | 1 | -18/+33 |
| | | |||||
| * | refactoring: code cleanup | Bananeweizen | 2013-05-09 | 1 | -26/+13 |
| | | |||||
| * | fix #1781: Remove help function | Bananeweizen | 2013-05-09 | 1 | -4/+0 |
| | | |||||
| * | #2684: use view injection library | Bananeweizen | 2013-05-01 | 1 | -5/+1 |
| | | | | | | | | * If you have compile errors after pulling, please consult the issue on github. | ||||
* | | fix #2706: exception in list adapter | Bananeweizen | 2013-05-10 | 1 | -0/+7 |
|/ | |||||
* | code cleanup | Bananeweizen | 2013-02-24 | 1 | -0/+565 |
* rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings |