aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching
Commit message (Collapse)AuthorAgeFilesLines
* fix #4416: new preferences page on geocaching.comSamuel Tardieu2014-10-222-61/+7
|
* Get GC custom date on every succesful loginSamuel Tardieu2014-10-223-6/+3
| | | | Part of work on #4416.
* Reset default date format on login errorSamuel Tardieu2014-10-221-4/+9
| | | | | | When unlogged, the default format is MM/dd/yyyy. Part of work on #4416.
* Merge branch 'issue-4369' into releaseSamuel Tardieu2014-10-024-17/+21
|\
| * fix #4369: translation warning at wrong timeSamuel Tardieu2014-09-184-17/+21
| |
* | Fix #4028, Wrong sized overlays on map againrsudev2014-09-282-25/+46
| | | | | | | | | | - extended parameters to cover even xxxhdpi - refactored waypoint markers additionally
* | Fixes #4366, Contextual action bar item calendar does not workrsudev2014-09-211-1/+10
| |
* | Fixes #4370, OX caches should have blank before ratingrsudev2014-09-201-4/+4
| |
* | Fixes #4375, Map popup shows earth cache sizersudev2014-09-201-2/+1
|/ | | | - use cache.showSize() in popup as well
* fix #4330: uploading waypoint is shown although not uploadingSamuel Tardieu2014-09-161-1/+1
|
* fix #4291: keyboard should stay hidden when showcase is visibleSamuel Tardieu2014-09-161-0/+12
|
* Merge branch 'issue-4260' into releaseSamuel Tardieu2014-09-154-3/+18
|\
| * fix #4260 & #3194: sort and resort problemsMathieu Alorent2014-09-044-3/+18
| | | | | | | | | | | | This fixes: - #4260: sort by distance doesn't work - #3914: resorting of event lists doesn't work
* | fix #4341: captcha doesn't refreshSamuel Tardieu2014-09-151-4/+6
| |
* | Disable HW acceleration for Samsung Galaxy SII Plus (#4265)Samuel Tardieu2014-09-071-0/+1
| |
* | fix #4284: Upload coordinates has bad titleMathieu Alorent2014-09-051-1/+1
|/ | | | add a new waypoint_ string
* fix #4302: unpublished caches not recognizedBananeweizen2014-09-021-1/+1
|
* fix #4015: recognize new date formats on gc.comSamuel Tardieu2014-09-012-1/+3
|
* fix #3723: change initial default for coordinates input to MinDecSamuel Tardieu2014-09-011-2/+4
| | | | | | The problem was caused by the settings migration which takes place even when no previous settings were available and install different default values.
* Merge branch 'issue-4292' into releaseSamuel Tardieu2014-09-011-1/+1
|\
| * fix #4292: cache placed date parsing is wrongSamuel Tardieu2014-09-011-1/+1
| |
* | fix #4272: trackable image is too smallSamuel Tardieu2014-09-011-1/+1
|/
* Merge branch 'issue-4287' into releaseSamuel Tardieu2014-09-014-5/+5
|\
| * No event cache can get a favorite point (#4287)Samuel Tardieu2014-09-011-2/+1
| |
| * fix #4287: GC does not allow favorite point on CITO cachesSamuel Tardieu2014-08-314-5/+6
| |
* | fix #4289: NPE in switchMyLocationButtonSamuel Tardieu2014-08-311-3/+6
|/
* Disable HW acceleration for Galaxy Trend Plus (#4265)Samuel Tardieu2014-08-311-1/+2
|
* fix #4286: crash when rotating the phone while editing noteSamuel Tardieu2014-08-312-17/+21
|
* Add missing importSamuel Tardieu2014-08-301-0/+1
|
* Disable HW acceleration for Android < 4.2 (#4265)Samuel Tardieu2014-08-301-0/+1
|
* Disable HW acceleration for HTC One S (#4265)Samuel Tardieu2014-08-301-0/+1
|
* fix #4278: force English does not work on main screenSamuel Tardieu2014-08-302-2/+4
|
* fix #4277: cannot get trackables as suggestionsSamuel Tardieu2014-08-301-1/+2
|
* fix #4227: unchecked cast to String instead of CharSequenceBananeweizen2014-08-301-1/+1
|
* Disable HW acceleration for bq Aquaris 5 (#4265)Samuel Tardieu2014-08-301-1/+2
|
* fix #4275: NFC initialization crash with trackablesSamuel Tardieu2014-08-301-10/+11
|
* fix #4274: reference to dialog once activity has been detachedSamuel Tardieu2014-08-301-0/+7
|
* fix #4270: NullPointerException in CGeoMapSamuel Tardieu2014-08-301-0/+3
|
* Disable HW acceleration for Galaxy Tab 3 and Xperia U (#4265)Samuel Tardieu2014-08-291-1/+3
|
* fix #3569: concurrent modification when filtering caches on mapSamuel Tardieu2014-08-291-1/+3
|
* Revert caceb9389d10fe9513548d6f024ecedc4c564c03Lars2014-08-281-1/+1
|
* Better fix for #4240Samuel Tardieu2014-08-282-9/+7
| | | | | | | This fix avoid only the setting of non-existing parameters while keeping the previous behaviour intact. Still, there is no action bar at all on maps for devices running 3.x.
* fix #4240: on map, treat Android 3.x as Android 2.xSamuel Tardieu2014-08-282-9/+11
| | | | | This is a tentative fix, which has not been tested on real hardware. It can be reverted if a better fix is found later.
* Hardware acceleration default status must be chosen early (#2803)Samuel Tardieu2014-08-281-3/+3
|
* Add a third device to non-accelerated list (#2803)Samuel Tardieu2014-08-281-1/+2
|
* Disable hardware acceleration on some devices (#2803)Samuel Tardieu2014-08-282-1/+15
| | | | | | The HTC One X and the Samsung S3 mini have trouble rendering bold text in hardware accelerated mode. On those devices, the default is to not enable hardware acceleration.
* Make hardware acceleration optional (#2803)Samuel Tardieu2014-08-281-1/+5
|
* Enable hardware-acceleration in software (#2803)Samuel Tardieu2014-08-285-5/+15
| | | | | This should not change the current behaviour, but toggles hardware acceleration from the code rather than from the manifest.
* fix #3569: concurrent modification when filtering caches on mapSamuel Tardieu2014-08-281-1/+1
|
* Correction for fix #4245: allow null urisSamuel Tardieu2014-08-273-12/+13
|