| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Don't load direction images for PMs. Fixes #227 | blafoo | 2012-03-09 | 2 | -1/+2 |
| | | |||||
| * | Resolved merge error. | blafoo | 2012-03-09 | 1 | -3/+38 |
| | | |||||
| * | Added localization for Live Map stategy, fixes #1258 | YraFyra | 2012-03-09 | 1 | -37/+2 |
| | | | | | | | | Added loc for menu title. Totally untested (not even compiled). Please enter the commit message for your changes. Lines starting | ||||
| * | Resource for strategy menu title. Fixes #1258 | blafoo | 2012-03-09 | 1 | -1/+1 |
| | | |||||
| * | fix #1247: Inline-log-images not loading | Bananeweizen | 2012-03-09 | 1 | -2/+2 |
| | | |||||
| * | Wrong merge. Fixes #1227 | blafoo | 2012-03-09 | 1 | -1/+2 |
| | | |||||
| * | Revert "Wrong merge. Fixes #1227" | blafoo | 2012-03-09 | 1 | -2/+2 |
| | | | | | This reverts commit 51330d3d720745585d8bc1d5abf5d821c63c1011. | ||||
| * | Wrong merge. Fixes #1227 | blafoo | 2012-03-09 | 1 | -2/+2 |
| | | |||||
| * | Removed unreferenced method | blafoo | 2012-03-09 | 1 | -19/+0 |
| | | |||||
| * | Remove debug code | SammysHP | 2012-03-09 | 2 | -38/+0 |
| | | |||||
| * | fix #1236: Fail to handle error on gc.com | Bananeweizen | 2012-03-09 | 1 | -1/+7 |
| | | |||||
| * | refactoring: log exceptions, remove unused method | Bananeweizen | 2012-03-09 | 1 | -9/+2 |
| | | |||||
| * | Merge pull request #1243 from rsudev/compressed_download | Bananeweizen | 2012-03-08 | 1 | -2/+66 |
| |\ | | | | | Implements requesting and processing compressed responses | ||||
| | * | Implements requesting and processing compressed responses | rsudev | 2012-03-07 | 1 | -2/+66 |
| | | | |||||
| * | | fix #1238: Fatal Error while updating stored caches | Bananeweizen | 2012-03-09 | 4 | -16/+34 |
| | | | |||||
| * | | Use same listeners for all log-entries. | SammysHP | 2012-03-08 | 1 | -2/+5 |
| | | | |||||
| * | | refactoring: make JSON parsing more robust by using a regex | Bananeweizen | 2012-03-08 | 1 | -6/+14 |
| | | | |||||
| * | | refactoring: Please don't ignore compiler warnings. | Bananeweizen | 2012-03-08 | 1 | -48/+46 |
| | | | |||||
| * | | Fixes small issues in the new live map strategy, adds some comments | rsudev | 2012-03-08 | 2 | -5/+46 |
| | | | |||||
| * | | Use ListView for logs | SammysHP | 2012-03-08 | 1 | -141/+143 |
| | | | |||||
| * | | Live Map strategy. Closes #1183 | blafoo | 2012-03-07 | 7 | -24/+235 |
| | | | |||||
| * | | refactor #1002: use only flags available at cache | Bananeweizen | 2012-03-07 | 1 | -13/+1 |
| | | | |||||
| * | | refactoring: remove code duplication | Bananeweizen | 2012-03-07 | 1 | -8/+2 |
| | | | |||||
| * | | Merge pull request #1230 from campbeb/fix1196 | Bananeweizen | 2012-03-06 | 7 | -18/+101 |
| |\ \ | | | | | | | Fix #1196 and other waypoint refactoring | ||||
| | * | | 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 #1231 from campbeb/fix1227 | Bananeweizen | 2012-03-06 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | Refresh when refresh button clicked (not store) | ||||
| | * | | | Refresh when refresh button clicked (not store) | campbeb | 2012-03-05 | 1 | -1/+1 |
| | |/ / | |||||
| * | | | fix #1240: Exception when importing from web (send2cgeo) | Stephan Merker | 2012-03-07 | 1 | -88/+42 |
| | |/ |/| | | | | | | | ... and there are no (more) caches - and some cleanups | ||||
| * | | Merge pull request #1239 from stephanme/fix1204 | Bananeweizen | 2012-03-06 | 2 | -184/+98 |
| |\ \ | | | | | | | replace ProgressDialog with Progress in cgeocaches | ||||
| | * | | replace ProgressDialog with Progress in cgeocaches | Stephan Merker | 2012-03-06 | 2 | -184/+98 |
| | | | | | | | | | | | | | | | | | | | | | | - ensures that screen is not switched off during operations (e.g. import from web) - cgeocaches is configured to keep screen on so it is inconsistent when it screen goes off during lengthy operations triggered from cgeocaches - followup for #1204 | ||||
| * | | | Make trackable icon large enough to fill the height of the text view | campbeb | 2012-03-06 | 1 | -1/+2 |
| |/ / | |||||
| * | | Merge remote-tracking branch 'marco-jacob/issue#285' | Bananeweizen | 2012-03-05 | 6 | -14/+156 |
| |\ \ | |/ |/| | | | | | Conflicts: main/src/cgeo/geocaching/StaticMapsProvider.java | ||||
| | * | renamed ThreadPool to BlockingThreadPool | Marco Jacob | 2012-02-24 | 1 | -0/+57 |
| | | | |||||
| | * | javadoc adapted, PriorityThreadFactory hidden and ThreadPool renamed to ↵ | Marco Jacob | 2012-02-24 | 4 | -87/+8 |
| | | | | | | | | | BlockingThreadPool | ||||
| | * | added concurrent | Marco Jacob | 2012-02-24 | 3 | -0/+116 |
| | | | |||||
| | * | import static maps after gpx import | Marco Jacob | 2012-02-24 | 2 | -16/+64 |
| | | | |||||
| * | | 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 |
| | | | | |||||
