| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implements #750, use preference activity | koem | 2013-07-09 | 83 | -756/+1862 |
| | | |||||
| * | Remove the cache column index, use the indices directly | Samuel Tardieu | 2013-07-09 | 1 | -61/+84 |
| | | | | | | | When a database query is performed, the indices for every named column corresponds to its position in the query list. There is no need to go through an intermediate columns array. | ||||
| * | refactoring: minor cleanup, experimenting with Checkstyle | Bananeweizen | 2013-07-07 | 4 | -13/+13 |
| | | |||||
| * | fix #2963: Cache count on main screen shows 0 | Bananeweizen | 2013-07-07 | 1 | -1/+1 |
| | | |||||
| * | fix #2937: Merging of personal note not OK | Bananeweizen | 2013-07-07 | 2 | -5/+5 |
| | | |||||
| * | Fixes #2925, Cache logbook not updated correctly | rsudev | 2013-07-06 | 2 | -10/+25 |
| | | | | | CacheLogbookViewCreater was running on a stale Geocache instance | ||||
| * | Fixes #2944, Export menu in history is placed bad | rsudev | 2013-07-06 | 1 | -1/+1 |
| | | | | | Moved to top | ||||
| * | Fixes #2826, Found caches shown on live map | rsudev | 2013-07-06 | 7 | -12/+77 |
| | | | | | | Implemented detection and filtering for vanishing caches Added testcases for new functionality | ||||
| * | fix #2954: sorting wrong after switching between event list and normal | Bananeweizen | 2013-07-06 | 2 | -32/+26 |
| | | | | list | ||||
| * | fix #2937: Merging of personal note not OK | Bananeweizen | 2013-07-05 | 4 | -11/+31 |
| | | |||||
| * | fix #2936: No GCVote for attended logs possible | Bananeweizen | 2013-07-05 | 1 | -1/+1 |
| | | |||||
| * | fix #2057 | Bananeweizen | 2013-07-05 | 2 | -2/+58 |
| | | | | * can be reproduced in my emulator with GCH8T5 | ||||
| * | Revert "fix #2899: Recommended app "Bluetooth GPS" not found" | Bananeweizen | 2013-07-05 | 1 | -0/+1 |
| | | | | | This reverts commit ec9e21f8f510bfcaf6645ab09bb6c7d358f529cb. | ||||
| * | fix #2899: Recommended app "Bluetooth GPS" not found | Bananeweizen | 2013-07-04 | 1 | -1/+0 |
| | | |||||
| * | fix #2949: Npe in history list | Bananeweizen | 2013-07-04 | 1 | -1/+3 |
| | | |||||
| * | fix #2932: Editing coordinates crashes cgeo | Bananeweizen | 2013-07-04 | 1 | -2/+3 |
| | | |||||
| * | fix #2268: GPS Cache Exhibit type not parsed | Bananeweizen | 2013-07-03 | 1 | -1/+1 |
| | | |||||
| * | fix #2957: "load more caches" wrongly enabled | Bananeweizen | 2013-07-03 | 2 | -2/+9 |
| | | |||||
| * | fix #2951: Amount of favorite points not shown in search results | Bananeweizen | 2013-07-03 | 2 | -5/+12 |
| | | |||||
| * | fix #2943: typo in wherigo | Bananeweizen | 2013-07-03 | 1 | -8/+8 |
| | | |||||
| * | Fixes #2930, retrieve personal note for opencaching | rsudev | 2013-06-28 | 1 | -1/+5 |
| | | |||||
| * | Merge pull request #2893 from marco-jacob/fixPersonalNoteFinal | Marco Jacob | 2013-06-27 | 7 | -50/+238 |
| |\ | | | | | make personalNote multiline, upload on OK and merge on refresh | ||||
| | * | make personalNote multiline again, upload button, merge on refresh | Marco Jacob | 2013-06-26 | 7 | -50/+238 |
| | | | |||||
| * | | Implements #2900, Support logging with password (oc) | rsudev | 2013-06-27 | 8 | -13/+70 |
| | | | | | | | | | | | Extends db, geocache and OKAPI to retrieve and store the property Extends logging UI and OKAPI to allow entering and sending it | ||||
| * | | Fixes #2923, Menu slow to open in cache details | rsudev | 2013-06-27 | 3 | -3/+21 |
| | | | | | | | | | Removed costly scan of installed packages for launchable apps | ||||
| * | | Merge pull request #2919 from rsudev/2811a | Bananeweizen | 2013-06-26 | 7 | -107/+216 |
| |\ \ | | | | | | | main activity layout refactoring and dynamic connection status | ||||
| | * | | Move resource-ids to UserInfoStatus | rsudev | 2013-06-26 | 3 | -48/+44 |
| | | | | |||||
| | * | | Improved message for non-authorized OKAPI connectors | rsudev | 2013-06-25 | 2 | -1/+6 |
| | | | | |||||
| | * | | Streamlined implementation of connector status info | rsudev | 2013-06-25 | 1 | -15/+7 |
| | | | | |||||
| | * | | Implements #2811 and makes the main screen status fully dynamc | rsudev | 2013-06-23 | 6 | -86/+202 |
| | | | | |||||
| * | | | fix #2926: no speech output with "Use GPS only" | Bananeweizen | 2013-06-26 | 1 | -2/+3 |
| | | | | |||||
| * | | | fix #2927: TTS volume | Bananeweizen | 2013-06-26 | 1 | -0/+4 |
| | | | | |||||
| * | | | findbugs null pointers and initializations | Bananeweizen | 2013-06-24 | 3 | -37/+34 |
| | | | | |||||
| * | | | fix endless loop in gpx export | Bananeweizen | 2013-06-24 | 1 | -1/+1 |
| | | | | |||||
| * | | | findbugs: remove unused variable and code | Bananeweizen | 2013-06-24 | 1 | -5/+0 |
| | | | | |||||
| * | | | fix travelbug smiley menu not enabled | Bananeweizen | 2013-06-24 | 1 | -3/+4 |
| | | | | |||||
| * | | | findbugs: don't compare float for equality | Bananeweizen | 2013-06-24 | 1 | -8/+8 |
| |/ / | |||||
| * | | fix #2907: opening TB from cache inventory broken | Bananeweizen | 2013-06-23 | 3 | -10/+33 |
| | | | |||||
| * | | refactoring: suppress last Java warning | Bananeweizen | 2013-06-23 | 1 | -0/+2 |
| | | | | | | | * this way it is easier to spot new warnings on Jenkins | ||||
| * | | #2910: remove code duplication in logs views | Bananeweizen | 2013-06-23 | 10 | -369/+390 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2013-06-22 | 2 | -1/+10 |
| |\ \ | | | | | | | | | | | | | | | | | | | Conflicts: main/res/values-fr/strings.xml main/res/values/strings.xml send2cgeo/send2cgeo.user.js | ||||
| | * | | close #2915: add a closeout status message for sdk < 7 | Samuel Tardieu | 2013-06-22 | 2 | -1/+10 |
| | | | | |||||
| | * | | Merge branch 'fix-2741' into release | Samuel Tardieu | 2013-06-15 | 1 | -0/+10 |
| | |\ \ | |||||
| * | | | | fix #2914: bike navigation | Bananeweizen | 2013-06-22 | 2 | -18/+29 |
| | | | | | |||||
| * | | | | refactoring: extract GPX serialization to make it testable | Bananeweizen | 2013-06-22 | 2 | -225/+269 |
| | | | | | |||||
| * | | | | fix #2908: Ask for list on attachment import | Bananeweizen | 2013-06-22 | 2 | -64/+54 |
| | | | | | |||||
| * | | | | fix #2903: Radar named Navigate in Live map cache-menu | Bananeweizen | 2013-06-22 | 1 | -3/+5 |
| | | | | | |||||
| * | | | | fix #2907: TB search broken | Bananeweizen | 2013-06-22 | 3 | -11/+22 |
| | | | | | |||||
| * | | | | refactoring: extract user actions into re-usable classes | Bananeweizen | 2013-06-21 | 5 | -152/+204 |
| | | | | | |||||
| * | | | | refactoring: remove duplicated code for logging in | Bananeweizen | 2013-06-21 | 2 | -31/+18 |
| | | | | | |||||
