aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | fix #3469: "More" search not working after connector refactoringMichael Keppler2013-12-253-22/+39
| |
* | fix #3468: ask for installation of qr code readerMichael Keppler2013-12-251-3/+5
| |
* | fix #3473: GCVote on non GC cachesMichael Keppler2013-12-251-9/+22
| |
* | fix #3471: avoid null being possible in the interfaceMichael Keppler2013-12-253-5/+12
| | | | | | | | | | This change also prohibits the same error to occur again in another implementation of the same interface and should therefore be preferred to just checking for null in the current interface implementation.
* | Fixes #3471, NPE when leaving cache detailsrsudev2013-12-241-2/+2
| | | | | | | | Check for not stored view state on restoring
* | Fixes #3462, Wrong attribute icon in OC.de cachersudev2013-12-241-2/+6
| | | | | | | | Additionally some new icons for oc attributes
* | fix some findbugs findingsMichael Keppler2013-12-234-9/+8
| |
* | refactoring: simplify confirmation dialogs, remove duplicate codeBananeweizen2013-12-1918-216/+362
| |
* | refactoring: remove duplicate codeBananeweizen2013-12-194-23/+21
| |
* | fix #3464, terrain filter up to 7Bananeweizen2013-12-191-1/+1
| | | | | | | | This is just an increase of the global filter range. The available filters do not depend on which connectors are active.
* | refactoring: remove duplicated codeBananeweizen2013-12-194-75/+70
| |
* | fix #3398: have options menu for pocket queriesBananeweizen2013-12-181-20/+13
| |
* | refactoring: reduce mapsforge memory usageBananeweizen2013-12-1812-188/+141
| | | | | | | | | | | | | | | | | | This puts scale and position into one overlay, instead of using 2 overlays. That reduces memory usage by 2 times a full screen bitmap due to double buffering in mapsforge. The only downside is that scale and position now have to be drawn at the same depth-level (below or on top of the caches), but they were both on top previously anyway.
* | new: have waypoint name in waypoint context menuBananeweizen2013-12-181-1/+1
| |
* | refactoring: remove duplicated codeBananeweizen2013-12-1812-55/+93
| |
* | refactoring: generalize GCConnector capabilities implementationBananeweizen2013-12-1814-85/+73
| |
* | fix lint warningBananeweizen2013-12-171-3/+1
| |
* | new: make connectors report their features to the userBananeweizen2013-12-1711-56/+273
| |
* | refactoring: move password handling into the password preferenceBananeweizen2013-12-172-7/+12
| |
* | fix findbugs issuesBananeweizen2013-12-172-14/+15
| |
* | new: search by keyword for OX connectorBananeweizen2013-12-1711-32/+65
| |
* | avoid storing OX caches on standard listBananeweizen2013-12-171-1/+1
| |
* | improve parsing of OX parserBananeweizen2013-12-172-0/+17
| |
* | refactoring: remove code duplicationBananeweizen2013-12-173-26/+20
| |
* | new: have OpenCaching.com as normal connectorBananeweizen2013-12-1617-60/+102
| | | | | | | | | | * now with bounding box search for live map * fixed search by center * added setting to enable/disable connector
* | refactoring: remove duplication in logging managerBananeweizen2013-12-165-34/+27
| |
* | fix outdated JavadocBananeweizen2013-12-161-1/+0
| |
* | refactoring: remove duplication in login classesBananeweizen2013-12-1612-164/+160
| | | | | | * convert from static to singletons
* | rename Login to GCLoginBananeweizen2013-12-1612-80/+80
| | | | | | * easier to differentiate, as there are other login providers now
* | refactoring: remove duplicated preferencesBananeweizen2013-12-163-185/+140
| |
* | fix: recognize waypoints in EC GPX filesBananeweizen2013-12-161-1/+6
| |
* | fix: NPE in search by geocodeBananeweizen2013-12-161-4/+4
| |
* | fix 3461: CME in map filteringBananeweizen2013-12-161-1/+1
| |
* | integrate extremcaching.comBananeweizen2013-12-166-10/+50
| | | | | | | | | | | | * cherry-pick existing commits and have some basic tests * disable EC connector by default * fix faked geocodes during GPX import * parse wrongly encoded container size
* | implemented suggestions from reviewrel00p2013-12-1610-63/+46
| |
* | extremcaching connector added logging capabillityrel00p2013-12-164-1/+142
| |
* | extremcaching connector license textrel00p2013-12-161-0/+6
| |
* | extremcaching connector initial versionrel00p2013-12-1611-6/+741
| |
* | refactoring: eclipse 4.4 has stronger null checksBananeweizen2013-12-151-2/+1
| |
* | fix #3457: crash when using Google Maps on a JollaSamuel Tardieu2013-12-141-2/+9
| |
* | calendar addon: recognize one more variation of the event timeBananeweizen2013-12-131-1/+1
| |
* | findbugs: more cleanupBananeweizen2013-12-0810-15/+23
| | | | | | | | * include findbugs suppression annotations * have findbugs settings stored as shared settings
* | refactoring: findbugs issuesBananeweizen2013-12-084-22/+17
| |
* | Fixes #3450, Opencaching.us: Api update to rev 901rsudev2013-12-081-1/+1
| | | | | | | | - adapted okapi level of opencaching.us to current after site update
* | fixes #3431: avoid navigation selection for single optionBananeweizen2013-12-081-13/+22
| |
* | new: have send2cgeo in usefull appsBananeweizen2013-12-081-2/+6
| |
* | refactor: generalize state storing for listview based viewpager pagesBananeweizen2013-12-084-39/+60
| |
* | Merge remote-tracking branch 'KiwiStone/issue-3354'Bananeweizen2013-12-083-2/+89
|\ \ | |/ |/|
| * fixes #3354 - Position not saved on logbook screenKiwiStone2013-11-293-1/+88
| |
* | Support for unknown text attributesrsudev2013-12-041-3/+2
| |