summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* [android] union should take date line into considerationupstream/osana-latlngbounds-union-dateline“osana”2018-02-272-4/+33
* [android ] - new gestures library (cp #11221) (#11332)Łukasz Paczos2018-02-2712-1555/+854
* [android] LatLngBounds: latNorth should be greater or equal than latSouth Osana Babayan2018-02-271-0/+6
* [android] LatLngBounds can go over the antimeridian / date line. Osana Babayan2018-02-272-21/+105
* [android] - remove generics from expression apiTobrun2018-02-261-421/+416
* [android] - fix javadoc utf8 encoding issues, add missing package-info.java i...Tobrun2018-02-2215-20/+52
* [android] - remove camera api from MapboxMap, refactor test app code to Camer...Tobrun2018-02-202-61/+22
* method name typo fix (#11245)Langston Smith2018-02-202-2/+2
* [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-162-1/+7
* [android] Reverted master changes that doesn't apply to boba.Fabian Guerra2018-02-161-2/+2
* Merge branch 'master' into release-bobaFabian Guerra2018-02-157-10/+393
|\
| * [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-152-0/+353
| * [core] add support for mapzen terrarium (#11154)Molly Lloyd2018-02-141-1/+1
| * [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] - create Handler using the main thread looperTobrun2018-02-051-1/+2
| | * [android] - log lack of permissions only if enabling locationŁukasz Paczos2018-02-051-1/+1
| | * Implement new bearingTrackingMode GPS_NORTH_FACINGMartin Hellwig2018-02-052-6/+24
| * | [android] Integration of the new events library (#10999)Pablo Guardiola2018-02-1315-448/+182
| * | [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-086-11/+11
| * | Add options for Custom Geometry Source types to enable clipping and wrapping ...Asheem Mamoowala2018-02-072-4/+35
| * | Implement new bearingTrackingMode GPS_NORTH_FACINGMartin Hellwig2018-02-052-6/+24
| * | [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] - deprecate locationengineTobrun2018-02-131-1/+3
* | | [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-1315-451/+188
* | | [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-086-11/+11
* | | Implement new bearingTrackingMode GPS_NORTH_FACINGMartin Hellwig2018-02-052-6/+24
* | | [android] - log lack of permissions only if enabling locationŁukasz Paczos2018-02-051-1/+1
* | | [android] - update javadoc with links to style specificationTobrun2018-02-051-1/+138
|/ /
* | 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] - handle null Call instances in HttpRequestTobrun2018-01-231-1/+1
| * [android] - allow setting an OkHttpClientTobrun2018-01-233-2/+17