| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #3687 from rsudev/crowdin_translations | rsudev | 2014-03-28 | 3 | -87/+382 |
| |\ | | | | | crowdin: New translations | ||||
| | * | crowdin: New translations | rsudev | 2014-03-28 | 3 | -87/+382 |
| |/ | |||||
| * | fix #3041: gcvote not merge from map popup | Samuel Tardieu | 2014-03-27 | 1 | -0/+1 |
| | | |||||
| * | fix #2906: newly loaded found caches are added to the history | Samuel Tardieu | 2014-03-27 | 1 | -11/+0 |
| | | | | | | | The `visitedDate` field indicates that a cache has been recently logged. It was previously set from the found date when loading a cache from geocaching.com, which caused the extra insertion. | ||||
| * | Fix failure in testSearchTrackable | rsudev | 2014-03-27 | 1 | -1/+1 |
| | | | | | Trackable is currently missing, so SPOTTED_UNKNOWN | ||||
| * | Fix lint warning: mark the handler as non-leaked | Samuel Tardieu | 2014-03-27 | 1 | -0/+3 |
| | | |||||
| * | Handle history list differently than other lists | Samuel Tardieu | 2014-03-27 | 4 | -31/+30 |
| | | | | | | History list cannot be sorted. Using the same comparator as other lists will make us lose the chosen sorting order (see #3519). | ||||
| * | Use a synchronized method to please FindBugs | Samuel Tardieu | 2014-03-26 | 1 | -10/+7 |
| | | |||||
| * | Allow subscription to either location or direction data | Samuel Tardieu | 2014-03-26 | 11 | -58/+137 |
| | | | | | | | | | 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. | ||||
| * | Merge pull request #3686 from rsudev/crowdin_translations | rsudev | 2014-03-26 | 3 | -11/+165 |
| |\ | | | | | crowdin: New translations | ||||
| | * | crowdin: New translations | rsudev | 2014-03-26 | 3 | -11/+165 |
| |/ | |||||
| * | Put out as much sensor work as possible onto background threads | Samuel Tardieu | 2014-03-26 | 5 | -49/+145 |
| | | | | | | | | | 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. | ||||
| * | Update changelog_master.xml | Lars | 2014-03-25 | 1 | -0/+5 |
| | | |||||
| * | Merge pull request #3681 from rsudev/crowdin_translations | rsudev | 2014-03-25 | 7 | -87/+1122 |
| |\ | | | | | crowdin: New translations | ||||
| | * | crowdin: New translations | rsudev | 2014-03-25 | 7 | -87/+1122 |
| |/ | | | | Added Romanian as well | ||||
| * | reduce null analysis warnings | Bananeweizen | 2014-03-25 | 7 | -14/+19 |
| | | | | | | | This change allows unchecked conversion from non annotated expressions to nonnull expressions. Those are needed whenever we call a framework method (where we cannot add annotations ourselfes) and cause more warnings in Eclipse than they actually help. | ||||
| * | Fixes #3518, Online log on OC without authentication not prohibited | rsudev | 2014-03-25 | 1 | -0/+13 |
| | | | | | Checks logged in status before allowing log | ||||
| * | Merge pull request #3679 from rsudev/crowdin_translations | rsudev | 2014-03-25 | 2 | -1/+200 |
| |\ | | | | | crowdin: New translations | ||||
| | * | crowdin: New translations | rsudev | 2014-03-25 | 2 | -1/+200 |
| |/ | |||||
| * | Merge pull request #3678 from rsudev/crowdin_translations | rsudev | 2014-03-24 | 2 | -39/+366 |
| |\ | | | | | crowdin: New translations | ||||
| | * | crowdin: New translations | rsudev | 2014-03-24 | 2 | -39/+366 |
| |/ | |||||
| * | Clean obsolete log images information as a temporary measure | Samuel Tardieu | 2014-03-24 | 1 | -0/+5 |
| | | | | | | For about one year, log images information will be removed at every start. See issue #3514. | ||||
| * | fix #3514: log images table should be cleaned | Samuel Tardieu | 2014-03-24 | 1 | -1/+1 |
| | | |||||
| * | Make static method call reference the class name | Samuel Tardieu | 2014-03-24 | 1 | -1/+1 |
| | | |||||
| * | Do not reset sort order when switching list | Samuel Tardieu | 2014-03-24 | 1 | -1/+0 |
| | | | | | Related to #3519. | ||||
| * | fix #3519: make list sorting permanent | Samuel Tardieu | 2014-03-24 | 1 | -4/+4 |
| | | |||||
| * | Merge pull request #3674 from rsudev/crowdin_translations | rsudev | 2014-03-22 | 1 | -17/+64 |
| |\ | | | | | crowdin: New translations | ||||
| | * | crowdin: New translations | rsudev | 2014-03-22 | 1 | -17/+64 |
| |/ | |||||
| * | Remove redundant prefix | Samuel Tardieu | 2014-03-22 | 1 | -14/+14 |
| | | |||||
| * | Do not open images from geocheck.org in external application | Samuel Tardieu | 2014-03-22 | 3 | -10/+24 |
| | | |||||
| * | Use existing variable | Samuel Tardieu | 2014-03-22 | 1 | -2/+2 |
| | | |||||
| * | Better handling of unsubscriptions | Samuel Tardieu | 2014-03-22 | 1 | -7/+6 |
| | | |||||
| * | Upgrade to RxJava 0.17.1 + cgeo patch | Samuel Tardieu | 2014-03-22 | 15 | -15/+15 |
| | | | | | | | | | | | There is an ongoing problem with RxJava, discussed at https://github.com/Netflix/RxJava/issues/979 This version includes a patch available at https://github.com/cgeo/RxJava/commit/9ffb27f310d9f454d10d4d03206d8b5a262f6d63 fixup! Upgrade to RxJava 0.17.1 | ||||
| * | refactoring: simplify CompassMiniView logic | Samuel Tardieu | 2014-03-22 | 1 | -36/+11 |
| | | |||||
| * | Add more @NonNull annotations | Samuel Tardieu | 2014-03-22 | 4 | -6/+11 |
| | | |||||
| * | Do not try to compute the reverse canvas rotation by hand | Samuel Tardieu | 2014-03-22 | 1 | -2/+4 |
| | | | | | | save() and restore() are more adequate to restore the initial state and prevent rounding errors. | ||||
| * | No need to synchronize UI thread called methods | Samuel Tardieu | 2014-03-22 | 2 | -31/+26 |
| | | |||||
| * | Merge pull request #3673 from rsudev/crowdin_translations | rsudev | 2014-03-22 | 3 | -3/+34 |
| |\ | | | | | crowdin: New translations | ||||
| | * | crowdin: New translations | rsudev | 2014-03-22 | 3 | -3/+34 |
| |/ | |||||
| * | Merge pull request #3672 from rsudev/crowdin_translations | rsudev | 2014-03-22 | 7 | -0/+1343 |
| |\ | | | | | crowdin: New translations | ||||
| | * | crowdin: New translations | rsudev | 2014-03-22 | 7 | -0/+1343 |
| |/ | | | | added lt and ca as well | ||||
| * | refactoring: do not call getResources() repeatidly | Samuel Tardieu | 2014-03-22 | 1 | -8/+11 |
| | | |||||
| * | Update inspection profile for Intellij IDEA | Samuel Tardieu | 2014-03-22 | 2 | -10/+2 |
| | | |||||
| * | refactoring: use shorter name | Samuel Tardieu | 2014-03-20 | 1 | -3/+3 |
| | | |||||
| * | Merge branch 'master' of git://github.com/letiziaj/cgeo into upstream | Samuel Tardieu | 2014-03-20 | 1 | -9/+25 |
| |\ | |||||
| | * | fix #3612: filtered list can't be shown on map, with refactoring | letiziaj | 2014-03-20 | 1 | -11/+13 |
| | | | |||||
| | * | fix issue #3612 | letiziaj | 2014-03-17 | 1 | -0/+14 |
| | | | |||||
| * | | fix compiler warnings | Bananeweizen | 2014-03-19 | 2 | -25/+26 |
| | | | | | | | | | | | * nullness * unnecessary else * wrong javadoc | ||||
| * | | fix #3667: "load more" missing in search results | Samuel Tardieu | 2014-03-19 | 1 | -3/+3 |
| | | | | | | | | | | | A bug in older Android versions forces us to use a particular order between `addFooterView` and `setListAdapter`. | ||||
| * | | fix #3664: long press on list items doesn't work | Samuel Tardieu | 2014-03-18 | 2 | -28/+16 |
| | | | | | | | | | The long click is now detected using the gesture detector. | ||||
