aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching
Commit message (Collapse)AuthorAgeFilesLines
* fix #3335: calendar time recognized wronglyBananeweizen2013-10-071-0/+2
|
* refactoring: remove unused codeBananeweizen2013-10-059-143/+10
|
* fix broken testBananeweizen2013-10-051-0/+8
|
* new: settings for twitter messageBananeweizen2013-10-055-116/+93
|
* change: remove superfluous line break in export dialogBananeweizen2013-10-041-1/+1
|
* change: use long date format in field note export dialogBananeweizen2013-10-042-2/+14
|
* Fixes #3318, OC Authorization activity is black on black with light skin and ↵rsudev2013-10-042-2/+11
| | | | | | Android 2.x Apply DialogTheme which is Android 2.x aware
* fix: dir chooser shows multiple checkboxesBananeweizen2013-10-041-1/+1
| | | * happened when directories without sub directories where clicked
* Merge pull request #3323 from marco-dev/fixDirChooserBananeweizen2013-10-032-10/+27
|\ | | | | fixes #3303 - SimpleDirChooser shows all readable directories now
| * fixes #3303 - SimpleDirChooser shows all readable directories nowMarco Jacob2013-10-022-10/+27
| |
* | fix #3328: save for offline not workingBananeweizen2013-10-041-0/+1
| |
* | refactoring: avoid mutable object stateBananeweizen2013-10-031-2/+2
| |
* | refactoring: remove pause in download from mapsBananeweizen2013-10-031-24/+2
| | | | | | | | * the same pause has been removed for batch storing from cache lists some time ago
* | refactoring: silence findbug issueBananeweizen2013-10-031-0/+1
| |
* | refactoring: documentationBananeweizen2013-10-031-2/+2
| |
* | remove debug codeBananeweizen2013-10-031-2/+1
| | | | | | | | * search for caches around was searching a specific cache name (for OC only)
* | new: logging from compass activityBananeweizen2013-10-032-5/+28
| |
* | Fixes #3327, c:geo crashes on first fixrsudev2013-10-031-0/+1
| | | | | | | | Handle GpsStatus.GPS_EVENT_FIRST_FIX as well
* | refactoring: findbugs cleanupsBananeweizen2013-10-0212-6/+29
| |
* | new: search by name for opencachingBananeweizen2013-10-028-14/+86
| |
* | fix #3320: OAuth signing is wrongBananeweizen2013-10-021-2/+14
| |
* | #2210: convert cache list menus to resourceBananeweizen2013-09-3030-253/+194
| |
* | refactoring: fix lint and findbugs warningsBananeweizen2013-09-291-8/+12
| |
* | cleanup: remove unused static fieldsBananeweizen2013-09-292-4/+3
| |
* | #2210: convert cache menu to resourceBananeweizen2013-09-296-168/+191
|/
* improve calendar time detectionBananeweizen2013-09-221-21/+19
| | | | * now works for (wrong) time format "xx.00 o'clock" (where there is a dot instead of a colon)
* fix #3306: add Google translate to useful appsBananeweizen2013-09-211-0/+1
|
* refactor waypoint menu to XML resourceBananeweizen2013-09-211-73/+53
|
* refactoring: convert details context menu to XML resourceBananeweizen2013-09-201-46/+32
|
* remove unused drawing codeBananeweizen2013-09-201-6/+1
|
* make cache list compass views update every 5 degreesBananeweizen2013-09-201-2/+2
| | | * previously used 10 degrees steps, leading to notable jumps
* lint: call super methods in onDetachedFromWindowBananeweizen2013-09-202-1/+3
|
* fix #3304: Use event date instead of current date for loggingBananeweizen2013-09-201-0/+4
|
* typoBananeweizen2013-09-191-1/+1
|
* Do not try to hide an unpublished cache to its ownerSamuel Tardieu2013-09-172-2/+1
| | | | | | The regular expression was not up-to-date anyway, and that may be a useful feature to ensure that the cache description works well with c:geo.
* refactoring: create named classes for different locus functionalityBananeweizen2013-09-174-5/+23
|
* refactoring: remove GPX parser warningBananeweizen2013-09-171-2/+1
| | | * if files cannot be parsed, an error is logged by the importer anyway
* Reinstate original Twitter API tokensSamuel Tardieu2013-09-171-2/+2
| | | | | This partically reverts commit f3e6e0cde4e59a58afc7046c05aa4d9a96cfbd38 now that the callback is correctly configured on twitter.com.
* Merge branch 'release' into upstreamSamuel Tardieu2013-09-172-1/+22
|\
| * fix #3234: trackable in hands of cacher problemsSamuel Tardieu2013-09-172-1/+22
| |
* | avoid exception on log parsing for non logged in userBananeweizen2013-09-151-0/+10
| |
* | assertion badly triggered in tests of UTFGridPositionBananeweizen2013-09-151-3/+6
| | | | | | | | * convert assertion to exception, as nobody noticed this before * move tests to where they belong
* | Do not mark overriden activity methods as finalSamuel Tardieu2013-09-151-1/+1
| | | | | | | | | | | | Since we use view injection, it will create a derived AboutActivity_ which will try to override the onCreate method itself, leading to a loader error.
* | Do not retry loading a page after 404 from gc.comSamuel Tardieu2013-09-155-8/+27
| | | | | | | | | | | | When a page cannot be found, geocaching.com returns with a 404. Retrying while logged in would not change anything, and we should not consider ourselves as logged as guest because of this error.
* | fix #3286: move selected caches to a new list not possibleSamuel Tardieu2013-09-151-0/+1
| | | | | | | | | | The new list needs to be registered as a concrete list so that moving caches into it is allowed.
* | fix #3285: delete from list is not possibleSamuel Tardieu2013-09-151-0/+1
| | | | | | | | | | | | | | By creating the temporary list, it is recognized as a concrete list towards which caches can be moved. This also fixed #3287.
* | refactoring: add nullness annotationsSamuel Tardieu2013-09-151-2/+4
| |
* | refactoring: do not create explicit handlers when not neededSamuel Tardieu2013-09-153-52/+31
| | | | | | | | | | | | When no information is to be carried to the handler, if the handler is called from one place it is simpler to use runOnUiThread rather than to construct an explicit handler.
* | Add comment about using streaming version of base64Samuel Tardieu2013-09-151-0/+2
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2013-09-151-1/+1
|\ \ | |/ | | | | | | Conflicts: main/src/cgeo/geocaching/network/HtmlImage.java