aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* code cleanup: fix some Lint warnings Bananeweizen2012-11-168-20/+17
|
* Merge pull request #2165 from Portree-Kid/fix-1688rsudev2012-11-151-3/+2
|\ | | | | Fixes Issue #2164
| * Fixes Issue #2164Portree-Kid2012-11-151-3/+2
|/
* Omit non-translatable strings from findmissingtranslations scriptSamuel Tardieu2012-11-141-1/+2
|
* Correctly place translation in fileSamuel Tardieu2012-11-141-1/+1
|
* Merge pull request #2161 from tm0702/patch-1mucek42012-11-141-2/+2
|\ | | | | Update main/res/values-pt/strings.xml
| * Update main/res/values-pt/strings.xmltm07022012-11-141-2/+2
|/ | | I am portuguese and I have found some errors in the translation to portuguese. I have corrected them.
* fix #1999: Filter "Only non PM caches"Bananeweizen2012-11-144-0/+40
|
* Merge pull request #2155 from Lineflyer/changelogSammysHP2012-11-111-0/+2
|\ | | | | Change log update
| * Change log updateLars2012-11-111-0/+2
|/
* refactoring: Lint cleanupsBananeweizen2012-11-1116-20/+17
|
* #1973: better thread safetyBananeweizen2012-11-111-2/+6
|
* fix #1973: Logs gone after online loggingBananeweizen2012-11-119-48/+368
|
* Fixes #2148, Themes not rendered with absolute path in XML filersudev2012-11-101-0/+0
| | | | | Updated mapsforge library to interpret file based references in render theme definitions always as relative.
* fix: use first map source, if offline is selected but no map availableBananeweizen2012-11-101-1/+4
| | | * avoids NPE in DatabaseRenderer of Mapsforge
* fix #2089: c:geo crashes when importing large GPX fileBananeweizen2012-11-1012-108/+143
|
* fix #2153: NPE on file deletionBananeweizen2012-11-101-0/+4
|
* Merge pull request #2152 from Portree-Kid/master-12SammysHP2012-11-091-1/+3
|\ | | | | FC when searchResult null
| * FC when searchResult nullPortree-Kid2012-11-091-1/+3
| |
* | fix #2151, bad resource stringsBananeweizen2012-11-092-1/+1
| |
* | fix #956: Sygic supportBananeweizen2012-11-083-1/+33
| |
* | fix #2149: spoilers not shownBananeweizen2012-11-083-11/+9
| |
* | Merge pull request #2150 from Lineflyer/masterSammysHP2012-11-081-0/+1
|\ \ | |/ |/| Change log update
| * Change log updateLars2012-11-081-0/+1
| | | | | | #1733
* | Fixes #2146, Settings - themes folder: changes in textbox are not savedrsudev2012-11-062-3/+5
| | | | | | This adds the saving of the them folder textbox to saveValues
* | Merge pull request #2145 from Lineflyer/masterSammysHP2012-11-061-0/+3
|\ \ | |/ | | Change log update
| * Change log updateLars2012-11-061-0/+3
|/ | | | | | #1940 #2125 #1676
* fix #2140: NPE in CacheDetailActivityBananeweizen2012-11-061-55/+57
|
* Merge pull request #2142 from Lineflyer/masterrsudev2012-11-052-7/+7
|\ | | | | Improvement proposal for strings regarding themes
| * Include optionalLars2012-11-051-1/+1
| |
| * Improvement proposal for stringsLars2012-11-051-3/+3
| |
| * Improvement proposals strings-deLars2012-11-051-4/+4
| |
* | Merge pull request #2136 from YraFyra/dirChooserFixrsudev2012-11-052-1/+6
|\ \ | | | | | | Solved force close in SimpleDirChooser
| * | Solved force close in SimpleDirChooser caused by bad default valueYraFyra2012-11-052-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | If no path is entered and SimpleDirChooser is opened then it will crash due to IndexOfOfBoundsExcep. This happened to me when trying to use map themes the first time ever today. Fixed minor layout issues releated to map themes.
* | | Merge pull request #2141 from Portree-Kid/master-12rsudev2012-11-051-0/+3
|\ \ \ | |_|/ |/| | Filtering of Types for BM Fixes #1733
| * | Filtering of Types for BM Fixes #1733Portree-Kid2012-11-051-0/+3
| | |
* | | Merge pull request #2138 from marco-jacob/issue#2130SammysHP2012-11-051-2/+2
|\ \ \ | | | | | | | | fixes #2130 - Defaut navigation tool 2 is now internal map
| * | | fixes #2130 - Defaut navigation tool 2 is now internal mapMarco Jacob2012-11-051-2/+2
| | |/ | |/|
* | | Merge pull request #2134 from YraFyra/masterSammysHP2012-11-041-1/+11
|\ \ \ | |/ / |/| | Update of swedish translation
| * | Update of swedish translation.YraFyra2012-11-041-1/+11
|/ / | | | | | | Swedish translations for map themes added.
* | fix #1940: Quicker change of OSM offline mapsBananeweizen2012-11-0415-241/+344
| |
* | Correction of coding issuesrsudev2012-11-035-35/+29
| |
* | Implements #1676, custom themesrsudev2012-11-0313-55/+378
| | | | | | | | | | | | - Adds the selection of a base folder for map themes to settings - Reworks the map menu to allow selection of a custom theme - Implements a reusable version of listDir to get a list of files
* | Generalize map file selectionrsudev2012-11-033-14/+39
| |
* | Merge pull request #2127 from marco-jacob/sepOnlineModersudev2012-11-031-16/+15
|\ \ | | | | | | LIVE instead of LIVE_ONLINE and LIVE_OFFLINE
| * | LIVE instead of LIVE_ONLINE and LIVE_OFFLINEMarco Jacob2012-11-011-16/+15
| |/
* | Merge pull request #2131 from marco-jacob/issue#2129SammysHP2012-11-0316-16/+16
|\ \ | |/ |/| fixes #2129 - log details user caches corrected
| * fixes #2129 - log details user caches correctedMarco Jacob2012-11-0316-16/+16
|/
* Merge pull request #2123 from marco-jacob/issue#1990-2rsudev2012-11-011-31/+31
|\ | | | | fixes #1990 - add isLiveEnabled to separate between live and cache/wp map
| * fixes #1990 - add isLiveEnabled to separate between live map and cache/wp mapMarco Jacob2012-10-291-31/+31
| |