| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Parse GCVote as a stream | Samuel Tardieu | 2014-09-03 | 1 | -4/+19 |
| | | |||||
| * | Update Intellij IDEA files | Samuel Tardieu | 2014-09-03 | 1 | -0/+1 |
| | | |||||
| * | avoid superfluous empty space in trackable goal | Bananeweizen | 2014-09-01 | 1 | -0/+5 |
| | | |||||
| * | Merge branch 'release' into upstream | Samuel Tardieu | 2014-09-01 | 1 | -10/+10 |
| |\ | |||||
| | * | Adapt tests to change in trackable image size (x2) | Samuel Tardieu | 2014-09-01 | 1 | -10/+10 |
| | | | | | | | | | Also cleanup the test code to use AssertJ assertions. | ||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-09-01 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Adapt tests to change in trackable image size | Samuel Tardieu | 2014-09-01 | 1 | -1/+1 |
| | | | |||||
| * | | Use a XML pull parser instead of pattern-matching for gcvote | Samuel Tardieu | 2014-08-30 | 2 | -0/+194 |
| | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | refactoring: remove utility methods from DirectionProvider | Samuel Tardieu | 2014-08-24 | 1 | -1/+2 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-08-20 | 1 | -2/+2 |
| |\ \ | |/ | | | | | | | Conflicts: main/src/cgeo/geocaching/connector/gc/GCParser.java | ||||
| | * | fix #3966: double friend log in standard logbook | Samuel Tardieu | 2014-08-20 | 1 | -2/+2 |
| | | | |||||
| | * | fix #4132: backport GPX test fix | Bananeweizen | 2014-08-09 | 1 | -4/+9 |
| | | | |||||
| * | | fix #4177: TextUtils.getMatch ignores last parameter | Samuel Tardieu | 2014-08-15 | 1 | -0/+7 |
| | | | |||||
| * | | make flaky GPX test more stable | Bananeweizen | 2014-08-04 | 1 | -4/+9 |
| | | | | | | | | | * have a longer overall timeout waiting for messages * finish as early as a terminating message is recognized | ||||
| * | | refactoring: avoid optimization of TEMPORARY_LIST | Bananeweizen | 2014-08-04 | 4 | -7/+7 |
| |/ | |||||
| * | Fix mocked cache description | Samuel Tardieu | 2014-07-25 | 1 | -1/+1 |
| | | |||||
| * | refactoring: reduce package cycles | Bananeweizen | 2014-07-20 | 4 | -4/+7 |
| | | |||||
| * | Ant build with Java 1.7 | Bananeweizen | 2014-07-17 | 1 | -0/+2 |
| | | |||||
| * | switch to Java 1.7 | Bananeweizen | 2014-07-17 | 1 | -3/+4 |
| | | | | | At least since march both ADT and Android Studio support Java 7 features in Android development. Let's use them. | ||||
| * | Fix failed test testOCWillAttendLogs | rsudev | 2014-07-07 | 1 | -1/+1 |
| | | | | | - changed referred cache (initial one was reset WRT logs) | ||||
| * | fix several name shadowing occurrences | Bananeweizen | 2014-06-29 | 4 | -10/+10 |
| | | |||||
| * | disable lint debug warning | Bananeweizen | 2014-06-29 | 1 | -0/+1 |
| | | |||||
| * | fix some lint warnings | Bananeweizen | 2014-06-11 | 1 | -0/+2 |
| | | |||||
| * | refactoring: more assertj instead of junit assert | Bananeweizen | 2014-06-11 | 8 | -29/+31 |
| | | |||||
| * | Fixes #3939, Will attend not counted in log summary on OC-logbooks | rsudev | 2014-06-11 | 1 | -0/+10 |
| | | |||||
| * | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2014-06-11 | 1 | -0/+12 |
| |\ | |||||
| | * | fix #3981: mystery cache types renamed on website | Bananeweizen | 2014-06-11 | 1 | -0/+12 |
| | | | |||||
| * | | ignore missing density folders in test project | Bananeweizen | 2014-06-01 | 1 | -0/+4 |
| | | | |||||
| * | | Add more parallelism in static maps downloads | Samuel Tardieu | 2014-06-01 | 1 | -3/+4 |
| | | | |||||
| * | | fix broken unit tests | Bananeweizen | 2014-05-31 | 3 | -6/+4 |
| | | | |||||
| * | | fix #3923: signature template not resolved recursively | Bananeweizen | 2014-05-30 | 2 | -3/+47 |
| | | | |||||
| * | | fix #2049: automate download of cartridge | Bananeweizen | 2014-05-24 | 1 | -0/+15 |
| | | | |||||
| * | | Fix #3899: Units.getSpeed() returns uncommon string | SammysHP | 2014-05-23 | 1 | -6/+6 |
| | | | |||||
| * | | fix compile errors | Bananeweizen | 2014-05-20 | 3 | -4/+4 |
| | | | |||||
| * | | multiple lint fixes | Bananeweizen | 2014-05-18 | 1 | -38/+18 |
| | | | | | | | | | | | | | | | * remove android proguard rules * remove unused layout hierarchy elements * suppress map layout warnings for old layouts * remove unused images * typo | ||||
| * | | avoid NPE on CI | Bananeweizen | 2014-05-17 | 1 | -5/+6 |
| | | | | | | | Funny enough, locally that same exception does not happen. | ||||
| * | | fix #3823: detect import file type by content | Bananeweizen | 2014-05-17 | 2 | -0/+58 |
| | | | |||||
| * | | fix #3255: don't ask for list when storing from history | Bananeweizen | 2014-05-17 | 1 | -1/+1 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2014-05-14 | 3 | -0/+4876 |
| |\ \ | |/ | | | | | | | Conflicts: main/res/values/changelog_release.xml | ||||
| | * | fix #3837: parse new GPX waypoint types | Bananeweizen | 2014-05-14 | 3 | -0/+4876 |
| | | | |||||
| * | | Minor cleanups | Samuel Tardieu | 2014-05-14 | 4 | -4/+5 |
| | | | |||||
| * | | Separate cache parsing and database saving code | Samuel Tardieu | 2014-05-13 | 1 | -7/+7 |
| | | | | | | | | | | | This allows us to avoid saving and reloading logs in the case where we want to add friends and own logs. | ||||
| * | | change: set ownerUserId for OC caches | Bananeweizen | 2014-05-11 | 1 | -0/+2 |
| | | | | | | | | | Some parts of our code expect this field to have some useful values. Therefore don't leave it empty for OC caches. | ||||
| * | | Implements #3758, Filter for "Not found" caches | rsudev | 2014-05-01 | 1 | -0/+28 |
| |/ | |||||
| * | fix #3795: filter invalid character references during import | Michael Keppler | 2014-04-29 | 1 | -0/+28 |
| | | |||||
| * | fix #3677: more fields in GPX export | Michael Keppler | 2014-04-26 | 1 | -2/+33 |
| | | |||||
| * | fix #3791: have logs separated from caches | Michael Keppler | 2014-04-25 | 2 | -3/+4 |
| | | |||||
| * | Revert "fix #3759: OOM while loading caches" | Samuel Tardieu | 2014-04-24 | 1 | -57/+0 |
| | | | | | | | This reverts commit 2f3e8ddd18303123a1b81995357f27461fa1d586, as the symptom of the out of memory error might not be its cause, and it slows down the loading of lists. | ||||
| * | Merge remote-tracking branch 'origin/release' | Michael Keppler | 2014-04-23 | 1 | -0/+1 |
| |\ | |||||
| | * | backport CI test fix to release branch | Michael Keppler | 2014-04-23 | 1 | -0/+4 |
| | | | |||||
