Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Latest commit

 

History

History
246 lines (180 loc) · 15.7 KB

CHANGELOG.md

File metadata and controls

246 lines (180 loc) · 15.7 KB

Changelog for Mapbox Android SDK

Mapbox welcomes participation and contributions from everyone. If you'd like to do so please see the Contributing Guide first to get started.

5.0.0-beta.1 - February 14th, 2017

  • Support for data-driven styles #7752
  • Consistent double tap zoom acceleration #7514
  • Cleanup inconsistencies float vs double #4445
  • Add mapbox_ prefix to attributes #6482
  • Update LOST to 2.0.0 #6573
  • MAS submodules (geojson, telemetry) are now smaller to reduce the overall method count #7642
  • Support for Android Nougat #5910
    • Move location listening logic to onStart/onStop Activity lifecylce methods
  • Removal of accessToken on MapView and MapboxMap #5621
  • Introduction of new make targets #5940
    • Targets for testing, running and using external tools directly from the command line
  • Cleanup Gradle files #6009
    • Introducing single purpose .gradle files
  • Checkstyle integration #7442
  • Transform refactor #6532
    • All camera related code is moved to a dedicated transform class cfr. core architecture
  • Encapsulate Gestures #6557
    • All gesture event code is encapsulated in MapGestureDetector
    • All key event code is encapsulated in MapKeyListener
  • Transparent background for MyLocationView #7116
  • Update documentation on generate sanity tests #7147
  • Update documentation on style templates #7157
  • NullPointerException during save instance state #7157
  • Move management style to core #7275
  • OnCameraChange not called for the final position of animation bug #7350
  • MapboxAccountManager refactor #6534
    • Consolidating the location where tokens are set
    • Rename to reflect the increased responsibilities introduced in prior releases
  • AnnotationManager refactor #6067
    • Extracting all business logic related to annotations into a separate class cfr. to core and the iOS codebase
  • Gesture handling bugs
    • Avoid calls to onFling when while pinch zooming #7666
  • Support for style-wide transition animation duration and delay #6779
  • Support for all animated camera changes to configure dismissing tracking modes #7854
  • LatLng objects produced by the SDK are wrapped by default for compatibility with the Google Maps API on Android #4522

4.2.2 - January 27, 2017

Mapbox Android 4.2.2 builds further on v4.2.1 and resolves:

  • OnFling gesture improvements
  • Improve fling by calculating animation time based on velocity #7676
  • Avoid triggering a fling after a scale gesture #7675
  • Deselect marker on infowindow click #7784
  • Update build tools to Bitrise supported one #7729
  • Removal of redudant log statements in native_map_view.cpp #7801
  • Invalidate markersviews when updating their position #7794
  • Avoid clustering unclusterable GeoJSON #7633
  • Prevent null pointer exceptions when receiving connecitivy change events #6858

4.2.1 - December 22, 2016

Mapbox Android 4.2.1 is a bugfix release build on top of 4.2.0 and resolves:

  • Gesture handling bugs
    • Reverse fling when tilted #7383
    • Rotation is hard trigger #7299
  • Null pointer exception on TrackingSettings #7505
  • Patches to our CI integration #7363 & #7385
  • Screen density is now correctly applied for attributes #7327
  • Usage of LocalBroadCastReceiver #7511

4.2.0 - December 14, 2016

Mapbox Android 4.2.0 contains all 4.2.0-beta.5 changes and adds:

  • Adds additional documentation to APIs
  • Resolved issue with marker views occasionally not showing up until a gesture was performed on map #7239
  • Added horizontal accuracy to location events #7237
  • Resolved issue with changing visibility of a layer #7242
  • Proguard improvement and fixes

4.2.0-beta.5 - October 25, 2016

Mapbox Android 4.2.0-beta.5 adds no new features, only bug fixes.

4.2.0-beta.4 - October 25, 2016

Mapbox Android 4.2.0-beta.4 contains all 4.2.0-beta.3 changes and adds:

  • Query rendered features by source #6516
  • Decreased logging for release builds #6787
  • setConnected method to manually set a connected flag #6618

4.2.0-beta.3 - September 21, 2016

Mapbox Android 4.2.0-beta.3 contains all 4.2.0-beta.2 changes and adds:

  • Configurable API endpoint #6309
  • Adjusted logging level for failed OkHttp requests 6356
  • Offline improvements:
    • Fix SQLite crashes by reverting WAL journal mode #6320

4.2.0-beta.2 - August 25, 2016

