aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/utils/StartableHandlerThread.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix lint warning: mark the handler as non-leakedSamuel Tardieu2014-03-271-0/+3
|
* Use a synchronized method to please FindBugsSamuel Tardieu2014-03-261-10/+7
|
* Put out as much sensor work as possible onto background threadsSamuel Tardieu2014-03-261-0/+80
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.