aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | | Additional test-case for #2199rsudev2012-11-241-0/+5
| | |
* | | Merge remote-tracking branch 'upstream/release' into issue2199masterrsudev2012-11-243-4/+46
|\ \ \ | |/ /
| * | Fixes #2199rsudev2012-11-243-4/+46
| | | | | | | | | | | | | | | | | | - 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
|\ \ \ | |/ /
| * | Merge pull request #2201 from marco-jacob/issue#2197-newBananeweizen2012-11-241-15/+20
| |\ \ | | | | | | | | workaround #2197 - hide personal note button for caches not offline
| | * | 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
|\ \ \ | |/ /
| * | Merge pull request #2195 from marco-jacob/issue#2170-fetchrsudev2012-11-221-1/+0
| |\ \ | | | | | | | | fixes #2170 - removed setting progress devider to 1024
| | * | fixes #2170 - removed setting progress devider to 1024Marco Jacob2012-11-221-1/+0
| |/ /
* | | Fix to acceptance testsmucek42012-11-221-1/+0
| | |
* | | Acceptance tests ant buildmucek42012-11-221-1/+22
| | | | | | | | | | | | Make build fail if tests fail
* | | code cleanup: fix Lint warnings about LocalesBananeweizen2012-11-2234-100/+140
| | |
* | | #2186: use UTC for field note export dateBananeweizen2012-11-222-1/+5
| | |
* | | 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
* | | Merge branch 'release' into upstreamSamuel Tardieu2012-11-190-0/+0
|\ \ \ | |/ /
| * | fix #2144: webview on non UI thread exceptionBananeweizen2012-11-191-4/+2
| | |
* | | 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-182-9/+32
| | | | | | | 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-182-0/+11
| | | | | 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-185-1/+850
|
* fix: exception in syslog for missing map previewBananeweizen2012-11-181-3/+12
|
* fix #2167: Not possible to open OP cachesBananeweizen2012-11-182-8/+36
|
* refactoring: lazy initialized listsBananeweizen2012-11-1813-102/+123
| | | | * change more users to only take Iterable interface * return unmodifiable list only
* use separate list in GPXParserTestBananeweizen2012-11-181-2/+21
| | | | * caches are now imported during parsing * they pollute the standard list
* wrong assertion in mapfile testBananeweizen2012-11-181-1/+1
| | | * interface to settings changed, now there can be null for new devices
* fix #2166: Refresh of a stored caches duplicates waypointsBananeweizen2012-11-173-5/+2977
|
* wrong entry in release notesBananeweizen2012-11-171-1/+1
|
* Merge pull request #2163 from Lineflyer/changelogBananeweizen2012-11-161-0/+3
|\ | | | | Changelog/Known bug update
| * Limitation update #2Lars2012-11-141-0/+1
| | | | | | #2122
| * Limitation updateLars2012-11-141-0/+1
| |
| * Update main/res/values/strings.xmlLars2012-11-141-0/+1
| | | | | | #1999
* | cleanup: update librariesBananeweizen2012-11-175-3/+1
| | | | | | | | | | * replace android support by current version * update http client * remove 2 unused libraries
* | 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
| |