summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps
Commit message (Expand)AuthorAgeFilesLines
* [android ] - new gestures library (cp #11221) (#11332)Łukasz Paczos2018-02-275-586/+827
* [android] - fix javadoc utf8 encoding issues, add missing package-info.java i...Tobrun2018-02-226-8/+24
* [android] - remove camera api from MapboxMap, refactor test app code to Camer...Tobrun2018-02-201-61/+2
* method name typo fix (#11245)Langston Smith2018-02-201-1/+1
* [android] incorrect latlngBounds in the VisibleRegion with map is rotatedOsana Babayan2018-02-191-5/+6
* [android] initialize events when creating mapbox instance (#11211)Pablo Guardiola2018-02-161-1/+5
* [android] Reverted master changes that doesn't apply to boba.Fabian Guerra2018-02-161-2/+2
* Merge branch 'master' into release-bobaFabian Guerra2018-02-152-5/+4
|\
| * [android] Add Timber library import.Fabian Guerra2018-02-131-0/+2
| * Merge tag 'ios-v3.7.4' into masterFabian Guerra2018-02-132-26/+36
| |\
| | * [android] - don't invoke onLowMemory on map when the map isn't fully created yetTobrun2018-02-121-1/+3
| | * [android] - don't recreate surface as part of view resizeandroid-v5.4.1tobrun2018-02-091-8/+6
| | * [android] - programmatically create GlSurfaceViewtobrun2018-02-081-2/+2
| | * [android] - introduce mapview weak reference in global layout listenertobrun2018-02-081-17/+29
| | * [android] - log lack of permissions only if enabling locationŁukasz Paczos2018-02-051-1/+1
| | * Implement new bearingTrackingMode GPS_NORTH_FACINGMartin Hellwig2018-02-051-5/+18
| * | [android] Integration of the new events library (#10999)Pablo Guardiola2018-02-138-110/+126
| * | [android] remove unnecessary @jar and @aar dependencies suffixes (#11161) (#1...Pablo Guardiola2018-02-121-2/+2
| * | migrated to use mapbox-java3.0 Osana Babayan2018-02-082-4/+4
| * | Implement new bearingTrackingMode GPS_NORTH_FACINGMartin Hellwig2018-02-051-5/+18
| * | [android] - don't invoke onLowMemory on map when the map isn't fully created yetTobrun2018-02-051-1/+3
| * | [android] - log lack of permissions only if enabling locationŁukasz Paczos2018-01-311-1/+1
* | | [android] - use ImageView instead of AppCompatImageViewTobrun2018-02-131-2/+4
* | | [android] - translucent surface on TextureViewTobrun2018-02-135-8/+48
* | | [android] - add constrained latlng documentation, add MapboxMap#LatLngZoomTobrun2018-02-131-6/+18
* | | [android] Integration of the new events library (#10999) (#11183)Pablo Guardiola2018-02-138-113/+132
* | | [android] - add conversion of non ARGB_8888 images to c++, expose Bitmap#copy...Tobrun2018-02-121-4/+1
* | | NativeMapView.addImage without copying into JavaBenjamin Jaeger2018-02-121-12/+2
* | | [android] - don't invoke onLowMemory on map when the map isn't fully created yetTobrun2018-02-121-1/+3
* | | [android] - introduce mapview weak reference in global layout listenertobrun2018-02-121-17/+29
* | | [android] - programmatically create GlSurfaceViewtobrun2018-02-121-2/+2
* | | [android] - don't recreate surface as part of view resizetobrun2018-02-121-8/+6
* | | [android] remove unnecessary @jar and @aar dependencies suffixes (#11161)Pablo Guardiola2018-02-091-2/+2
* | | migrated to use mapbox-java3.0 Osana Babayan2018-02-082-4/+4
* | | Implement new bearingTrackingMode GPS_NORTH_FACINGMartin Hellwig2018-02-051-5/+18
* | | [android] - log lack of permissions only if enabling locationŁukasz Paczos2018-02-051-1/+1
|/ /
* | Merge branch 'release-agua' into masterupstream/fabian-release-agua-masterFabian Guerra2018-01-253-5/+1
|\ \ | |/
| * [android] - rollback fragment flash changes for ViewPager supportandroid-v5.3.2Tobrun2018-01-232-4/+0
| * [android] - allow setting an OkHttpClientTobrun2018-01-231-1/+1
| * Camera callbacks for velocity animated movements (#10925)Łukasz Paczos2018-01-233-24/+57
| * [android] do not overwrite user-set focal point when tracking location (#10910)Łukasz Paczos2018-01-231-3/+0
| * [android] - retain configuration for user provided focal point and deselect m...Tobrun2018-01-231-0/+23
| * [android] - check if the render surface has been correctly created before des...Tobrun2018-01-231-1/+3
| * [android] - validate zoom level before creating mapbox telem eventTobrun2018-01-231-4/+13
| * [android] - use the correct cancelable callback after posting the cancelationtobrun2018-01-102-22/+16
| * [android] - detect genymotion virtual machines when determening attributes fo...Tobrun2018-01-101-2/+10
| * [android] - RTL supportTobrun2018-01-102-3/+11
| * [android] - refactor surface destruction NPE fixtobrun2018-01-101-24/+16
| * [android] fix sending more than once double tap event on a single double tap ...Pablo Guardiola2018-01-081-4/+3
* | [android] - rename initRenderSurface to onSurfaceCreatedTobrun2018-01-241-11/+8