| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix #2707 - Reload images after notifyDataSetChanged | campbeb | 2013-05-23 | 1 | -0/+2 |
| | | |||||
| * | fix #2749: ensure that item has not changed before redrawing | Samuel Tardieu | 2013-05-22 | 1 | -3/+19 |
| | | |||||
| * | fix: parse basic member size | Samuel Tardieu | 2013-05-19 | 2 | -0/+5 |
| | | | | | Part of work on #2733. | ||||
| * | fix: parse basic member difficulty and terrain | Samuel Tardieu | 2013-05-19 | 2 | -0/+19 |
| | | | | | Part of work on #2733. | ||||
| * | enhancement: make the distance comparator work with approximate distance | Samuel Tardieu | 2013-05-19 | 1 | -9/+5 |
| | | | | | Part of work on #2733. | ||||
| * | enhancement: share direction images for basic members | Samuel Tardieu | 2013-05-19 | 3 | -49/+16 |
| | | | | | | | | Use the regular images cache for basic members direction images in cache list. Part of work on #2733. | ||||
| * | refactoring: share the name of the shared image directory | Samuel Tardieu | 2013-05-19 | 1 | -1/+2 |
| | | | | | Part of work on #2733. | ||||
| * | fix #2733: acquire distance and direction for basic members | Samuel Tardieu | 2013-05-18 | 4 | -34/+21 |
| | | | | | | A recent change in geocaching.com way of presenting the distance and direction information for basic members requires a new parsing. | ||||
| * | fix: do not reset the distance in the distance comparator | Samuel Tardieu | 2013-05-18 | 1 | -4/+1 |
| | | | | | | | | | The distance comparator should not override a distance that can have been obtained from the website and that we are unable to recompute locally (because we don't know the cache coordinates for example). Part of work on #2733. | ||||
| * | Fixes #2731, Zero caches on live map | rsudev | 2013-05-16 | 2 | -4/+7 |
| | | | | | -changed to new url for tile server, added app-info for counting our traffic | ||||
| * | refactoring: do not use an intermediate variable | Samuel Tardieu | 2013-05-10 | 1 | -3/+2 |
| | | |||||
| * | fix #1106: search for self as owner | Bananeweizen | 2013-05-10 | 1 | -8/+11 |
| | | | | | (cherry picked from commit 18ac1a4ea3a9bc9b65babad358fec4e49968890a) | ||||
| * | fix #2706: exception in list adapter | Bananeweizen | 2013-05-10 | 1 | -0/+7 |
| | | |||||
| * | Fixes #2627, Twitter posting (ui) | rsudev | 2013-05-08 | 1 | -1/+7 |
| | | | | | Integrate UI initialization into onCreate as well | ||||
| * | #2675: remove superfluous separator | Bananeweizen | 2013-04-24 | 1 | -2/+6 |
| | | | | * non offline caches had a trailing separator | ||||
| * | fix #2674: Disable trail on map does not refresh | Bananeweizen | 2013-04-24 | 1 | -0/+1 |
| | | |||||
| * | fix #2634: NPEs in ImageSelectActivity | Bananeweizen | 2013-04-08 | 1 | -17/+49 |
| | | | | * avoids 4 different NPEs | ||||
| * | fix #2646: search input should be trimmed | Samuel Tardieu | 2013-04-07 | 1 | -7/+7 |
| | | |||||
| * | close #1106: ignore settings when searching for own caches | Samuel Tardieu | 2013-04-07 | 1 | -1/+1 |
| | | | | | | The infrastructure was there already, but one of the parameters was set incorrectly. | ||||
| * | Fixes #2635, crash during gpx export | rsudev | 2013-04-07 | 2 | -5/+15 |
| | | | | | Added utf-16 codepoint surrogate handling to xml serializer | ||||
| * | Failing test for #2635 | rsudev | 2013-04-07 | 1 | -1/+1 |
| | | |||||
| * | Moved class to avoid ambiguity, compilable under api 4+ | rsudev | 2013-04-07 | 1 | -15/+16 |
| | | |||||
| * | Added XML serializer from andorid sources | rsudev | 2013-04-07 | 1 | -0/+594 |
| | | |||||
| * | issue #2636: fix was incorrect, check for equality, not identity | Samuel Tardieu | 2013-04-07 | 1 | -1/+1 |
| | | |||||
| * | fix #2686: waypoint from notes are duplicated upon refresh | Samuel Tardieu | 2013-04-07 | 1 | -2/+14 |
| | | |||||
| * | fix #2639: NPE in GPX parser | Bananeweizen | 2013-04-07 | 1 | -0/+3 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/issue-2624' into release | Samuel Tardieu | 2013-04-06 | 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. | ||||
| * | | 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. | ||||
| * | fix #2615: loader not working for next page | Bananeweizen | 2013-03-31 | 2 | -11/+14 |
| | | |||||
| * | 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 | ||||
| * | fix #2489: remove wrong error log entry on gpx export | Bananeweizen | 2013-03-29 | 1 | -2/+4 |
| | | |||||
| * | fix #2607: avoid error in log during list loading | Bananeweizen | 2013-03-28 | 1 | -3/+1 |
| | | |||||
| * | fix #2591: crash in logging activity | Bananeweizen | 2013-03-28 | 1 | -2/+11 |
| | | |||||
| * | 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. | ||||
| * | #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 |
| | | | |||||
| * | | Fix Refactoring to use Loaders fixes #2570 | Portree-Kid | 2013-03-13 | 3 | -3/+19 |
| | | | |||||
| * | | Fixes #2538 - German umlauts for image upload | koem | 2013-03-13 | 1 | -1/+1 |
| |/ | |||||
| * | refactoring: use faster short circuit evaluation | Bananeweizen | 2013-03-12 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #2541 from koem/issue1640 | Bananeweizen | 2013-03-12 | 1 | -7/+16 |
| |\ | | | | | Fixes #1640 - Found Caches shown on live map (low zoom problem) | ||||
| | * | issue 1640 - Found Caches shown on live map (low zoom problem) | koem | 2013-03-05 | 1 | -7/+16 |
| | | | | | | | | | solved | ||||
| * | | Merge pull request #2554 from Portree-Kid/master-master | Bananeweizen | 2013-03-12 | 18 | -466/+550 |
| |\ \ | | | | | | | Refactoring to use Loaders fixes #2365 | ||||
| | * | | Code Cleanup after review | Portree-Kid | 2013-03-12 | 1 | -2/+1 |
| | | | | |||||
