summaryrefslogtreecommitdiff
path: root/platform/android/src/native_map_view.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Include pixelRatio property in MapOptionsSudarsana Babu Nagineni2019-03-281-1/+2
* [core] Add setter/getter for size property in MapOptionsSudarsana Babu Nagineni2019-03-281-2/+3
* [core] Remove file source from public Map ctorBruno de Oliveira Abinader2019-03-201-7/+4
* [core] Group Map LatLngBounds, min and max zoom methodsAnder Conselvan de Oliveira2019-03-141-6/+8
* [core] Don't use exceptions in MapObserver::onDidFailLoadingMapAnder Conselvan de Oliveira2019-03-131-2/+1
* [core] Add MapOptions to define properties of MapSudarsana Babu Nagineni2019-03-081-2/+9
* [core] Remove map coordinate setters/gettersBruno de Oliveira Abinader2019-03-041-3/+4
* [core] Transform{State}: s/angle/bearing/Bruno de Oliveira Abinader2019-03-041-14/+14
* [core] Remove map bearing setters/gettersBruno de Oliveira Abinader2019-03-041-5/+5
* [core] Remove map pitch setters/gettersBruno de Oliveira Abinader2019-03-041-2/+3
* [core] Remove map zoom setters/gettersBruno de Oliveira Abinader2019-03-041-3/+4
* [android] expose symbol placement transition duration optionŁukasz Paczos2019-02-041-2/+4
* [android] rename required TransitionOptions fieldŁukasz Paczos2019-01-211-1/+1
* [android] - optimise interface definitiontobrun2019-01-151-26/+15
* [androd] - add weak references checks to all jni callbacksTobrun2018-12-131-2/+8
* [android] - validate if weakreference is still validTobrun2018-12-131-12/+51
* [docs] EnterIdle -> BecomeIdleChris Loer2018-12-111-3/+3
* [core, darwin, android] Add onDidEnterIdle to MapObserver.Chris Loer2018-12-111-0/+9
* [android] - add more tests, refactor map paddingTobrun2018-12-111-1/+13
* nativeRemoveSource() and nativeRemoveLayer() methods should return a boolean ...Osana Babayan2018-12-071-19/+13
* [core][android] Implement LayerManager for AndroidMikhail Pozdnyakov2018-11-071-4/+4
* [core] CameraOptions receives and outputs angle and pitch as degrees, not rad...Bruno de Oliveira Abinader2018-10-191-8/+7
* [android] - replace OnMapChange with specific callbacksTobrun2018-10-111-42/+74
* [android] - add binding integration for cross source collisiontobrun2018-09-121-3/+4
* [android] jni.hpp 4.0.0John Firebaugh2018-09-071-83/+83
* [android] Simplify Feature conversionJohn Firebaugh2018-09-071-3/+3
* [android] Upgrade to latest jni.hppJohn Firebaugh2018-09-071-32/+16
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-191-1/+1
* [android] shutting down thread pool of the CustomGeometrySource when the sour...Łukasz Paczos2018-08-101-1/+3
* [android] - expose getMap on native_map_viewTobrun2018-07-201-0/+4
* [android] - add bearing and pitch to get camera for geometrytobrun2018-07-051-2/+2
* [android] - add bearing and tilt to LatLngBounds, incorporate current tilt an...tobrun2018-07-051-2/+2
* [android] - add support for sdf by exposing sdf confiigurationn when calling ...tobrun2018-06-251-2/+4
* [android] calculating camera's LatLng for bounds without map padding (#11410)Łukasz Paczos2018-03-081-4/+6
* Merge branch 'master' into release-bobaFabian Guerra2018-02-151-1/+1
|\
| * [core] Rename "onLowMemory" to "reduceMemoryUse".Chris Loer2018-02-141-1/+1
* | NativeMapView.addImage without copying into JavaBenjamin Jaeger2018-02-121-10/+3
|/
* [android] Reuse Java Source objects by holding on to a strong reference in th...Asheem Mamoowala2017-11-221-22/+6
* [android] - add bulk addImages api on MapboxMapTobrun2017-10-311-0/+14
* [android] - move shape annotation click handling to coreTobrun2017-10-301-0/+21
* [android][ios][macOS] Implement bindings for `Map::cameraForGeometry`. On mac...Asheem Mamoowala2017-10-091-0/+6
* [android] re-implemented the fps listener apiIvo van Dongen2017-09-221-37/+0
* [android] map snapshotsIvo van Dongen2017-09-221-6/+6
* [android] Re-initialise renderer, backend and context when the android system...Ivo van Dongen2017-09-221-0/+1
* [android] self-contained map rendererIvo van Dongen2017-09-221-53/+9
* [android] schedule work on the gl thread using GLSurfaceView#queueEventIvo van Dongen2017-09-221-8/+16
* [android] async renderingIvo van Dongen2017-09-221-433/+26
* [android] extract RendererBackend from NativeMapViewIvo van Dongen2017-09-221-83/+12
* Preserve depth buffer between 3D layers + optimize render order (#9931)Lauren Budorick2017-09-211-4/+4
* [android] - style image accessorTobrun Van Nuland2017-08-181-0/+10