aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* Clean up duplicates in changelogLars2014-04-161-2/+1
|
* crowdin: New translationsrsudev2014-04-162-0/+12
|
* Update changelog_release.xmlLars2014-04-161-44/+2
| | | | Exclude old change notes and update milestone (Milestone assignment on github to be corrected...Will do that)
* Update ChangeLogsSamuel Tardieu2014-04-162-8/+6
|
* crowdin: New translationsrsudev2014-04-157-1/+102
|
* Help FindBugs another waySamuel Tardieu2014-04-151-3/+3
|
* Help FindBugs to understand that variable cannot be nullSamuel Tardieu2014-04-151-1/+2
|
* fix #3755: crash when user enters invalid coordinatesSamuel Tardieu2014-04-151-40/+45
|
* refactoring: factor out coordinates validity checksSamuel Tardieu2014-04-152-2/+29
|
* crowdin: New translationsrsudev2014-04-146-5/+31
|
* Update changelog_master.xmlLars2014-04-141-0/+2
|
* Fixes #3765, Somehting is strange with oc autorizationrsudev2014-04-141-3/+3
| | | | Corrected parameterization of OCPreferenceKeys
* crowdin: New translationsrsudev2014-04-132-0/+14
|
* Merge branch 'release' into upstreamSamuel Tardieu2014-04-132-2/+2
|\
| * fix #3761: crash when long-clicking on a value fieldSamuel Tardieu2014-04-132-2/+2
| |
* | fix #3759: OOM while loading cachesSamuel Tardieu2014-04-131-56/+58
| | | | | | | | Caches are now loaded by chunks of 50.
* | buffer lets you split a list into smaller max-size onesSamuel Tardieu2014-04-131-0/+40
| |
* | work on #3727: limit the number of waypoints that can be loadedSamuel Tardieu2014-04-131-1/+3
| | | | | | | | | | | | Limit the number of waypoints that can be loaded from the database to two times the number of caches under which the waypoints are not shown anymore.
* | fix #3758: send2cgeo times out in presence of cachesSamuel Tardieu2014-04-131-2/+3
| |
* | fix #3757: NPE while downsampling imageSamuel Tardieu2014-04-131-5/+7
| |
* | fix #3756: NPE when changing map sourceSamuel Tardieu2014-04-133-6/+12
| |
* | crowdin: New translationsrsudev2014-04-104-3/+35
| |
* | Refactor oc settingsrsudev2014-04-104-79/+64
| |
* | Explicitely use ASCII when decoding a base64 binarySamuel Tardieu2014-04-102-1/+2
| |
* | refactoring: move charset definition into TextUtilsSamuel Tardieu2014-04-102-9/+4
| |
* | Use the Android-provided API to stream-decode base64-encoded dataSamuel Tardieu2014-04-102-20/+42
| |
* | Suppress deprecation warning 2nd tryrsudev2014-04-101-1/+7
| |
* | crowdin: New translationsrsudev2014-04-092-16/+34
| |
* | Suppress deprecation warningrsudev2014-04-091-0/+1
| | | | | | | | As we currently cannot yet switch to PreferenceFragments, we still need to use these deprecated methods
* | Add service status to service summaryrsudev2014-04-095-2/+120
| |
* | Add status message for geocaching.com maintenanceSamuel Tardieu2014-04-091-0/+1
| | | | | | | | | | We did not have a message ready for the latest maintenance window. Now we will have one which will get translated into various languages.
* | Merge pull request #3743 from marco-dev/fixLocalActivatedFlagSamuel Tardieu2014-04-091-0/+7
|\ \ | | | | | | fixes #3313 - on enable/disable logging also set cache enabled/disabled
| * | fixes #3313 - on enable/disable logging also set cache enabled/disabledMarco Jacob2014-04-081-0/+7
| | |
* | | crowdin: New translationsrsudev2014-04-082-6/+15
|/ /
* | Merge remote-tracking branch 'upstream/release'rsudev2014-04-073-19/+226
|\ \ | |/
| * crowdin: New translationsrsudev2014-04-072-317/+517
| |
| * Update changelog_release.xmlLars2014-04-071-0/+7
| |
* | Refactoring opencaching implementationrsudev2014-04-0720-447/+230
| |
* | Implements #3692. Add support for new opencaching nodesrsudev2014-04-0714-9/+428
| | | | | | | | Added opencaching nl,us,ro live support and preferences
* | Remove AndroidLevel8 proguard instructionsSamuel Tardieu2014-04-071-4/+0
| |
* | Update changelog_master.xmlLars2014-04-071-0/+5
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2014-04-071-2/+4
|\ \ | |/
| * fix #3740: import from web does not work if started a second timeSamuel Tardieu2014-04-071-2/+4
| |
* | Remove unused fieldSamuel Tardieu2014-04-071-7/+5
| |
* | fix #3739: long click in list also triggers short clickSamuel Tardieu2014-04-071-25/+14
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2014-04-071-2/+4
|\ \ | |/
| * fixes #3615 - restrict display image size to 800x800 to prevent OOMMarco Jacob2014-04-071-2/+4
| |
| * fix #3729: compass deviation -90° in landscape mode (GPS)Samuel Tardieu2014-04-065-12/+36
| | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/sensors/DirectionProvider.java tests/src/cgeo/geocaching/compatibility/CompatibilityTest.java
* | fix #3729: compass deviation -90° in landscape mode (GPS)Samuel Tardieu2014-04-065-10/+20
| |
* | fix #3736: wrong image when opening a spoiler with PhotosSamuel Tardieu2014-04-061-13/+24
| | | | | | | | | | | | The Photos application seems to do some image caching. For most images, we already have an accessible on-disk copy that can be used instead of a unique temporary name.