summaryrefslogtreecommitdiff
path: root/platform/android/src
Commit message (Expand)AuthorAgeFilesLines
* [android] example custom layer - add context lost callbackIvo van Dongen2017-09-221-0/+8
* [android] CustomLayer - optionally accept a context lost callback functionIvo van Dongen2017-09-222-3/+4
* [android] re-implemented the fps listener apiIvo van Dongen2017-09-222-45/+0
* [android] reset renderer on the GL thread when map is destroyedIvo van Dongen2017-09-222-2/+11
* [android] map snapshotsIvo van Dongen2017-09-226-23/+45
* [android] signal renderer when gl surface is re-initialized that gl context i...Ivo van Dongen2017-09-221-0/+1
* [android] Re-initialise renderer, backend and context when the android system...Ivo van Dongen2017-09-227-45/+99
* [android] self-contained map rendererIvo van Dongen2017-09-2210-258/+366
* [android] schedule work on the gl thread using GLSurfaceView#queueEventIvo van Dongen2017-09-225-30/+46
* [android] async renderingIvo van Dongen2017-09-225-497/+287
* [android] extract RendererBackend from NativeMapViewIvo van Dongen2017-09-224-106/+107
* Preserve depth buffer between 3D layers + optimize render order (#9931)Lauren Budorick2017-09-212-6/+7
* [android] map snapshotterIvo van Dongen2017-08-305-0/+195
* [android] add GenericWeakReference that can be deleted from any threadIvo van Dongen2017-08-301-0/+29
* Implement icon-anchor propertyLauren Budorick2017-08-284-32/+41
* Revert "[android] - configure loggin of HttpRequest, cleanup HttpRequest"Tobrun Van Nuland2017-08-241-2/+2
* [android] - configure loggin of HttpRequest, cleanup HttpRequestTobrun Van Nuland2017-08-191-2/+2
* [android] - style image accessorTobrun Van Nuland2017-08-182-0/+13
* [android] - optimise icon managementTobrun Van Nuland2017-08-102-0/+8
* [all] ensure runloop is the current schedulerIvo van Dongen2017-08-092-7/+8
* [core] finish must-revalidate supportKonstantin Käfer2017-08-081-1/+3
* [all] Merge View into RendererBackendJohn Firebaugh2017-07-264-14/+7
* [android] manage backendscope in renderer frontendIvo van Dongen2017-07-253-1/+9
* [android] add api to enable/disable tile prefetchingIvo van Dongen2017-07-202-1/+16
* [android] - rewrite map object intialisation (#9462)Tobrun2017-07-192-30/+4
* [android] - fine tune fling gesture (#9532)Tobrun2017-07-181-1/+1
* [android] remove manual ref counting on activation/deactivationIvo van Dongen2017-07-182-9/+0
* [android][glfw][ios][macos][node][qt] rename backend to renderer backendIvo van Dongen2017-07-182-10/+10
* [android] rendering interface changesIvo van Dongen2017-07-1818-66/+225
* [android][glfw][ios][macos][node][qt] split backend from mapobserverIvo van Dongen2017-07-182-2/+2
* [core][ios][android][macos] Use premultiplied image directly for RasterTile a...Asheem Mamoowala2017-07-171-2/+1
* [core] Update shaders.Chris Loer2017-07-122-0/+9
* [core] Implement circle-pitch-alignment propertyChris Loer2017-07-062-0/+9
* Merge branch 'release-ios-v3.6.0-android-v5.1.0'Tobrun2017-07-051-4/+4
|\
| * [android] - restore LatLngBounds conversion, add regression test (#9324)Tobrun2017-06-211-4/+4
| * [android] - add binding support for Light (#9013)Tobrun2017-05-2612-0/+523
| * [android] - LatLngBounds bearing default value (#9102)Tobrun2017-05-241-1/+1
| * [android] - horizontally rotated in snapshot (#9083)Tobrun2017-05-232-9/+10
| * [android] - correct bearing conversion when animating the map with jumpTo, ea...Tobrun2017-05-192-4/+4
| * [android] Release android-v5.1.0-beta.2 (#8976)Tobrun2017-05-126-2/+26
* | [android] remove tile cache size customizationIvo van Dongen2017-06-272-30/+3
* | [android] Use ResourceTransform for setting URL transform callbacksThiago Marcos P. Santos2017-06-262-11/+19
* | [core] Move setStyleJSON/URL to Style; add Map::setStyleJohn Firebaugh2017-06-221-4/+4
* | [all] Promote Style to public APIJohn Firebaugh2017-06-226-23/+29
* | [core] Rename ThreadedObject to ThreadThiago Marcos P. Santos2017-06-214-8/+8
* | [android] Replace util::Thread with util::ThreadedObjectThiago Marcos P. Santos2017-06-214-18/+26
* | [android] Add ImageSource bindingsAsheem Mamoowala2017-06-197-29/+126
* | [iOS][macOS] Add ImageSource bindingsAsheem Mamoowala2017-06-192-0/+114
* | [core] Added Backend::{assume,set}ViewportBruno de Oliveira Abinader2017-06-131-3/+3
* | Merge release-ios-v3.6.0-android-v5.1.0 to master (#9170)Tobrun2017-06-0213-9/+533