aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo
Commit message (Expand)AuthorAgeFilesLines
* fix #4571: GCVote not stored locallyBananeweizen2014-12-301-1/+4
* fix #4558: NPE in TrackableActivityBananeweizen2014-12-262-2/+7
* fix #4518: recognize Sygic voucher editionBananeweizen2014-12-261-2/+12
* Fixes #4559, opencaching: use language instead of country to retrieve descrip...rsudev2014-12-231-1/+1
* fix #4550: fresh log entry of trackable shows log date as todaySamuel Tardieu2014-12-201-1/+1
* Merge branch 'issue-4535' into releaseSamuel Tardieu2014-12-202-5/+14
|\
| * fix #4535: GPS disconnects after getting a fixSamuel Tardieu2014-12-182-5/+14
* | fix #4543: search by owner returns caches without coordinatesSamuel Tardieu2014-12-191-1/+4
* | Merge branch 'issue-4541' into releaseSamuel Tardieu2014-12-191-1/+6
|\ \
| * | fix #4541: some phones do not support SENSOR_DELAY_NORMAL for rotationSamuel Tardieu2014-12-171-1/+6
* | | fix #4540: no current position since last updateSamuel Tardieu2014-12-181-8/+3
* | | fix #4544: amount of favpoints no longer shown for own cachesSamuel Tardieu2014-12-181-10/+10
| |/ |/|
* | fix #4538: favorite points display not updated after changeSamuel Tardieu2014-12-161-6/+12
* | Keep a reference on the whole "name: value" line in descriptionSamuel Tardieu2014-12-163-32/+41
|/
* Merge branch 'issue-4529' into releaseSamuel Tardieu2014-12-162-3/+3
|\
| * fix #4529: missing back pressure on location observableSamuel Tardieu2014-12-132-3/+3
* | Remember last orientationSamuel Tardieu2014-12-151-2/+2
|/
* fix #4525: number format exception when parsing coordinatesSamuel Tardieu2014-12-121-14/+17
* fix #4524: invalidation of options menu must happen on the UI threadSamuel Tardieu2014-12-121-3/+9
* Fix #4517: reference to gc.com regardless of the cache originSamuel Tardieu2014-12-092-5/+4
* Help Eclipse by adding assertionSamuel Tardieu2014-12-011-0/+1
* fix #4505: sporadic crash when trying to navigate to a waypointSamuel Tardieu2014-12-011-1/+2
* Revert "fix #4481: cache rendering leads to ANR"Samuel Tardieu2014-11-281-7/+2
* fix #4481: cache rendering leads to ANRSamuel Tardieu2014-11-281-2/+7
* Better names for Twitter key parametersSamuel Tardieu2014-11-283-9/+9
* Make compass disabling transientSamuel Tardieu2014-11-281-3/+5
* Inline constantSamuel Tardieu2014-11-281-3/+1
* Merge pull request #4502 from rsudev/issue4247Samuel Tardieu2014-11-282-8/+50
|\
| * Fix #4247, No action bar on map activities on Android 3.xrsudev2014-11-272-8/+50
* | Add GCLogin testsSamuel Tardieu2014-11-281-2/+7
* | fix #4503: cache with repeated images may corrupt the on-disk copySamuel Tardieu2014-11-282-6/+54
* | Use Scheduler and helper for consecutive action on different threadsSamuel Tardieu2014-11-284-57/+81
|/
* fix #4332: no history when navigate via compassSamuel Tardieu2014-11-261-23/+27
* remove Eclipse compile errorBananeweizen2014-11-261-0/+1
* fix #4325: retrieve home location from geocaching.comSamuel Tardieu2014-11-255-18/+62
* Free resources when destroying status fragmentSamuel Tardieu2014-11-251-2/+6
* Fix build by making inject fields non-privateSamuel Tardieu2014-11-251-3/+3
* Use ButterKnife more in LogCacheActivitySamuel Tardieu2014-11-251-23/+19
* refactoring: remove test only methodsBananeweizen2014-11-244-16/+7
* Remove redundant cache parameterSamuel Tardieu2014-11-246-13/+10
* fix #4492: GCVote not always shown in logging windowSamuel Tardieu2014-11-243-21/+35
* Transmit geocode along with a GCVote ratingSamuel Tardieu2014-11-241-16/+6
* Signal an error if GCVote rating is not possibleSamuel Tardieu2014-11-243-24/+19
* Throttle the rotation display in lists to 4 HzSamuel Tardieu2014-11-242-7/+28
* Protect orientation and rotation provider against buffer fillSamuel Tardieu2014-11-242-2/+2
* Use a scheduler instead of a thread to retrieve OAuth tokenSamuel Tardieu2014-11-231-8/+9
* Do not repeat identical abstract methodSamuel Tardieu2014-11-231-3/+0
* Fix incorrect XML char determinationSamuel Tardieu2014-11-231-7/+2
* Add non-null assertion to please code checkersSamuel Tardieu2014-11-231-0/+1
* Protect against NPE when retrieving send2cgeo informationSamuel Tardieu2014-11-231-5/+7