aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2212 from marco-jacob/fixFinalFlagNewBananeweizen2012-11-291-3/+3
|\ | | | | fix finalDefined flag vanishing on list item refresh
| * fix finalDefined flag vanishing on list item refreshMarco Jacob2012-11-291-3/+3
| |
* | fix #2209: bad image sizesBananeweizen2012-11-292-0/+0
| |
* | cleanup: remove some unused stringsBananeweizen2012-11-2918-435/+569
| |
* | workaround for wrong statement binding (missed one)Bananeweizen2012-11-291-1/+1
| |
* | workaround for wrong statement binding on Android 3.0Bananeweizen2012-11-291-6/+10
| | | | | | * repeatedly set also unchanged values
* | Merge remote-tracking branch 'upstream/release' into issue2196mrsudev2012-11-281-2/+3
|\ \ | |/
| * Fixes #2196, Original waypoint not created in case of modified coordsrsudev2012-11-281-2/+3
| | | | | | | | Moved the initialization of the waypoint list before the original coords check.
* | refactoring: use more prepared statementsBananeweizen2012-11-286-201/+219
| | | | | | | | * improves database performance * removed some method arguments which were always true
* | Merge remote-tracking branch 'origin/release'Bananeweizen2012-11-271-8/+36
|\ \ | |/ | | | | | | | | Conflicts: main/res/values-hu/strings.xml main/res/values-sk/strings.xml
| * Fixed Slovak translation updatePavol Babincak2012-11-271-41/+41
| |
| * Updated Slovak translationPavol Babincak2012-11-271-43/+74
| |
| * Hungarian translations (provided by Bazsy)mucek42012-11-271-10/+219
| |
* | refactoring: have non translatable strings separatedBananeweizen2012-11-2712-166/+154
| |
* | Hungarian translations (provided by Bazsy)mucek42012-11-271-10/+219
| |
* | Merge branch 'release'Bananeweizen2012-11-272-5/+23
|\ \ | |/
| * fix #2202: logs duplicated after importing GPX twiceBananeweizen2012-11-272-5/+23
| |
* | Removed some more string not to translatersudev2012-11-271-27/+0
| |
* | update pt localizationseromenho2012-11-271-5/+4
| |
* | Merge remote-tracking branch 'upstream/release' into pr2206mrsudev2012-11-272-6/+157
|\ \ | |/
| * Removed items not to translatersudev2012-11-271-3/+0
| |
| * update pt localizationseromenho2012-11-271-7/+159
| |
| * Merge pull request #2189 from Lineflyer/releaseLars2012-11-251-0/+2
| |\ | | | | | | Change log update
| | * Limitation updateLars2012-11-251-0/+1
| | | | | | | | | #2168
| | * Change log updateLars2012-11-221-0/+1
| | | | | | | | | #559
* | | Merge remote-tracking branch 'upstream/release' into issue2199masterrsudev2012-11-242-4/+4
|\ \ \ | |/ /
| * | Fixes #2199rsudev2012-11-242-4/+4
| | | | | | | | | | | | | | | | | | - Ensures 'not null' for trackable logs - Ensures loadLogs never returns null, only empty List<> - Three test-cases, surfacing the initial bug and the aspects of the fix
* | | Merge remote-tracking branch 'origin/release'Bananeweizen2012-11-241-15/+20
|\ \ \ | |/ /
| * | workaround #2197 - hide personal note button for caches not offlineMarco Jacob2012-11-231-15/+20
| | |
* | | Merge remote-tracking branch 'upstream/release' into tmpmergersudev2012-11-221-1/+0
|\ \ \ | |/ /
| * | fixes #2170 - removed setting progress devider to 1024Marco Jacob2012-11-221-1/+0
| | |
| * | fix #2144: webview on non UI thread exceptionBananeweizen2012-11-191-4/+2
| | |
* | | code cleanup: fix Lint warnings about LocalesBananeweizen2012-11-2225-85/+95
| | |
* | | #2186: use UTC for field note export dateBananeweizen2012-11-221-0/+4
| | |
* | | revert to level 13 to re-enable menu buttonBananeweizen2012-11-211-1/+1
| | |
* | | have Google Maps directions only on Google Maps devicesBananeweizen2012-11-212-2/+3
| | |
* | | fix #2175: Navigation for walkingBananeweizen2012-11-1921-106/+84
| | | | | | | | | | | | | | | * split navigation into two different apps (driving and walking) * also split the maps directions into separate app and removed option from the settings screen
* | | fix #2144: webview on non UI thread exceptionBananeweizen2012-11-191-4/+2
| | |
* | | #2083: target level 17 changesBananeweizen2012-11-1925-151/+256
|/ / | | | | | | | | * set level 17 as target in manifest (level 4 still supported) * refactor compatibility classes * move deprecated code into compatibility classes
* | fix #2174: missing symbols in mapsforge JAR fileSamuel Tardieu2012-11-181-0/+0
| |
* | Rebuild mapsforge library from scratchSamuel Tardieu2012-11-181-0/+0
|/ | | | See #2174 for discussion.
* fix #2173: GSAK field notes exportSamuel Tardieu2012-11-181-9/+13
| | | | | | | GSAK requires the log type to be capitalized, e.g., "Found it", while we were generating "found it" instead. Some code has been factored out to be more easily testable.
* Downgrade v4 support librarySamuel Tardieu2012-11-182-1/+1
| | | | | This reverts commit eb20785a1088e1ce760f1fdbce3021270062f8dd and restore a support library working fine with our target SDK.
* Fix build bug (proguard phase)Samuel Tardieu2012-11-181-1/+1
| | | | | | Proguard seems to have a problem finding some classes. This is an immediate fix, but may not be the most sensible one and may need to be reworked.
* fix #2171: MapsForge-related crash on Android 4.2Samuel Tardieu2012-11-181-0/+0
| | | | | MapsForge crashes on Android 4.2. A local patch has been applied to be able to use OSM maps.
* fix #980: c:geo doesn't handle unknown trackablesBananeweizen2012-11-182-0/+9
|
* fix: exception in syslog for missing map previewBananeweizen2012-11-181-3/+12
|
* fix #2167: Not possible to open OP cachesBananeweizen2012-11-181-2/+10
|
* refactoring: lazy initialized listsBananeweizen2012-11-189-91/+94
| | | | * change more users to only take Iterable interface * return unmodifiable list only
* fix #2166: Refresh of a stored caches duplicates waypointsBananeweizen2012-11-171-0/+1
|