aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't load direction images for PMs. Fixes #227blafoo2012-03-094-3/+4
|
* Resolved merge error.blafoo2012-03-091-3/+38
|
* Added localization for Live Map stategy, fixes #1258YraFyra2012-03-093-37/+4
| | | | | | | 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 #1258blafoo2012-03-091-1/+1
|
* fix #1247: Inline-log-images not loadingBananeweizen2012-03-091-2/+2
|
* Wrong merge. Fixes #1227blafoo2012-03-091-1/+2
|
* Revert "Wrong merge. Fixes #1227"blafoo2012-03-091-2/+2
| | | | This reverts commit 51330d3d720745585d8bc1d5abf5d821c63c1011.
* Wrong merge. Fixes #1227blafoo2012-03-091-2/+2
|
* Removed unreferenced methodblafoo2012-03-091-19/+0
|
* Remove debug codeSammysHP2012-03-093-69/+0
|
* #1236: adapt unit testsBananeweizen2012-03-091-1/+27
| | | | * previous tests didn't recognize cache page with error output * have new unit test for cache with errors
* fix #1236: Fail to handle error on gc.comBananeweizen2012-03-091-1/+7
|
* refactoring: log exceptions, remove unused methodBananeweizen2012-03-092-13/+5
|
* Merge pull request #1245 from campbeb/fix1235Bananeweizen2012-03-082-75/+140
|\ | | | | Fix #1235 - Support adding events to calendar in Android version 4
| * Support adding to calendar in Android version 4 with Intent.campbeb2012-03-072-75/+140
| | | | | | Move common code to new functions.
* | Merge pull request #1243 from rsudev/compressed_downloadBananeweizen2012-03-081-2/+66
|\ \ | | | | | | Implements requesting and processing compressed responses
| * | Implements requesting and processing compressed responsesrsudev2012-03-071-2/+66
| | |
* | | fix #1238: Fatal Error while updating stored cachesBananeweizen2012-03-094-16/+34
| | |
* | | More detailed description of icon-overlays and other corrections/additionsLars2012-03-091-5/+10
| | |
* | | Update German translationSammysHP2012-03-081-1/+5
| | |
* | | Use same listeners for all log-entries.SammysHP2012-03-081-2/+5
| | |
* | | Merge pull request #1250 from YraFyra/masterSammysHP2012-03-081-0/+6
|\ \ \ | | | | | | | | Swedish translations for new labels
| * | | Swedish translation for strategiesYraFyra2012-03-081-0/+6
|/ / /
* | | refactoring: make JSON parsing more robust by using a regexBananeweizen2012-03-082-6/+28
| | |
* | | refactoring: Please don't ignore compiler warnings.Bananeweizen2012-03-081-48/+46
| | |
* | | Fixes small issues in the new live map strategy, adds some commentsrsudev2012-03-082-5/+46
| | |
* | | Use ListView for logsSammysHP2012-03-084-206/+168
| | |
* | | Live Map strategy. Closes #1183blafoo2012-03-0710-44/+271
| |/ |/|
* | refactor #1002: use only flags available at cacheBananeweizen2012-03-071-13/+1
| |
* | refactoring: remove code duplicationBananeweizen2012-03-071-8/+2
| |
* | Merge pull request #1230 from campbeb/fix1196Bananeweizen2012-03-068-19/+102
|\ \ | | | | | | Fix #1196 and other waypoint refactoring
| * | Refactor so all waypoint operations are done through the Cache object.campbeb2012-03-058-20/+102
| | | | | | | | | | | | Check for editing a waypoint when adding. Save cache after waypoint operations so finalDefined is set correctly.
* | | Merge pull request #1231 from campbeb/fix1227Bananeweizen2012-03-061-1/+1
|\ \ \ | | | | | | | | Refresh when refresh button clicked (not store)
| * | | Refresh when refresh button clicked (not store)campbeb2012-03-051-1/+1
| |/ /
* | | Merge pull request #1241 from stephanme/fix1240Bananeweizen2012-03-061-88/+42
|\ \ \ | |_|/ |/| | fix #1240: Exception when importing from web (send2cgeo)
| * | fix #1240: Exception when importing from web (send2cgeo) Stephan Merker2012-03-071-88/+42
| | | | | | | | | | | | | | | ... and there are no (more) caches - and some cleanups
* | | New unknown cache typ icons, fixes #1185rsudev2012-03-062-0/+0
|/ /
* | Merge pull request #1239 from stephanme/fix1204Bananeweizen2012-03-062-184/+98
|\ \ | | | | | | replace ProgressDialog with Progress in cgeocaches
| * | replace ProgressDialog with Progress in cgeocachesStephan Merker2012-03-062-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
* | | Merge pull request #1234 from campbeb/fix1226Bananeweizen2012-03-061-1/+2
|\ \ \ | |/ / |/| | Fix #1226 - Make trackable icon large enough to fill the height of the text view
| * | Make trackable icon large enough to fill the height of the text viewcampbeb2012-03-061-1/+2
|/ /
* | Merge remote-tracking branch 'marco-jacob/issue#285'Bananeweizen2012-03-059-26/+180
|\ \ | |/ |/| | | | | Conflicts: main/src/cgeo/geocaching/StaticMapsProvider.java
| * GPXImportTest working independent of SettingsMarco Jacob2012-03-041-0/+9
| |
| * corrected GPXImporter testsMarco Jacob2012-03-041-12/+13
| |
| * renamed ThreadPool to BlockingThreadPoolMarco Jacob2012-02-241-0/+57
| |
| * javadoc adapted, PriorityThreadFactory hidden and ThreadPool renamed to ↵Marco Jacob2012-02-244-87/+8
| | | | | | | | BlockingThreadPool
| * added concurrentMarco Jacob2012-02-243-0/+116
| |
| * import static maps after gpx importMarco Jacob2012-02-244-16/+66
| |
* | Merge pull request #1225 from stephanme/fix1204Bananeweizen2012-03-041-0/+2
|\ \ | | | | | | fix #1204: keep screen on during GPX-import
| * | fix #1204: keep screen on during GPX-import Stephan Merker2012-03-041-0/+2
| | | | | | | | | | | | - is achieved by keeping screen on for all progress dialogs using Progress class