summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/NativeMapView.java
Commit message (Expand)AuthorAgeFilesLines
* [android] expose camera padding optionŁukasz Paczos2019-08-291-34/+45
* [android] - rename style component URL api to URItobrun2019-06-051-4/+4
* [android] reset the native renderer only when the GL thread exitsŁukasz Paczos2019-06-041-5/+5
* [android] Add bindings for onRemoveUnusedStyleImages APIAlexander Shalamov2019-05-211-0/+11
* [android] - wrap jni callback with try-catchtobrun2019-05-171-7/+13
* [android] - only invoke AndroidRendererFrontend::reduceMemoryUse with an acti...tobrun2019-05-101-1/+1
* [android] remove missing image logŁukasz Paczos2019-05-091-1/+0
* [android] - unify has surface state handlingtobrun2019-04-171-17/+4
* [android] - program against NativeMap interfacetobrun2019-04-161-21/+7
* [android] - add style image missing binding integration, add synchronoustobrun2019-04-151-1/+13
* [android] - allow snapshot generation without overlain view contenttobrun2019-04-121-4/+9
* [android] - harden query invocations, move hasSurface handling to NativeMapViewtobrun2019-04-121-3/+16
* [android] - remove NativeMap#update()tobrun2019-03-271-9/+0
* [android] - add experimental pointer (#13889)Tobrun2019-02-071-1/+5
* [android] - allow reset fps listener, update debug mode activity withtobrun2019-01-161-15/+18
* [android] - optimise interface definitiontobrun2019-01-151-154/+31
* [android] - introduce NativeMap abstraction, remove static code block removal...tobrun2019-01-151-2/+103
* [android] LatLng bounds cannot be wrapped (#13419)Osana Babayan2018-12-121-4/+3
* [docs] EnterIdle -> BecomeIdleChris Loer2018-12-111-3/+3
* [core, darwin, android] Add onDidEnterIdle to MapObserver.Chris Loer2018-12-111-0/+7
* [android] - add more tests, refactor map paddingTobrun2018-12-111-2/+19
* [android] - instrumented unit tests, add map tests, refactor generated layer ...Tobrun2018-12-111-12/+41
* [android] - update sanity test to Style.javaTobrun2018-12-101-0/+4
* [android] move style callback invocation to MapboxMapŁukasz Paczos2018-12-101-11/+1
* [android] - introduce StyleCallback, make parent class for StateCallbackTobrun2018-12-101-13/+15
* [android] - infer nullify on Style.javaTobrun2018-12-101-2/+4
* [android] - decouple style loading from OnMapReadyTobrun2018-12-101-2/+15
* nativeRemoveSource() and nativeRemoveLayer() methods should return a boolean ...Osana Babayan2018-12-071-29/+23
* [android] - nullify codebase with annotationsTobrun2018-11-071-21/+58
* [android] - remove deprecated OnMapChange interface and implementationTobrun2018-10-311-61/+0
* Revert "[android] - infer nullity"tobrun2018-10-231-66/+26
* [android] - infer nullityTobrun2018-10-121-26/+66
* [android] - replace OnMapChange with specific callbacksTobrun2018-10-111-4/+127
* [android] - add binding integration for cross source collisiontobrun2018-09-121-6/+7
* [android] MapStrictMode implementationŁukasz Paczos2018-09-041-3/+8
* [android] - modularise the sdktobrun2018-08-241-8/+12
* [android] using @Keep annotation across the project with the help of lint checksŁukasz Paczos2018-07-261-0/+89
* [android] - expose getMap on native_map_viewTobrun2018-07-201-1/+1
* [android] - add bearing and pitch to get camera for geometrytobrun2018-07-051-4/+7
* [android] - add bearing and tilt to LatLngBounds, incorporate current tilt an...tobrun2018-07-051-4/+7
* [android] - add support for sdf by exposing sdf confiigurationn when calling ...tobrun2018-06-251-8/+16
* [android] - ceil map dimensionsŁukasz Paczos2018-06-111-2/+2
* UI thread checking (#12000)Tobrun2018-05-251-100/+113
* [android] - promote pixel ratio to public api of NativeMapview.Tobrun2018-05-141-1/+6
* [android] - clear map change listeners when map is destroyedTobrun2018-05-141-2/+3
* [android] - integrate view callback abstractionTobrun2018-05-141-31/+42
* [android] - avoid rounding the pixelratio of the image addded through NativeM...Tobrun2018-05-111-2/+3
* [android] - null check source before removingŁukasz Paczos2018-05-021-1/+5
* Expression filters (#11429)Tobrun2018-03-191-3/+3
* [android] calculating camera's LatLng for bounds without map padding (#11410)Łukasz Paczos2018-03-081-6/+18