| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | refactoring: remove redundant null check | Samuel Tardieu | 2013-04-06 | 1 | -4/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | If the cache parameter is null, both callers will crash right before or right after the call to storeCachePreviewMap. There is no point in checking for nullness in this method. | |||||
| * | | | | refactoring: use Unix line ending | Samuel Tardieu | 2013-04-06 | 1 | -462/+462 | |
| | | | | | ||||||
| * | | | | refactoring: make sure downloadMaps doesn't get a null cache | Samuel Tardieu | 2013-04-06 | 2 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | | | | If downloadMaps cannot get a null cache in the first place, the null check is no longer needed. | |||||
| * | | | | refactoring: simplify batch export of geocaches | Samuel Tardieu | 2013-04-06 | 2 | -17/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By using list-backed sublists, the code to export geocaches in batch can be simplified. Also, there are places where a more generic Collection type can be used in formal parameters to avoid influencing the type of actual arguments. | |||||
| * | | | | refactoring: remove redundant return statements | Samuel Tardieu | 2013-04-06 | 1 | -3/+0 | |
| | | | | | ||||||
| * | | | | refactoring: simplify data flow | Samuel Tardieu | 2013-04-06 | 1 | -7/+3 | |
| | | | | | ||||||
| * | | | | refactoring: narrow scope of variable | Samuel Tardieu | 2013-04-06 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | refactoring: simplify expression | Samuel Tardieu | 2013-04-06 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | refactoring: use Java-style array declaration | Samuel Tardieu | 2013-04-06 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | refactoring: do not create explicit arrays to call varargs methods | Samuel Tardieu | 2013-04-06 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Merge branch 'issue-2598' into upstream | Samuel Tardieu | 2013-04-06 | 3 | -75/+87 | |
| |\ \ \ \ | ||||||
| | * | | | | fix #2598: personal note editing layout problem | Samuel Tardieu | 2013-04-06 | 3 | -75/+87 | |
| | |/ / / | ||||||
| * | | | | fix #2555: try to detect waypoint type in personal note | Bananeweizen | 2013-04-06 | 1 | -1/+25 | |
| | | | | | ||||||
| * | | | | Merge branch 'release' into upstream | Samuel Tardieu | 2013-04-06 | 1 | -1/+1 | |
| |\ \ \ \ | |/ / / | | | | | | | | | | | | | Conflicts: main/res/values/strings_not_translatable.xml | |||||
| | * | | | Merge remote-tracking branch 'upstream/issue-2624' into release | Samuel Tardieu | 2013-04-06 | 2 | -15/+40 | |
| | |\ \ \ | | |_|/ | |/| | | ||||||
| | * | | | fix #2637: crash when rotating caches list | Samuel Tardieu | 2013-04-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | The loader can be null if we came here from a preexisting caches list such as a map view. | |||||
| * | | | | #556: avoid duplicate tags when appending our tags | Bananeweizen | 2013-04-04 | 2 | -4/+21 | |
| | | | | | ||||||
| * | | | | #556: refactor to prepare customization of twitter text | Bananeweizen | 2013-04-02 | 1 | -29/+31 | |
| | | | | | ||||||
| * | | | | Merge branch 'issue-2624' into upstream | Samuel Tardieu | 2013-04-02 | 2 | -15/+40 | |
| |\ \ \ \ | | |/ / | |/| | | ||||||
| | * | | | fix #2624: coordinates display is wrong near a confluence point | Samuel Tardieu | 2013-04-02 | 2 | -15/+40 | |
| | |/ / | | | | | | | | | | | | | The coordinates need to be rounded differently depending on the precision which will be used for the output. | |||||
| * | | | improve display of log texts for OC | Bananeweizen | 2013-04-01 | 1 | -9/+17 | |
| | | | | | | | | | | * remove even more unneeded whitespace | |||||
| * | | | fix #2619: Clicking link in log decrypts log | Bananeweizen | 2013-04-01 | 1 | -0/+6 | |
| | | | | ||||||
| * | | | Merge branch 'release' | Bananeweizen | 2013-03-31 | 2 | -11/+14 | |
| |\ \ \ | |/ / | ||||||
| | * | | fix #2615: loader not working for next page | Bananeweizen | 2013-03-31 | 2 | -11/+14 | |
| | | | | ||||||
| * | | | fix #2532: attach log image to log entry locally | Bananeweizen | 2013-03-30 | 3 | -9/+15 | |
| | |/ |/| | ||||||
| * | | refactoring of cache logging code | Bananeweizen | 2013-03-30 | 4 | -22/+28 | |
| | | | | | | | | | * simplify control flow * move sanity checks into GCVote and twitter methods | |||||
| * | | #2613: log error if image cannot be decoded | Bananeweizen | 2013-03-30 | 1 | -1/+5 | |
| | | | ||||||
| * | | refactoring: improve performance of GPX export | Bananeweizen | 2013-03-29 | 1 | -58/+88 | |
| | | | | | | | | | * load batches of caches instead of single caches * do not load all caches to avoid huge memory usage | |||||
| * | | Merge remote-tracking branch 'upstream/release' into currdev | rsudev | 2013-03-29 | 1 | -1/+3 | |
| |\ \ | |/ | ||||||
| | * | Fixes #2589, Light skin not working | rsudev | 2013-03-29 | 1 | -1/+3 | |
| | | | | | | | | | | | | | Re-added background attribute to select view definitions where 2.x doesn't correctly apply the theme background. Additionally disabled light theme for dialogs on 2.x, as it doesn't work there | |||||
| * | | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2013-03-29 | 1 | -2/+4 | |
| |\ \ | |/ | ||||||
| | * | fix #2489: remove wrong error log entry on gpx export | Bananeweizen | 2013-03-29 | 1 | -2/+4 | |
| | | | ||||||
| * | | #1798: refactoring, extract common asynctask with progress | Bananeweizen | 2013-03-29 | 4 | -37/+98 | |
| | | | ||||||
| * | | fix #2583: coordinates format switching for waypoints | Bananeweizen | 2013-03-28 | 2 | -17/+41 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2013-03-28 | 1 | -3/+1 | |
| |\ \ | |/ | ||||||
| | * | fix #2607: avoid error in log during list loading | Bananeweizen | 2013-03-28 | 1 | -3/+1 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2013-03-28 | 1 | -2/+11 | |
| |\ \ | |/ | ||||||
| | * | fix #2591: crash in logging activity | Bananeweizen | 2013-03-28 | 1 | -2/+11 | |
| | | | ||||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2013-03-27 | 1 | -8/+8 | |
| |\ \ | |/ | ||||||
| | * | fix #2602: crash on "show on list" from live map | Samuel Tardieu | 2013-03-27 | 1 | -8/+8 | |
| | | | | | | | | | | | | | | | | | The pseudo loader created by onCreate() when coming from the live map uses the adapter before it is created. Here we invert the order of creation while checking for onCreateLoader() returning null which is the case when coming from a map. | |||||
| * | | remove StaticMapsProvider changes | Marco Jacob | 2013-03-27 | 1 | -14/+9 | |
| | | | ||||||
| * | | more checks in static maps test | Marco Jacob | 2013-03-27 | 1 | -9/+16 | |
| |/ | ||||||
| * | #2593: wrong inverse sorting in history and other lists | Bananeweizen | 2013-03-27 | 2 | -9/+18 | |
| | | ||||||
| * | Fix #2578, Sorting not OK after opening/changing list | rsudev | 2013-03-23 | 1 | -0/+1 | |
| | | | | Added a forced sort after loader finishing | |||||
| * | Fixes #2538 - German Umlauts in image caption and description | koem | 2013-03-18 | 3 | -38/+17 | |
| | | | | | | | | changes: * post requests are done with UTF-8 now * deleted conversion of non latin characters * deleted corresponding test method and class | |||||
| * | Merge pull request #2565 from triakcz/gpx_export_skip_invalid_wpts | rsudev | 2013-03-16 | 1 | -12/+14 | |
| |\ | | | | | GPX export ommiting waypoints without coords | |||||
| | * | GPX export ommiting waypoints without coords | triakcz | 2013-03-12 | 1 | -12/+14 | |
| | | | ||||||
| * | | Fixes #2531 - Auto-save now works as expected. | rsudev | 2013-03-16 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | Copied saveLog(false) from onStop() also into finish(). List of caches now gets refreshed, because saveLog() runs while VisitCacheActivity is still running. saveLog(false) was also left in onStop(), because in case the activity gets interrupted and finish() is not called, the log will still be auto-saved. Conflicts: main/src/cgeo/geocaching/VisitCacheActivity.java | |||||
| * | | Fixed comment typo | rsudev | 2013-03-16 | 1 | -1/+1 | |
| | | | ||||||
| * | | stability issues and errorhandling | Portree-Kid | 2013-03-15 | 2 | -6/+14 | |
| | | | ||||||
