aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release' into upstreamSamuel Tardieu2014-09-011-0/+1
|\
| * Update changelogSamuel Tardieu2014-09-011-0/+1
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2014-09-011-2/+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
| | |
* | | Merge branch 'release' into upstreamSamuel Tardieu2014-08-311-3/+6
|\ \ \ | |/ /
| * | fix #4289: NPE in switchMyLocationButtonSamuel Tardieu2014-08-311-3/+6
| | |
* | | Merge branch 'issue-4287' into upstreamSamuel Tardieu2014-08-314-5/+6
|\ \ \ | | |/ | |/|
| * | fix #4287: GC does not allow favorite point on CITO cachesSamuel Tardieu2014-08-314-5/+6
| |/
* | Merge branch 'release' into upstreamSamuel Tardieu2014-08-311-1/+2
|\ \ | |/
| * Disable HW acceleration for Galaxy Trend Plus (#4265)Samuel Tardieu2014-08-311-1/+2
| |
* | Use all data until the GPS fix is acceptableSamuel Tardieu2014-08-311-2/+2
| |
* | In low power mode, consider all GPS data until the accuracy is at least 20mSamuel Tardieu2014-08-312-4/+27
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2014-08-312-17/+21
|\ \ | |/
| * fix #4286: crash when rotating the phone while editing noteSamuel Tardieu2014-08-312-17/+21
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2014-08-314-4/+34
|\ \ | |/
| * crowdin: New translationsSamuel Tardieu2014-08-314-4/+34
| |
* | Upgrade to RxJava 0.20.2Samuel Tardieu2014-08-3121-8/+9
| |
* | Status subject does not need a particular scheduler to runSamuel Tardieu2014-08-311-2/+1
| |
* | Use network scheduler to retrieve trackableSamuel Tardieu2014-08-311-2/+2
| |
* | Update Intellij IDEA fileSamuel Tardieu2014-08-311-1/+0
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2014-08-301-0/+6
|\ \ | |/ | | | | | | Conflicts: main/src/cgeo/geocaching/CgeoApplication.java
| * Add missing importSamuel Tardieu2014-08-301-0/+1
| |
| * Update release notesSamuel Tardieu2014-08-301-0/+6
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2014-08-302-1/+3
|\ \ | |/
| * Change the preference key for hardware acceleration (#4265)Samuel Tardieu2014-08-301-1/+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
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2014-08-302-2/+4
|\ \ | |/
| * fix #4278: force English does not work on main screenSamuel Tardieu2014-08-302-2/+4
| |
* | Try to determine found date by looking at own logs (GC connector)Samuel Tardieu2014-08-301-9/+14
| | | | | | | | | | While loading our own logs, we also fill the visitedDate field if it is unset.
* | Add missing space when building log statusSamuel Tardieu2014-08-301-4/+1
| |
* | fix #4282: refreshed cache is reloaded twice from databaseSamuel Tardieu2014-08-301-2/+1
| | | | | | | | | | | | Both cache storing and cache refreshing used to send a message signalling the end of the operation to the handler, causing it to reload fresh data from the database.
* | fix #4178: methods differing only by caseSamuel Tardieu2014-08-301-5/+5
| |
* | Use typed Collections.emptyMap() rather than raw MapUtils.EMPTY_SORTED_MAPSamuel Tardieu2014-08-301-3/+3
| |
* | Use a XML pull parser instead of pattern-matching for gcvoteSamuel Tardieu2014-08-303-126/+253
| | | | | | | | | | | | | | | | | | | | Benchmark results on Nexus 5: - XML GCVote parsing (current) in ms (1000 times): 2678 - Regex GCVote parsing (old) in ms (1000 times): 3986 Benchmark results on Nexus 7 (2013): - XML GCVote parsing (current) in ms (1000 times): 3448 - Regex GCVote parsing (old) in ms (1000 times): 6075
* | Merge branch 'release' into upstreamSamuel Tardieu2014-08-302-2/+3
|\ \ | |/
| * 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
| |
* | Add Images tab to trackableSamuel Tardieu2014-08-304-30/+104
| | | | | | | | | | The Images tab is similar to the one on caches and appears only if there are images to display.
* | Use RxJava instead of threads to download trackable dataSamuel Tardieu2014-08-301-116/+74
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2014-08-303-11/+20
|\ \ | |/
| * 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
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2014-08-301-0/+3
|\ \ | |/
| * fix #4270: NullPointerException in CGeoMapSamuel Tardieu2014-08-301-0/+3
| |
* | code cleanupBananeweizen2014-08-294-16/+9
| | | | | | | | * unused imports * useless null checks
* | Merge branch 'release' into upstreamSamuel Tardieu2014-08-292-1/+6
|\ \ | |/
| * Disable HW acceleration for Galaxy Tab 3 and Xperia U (#4265)Samuel Tardieu2014-08-291-1/+3
| |