This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
Releases: mapzen/open
Releases · mapzen/open
Open 1.3.0
Pelias 1.0 (via Pelias Android SDK)
Open 1.2.2
Valhalla OSRM compatibility mode.
Open 1.2.1
Features
See Open 1.2.0.
Bug Fixes
See Open 1.2.0.
Known Issues
See Open 1.2.0.
Upgrade Notes
See Open 1.2.0.
Developer Notes
Update Android Maven Plugin group ID for release build config. Original group ID was causing BuildConfig
debug flag and app version code to not be properly set which prevented upload to Play Store.
Open 1.2.0
Features
- Updated design including new cartography, icons, and floating action buttons.
- Now supports device rotation with optimized layouts for portrait and landscape mode.
- New full-screen search UI.
Bug Fixes
- Production bug fixes to improve performance and stability.
Known Issues
- Rotating the device while routing will sometimes cause the app to recalculate the route (#437).
- Sometimes the map is slow to redraw after rotation in routing mode. You can force it to redraw by swiping the directions forward or backward (#438).
- Aggressively rotating the app (10x or more) in routing mode creates lag and slows down performance (#439).
Upgrade Notes
- Android Maven Plugin 4.1.1
- Android 5.0.1_r2
- Support v4 21.0.3
- LOST 1.0.1
- Splunk Mint 4.1
- SlidingUpPanel 3.0.0
- Otto 1.3.6 (NEW)
- AppCompat v7 21.0.3 (NEW)
Developer Notes
- This version was not uploaded to Play Store due to release configuration issue with Android Maven Plugin. See Open 1.2.1 for version that was uploaded to the store.
Open 1.1.1
Features
- Replaces LocationClient with FusedLocationProviderApi for improved location services.
- Removes database upload debug option.
Bug Fixes
- Login flow is now full screen swipe enabled.
Upgrade Notes
- LOST 1.0.0
Developer Notes
- Project can now be built locally with or without OSM login using optional
leyndo
profile.
Open 1.1.0
Features
- Adds translations for German, French, Hungarian, Italian, Japanese, Korean, Dutch, Polish, Portuguese, Russian, and Swedish.
- Uses SSL endpoints for tile server and routing.
Bug Fixes
- Disables OSM login if key/secret pair is not present.
- Pelias now transmits full feature document with auto-complete results. Removes unecessary API call.
Upgrade Notes
- On The Road 0.6
Developer Notes
- Separates install script for
leyndo
(OSM credentials) from other dependencies since it requires access to private repository.
Open 1.0.4
Bug Fixes
- Fixes NPE in map style downloader on devices where SD card is not available.
- Fixes crash due to null external cache directory.
- Fixes typo in toast message when no search results found. (Thanks @maurizi)
Upgrade Notes
- Robolectric 2.4
- Splunk Mint 4.0.5 (formerly Bugsense)
Developer Notes
- Updates license to GPL v3
Open 1.0.3
Features
- Removes all external storage permissions.
Bug Fixes
- Disables dynamic style downloads on Jelly Bean and ICS devices.
Open 1.0.2
Features
- Adds maximum SDK qualifier for SD card permissions.
- Moves locations database to internal storage.
- Adds database cleanup procedure.
- Improves login flow UI for small phones and tablet devices.
Open 1.0.1
Features
- Adds external storage permissions for locations database and tile cache.
- Adds support for ICS. (minSdkVersion="15")
- Increases default zoom level.
- Only uploads GPX trace files to OSM if more than 50 meters total distance is traveled.
Bug Fixes
- Prevents crash when app database is null.
- Prevents crash when search results pager is null.