| Commit message (Expand) | Author | Age | Files | Lines |
| * | code cleanup: protect abstract class constructors, rewrite long constant | Bananeweizen | 2011-08-31 | 1 | -4/+4 |
| * | new: sort by state, fixes #324 | Bananeweizen | 2011-08-31 | 1 | -3/+9 |
| * | refactoring: remove duplicate code | bananeweizen | 2011-08-30 | 1 | -0/+33 |
| * | don't ask for list deletion in case of empty list, fixes #277 | Bananeweizen | 2011-08-29 | 1 | -8/+20 |
| * | cache deletion now with turbo boost :) | Bananeweizen | 2011-08-29 | 1 | -27/+14 |
| * | return to cache list after import, fixes #313 | Bananeweizen | 2011-08-29 | 1 | -12/+15 |
| * | new: sort by finds count, fixes #231 | Bananeweizen | 2011-08-28 | 1 | -1/+7 |
| * | have log filled with signature also in offline mode, fixes #267 | Bananeweizen | 2011-08-28 | 1 | -1/+1 |
| * | new: open context menu on offline button on home screen for faster | Bananeweizen | 2011-08-28 | 1 | -32/+28 |
| * | code cleanup as adviced by Findbugs | bananeweizen | 2011-08-26 | 1 | -10/+10 |
| * | Fix bug where you can't reset filters that results in an empty list. | SammysHP | 2011-08-19 | 1 | -1/+0 |
| * | sub menu for offline logging, fixes #232 | bananeweizen | 2011-08-19 | 1 | -5/+13 |
| * | Merge branch 'master' of https://Bananeweizen@github.com/cgeo/c-geo-opensourc... | bananeweizen | 2011-08-19 | 1 | -8/+10 |
| |\ |
|
| | * | Quick workaround for #234, fix NullPointerException in onPrepareOptionsMenu() | SammysHP | 2011-08-18 | 1 | -8/+10 |
| * | | first part of #232, sub menu for state selection is still missing | bananeweizen | 2011-08-19 | 1 | -14/+3 |
| |/ |
|
| * | menu item for moving caches, fixes #73 | bananeweizen | 2011-08-16 | 1 | -29/+85 |
| * | restore filter after returning to cache list, fixes #181 | bananeweizen | 2011-08-16 | 1 | -0/+1 |
| * | change "c:geo" map label back to "map", fix multiple caches being shown | bananeweizen | 2011-08-16 | 1 | -2/+7 |
| * | code cleanup, fixed static code analysis bugs | bananeweizen | 2011-08-12 | 1 | -1/+1 |
| * | Merge branch 'master' of https://Bananeweizen@github.com/cgeo/c-geo-opensourc... | Bananeweizen | 2011-08-12 | 1 | -24/+24 |
| |\ |
|
| | * | Remove uses of "== true" and "!= false" | Samuel Tardieu | 2011-08-11 | 1 | -22/+22 |
| | * | using `.valueov()` instead of constructor for doubles and floats | Florian Moesch | 2011-08-11 | 1 | -2/+2 |
| * | | Merge branch 'master' of https://Bananeweizen@github.com/cgeo/c-geo-opensourc... | Bananeweizen | 2011-08-11 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | Merge branch 'master' of github.com:cgeo/c-geo-opensource | mucek4 | 2011-08-11 | 1 | -43/+32 |
| | |\ |
|
| | * | | Manual and new send2cgeo | mucek4 | 2011-08-11 | 1 | -1/+1 |
| * | | | sort event caches by event date, fixes #148 | Bananeweizen | 2011-08-11 | 1 | -0/+6 |
| | |/
|/| |
|
| * | | * remove duplicated app, settings, pref, res, base fields in all | Bananeweizen | 2011-08-10 | 1 | -43/+32 |
| |/ |
|
| * | * have common base classes for cgeo related activities to encapsulate | Bananeweizen | 2011-08-10 | 1 | -118/+89 |
| * | * replace collection.clone() by copy constructor | Bananeweizen | 2011-08-07 | 1 | -6/+6 |
| * | Field Notes export is only available if there are caches with logs, closes #89 | SammysHP | 2011-08-02 | 1 | -0/+13 |
| * | Removed google analytics | Rainer | 2011-08-02 | 1 | -14/+2 |
| * | Fix 2x FC, fix #43 | mucek4 | 2011-08-01 | 1 | -0/+2 |
| * | Fix bug in Field Notes export, add Field Notes export for event- and webcam-c... | SammysHP | 2011-07-31 | 1 | -3/+6 |
| * | * fix NullPointerException in filter context menu | Bananeweizen | 2011-07-31 | 1 | -85/+116 |
| * | Merge branch 'master' of | Bananeweizen | 2011-07-31 | 1 | -30/+208 |
| |\ |
|
| | * | Ask before clear history | SammysHP | 2011-07-26 | 1 | -2/+25 |
| | * | Fix NullPointerException in cache-list-menu, fix bug where you can't select s... | SammysHP | 2011-07-26 | 1 | -35/+55 |
| | * | Fix bug in field-notes-export, add possibility to clear / remove selected cac... | SammysHP | 2011-07-25 | 1 | -9/+153 |
| * | | * move app invocation code into factories | Bananeweizen | 2011-07-31 | 1 | -262/+110 |
| |/ |
|
| * | Add verbose field-notes-export (error-message in case of failure, else path t... | SammysHP | 2011-07-24 | 1 | -0/+11 |
| * | * fix: NullPointerException in optionsMenu | Bananeweizen | 2011-07-24 | 1 | -94/+132 |
| * | several bugs/problems found with static code analysis: | Bananeweizen | 2011-07-24 | 1 | -8/+7 |
| * | code cleanup to reduce compiler warnings | Bananeweizen | 2011-07-23 | 1 | -2/+2 |
| * | move all comparators to a new package | Bananeweizen | 2011-07-23 | 1 | -42/+51 |
| * | Android 1.5 Compatibility | mucek4 | 2011-07-22 | 1 | -35/+29 |
| * | add xport of field notes, update about | SammysHP | 2011-07-21 | 1 | -0/+209 |
| * | Fix moving caches between lists. Fix already done on c-geo, but it wasn't mer... | Nelson Correia | 2011-07-18 | 1 | -30/+33 |
| * | First commit | mucek4 | 2011-07-11 | 1 | -0/+2193 |