aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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-023-2/+76
| | |
* | | #2210: convert cache list menus to resourceBananeweizen2013-09-3033-253/+384
| | |
* | | build: error on duplicate idsBananeweizen2013-09-301-0/+2
| | | | | | | | | | | | * by default, duplicate ids only show a warning * generally, this will be wrong at runtime, therefore make it an error
* | | refactoring: fix lint and findbugs warningsBananeweizen2013-09-294-8/+12
| | |
* | | cleanup: remove unused static fieldsBananeweizen2013-09-292-4/+3
| | |
* | | #2210: convert cache menu to resourceBananeweizen2013-09-297-169/+202
|/ /
* | Merge branch 'release'mucek42013-09-242-3/+3
|\ \ | |/
| * New version info for calendar addonmucek42013-09-241-2/+2
| |
| * Version INFO for bigfix releasersudev2013-09-191-1/+1
| |
* | fix #3307: Coords in calendar is not usableBananeweizen2013-09-223-32/+10
| |
* | improve calendar time detectionBananeweizen2013-09-222-25/+53
| | | | | | | | * 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-213-1/+4
| |
* | refactor waypoint menu to XML resourceBananeweizen2013-09-212-73/+85
| |
* | refactoring: convert details context menu to XML resourceBananeweizen2013-09-202-46/+53
| |
* | 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: ignore compass mini view in pixelsBananeweizen2013-09-201-2/+5
| | | | | | | | | | | | * currently the layout matches the bitmap drawing code, therefore silencing the warning * nevertheless we may want to implement something different there without using a selfmade view
* | 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
| |
* | Merge branch 'release'mucek42013-09-190-0/+0
|\ \ | |/
| * Update changelog_release.xmlLars2013-09-181-0/+1
| | | | | | | | Initially pushed the wrong branch. Aligning manually again.. Sorry
* | Update changelog_release.xmlLars2013-09-181-0/+1
| | | | | | #3229
* | Update all translations from crowdinSamuel Tardieu2013-09-1824-8905/+8021
| |
* | Update Czech translations from crowdinSamuel Tardieu2013-09-181-6/+6
| |
* | Update Czech translations from crowdinSamuel Tardieu2013-09-181-1050/+1083
| |
* | Update Italian translationsRomNexus62013-09-181-6/+6
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2013-09-181-0/+1
|\ \ | |/
| * Update changelog_release.xmlLars2013-09-171-0/+1
| | | | | | #3234
* | Do not try to hide an unpublished cache to its ownerSamuel Tardieu2013-09-174-2195/+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 duplicated codeBananeweizen2013-09-171-83/+88
| |
* | refactoring: remove GPX parser warningBananeweizen2013-09-171-2/+1
| | | | | | * if files cannot be parsed, an error is logged by the importer anyway
* | Update Italian translations via crowdinRomNexus62013-09-172-1101/+1081
| |
* | 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
| |
* | Update French translationsSamuel Tardieu2013-09-161-2/+2
| |
* | avoid exception on log parsing for non logged in userBananeweizen2013-09-151-0/+10
| |
* | Update changelog_master.xmlLars2013-09-151-1/+9
| |
* | assertion badly triggered in tests of UTFGridPositionBananeweizen2013-09-153-16/+40
| | | | | | | | * convert assertion to exception, as nobody noticed this before * move tests to where they belong