| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor so all waypoint operations are done through the Cache object. | campbeb | 2012-03-05 | 7 | -19/+101 |
| | | | | | Check for editing a waypoint when adding. Save cache after waypoint operations so finalDefined is set correctly. | ||||
| * | Merge pull request #1225 from stephanme/fix1204 | Bananeweizen | 2012-03-04 | 1 | -0/+2 |
| |\ | | | | | fix #1204: keep screen on during GPX-import | ||||
| | * | fix #1204: keep screen on during GPX-import | Stephan Merker | 2012-03-04 | 1 | -0/+2 |
| | | | | | | | | | - is achieved by keeping screen on for all progress dialogs using Progress class | ||||
| * | | refactoring: cleanups | Bananeweizen | 2012-03-04 | 2 | -8/+10 |
| | | | | | | | | | * remove unused resources * fix some comments, layout, logging and other stuff | ||||
| * | | Fix some unit tests. Does anyone besides me run them? | Bananeweizen | 2012-03-04 | 4 | -10/+16 |
| |/ | |||||
| * | performance refactorings | Bananeweizen | 2012-03-04 | 13 | -59/+80 |
| | | | | | | | * avoid creating message objects, there is a pool * only get GCVotes for filtered caches, not for all * don't use GepointParser in LocParser, we know those are pure floats * String concatenation | ||||
| * | refactoring: move constants and classes to the packages they belong to | Bananeweizen | 2012-03-04 | 19 | -66/+68 |
| | | |||||
| * | Merge pull request #1223 from RoadRunner-/refactoring#1 | Bananeweizen | 2012-03-03 | 4 | -23/+17 |
| |\ | | | | | Refactoring to use common constant for ft per meter and usage of StringUtils | ||||
| | * | Refactoring to use common constant for ft per meter and usage of StringUtils | Torsten Keil | 2012-03-03 | 4 | -23/+17 |
| | | | |||||
| * | | refactoring: use Android resource for copy context menu | Bananeweizen | 2012-03-04 | 1 | -9/+9 |
| |/ | |||||
| * | fix #281: Public consumer & secret key for Twitter / Terms of use | Bananeweizen | 2012-03-03 | 1 | -2/+3 |
| | | |||||
| * | fix #126: .trim() usage | Bananeweizen | 2012-03-03 | 3 | -8/+8 |
| | | | | | * removed trim from UI * if you find anything not trimmed now, it needs to be added in parsing | ||||
| * | fix #1151: Clicking "Spotted in" on trackable screen can give Exception | Bananeweizen | 2012-03-03 | 1 | -42/+25 |
| | | |||||
| * | Merge pull request #1220 from campbeb/fixcalendarcall | Bananeweizen | 2012-03-03 | 2 | -2/+27 |
| |\ | | | | | Fix check for calendar add-on installed | ||||
| | * | Fix check for calendar add-on installed | campbeb | 2012-03-03 | 2 | -2/+27 |
| | | | |||||
| * | | refactoring: performance cleanups | Bananeweizen | 2012-03-03 | 11 | -39/+35 |
| | | | |||||
| * | | refactoring: never set listId of cache to TEMPORARY_ID | Bananeweizen | 2012-03-03 | 8 | -42/+35 |
| | | | | | | | | | | | | | | | * TEMPORARY_LIST_ID is already set in constructor * setting it again afterwards can be wrong due to merging with caches from DB * setting listId is not necessary during parsing at all, it is set when storing, moving or importing. | ||||
| * | | Merge pull request #1218 from campbeb/fix1156 | M@®k | 2012-03-03 | 3 | -2/+3 |
| |\ \ | |/ |/| | Fix #1156 - Refresh waypoints on map after being edited | ||||
| | * | remove working comment | campbeb | 2012-03-03 | 1 | -1/+1 |
| | | | |||||
| | * | Refresh waypoints on map after being edited | campbeb | 2012-03-03 | 3 | -2/+3 |
| | | | |||||
| * | | Merge pull request #1217 from campbeb/fix1207 | Bananeweizen | 2012-03-02 | 1 | -1/+4 |
| |\ \ | | | | | | | Fix #1207 - Update progress when removing from history and refresh list when done | ||||
| | * | | Update progress when removing from history and refresh list when done | campbeb | 2012-03-03 | 1 | -1/+4 |
| | |/ | |||||
| * | | Merge pull request #1213 from rsudev/issue1211 | Bananeweizen | 2012-03-02 | 2 | -5/+0 |
| |\ \ | |/ |/| | Fixes #1211, Remove osmarender map layer | ||||
| | * | Fixes #1211, Remove osmarender map layer | rsudev | 2012-03-02 | 2 | -5/+0 |
| | | | |||||
| * | | Fixes #1216, Live map: Grid JSON now containes real GC codes | rsudev | 2012-03-02 | 1 | -8/+1 |
| | | | | | | | - in a first step just removed the id translation | ||||
| * | | Changed format of JSON key. Fixes #1212 | blafoo | 2012-03-02 | 1 | -5/+10 |
| |/ | |||||
| * | refactoring: don't load caches in loops | Bananeweizen | 2012-03-01 | 3 | -12/+18 |
| | | |||||
| * | Displaying changed caches in the Live Map. Improves #1184 | blafoo | 2012-02-29 | 4 | -36/+60 |
| | | |||||
| * | Moved methods to better fitting classes | blafoo | 2012-02-29 | 5 | -156/+159 |
| | | |||||
| * | Merge pull request #1199 from campbeb/fixmarker | Bananeweizen | 2012-02-28 | 3 | -14/+10 |
| |\ | | | | | Improve offline logging | ||||
| | * | Improve offline logging | campbeb | 2012-02-28 | 2 | -11/+5 |
| | | | | | | | | | | | - Don't mark found when logging offline - Handle data changed to show status message - Set cache logged offline | ||||
| | * | Improve offline logging | campbeb | 2012-02-28 | 1 | -3/+5 |
| | | | | | | | | | | | - Don't mark found when logging offline - Handle data changed to show status message - Set cache logged offline | ||||
| * | | Removed uneccessary import statement | blafoo | 2012-02-28 | 1 | -1/+0 |
| | | | |||||
| * | | Improved PNG parsing | blafoo | 2012-02-28 | 2 | -20/+102 |
| |/ | |||||
| * | Merge remote-tracking branch 'rsudev/issue1185' | Bananeweizen | 2012-02-28 | 2 | -4/+3 |
| |\ | | | | | | | | | Conflicts: main/src/cgeo/geocaching/enumerations/CacheType.java | ||||
| | * | Fixes #1185, ?-icon for new live map | rsudev | 2012-02-28 | 2 | -3/+2 |
| | | | | | | | | | - introduces a new icon for 'unknown' - correct usage of unknown in cgeopopup | ||||
| * | | refactoring: have unknown type use unknown icon | Bananeweizen | 2012-02-28 | 1 | -2/+2 |
| |/ | |||||
| * | Avoid NPE | blafoo | 2012-02-27 | 1 | -1/+3 |
| | | |||||
| * | Avoid NPE | blafoo | 2012-02-27 | 1 | -2/+1 |
| | | |||||
| * | Captcha setting disabled for PMs. Closes #1177 | blafoo | 2012-02-27 | 2 | -1/+2 |
| | | |||||
| * | Progress bar during searchByViewport()-call. Fixes #1182 | blafoo | 2012-02-27 | 1 | -0/+2 |
| | | |||||
| * | refactoring: move isFinalDefined to WayPoint class | Bananeweizen | 2012-02-27 | 2 | -22/+15 |
| | | |||||
| * | #1195: address selection as real ListActivity | Bananeweizen | 2012-02-27 | 9 | -181/+209 |
| | | | | * includes some renaming of other list related code for clarity | ||||
| * | fix #1190: "Send to" for the text fields in cache details | Bananeweizen | 2012-02-26 | 1 | -13/+21 |
| | | |||||
| * | fix #1002: Filter Mysteries when solved | Bananeweizen | 2012-02-26 | 2 | -0/+34 |
| | | |||||
| * | removed GC_LIVE_MAP type | Bananeweizen | 2012-02-26 | 2 | -3/+0 |
| | | | | | | * it falsifies the type of already stored caches (during merge) * leads to empty icons in cache list * never referenced anywhere after setting it | ||||
| * | missing part in fix of #695 | Bananeweizen | 2012-02-26 | 1 | -15/+20 |
| | | | | * handling of icons for unknown cache types | ||||
| * | fix #1186: all popup dialog elements shown for all caches | Bananeweizen | 2012-02-26 | 1 | -62/+49 |
| | | |||||
| * | Merge pull request #1191 from rsudev/issue1178a | Bananeweizen | 2012-02-26 | 2 | -23/+18 |
| |\ | | | | | Refactor list retrieval, complements fix for #1178 | ||||
| | * | Refactor list retrieval, complements fix for #1178 | rsudev | 2012-02-26 | 2 | -23/+18 |
| | | | |||||
