| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge remote-tracking branch 'schwabe/actionbar_pullrequest' | Bananeweizen | 2014-05-18 | 1 | -0/+21 |
| |\ | | | | | | | | | | | Conflicts: main/res/values/preference_keys.xml main/src/cgeo/geocaching/CgeoApplication.java | ||||
| | * | Allow the user to choose always displaying the overflow button | Arne Schwabe | 2014-05-17 | 1 | -0/+22 |
| | | | | | | | | | | | | | | | Manually Cherry pick from rsudev/actionbar_schwabe: Always display the overflow menu button. Allow user to decide if the overflow should be shown or not. Since this only works on 3.0-4.3 hide the option on other platforms. | ||||
| * | | some formatting fixes | Bananeweizen | 2014-05-17 | 1 | -8/+3 |
| | | | |||||
| * | | #3818: enable memory dumps on demand | Bananeweizen | 2014-05-17 | 1 | -1/+4 |
| |/ | |||||
| * | Dump memory on OOM to investigate #3818 | rsudev | 2014-05-12 | 1 | -0/+31 |
| | | |||||
| * | fix #3732: last known position not used for live map | Samuel Tardieu | 2014-04-05 | 1 | -2/+2 |
| | | |||||
| * | Allow subscription to either location or direction data | Samuel Tardieu | 2014-03-26 | 1 | -20/+32 |
| | | | | | | | | | 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. | ||||
| * | Put out as much sensor work as possible onto background threads | Samuel Tardieu | 2014-03-26 | 1 | -2/+5 |
| | | | | | | | | | The sensors signals and merging are now delivered on background handler threads instead of the UI thread. While this might not change a lot of things in practice, it may help with #3680. | ||||
| * | refactoring: moveDatabase belongs to DataStore | Samuel Tardieu | 2014-03-15 | 1 | -33/+0 |
| | | |||||
| * | Use basic synchronization on infrequent access pattern | Samuel Tardieu | 2014-03-10 | 1 | -10/+6 |
| | | |||||
| * | Remove no-longer used fields | Samuel Tardieu | 2014-03-10 | 1 | -2/+0 |
| | | |||||
| * | Always use a combined geodata and direction provider | Samuel Tardieu | 2014-03-06 | 1 | -17/+18 |
| | | |||||
| * | refactoring: create cgeo.geocaching.sensors package | Samuel Tardieu | 2014-03-06 | 1 | -0/+3 |
| | | |||||
| * | fix #3470: map: unsure coords popup checkbox hidden | Bananeweizen | 2014-01-17 | 1 | -5/+5 |
| | | |||||
| * | Use RxJava for direction and geodata updates rather than own observers | Samuel Tardieu | 2014-01-08 | 1 | -35/+10 |
| | | |||||
| * | Use RxJava for status updates rather than own observers | Samuel Tardieu | 2014-01-08 | 1 | -11/+0 |
| | | |||||
| * | Remove onTerminate() in application | Samuel Tardieu | 2014-01-08 | 1 | -10/+0 |
| | | | | | | | | | | | Not only it is not advised to derive from `Application` as this is often deemed useless, but also the `onTerminate()` method is never called on real devices. Since it causes issues with our tests since it accesses ressources that appear to have been cleaned up already, such as the application context, it is best to remove it entirely. | ||||
| * | fix #3480: quasi-systematic concurrent logins | Samuel Tardieu | 2013-12-28 | 1 | -1/+19 |
| | | | | | | | | | | | The login procedure was initiated in both `onCreate()` and `onResume()`. It has been limited to `onResume()` and refactored as to not manipulate a global variable. Also, the previous code prevented cgeo from retrying a failed login to one of the cache providers if another had succeeded, as every provider cleared `setLogin()` in case of success. This has been fixed as well. | ||||
| * | refactoring: simplify confirmation dialogs, remove duplicate code | Bananeweizen | 2013-12-19 | 1 | -2/+2 |
| | | |||||
| * | fix #3420: Waypoint description gets mixed up | Bananeweizen | 2013-11-10 | 1 | -2/+0 |
| | | |||||
| * | refactoring: do not create explicit handlers when not needed | Samuel Tardieu | 2013-09-15 | 1 | -16/+11 |
| | | | | | | | When no information is to be carried to the handler, if the handler is called from one place it is simpler to use runOnUiThread rather than to construct an explicit handler. | ||||
| * | refactoring: cgeoapplication -> CgeoApplication | Samuel Tardieu | 2013-09-13 | 1 | -0/+160 |
