summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapView.java
Commit message (Expand)AuthorAgeFilesLines
* [android] - post invoking onMapReady to the end of the main thread message qu...Tobrun2017-02-211-3/+9
* Compass click rotates around focal point (if available) (#7977)Pablo Guardiola2017-02-091-1/+10
* [android] Extract telemetry into MASAntonio Zugaldia2017-02-031-5/+5
* [android] - zoom to at least 2 when tracking is enabled (#7795)Tobrun2017-01-231-1/+14
* [android] - move snapshot t NativeMapView (#7463)Tobrun2017-01-051-59/+1
* [android] - remove deprecated setAccessToken and getAccessToken from OfflineM...Tobrun2017-01-041-2/+0
* [android] - harden MapboxMapOptions, extract duplicate fragment logic, fixup ...Tobrun2016-12-211-1/+1
* MapboxAccountManager refactor, removal deprecated accesstoken (#7462)Tobrun2016-12-171-473/+151
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-1139/+1182
* [android] - remove location enabled flag from MapboxMap (#7308)Tobrun2016-12-081-1/+1
* [android] - Refactor dependencies, introduce focused components (#7189)Tobrun2016-12-061-1611/+195
* [android] add source_did_change event to intdef listIvo van Dongen2016-11-281-1/+14
* [android] - fix null pointer when no camera position is available on map init...Tobrun2016-11-281-1/+1
* [android] - replace Android logs with Timber (#6372) (#7149)Pablo Guardiola2016-11-231-6/+6
* [android] - move camera logic to dedicated transform class (#6919)Tobrun2016-11-231-170/+30
* [android] fixed horizontal panning going the opposite directionFredrik Karlsson2016-11-181-10/+7
* [android] - getMarkerViews in rect should return in bound views (#7015)Tobrun2016-11-141-4/+4
* Default Style Camera on Android (#7019)Tobrun2016-11-111-1/+1
* [android] - instrumentation tests upgrade, move view checking to utility clas...Tobrun2016-11-091-0/+11
* [android] - fix inconsistency of float usage in CameraPosition and CameraUpda...Tobrun2016-11-091-2/+2
* Cherry pick release v4.2.0 (#6944)Tobrun2016-11-091-33/+37
* added attribution tint color check (#6950)Cameron Mace2016-11-071-1/+7
* 6067 annotation manager (#6913)Tobrun2016-11-071-378/+24
* Prefix library resources to avoid naming conflicts (#6878)Tobrun2016-11-021-18/+18
* Android Nougat compatibility: onstart/onstop on MapView (#6830)Tobrun2016-10-311-22/+55
* [android] - prevent null pointer when receiving connectivity change events wh...Tobrun2016-10-311-1/+1
* [android] - remove timer from compassView, make fading when facing north opti...Tobrun2016-10-251-0/+7
* [android] - move marker view click handling to core (#5639)Tobrun2016-10-251-3/+25
* Made telemetry dialog material (#6726)Cameron Mace2016-10-211-45/+36
* [android] - update map change events javadoc (#6732)Tobrun2016-10-191-33/+51
* [android] - fixup MyLocationView heading (#6671)Tobrun2016-10-181-3/+3
* Reusable point fromScreenLocation (#6652)Tobrun2016-10-171-10/+17
* [android] - add transparent image for MarkerViews ghosting SymbolAnnotations ...Tobrun2016-10-131-8/+10
* [android] - correct android to core conversion of camera options. (#6660)Tobrun2016-10-121-4/+4
* [android] - revert making bearing and tilt to radiants (#6656)Tobrun2016-10-111-4/+3
* [android] - correct degrees/radiants integration into transform.cpp, fixes ca...Tobrun2016-10-101-3/+5
* [android] - apply tilt to markerview with initial camera position (#6622)Tobrun2016-10-071-1/+8
* [android] - invalidate focal point when setting MyLocationView padding (#6413)Tobrun2016-10-051-0/+6
* [android] - correct focal point data when double tapping (#6595)Tobrun2016-10-051-1/+1
* [android] refactored exposed api on MapboxMapTobrun Van Nuland2016-10-051-9/+10
* [android] Revise handling of tracking modes and interactionsclydebarrow2016-10-051-32/+47
* Rework setStyleUrl() logic to avoid NPE as per #6512 (#6574)Tobrun2016-10-041-9/+9
* Optionable textureview (#6480)Tobrun2016-09-291-3/+66
* 6453 restore tilt after orientation (#6491)Tobrun2016-09-291-1/+1
* [android] #5737 - disable tracking when a camera change occurs, treat camera ...Tobrun2016-09-221-2/+3
* [android] fire onMapReady only after style is loaded (#6046)Ivo van Dongen2016-09-201-2/+13
* [android] Cleans up code in map package (#6380)Cameron Mace2016-09-201-536/+540
* [core] [android] - public api configurable base endpoint (#6309)Tobrun2016-09-151-0/+15
* [android] #6317 - avoids NullPointerException when checking mMapboxMap.getUiS...Antonio Zugaldia2016-09-131-5/+8
* [android] - ensure access token is set when trying to load a style (#6280)Tobrun2016-09-081-0/+6