summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapboxMap.java
Commit message (Expand)AuthorAgeFilesLines
* [android] - nullify codebase with annotationsTobrun2018-11-071-5/+8
* [android] - expose moveBy, replace CameraUpdateFactory hook to moveBy for scr...tobrun2018-11-051-0/+23
* [android] - remove deprecation notices and codeTobrun2018-11-011-172/+3
* [android] easeCamera method that takes only update and cancellable callback a...Łukasz Paczos2018-11-011-0/+17
* [android] - remove deprecated OnMapChange interface and implementationTobrun2018-10-311-21/+21
* [android] option to consume map clicks, consuming location clicksŁukasz Paczos2018-10-311-2/+6
* [android] cleanup isDismissible flagŁukasz Paczos2018-10-311-24/+1
* Revert "[android] - infer nullity"tobrun2018-10-231-8/+5
* [android] - remove obsolete catch block in getLayerAsTobrun2018-10-151-10/+3
* [android] - infer nullityTobrun2018-10-121-5/+8
* [android] LocationComponent - javadoc fixes, improved initialization, removed...Łukasz Paczos2018-09-121-5/+9
* [android] updated naming scheme and packages structure for LocationLayerPlugi...Łukasz Paczos2018-09-121-14/+14
* [android] save location stateŁukasz Paczos2018-09-121-0/+2
* [android] deactivating default location engine when the map is destroyedŁukasz Paczos2018-09-121-0/+7
* [android] initialize LocationLayerPlugin with MapŁukasz Paczos2018-09-121-0/+35
* [android] MapStrictMode implementationŁukasz Paczos2018-09-041-2/+7
* [android] - modularise the sdktobrun2018-08-241-5/+6
* [android] - expose stylejsoon confiugration on MapboxMapOptions and MapView a...Tobrun2018-08-211-1/+14
* [android] - use uncoverted bearing value for latlngbounds calculationtobrun2018-08-131-1/+1
* typo fix (#12593)Langston Smith2018-08-101-1/+1
* [android] using @Keep annotation across the project with the help of lint checksŁukasz Paczos2018-07-261-7/+19
* [android] - create device independent tests for camera position testingtobrun2018-07-051-20/+20
* [android] - add bearing and pitch to get camera for geometrytobrun2018-07-051-2/+65
* [android] - add bearing and tilt to LatLngBounds, incorporate current tilt an...tobrun2018-07-051-9/+61
* [android] - remove reflection lookup for MarkerViewAdapter intialisationtobrun2018-06-261-4/+2
* [android] - add support for sdf by exposing sdf confiigurationn when calling ...tobrun2018-06-251-1/+12
* [android] - add nullability annotations to public api for kotlin language int...tobrun2018-05-171-42/+61
* [android] - unwrap LatLngBounds before creating core objectŁukasz Paczos2018-05-021-1/+1
* Revert "[android] - unwrap LatLngBounds for the shortest path when passing to...Łukasz Paczos2018-05-021-9/+4
* [android] - unwrap LatLngBounds for the shortest path when passing to core (#...Łukasz Paczos2018-04-241-4/+9
* [android] - fixed gesture events listeners lists documentation (#11630)Łukasz Paczos2018-04-101-32/+24
* [android] invalidate camera position before delivering onMapReady (#11585)Łukasz Paczos2018-04-041-1/+2
* [android] - don't load default style if style json string was set (#11520)Tobrun2018-03-261-1/+1
* Expression filters (#11429)Tobrun2018-03-191-5/+5
* [android] calculating camera's LatLng for bounds without map padding (#11410)Łukasz Paczos2018-03-081-25/+3
* Expose more gestures settings (#11407)Łukasz Paczos2018-03-071-7/+25
* Remove deprecated location APIs (#11351)Łukasz Paczos2018-03-021-222/+6
* [android ] - new gestures library (cp #11221) (#11332)Łukasz Paczos2018-02-271-16/+186
* [android] - fix javadoc utf8 encoding issues, add missing package-info.java i...Tobrun2018-02-221-4/+4
* [android] - remove camera api from MapboxMap, refactor test app code to Camer...Tobrun2018-02-201-61/+2
* [android] - add constrained latlng documentation, add MapboxMap#LatLngZoomTobrun2018-02-131-6/+18
* [android] Integration of the new events library (#10999) (#11183)Pablo Guardiola2018-02-131-1/+1
* migrated to use mapbox-java3.0 Osana Babayan2018-02-081-2/+2
* [android] - use the correct cancelable callback after posting the cancelationtobrun2018-01-101-15/+0
* Merge branch 'release-agua' into masterupstream/fabian-merge-release-aguaFabian Guerra2018-01-041-24/+17
|\
| * [android] added map touch listeners api based on listspaczos2017-12-201-8/+118
| * Saving/restoring MyLocationViewSettings (#10746) (#10748)Tobrun2017-12-191-0/+2
| * [android] - post animation callback invocationTobrun2017-12-121-24/+17
* | Saving/restoring MyLocationViewSettings (#10746)Łukasz Paczos2017-12-191-0/+2
* | Updated location layer plugin link in MapboxMap object's javadocs (#10707)Langston Smith2017-12-181-9/+9