| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixes #2931 - make Handler static to solve lint | Marco Jacob | 2013-07-18 | 1 | -4/+1 |
| | | |||||
| * | Implements #750, use preference activity | koem | 2013-07-09 | 1 | -0/+1 |
| | | |||||
| * | Fixes #2944, Export menu in history is placed bad | rsudev | 2013-07-06 | 1 | -1/+1 |
| | | | | | Moved to top | ||||
| * | fix #2954: sorting wrong after switching between event list and normal | Bananeweizen | 2013-07-06 | 1 | -32/+4 |
| | | | | list | ||||
| * | fix #2949: Npe in history list | Bananeweizen | 2013-07-04 | 1 | -1/+3 |
| | | |||||
| * | fix #2908: Ask for list on attachment import | Bananeweizen | 2013-06-22 | 1 | -61/+51 |
| | | |||||
| * | refactoring: use activity names for layouts | Bananeweizen | 2013-06-09 | 1 | -2/+2 |
| | | |||||
| * | #2684: Use view injection instead of view.findById() | Bananeweizen | 2013-05-31 | 1 | -1/+1 |
| | | |||||
| * | Compiler warning fix and German translations | rsudev | 2013-05-26 | 1 | -1/+0 |
| | | |||||
| * | Menu tuning | rsudev | 2013-05-26 | 1 | -3/+10 |
| | | | | | | | Added refresh to cache context menu in lists Switched 'Store offline' to 'Refresh' in history Added 'Clear offline logs' to history | ||||
| * | refactoring: use menu resources instead of code | Bananeweizen | 2013-05-10 | 1 | -1/+1 |
| | | |||||
| * | fix #1781: Remove help function | Bananeweizen | 2013-05-09 | 1 | -16/+0 |
| | | |||||
| * | refactoring: unify the action bar layout | Bananeweizen | 2013-05-04 | 1 | -0/+11 |
| | | |||||
| * | fix #2683: Enable GPX import in all lists | Bananeweizen | 2013-05-04 | 1 | -3/+1 |
| | | |||||
| * | code cleanup: remove JDT warnings | Bananeweizen | 2013-04-22 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #2668 from donEgro/release | SammysHP | 2013-04-20 | 1 | -0/+5 |
| |\ | | | | | Handle no network when refreshing caches, fixes #708 | ||||
| | * | Fixed Issue #708 - Refresh caches + no internet = normal progress. | donEgro | 2013-04-20 | 1 | -0/+5 |
| | | | |||||
| * | | Rename EXTRAS_COORDS into the more correct EXTRA_COORDS | Samuel Tardieu | 2013-04-07 | 1 | -4/+4 |
| | | | |||||
| * | | fix #2542: NPE when deleting list with all caches in it | Bananeweizen | 2013-04-07 | 1 | -34/+28 |
| | | | |||||
| * | | refactoring: remove unused warnings on mandatory parameters | Samuel Tardieu | 2013-04-07 | 1 | -2/+2 |
| | | | |||||
| * | | refactoring: remove redundant type casts | Samuel Tardieu | 2013-04-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | getParcelable() does not return a Parcelable, it returns a T where T is a generic type deriving from Parcelable. Those type casts will be done automatically and do not need to be spelled out explicitely. | ||||
| * | | refactoring: narrow scope of variable | Samuel Tardieu | 2013-04-06 | 1 | -1/+1 |
| | | | |||||
| * | | refactoring: use Java-style array declaration | Samuel Tardieu | 2013-04-06 | 1 | -1/+1 |
| |/ | |||||
| * | 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 | 1 | -10/+12 |
| | | |||||
| * | 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 | 1 | -1/+10 |
| | | |||||
| * | Fix #2578, Sorting not OK after opening/changing list | rsudev | 2013-03-23 | 1 | -0/+1 |
| | | | | Added a forced sort after loader finishing | ||||
| * | Fixed comment typo | rsudev | 2013-03-16 | 1 | -1/+1 |
| | | |||||
| * | stability issues and errorhandling | Portree-Kid | 2013-03-15 | 1 | -1/+2 |
| | | |||||
| * | Fix Refactoring to use Loaders fixes #2570 | Portree-Kid | 2013-03-13 | 1 | -1/+4 |
| | | |||||
| * | Code Cleanup after review | Portree-Kid | 2013-03-12 | 1 | -2/+1 |
| | | |||||
| * | Code Cleanup after review | Portree-Kid | 2013-03-10 | 1 | -57/+16 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/master' into master-master | Portree-Kid | 2013-03-08 | 1 | -0/+53 |
| |\ | | | | | | | | | Conflicts: main/src/cgeo/geocaching/cgeocaches.java | ||||
| | * | Closes #109, Allow user to clear all saved logs (field note export related) | rsudev | 2013-02-27 | 1 | -0/+53 |
| | | | | | | | | | Implemented a new menu item in cache lists for that | ||||
| * | | Refactoring to use Loaders fixes #2365 | Portree-Kid | 2013-03-08 | 1 | -371/+210 |
| |/ | |||||
| * | code cleanup | Bananeweizen | 2013-02-24 | 1 | -5/+3 |
| | | | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings | ||||
| * | reduce memory usage for cache lists | Bananeweizen | 2013-02-14 | 1 | -1/+5 |
| | | | | | | * lazily load some of the strings in caches * remove latlon, it was never used except in parsing itself * change some collection handling to avoid huge memory hogs | ||||
| * | issue #275 - Move to other list from cache screen | koem | 2013-02-08 | 1 | -11/+29 |
| | | | | | and: choose list when storing | ||||
| * | Refactoring: rename cgCache into Geocache | Samuel Tardieu | 2013-02-03 | 1 | -22/+22 |
| | | |||||
| * | Isolate intent extras into a new class | Samuel Tardieu | 2013-01-27 | 1 | -31/+25 |
| | | |||||
| * | refactoring: use exception object in loggging | Bananeweizen | 2013-01-12 | 1 | -8/+8 |
| | | |||||
| * | Remove redundant initializer | Samuel Tardieu | 2013-01-09 | 1 | -4/+2 |
| | | |||||
| * | new: suppress current list in "move to list" | Bananeweizen | 2013-01-07 | 1 | -2/+2 |
| | | |||||
| * | fix #2351: always enable move to list | Bananeweizen | 2013-01-07 | 1 | -7/+4 |
| | | |||||
| * | fix #2342: crash when leaving cache list early | Bananeweizen | 2013-01-07 | 1 | -8/+1 |
| | | |||||
| * | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2013-01-05 | 1 | -1/+1 |
| |\ | |||||
| | * | fix #2337 NPE in cache list when leaving activity early | Bananeweizen | 2013-01-05 | 1 | -1/+1 |
| | | | |||||
| | * | Fixes #2126 + #2231 | rsudev | 2013-01-01 | 1 | -0/+5 |
| | | | | | | | | | Added update calls for filter, footer and title to refresh handler | ||||
| * | | Merge pull request #2311 from rsudev/OCde2 | Bananeweizen | 2013-01-05 | 1 | -0/+12 |
| |\ \ | | | | | | | Opencaching integration with oc11xml api | ||||
