summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapboxMap.java
Commit message (Expand)AuthorAgeFilesLines
...
* [android] #4487 - ArrayInOutOfBoundsException fix for polyline and polygonTobrun2016-03-291-36/+49
* [android] #4487 - ArraysInOfBoundsException fix for addMarkersTobrun2016-03-291-21/+28
* [android] #4326 - making the code compatible with unit tests againTobrun2016-03-211-10/+12
* [android] #4326 - using the camera API vs getCameraPosition should return sam...Tobrun2016-03-211-10/+11
* [android] #4318 - move min/max zoom level to MapboxMapTobrun2016-03-151-0/+76
* [android] #3749 - added javadocTobrun2016-03-121-7/+30
* [android] #4076 - MapboxMapOptions initial versionTobrun2016-03-091-15/+3
* [android] #3867 - performance improvement for invalidating the cameraTobrun2016-03-031-6/+1
* [android] #4166 - move style url to map view for improved async loadingTobrun2016-03-031-2/+1
* # This is a combination of 8 commits.Antonio Zugaldia2016-02-261-1/+0
* [android] #4063 - fix update point annotation brokenTobrun2016-02-251-0/+1
* [android] #4097 - update javadoc maps packageTobrun2016-02-251-10/+23
* [android] #4094 - bring back view packageTobrun2016-02-241-0/+30
* [android] #3755 - fix package visibility issue with camera package, added jav...Tobrun2016-02-241-1/+2
* [android] #4038 - fix crash on polygons and polylines with empty points + for...Tobrun2016-02-231-17/+28
* [andriod] #4051 - add callback to move camera apiTobrun2016-02-221-0/+15
* [android] #4018 - migrated max/min zoom to UiSettings + added tests + update ...Tobrun2016-02-191-60/+0
* [android] #4017 - update unit test for MapboxMapTobrun2016-02-191-8/+0
* [android] #2816 - make save instance state robuster + cleanup some old permis...Tobrun2016-02-171-1/+0
* [android] #3976 - hide info window when removing annotationsTobrun2016-02-161-0/+5
* [android] #3976 - remove annotations doesn't workTobrun2016-02-161-0/+6
* [android] #3963 - move and relax if permission checkTobrun2016-02-161-4/+7
* [android] #3756 - unit test annotations integration in MapboxMapTobrun2016-02-151-19/+254
* [android] #3895 - remove request permission annotationTobrun2016-02-151-3/+0
* [Android] #3761 - add map padding, introduce new feature activityTobrun2016-02-151-70/+41
* [android] Update marker position and icon #3885Gabriel Miklós2016-02-151-0/+12
* [android] #3876 - rename InfoWindowClickListener methodTobrun2016-02-111-1/+1
* [android] #3746 - InfoWindowCloseListenerTobrun2016-02-091-0/+31
* [android] #3745 - MapboxMap.OnCameraChangeListener :camera:Tobrun2016-02-091-14/+93
* [android] #3747 - InfoWindowLongClickListenerTobrun2016-02-091-0/+35
* [android] #3758 - Projection / Visible Region implementation.Tobrun2016-02-041-44/+14
* [android] #3752 - added scroll by x,y feature, introduced new CameraUpdateTy...Tobrun2016-02-031-1/+35
* [android] #3736 - clicks should ignore marker validation when an InfoWindowAd...Tobrun2016-02-021-1/+1
* [android] #3754 - newLatLngBounds: unit tests for LatLng and LatLngBounds, bu...Tobrun2016-02-021-98/+15
* [android] #3776 - UiSettings uses MapView instead of MapboxMap as dependency....Tobrun2016-02-011-58/+1
* [android] #3753 - Optimising zoomTobrun2016-02-011-18/+79
* [android] #3760 - parity with Google Maps SDKTobrun2016-02-011-293/+36
* [android] #3145 - MapboxMapTobrun2016-01-291-0/+1557