| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'issue-4246' into upstream | Samuel Tardieu | 2014-09-07 | 9 | -5/+5 |
| |\ | |||||
| | * | Use goto icon rather than map | Samuel Tardieu | 2014-09-07 | 9 | -5/+5 |
| | | | | | | | | | Work on #4246. | ||||
| * | | fix some findbugs issues | Bananeweizen | 2014-09-07 | 8 | -29/+39 |
| | | | |||||
| * | | fix #4312: OOM in Jenkins findbugs | Bananeweizen | 2014-09-07 | 2 | -4/+5 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-09-07 | 1 | -0/+1 |
| |\ \ | |/ | |||||
| | * | Disable HW acceleration for Samsung Galaxy SII Plus (#4265) | Samuel Tardieu | 2014-09-07 | 1 | -0/+1 |
| | | | |||||
| * | | fix #4076: first UI tests with espresso | Bananeweizen | 2014-09-07 | 1 | -10/+10 |
| | | | |||||
| * | | refactoring: use interface types instead of implementation | Bananeweizen | 2014-09-07 | 1 | -2/+2 |
| | | | |||||
| * | | use new instrumentation test runner | Bananeweizen | 2014-09-07 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | | | | For Espresso UI tests it is required to use a newer Google instrumentation test runner, but that one doesn't support junit reports. Therefore let's have our own derived test runner, which supports junit reports. This change will break existing Eclipse launch configurations for unit tests. You have to select the new junit runner in the launch config afterwards. | ||||
| * | | Upgrade to RxJava 0.20.4 | Samuel Tardieu | 2014-09-06 | 20 | -8/+8 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-09-06 | 1 | -17/+17 |
| |\ \ | |/ | | | | | | | Conflicts: main/AndroidManifest.xml | ||||
| | * | fix #4322: do not react on screen size change | Samuel Tardieu | 2014-09-06 | 1 | -18/+18 |
| | | | | | | | | | | | Since we now target Android >= 3.2, it is necessary to specify that screen size configuration changes are also handled by the activity. | ||||
| * | | import lab caches as virtual | Bananeweizen | 2014-09-06 | 2 | -5/+12 |
| | | | |||||
| * | | fix #4244: different zoom for normal map and map of single cache | Bananeweizen | 2014-09-06 | 3 | -4/+43 |
| | | | |||||
| * | | fix #4323: use cache icon and name as activity title | Bananeweizen | 2014-09-05 | 4 | -20/+28 |
| | | | | | | | | | | | * cache details activity * compass activity * static maps activity | ||||
| * | | avoid repeated cache loading | Bananeweizen | 2014-09-05 | 1 | -2/+2 |
| | | | |||||
| * | | remove private intent extra constants | Bananeweizen | 2014-09-05 | 2 | -7/+5 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-09-05 | 2 | -1/+2 |
| |\ \ | |/ | |||||
| | * | fix #4284: Upload coordinates has bad title | Mathieu Alorent | 2014-09-05 | 2 | -1/+2 |
| | | | | | | | | | add a new waypoint_ string | ||||
| * | | fix #4252: allow logging from compass of waypoint | Bananeweizen | 2014-09-04 | 5 | -76/+87 |
| | | | |||||
| * | | Merge branch 'issue-4260' into upstream | Samuel Tardieu | 2014-09-04 | 4 | -2/+16 |
| |\ \ | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/sorting/DistanceComparator.java | ||||
| | * | | fix #4260 & #3194: sort and resort problems | Mathieu Alorent | 2014-09-04 | 4 | -3/+18 |
| | |/ | | | | | | | | | | | This fixes: - #4260: sort by distance doesn't work - #3914: resorting of event lists doesn't work | ||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-09-04 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Fix #4300 Updated Locus decription | Lars | 2014-09-03 | 1 | -1/+1 |
| | | | | | | | Copied from the first line of the Locus PlayStore description. | ||||
| * | | Merge branch 'waypoint-fixes' of git://github.com/chkr-private/cgeo into ↵ | Samuel Tardieu | 2014-09-04 | 1 | -6/+4 |
| |\ \ | | | | | | | | | | upstream | ||||
| | * | | Don't update overlayCaches if just one point is displayed | Christian Krause | 2014-08-19 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | This fixes a race conditions between doDisplayRun() and displayPoint() which caused the wrong waypoint to be displayed. | ||||
| | * | | Minor refactoring | Christian Krause | 2014-08-19 | 1 | -7/+3 |
| | | | | | | | | | | | | | Move the identical function calls outside of the if-else block. | ||||
| * | | | disable RTL related lint checks | Bananeweizen | 2014-09-03 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | For SDK level less than 17 duplicate specifications are necessary, so fixing this would either require blowing up the definitions with duplicate (non synced) attributes or switching to level 17. Both are no good solutions right now. | ||||
| * | | | list all waypoints as navigation target in compass | Bananeweizen | 2014-09-03 | 4 | -47/+44 |
| | | | | |||||
| * | | | visual editor layout preview | Bananeweizen | 2014-09-03 | 1 | -1/+2 |
| | | | | |||||
| * | | | upgrade to butterknife 5.1.2 | Bananeweizen | 2014-09-03 | 4 | -3/+3 |
| | | | | |||||
| * | | | Close input stream after use | Samuel Tardieu | 2014-09-03 | 1 | -1/+6 |
| | | | | |||||
| * | | | Parse GCVote as a stream | Samuel Tardieu | 2014-09-03 | 1 | -6/+7 |
| | | | | |||||
| * | | | Update Intellij IDEA files | Samuel Tardieu | 2014-09-03 | 1 | -0/+1 |
| | | | | |||||
| * | | | fix #1437: auto fill waypoint name after type selection | Bananeweizen | 2014-09-03 | 2 | -35/+70 |
| | | | | |||||
| * | | | replace wrongly used escape sequence in strings | Bananeweizen | 2014-09-02 | 19 | -23/+6 |
| | | | | |||||
| * | | | Merge branch 'release' | Bananeweizen | 2014-09-02 | 1 | -1/+1 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | fix #4302: unpublished caches not recognized | Bananeweizen | 2014-09-02 | 1 | -1/+1 |
| | | | | |||||
| * | | | fix #4251: confirmation on clear offline logs | Bananeweizen | 2014-09-02 | 2 | -8/+15 |
| | | | | |||||
| * | | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-09-02 | 4 | -13/+464 |
| |\ \ \ | |/ / | |||||
| | * | | crowdin: New translations | Samuel Tardieu | 2014-09-02 | 4 | -13/+464 |
| | | | | |||||
| * | | | Better fix for #4294 | Samuel Tardieu | 2014-09-02 | 1 | -65/+74 |
| | | | | |||||
| * | | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-09-02 | 1 | -1/+1 |
| |\ \ \ | |/ / | |||||
| | * | | Version code for change log | Lars | 2014-09-02 | 1 | -1/+1 |
| | | | | |||||
| * | | | avoid superfluous empty space in trackable goal | Bananeweizen | 2014-09-01 | 2 | -11/+22 |
| | | | | |||||
| * | | | fix #4294: do not migrate nonexistent settings | Samuel Tardieu | 2014-09-01 | 1 | -0/+6 |
| | | | | |||||
| * | | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-09-01 | 2 | -1/+3 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'issue-4015' into release | Samuel Tardieu | 2014-09-01 | 2 | -1/+3 |
| | |\ \ | |||||
| | | * | | fix #4015: recognize new date formats on gc.com | Samuel Tardieu | 2014-09-01 | 2 | -1/+3 |
| | | | | | |||||
| * | | | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-09-01 | 1 | -0/+1 |
| |\ \ \ \ | |/ / / | |||||
