| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge remote-tracking branch 'upstream/release' | rsudev | 2014-03-30 | 3 | -7/+3 | |
| |\ \ | |/ | ||||||
| | * | Merge pull request #3699 from rsudev/crowdin_translations | rsudev | 2014-03-30 | 2 | -3/+3 | |
| | |\ | | | | | | | crowdin: New translations | |||||
| | | * | crowdin: New translations | rsudev | 2014-03-30 | 2 | -3/+3 | |
| | |/ | ||||||
| | * | Update changelog_master.xml | Lars | 2014-03-29 | 1 | -4/+0 | |
| | | | | | | | Changelog_master needs to be completely empty on release branch | |||||
| * | | fix JavaDoc | Bananeweizen | 2014-03-30 | 1 | -1/+2 | |
| | | | ||||||
| * | | First step for #3692, Add support for new opencaching nodes | rsudev | 2014-03-29 | 3 | -1/+40 | |
| |/ | | | | - Extend key handling for the new sites | |||||
| * | Merge pull request #3691 from rsudev/crowdin_translations | rsudev | 2014-03-29 | 1 | -6/+6 | |
| |\ | | | | | crowdin: New translations | |||||
| | * | crowdin: New translations | rsudev | 2014-03-29 | 1 | -6/+6 | |
| |/ | ||||||
| * | Crowdin download optionally against different base branch | rsudev | 2014-03-29 | 2 | -8/+16 | |
| | | ||||||
| * | fix #3690: NPE while exporting GPX | Samuel Tardieu | 2014-03-29 | 1 | -5/+8 | |
| | | ||||||
| * | Update changelog_release.xml | Lars | 2014-03-29 | 1 | -69/+3 | |
| | | | | | Removed outdated changes from list (i.e. they are included in the last releases) and added some missing changes. I will crosscheck later if anything important is still missing, but on the first look it looks complete. | |||||
| * | Transfer changelog_master content into changelog_release | Samuel Tardieu | 2014-03-29 | 2 | -22/+22 | |
| | | ||||||
| * | Merge pull request #3688 from rsudev/crowdin_translations | rsudev | 2014-03-28 | 2 | -8/+9 | |
| |\ | | | | | crowdin: New translations | |||||
| | * | crowdin: New translations | rsudev | 2014-03-28 | 2 | -8/+9 | |
| |/ | ||||||
| * | 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. | |||||