Mapbox Android 4.2.0-beta.2 contains all 4.2.0-beta.1 changes and adds:

  • Query rendered features #5869
  • Clustering #5852
  • Integrated support for Mapbox Android Services
  • Offline improvements:
    • Enable external storage to host the tiles database #5589
    • Stop delivering status updates when offline download is canceled #5538
    • Update SQLite schema with WAL journal mode and normal sync #5796
    • Check for network connectivity before requesting resources #6123

4.2.0-beta.1 - August 6, 2016

Mapbox Android 4.2.0 introduces the Runtime Style API and improves performance.

  • Runtime Style API (#5610)
  • Earcut (#2444)
  • Map view rendered with SurfaceView for improved performance #5000

4.1.1 - July 19, 2016

Mapbox Android 4.1.1 is a patch release and is recommended to upgrade to it as soon as possible.

  • Default Styles Caching Crash (#5722)

4.1.0 - June 29, 2016

Mapbox Android 4.1.0 builds off our ambitious 4.0.0 version with 3 major new features being released.

  • View Based Annotations (#3276)
  • UserLocationView Refactor (#4396)
  • MapboxAccountManager (#5004)

4.1.0-beta.3 - June 20, 2016

4.1.0-beta.2 - June 8, 2016

  • Dynamically Update InfoWindow (#5237)
  • armeabi ABI Work On armv7 Devices (#3985)
  • Remove Adapter Requirement For MarkerView (#5214)
  • Always Current Version Style URL Constants (#5193)
  • Random NullPointerException On Telemetry (#5186)

4.1.0-beta.1 - May 26, 2016

Mapbox Android 4.1.0 builds off our ambitious 4.0.0 version with 3 major new features being released. To help us produce the highest quality SDK possible we're releasing an official Beta release first so that everyone has time to explore it and help hardened it before the official 4.1.0 Final Release.

  • View Based Annotations (#3276)
  • UserLocationView Refactor (#4396)
  • MapboxAccountManager (#5004)

4.0.1 - May 12, 2016

Mapbox Android 4.0.1 is a patch release to make this bug fix available sooner.

  • MapboxMap.removeAnnotations() doesn't remove markers (#4553)

4.0.0 - March 30, 2016

Mapbox Android 4.0.0 contains the following 3 major new features.

4.0.0-rc.1 - March 25, 2016

  • Default Value Bug Fix for MapboxMapOptions (#4398)
  • NullPointerException When Scrolling (#4424)
  • Platform Specific CHANGELOGS (#4432)
  • Introduce LatLng.wrap() (#4475)

4.0.0-beta.2 - March 21, 2016

  • arm64 ABI Support (#3128)
  • Unify Offline And Cache Databases (#4362)
  • Offline Database Vacuuming (#4342)
  • Telemetry User Agent Fix (#4328)
  • OnCameraChange Bug Fix (#4327)
  • OnCameraChangeListener vs getCameraPosition (#4326)

4.0.0-beta.1 - March 15, 2016

Mapbox Android 4.0.0 is the most ambitious Android release to date with 3 major new features being released. To help us produce the highest quality SDK possible we're releasing an official Beta release first so that everyone has time to explore it and help hardened it before the official 4.0.0 Final Release.

3.2.0 - January 28, 2016

  • Fixed crash caused by annotation image with non-integer width or height (#3031)
  • Tracking Mode Reverses Bearing Fix (#3664)
  • GPS Extra Rotation Fix (#3661)
  • Added new methods for getting and setting the min and max zoom levels: getMinZoom, setMinZoom, getMaxZoom, setMaxZoom. (#509)

3.1.0 - January 20, 2016

  • Camera API Callback Improvements (#3412)
  • Coordinate Deprecated For LatLng (#3309)
  • Responsive User Dot Location Tracking (#2049)

3.0.0 - December 21, 2015

  • Added Camera API (#3244)
  • Custom Layer Support (#3248)
  • Reverse Tilt Gesutre Detection (#3245)
  • Decoupled Location Provider (#2954)

2.3.0 - December 4, 2015

  • Added Tilt / Pitch Support (#2805)
  • Keep InfoWindow Open When Panning (#3121)
  • Concurrent Multiple Open InfoWindows (#3115)
  • OkHttp Replace curl (#2856)
  • GPS and Compass Customization Support (#2858)

2.2.0 - October 28, 2015

  • New User Dot location graphics (#2732)
  • Custom Drawable Markers (#2744)
  • MapView.setOnInfoWindowClickListener() support (#2448)
  • Completed Annotations API (#1716)
  • Satellite Streets Style (#2739)
  • RESOLVED Black Screen On Ice Cream Sandwich and Jelly Bean devices (#2802)

2.1.0 - October 21, 2015

  • Initial Android release.

Known issues:

  • Black Screen On Ice Cream Sandwich and Jelly Bean devices (#2802)
    • Resolved in 2.2.0