| Commit message (Expand) | Author | Age | Files | Lines |
| * | New: Click on coordinates in detail view to switch between formats | SammysHP | 2011-11-17 | 2 | -1/+30 |
| * | Remove Format.LAT_LON_DECMINUTE_PIPE | SammysHP | 2011-11-17 | 6 | -30/+26 |
| * | Fix #759: Better button for inventory actions | SammysHP | 2011-11-17 | 1 | -3/+7 |
| * | New: Manual-button in coordinate-dialog | SammysHP | 2011-11-17 | 1 | -0/+8 |
| * | increase readability, fixes #809 | Bananeweizen | 2011-11-17 | 1 | -10/+10 |
| * | hide some menus for empty lists, fixes #665 | Bananeweizen | 2011-11-17 | 1 | -24/+18 |
| * | show event date in cache list, fixes #805 | Bananeweizen | 2011-11-17 | 2 | -18/+30 |
| * | remove duplicate code, preparation for #83 | Bananeweizen | 2011-11-17 | 1 | -116/+42 |
| * | Better icon for live-map-refresh | SammysHP | 2011-11-16 | 1 | -1/+1 |
| * | New #799: Edit and more options for any-location-history | SammysHP | 2011-11-16 | 1 | -41/+70 |
| * | Fix #801: Batch-actions for trackables not working | SammysHP | 2011-11-16 | 1 | -1/+1 |
| * | Fix #783: Cache voted 5/5 but shows 4.5 stars | SammysHP | 2011-11-16 | 3 | -23/+28 |
| * | Remove empty directories left hanging on the secondary storage | Samuel Tardieu | 2011-11-16 | 1 | -1/+21 |
| * | Create directories only when we will write a file | Samuel Tardieu | 2011-11-16 | 7 | -29/+30 |
| * | Prevent null check warnings | Samuel Tardieu | 2011-11-16 | 3 | -29/+31 |
| * | Avoid warning by adding appropriate null checks | Samuel Tardieu | 2011-11-16 | 1 | -2/+3 |
| * | Mark methods as static when possible | Samuel Tardieu | 2011-11-16 | 1 | -1/+1 |
| * | Remove useless null check | Samuel Tardieu | 2011-11-16 | 1 | -1/+1 |
| * | Use an activity where it is required | Samuel Tardieu | 2011-11-16 | 1 | -9/+13 |
| * | No need to store the context in a field of an Activity descendant | Samuel Tardieu | 2011-11-16 | 1 | -15/+13 |
| * | Merge branch 'master' of https://Bananeweizen@github.com/cgeo/c-geo-opensourc... | Bananeweizen | 2011-11-16 | 15 | -242/+384 |
| |\ |
|
| | * | Merge pull request #796 from rsudev/refactor_mapsources | Bananeweizen | 2011-11-15 | 15 | -242/+384 |
| | |\ |
|
| | | * | Mapsource refactor little cleanup: | rsudev | 2011-11-15 | 1 | -12/+12 |
| | | * | Implementing #179, refactor maps to single source, last part | rsudev | 2011-11-15 | 15 | -242/+384 |
| * | | | delete unused class, move UnknownTagsHandler to utils | Bananeweizen | 2011-11-15 | 3 | -39/+2 |
| |/ / |
|
| * | | fix #795, use GC connector if only guid is available | Bananeweizen | 2011-11-15 | 1 | -0/+6 |
| |/ |
|
| * | refactor GCVote ratings, move into own package | Bananeweizen | 2011-11-15 | 6 | -49/+79 |
| * | new: allow offline log without any login data stored, fixes #793 | Bananeweizen | 2011-11-15 | 2 | -12/+18 |
| * | fix: using "no rating" sets a rating of 0.5 stars | Bananeweizen | 2011-11-15 | 1 | -0/+3 |
| * | correctly update button label when logging, fixes #792 | Bananeweizen | 2011-11-15 | 1 | -19/+20 |
| * | support import of PQs that include PQ name in download zip file name | Stephan Merker | 2011-11-14 | 1 | -1/+1 |
| * | import zipped GPX files (as send by pocket queries) | Stephan Merker | 2011-11-13 | 2 | -6/+73 |
| * | wrong code send to Go4Cache API when using compass | Bananeweizen | 2011-11-13 | 2 | -14/+26 |
| * | refactor duplicate code from map | Bananeweizen | 2011-11-13 | 3 | -40/+50 |
| * | minor code cleanup in coords dialog | Bananeweizen | 2011-11-13 | 1 | -57/+68 |
| * | have Go4Cache localized, show also age of information, fixes #782 | Bananeweizen | 2011-11-13 | 6 | -30/+39 |
| * | crash in hidden by search, fixes #779 | Bananeweizen | 2011-11-13 | 1 | -1/+3 |
| * | change button text if logging not possible, fixes #460 | Bananeweizen | 2011-11-13 | 2 | -116/+76 |
| * | NPE when logging in airplane mode | Bananeweizen | 2011-11-13 | 1 | -0/+5 |
| * | Merge remote branch 'stephanme/importwpt' | Bananeweizen | 2011-11-13 | 8 | -55/+102 |
| |\ |
|
| | * | new: cancel GPX import with back button | Stephan Merker | 2011-11-09 | 8 | -55/+102 |
| * | | refactor Go4Cache code | Bananeweizen | 2011-11-12 | 12 | -93/+148 |
| * | | don't accept geocodes starting with special character | Bananeweizen | 2011-11-12 | 1 | -1/+1 |
| * | | ask for restore after reinstallation, fixes #777 | Bananeweizen | 2011-11-12 | 6 | -29/+93 |
| * | | disable menus in onPrepare only, fixes #778 | Bananeweizen | 2011-11-12 | 1 | -28/+31 |
| * | | context menu to open spoiler/log images online, fixes #47 | Bananeweizen | 2011-11-12 | 2 | -18/+74 |
| * | | refactoring of cgImage, cgeoimages activity | Bananeweizen | 2011-11-12 | 6 | -59/+74 |
| * | | NPE in airplane mode | Bananeweizen | 2011-11-12 | 1 | -1/+1 |
| * | | NPE in logging if no connection is available | Bananeweizen | 2011-11-12 | 1 | -1/+0 |
| * | | more unit tests | bananeweizen | 2011-11-11 | 10 | -11/+47 |