aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | tests: remove warning about no network providerBananeweizen2013-09-151-3/+7
| |
* | make test app use auto-scrollBananeweizen2013-09-153-2/+45
| | | | | | * on special request of Samuel :)
* | 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.
* | warning in logcat due to old HTML page in testsBananeweizen2013-09-152-3044/+2609
| |
* | warning in logcat due to old HTML page in testsBananeweizen2013-09-151-1451/+1246
| |
* | refactoring: tests can now be run as appBananeweizen2013-09-154-0/+204
| | | | | | | | | | * run unit tests app as normal android app (it has a launcher now) * hit "run tests" button * enjoy the log flying by
* | 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.
* | Merge branch 'release' into upstreamSamuel Tardieu2013-09-150-0/+0
|\ \ | |/
| * Update changelog_release.xmlLars2013-09-151-2/+6
| | | | | | | | | | More precise for nearby search limitation Added recent changes
* | Update changelog_release.xmlLars2013-09-151-2/+6
| | | | | | | | More precise for nearby search limitation Added recent changes
* | 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
| * Use Base64 class from our HTTP librarySamuel Tardieu2013-09-151-1/+1
| | | | | | | | | | | | | | The Android one is available from SDK level 8 only and we require level 7 for c:geo. Related to #3262.
* | Use Apache commons IOUtils rather than our ownSamuel Tardieu2013-09-158-30/+8
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2013-09-150-0/+0
|\ \ | |/
| * Merge remote-tracking branch 'upstream/issue-3260' into releaseSamuel Tardieu2013-09-151-5/+3
| |\
* | \ Merge branch 'release' into upstreamSamuel Tardieu2013-09-152-17/+46
|\ \ \ | |/ /