aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* crowdin: New translationsrsudev2014-03-283-87/+382
|
* fix #3041: gcvote not merge from map popupSamuel Tardieu2014-03-271-0/+1
|
* fix #2906: newly loaded found caches are added to the historySamuel Tardieu2014-03-271-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 lint warning: mark the handler as non-leakedSamuel Tardieu2014-03-271-0/+3
|
* Handle history list differently than other listsSamuel Tardieu2014-03-274-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 FindBugsSamuel Tardieu2014-03-261-10/+7
|
* Allow subscription to either location or direction dataSamuel Tardieu2014-03-2611-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.
* crowdin: New translationsrsudev2014-03-263-11/+165
|
* Put out as much sensor work as possible onto background threadsSamuel Tardieu2014-03-265-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.xmlLars2014-03-251-0/+5
|
* crowdin: New translationsrsudev2014-03-254-84/+1105
| | | | Added Romanian as well
* reduce null analysis warningsBananeweizen2014-03-254-4/+1
| | | | | | 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 prohibitedrsudev2014-03-251-0/+13
| | | | Checks logged in status before allowing log
* crowdin: New translationsrsudev2014-03-252-1/+200
|
* crowdin: New translationsrsudev2014-03-242-39/+366
|
* Clean obsolete log images information as a temporary measureSamuel Tardieu2014-03-241-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 cleanedSamuel Tardieu2014-03-241-1/+1
|
* Make static method call reference the class nameSamuel Tardieu2014-03-241-1/+1
|
* Do not reset sort order when switching listSamuel Tardieu2014-03-241-1/+0
| | | | Related to #3519.
* fix #3519: make list sorting permanentSamuel Tardieu2014-03-241-4/+4
|
* crowdin: New translationsrsudev2014-03-221-17/+64
|
* Remove redundant prefixSamuel Tardieu2014-03-221-14/+14
|
* Do not open images from geocheck.org in external applicationSamuel Tardieu2014-03-223-10/+24
|
* Use existing variableSamuel Tardieu2014-03-221-2/+2
|
* Better handling of unsubscriptionsSamuel Tardieu2014-03-221-7/+6
|
* Upgrade to RxJava 0.17.1 + cgeo patchSamuel Tardieu2014-03-2215-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 logicSamuel Tardieu2014-03-221-36/+11
|
* Add more @NonNull annotationsSamuel Tardieu2014-03-224-6/+11
|
* Do not try to compute the reverse canvas rotation by handSamuel Tardieu2014-03-221-2/+4
| | | | | save() and restore() are more adequate to restore the initial state and prevent rounding errors.
* No need to synchronize UI thread called methodsSamuel Tardieu2014-03-222-31/+26
|
* crowdin: New translationsrsudev2014-03-223-3/+34
|
* crowdin: New translationsrsudev2014-03-223-0/+1315
| | | | added lt and ca as well
* refactoring: do not call getResources() repeatidlySamuel Tardieu2014-03-221-8/+11
|
* refactoring: use shorter nameSamuel Tardieu2014-03-201-3/+3
|
* Merge branch 'master' of git://github.com/letiziaj/cgeo into upstreamSamuel Tardieu2014-03-201-9/+25
|\
| * fix #3612: filtered list can't be shown on map, with refactoringletiziaj2014-03-201-11/+13
| |
| * fix issue #3612letiziaj2014-03-171-0/+14
| |
* | fix compiler warningsBananeweizen2014-03-192-25/+26
| | | | | | | | | | * nullness * unnecessary else * wrong javadoc
* | fix #3667: "load more" missing in search resultsSamuel Tardieu2014-03-191-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 workSamuel Tardieu2014-03-182-28/+16
| | | | | | | | The long click is now detected using the gesture detector.
* | Separate initialization and update of list adapterSamuel Tardieu2014-03-181-38/+21
|/
* Merge branch 'release'SammysHP2014-03-171-1/+1
|\
| * Fix #3662: Pocket Query Download function - empty listSammysHP2014-03-171-1/+1
| |
* | fix #3661: add ability to open image from cache descriptionSamuel Tardieu2014-03-152-4/+30
| |
* | refactoring: moveDatabase belongs to DataStoreSamuel Tardieu2014-03-153-59/+50
| |
* | Fixes #3547, Nearby search does not respect type filter for OX-cachesrsudev2014-03-151-24/+71
| | | | | | | | - implemented global type filter into OX Api
* | Merge branch 'release' into upstreamSamuel Tardieu2014-03-152-1/+4
|\ \ | |/
| * Update changelog_release.xmlSamuel Tardieu2014-03-151-0/+1
| |
| * fix #3655: bad HTML decoding in image titleSamuel Tardieu2014-03-151-1/+2
| |
| * Update changelog_release.xmlLars2014-03-041-0/+1
| |