| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'release' into upstream | Samuel Tardieu | 2014-09-01 | 1 | -0/+1 |
| |\ | |||||
| | * | Update changelog | Samuel Tardieu | 2014-09-01 | 1 | -0/+1 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-09-01 | 1 | -2/+1 |
| |\ \ | |/ | |||||
| | * | Merge branch 'issue-4287' into release | Samuel Tardieu | 2014-09-01 | 4 | -5/+5 |
| | |\ | |||||
| | | * | No event cache can get a favorite point (#4287) | Samuel Tardieu | 2014-09-01 | 1 | -2/+1 |
| | | | | |||||
| * | | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-08-31 | 1 | -3/+6 |
| |\ \ \ | |/ / | |||||
| | * | | fix #4289: NPE in switchMyLocationButton | Samuel Tardieu | 2014-08-31 | 1 | -3/+6 |
| | | | | |||||
| * | | | Merge branch 'issue-4287' into upstream | Samuel Tardieu | 2014-08-31 | 4 | -5/+6 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | fix #4287: GC does not allow favorite point on CITO caches | Samuel Tardieu | 2014-08-31 | 4 | -5/+6 |
| | |/ | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-08-31 | 1 | -1/+2 |
| |\ \ | |/ | |||||
| | * | Disable HW acceleration for Galaxy Trend Plus (#4265) | Samuel Tardieu | 2014-08-31 | 1 | -1/+2 |
| | | | |||||
| * | | Use all data until the GPS fix is acceptable | Samuel Tardieu | 2014-08-31 | 1 | -2/+2 |
| | | | |||||
| * | | In low power mode, consider all GPS data until the accuracy is at least 20m | Samuel Tardieu | 2014-08-31 | 2 | -4/+27 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-08-31 | 2 | -17/+21 |
| |\ \ | |/ | |||||
| | * | fix #4286: crash when rotating the phone while editing note | Samuel Tardieu | 2014-08-31 | 2 | -17/+21 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-08-31 | 4 | -4/+34 |
| |\ \ | |/ | |||||
| | * | crowdin: New translations | Samuel Tardieu | 2014-08-31 | 4 | -4/+34 |
| | | | |||||
| * | | Upgrade to RxJava 0.20.2 | Samuel Tardieu | 2014-08-31 | 21 | -8/+9 |
| | | | |||||
| * | | Status subject does not need a particular scheduler to run | Samuel Tardieu | 2014-08-31 | 1 | -2/+1 |
| | | | |||||
| * | | Use network scheduler to retrieve trackable | Samuel Tardieu | 2014-08-31 | 1 | -2/+2 |
| | | | |||||
| * | | Update Intellij IDEA file | Samuel Tardieu | 2014-08-31 | 1 | -1/+0 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-08-30 | 1 | -0/+6 |
| |\ \ | |/ | | | | | | | Conflicts: main/src/cgeo/geocaching/CgeoApplication.java | ||||
| | * | Add missing import | Samuel Tardieu | 2014-08-30 | 1 | -0/+1 |
| | | | |||||
| | * | Update release notes | Samuel Tardieu | 2014-08-30 | 1 | -0/+6 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-08-30 | 2 | -1/+3 |
| |\ \ | |/ | |||||
| | * | Change the preference key for hardware acceleration (#4265) | Samuel Tardieu | 2014-08-30 | 1 | -1/+1 |
| | | | |||||
| | * | Disable HW acceleration for Android < 4.2 (#4265) | Samuel Tardieu | 2014-08-30 | 1 | -0/+1 |
| | | | |||||
| | * | Disable HW acceleration for HTC One S (#4265) | Samuel Tardieu | 2014-08-30 | 1 | -0/+1 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-08-30 | 2 | -2/+4 |
| |\ \ | |/ | |||||
| | * | fix #4278: force English does not work on main screen | Samuel Tardieu | 2014-08-30 | 2 | -2/+4 |
| | | | |||||
| * | | Try to determine found date by looking at own logs (GC connector) | Samuel Tardieu | 2014-08-30 | 1 | -9/+14 |
| | | | | | | | | | | | While loading our own logs, we also fill the visitedDate field if it is unset. | ||||
| * | | Add missing space when building log status | Samuel Tardieu | 2014-08-30 | 1 | -4/+1 |
| | | | |||||
| * | | fix #4282: refreshed cache is reloaded twice from database | Samuel Tardieu | 2014-08-30 | 1 | -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 case | Samuel Tardieu | 2014-08-30 | 1 | -5/+5 |
| | | | |||||
| * | | Use typed Collections.emptyMap() rather than raw MapUtils.EMPTY_SORTED_MAP | Samuel Tardieu | 2014-08-30 | 1 | -3/+3 |
| | | | |||||
| * | | Use a XML pull parser instead of pattern-matching for gcvote | Samuel Tardieu | 2014-08-30 | 3 | -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 upstream | Samuel Tardieu | 2014-08-30 | 2 | -2/+3 |
| |\ \ | |/ | |||||
| | * | fix #4277: cannot get trackables as suggestions | Samuel Tardieu | 2014-08-30 | 1 | -1/+2 |
| | | | |||||
| | * | fix #4227: unchecked cast to String instead of CharSequence | Bananeweizen | 2014-08-30 | 1 | -1/+1 |
| | | | |||||
| * | | Add Images tab to trackable | Samuel Tardieu | 2014-08-30 | 4 | -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 data | Samuel Tardieu | 2014-08-30 | 1 | -116/+74 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-08-30 | 3 | -11/+20 |
| |\ \ | |/ | |||||
| | * | Disable HW acceleration for bq Aquaris 5 (#4265) | Samuel Tardieu | 2014-08-30 | 1 | -1/+2 |
| | | | |||||
| | * | fix #4275: NFC initialization crash with trackables | Samuel Tardieu | 2014-08-30 | 1 | -10/+11 |
| | | | |||||
| | * | fix #4274: reference to dialog once activity has been detached | Samuel Tardieu | 2014-08-30 | 1 | -0/+7 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-08-30 | 1 | -0/+3 |
| |\ \ | |/ | |||||
| | * | fix #4270: NullPointerException in CGeoMap | Samuel Tardieu | 2014-08-30 | 1 | -0/+3 |
| | | | |||||
| * | | code cleanup | Bananeweizen | 2014-08-29 | 4 | -16/+9 |
| | | | | | | | | | * unused imports * useless null checks | ||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-08-29 | 2 | -1/+6 |
| |\ \ | |/ | |||||
| | * | Disable HW acceleration for Galaxy Tab 3 and Xperia U (#4265) | Samuel Tardieu | 2014-08-29 | 1 | -1/+3 |
| | | | |||||
