summaryrefslogtreecommitdiff
path: root/platform/android/src
Commit message (Expand)AuthorAgeFilesLines
* [core] Decouple Scheduler interface from actor modelMikhail Pozdnyakov2019-10-044-8/+7
* [android] Check if Mapbox instance exists before creating default file sourceAlexander Shalamov2019-10-043-3/+15
* [android] Remove usage of ResourceOptions::withPlatformContextAlexander Shalamov2019-09-265-26/+64
* [core][android][darwin] Move number format to i18nAlexander Shalamov2019-09-263-5/+4
* [core][android][darwin] Move platform specific Collator impls from expressionAlexander Shalamov2019-09-264-15/+12
* [core][android] Remove unaccent from platform interfacesAlexander Shalamov2019-09-262-26/+4
* [core] Fix performance-move-const-argThiago Marcos P. Santos2019-09-251-3/+4
* [android] Fix the crash when CameraPosition padding is set. (#15699)Peng Liu2019-09-231-10/+11
* [build] Mark explicitly visible symbolsThiago Marcos P. Santos2019-09-173-1/+6
* [android] Fix MapSnapshotter regression and add activity sanity tests (#15580)Peng Liu2019-09-121-2/+2
* [core] Update MapObserver::onDidFinishRenderingFrame() APIMikhail Pozdnyakov2019-09-122-3/+3
* [core] Use mapbox::base::TypeWrapper instead of utils::peerMikhail Pozdnyakov2019-09-101-1/+1
* [android] avoid converting float to long in android_conversion.hpp (#15557)Tobrun2019-09-041-2/+1
* [android] expose camera padding optionŁukasz Paczos2019-08-295-48/+56
* [core] Remove programCacheDir parameter from ProgramParametersAnder Conselvan de Oliveira2019-08-274-10/+3
* [android] jni binding refactorSudarsana Babu Nagineni2019-08-235-160/+177
* [core] Export symbol placement update status from MapObserverMikhail Pozdnyakov2019-08-233-4/+4
* [android] bindings for aggregated cluster properties (#15425)zmiao2019-08-225-3/+33
* Merge pull request #15437 from mapbox/lp-revert-14989Łukasz Paczos2019-08-211-2/+0
* [android] check if the CustomGeometrySource's java peer is valid when the thr...Łukasz Paczos2019-08-191-2/+12
* [android] Android bindings for new 'text-writing-mode' layout propertyAlexander Shalamov2019-08-132-0/+8
* [android] Do not try to wake up the RunLoop if a wake is already pendingThiago Marcos P. Santos2019-08-072-5/+12
* [android] allow setting a null access token in the runtimeŁukasz Paczos2019-07-111-1/+1
* [android] - add binding integration for cache management APItobrun2019-07-024-0/+160
* [core] Add number-format expressionJuha Alanen2019-06-273-0/+112
* [android] invalidate camera when setting a paddingŁukasz Paczos2019-06-251-0/+2
* [android] - add resource usage to HttpRequest, add offline query parameter fl...Tobrun2019-06-121-2/+5
* [android] - fix reset behavior for setLatLngBoundsForCameraTargettobrun2019-06-111-1/+1
* [android] Fix compilation warning with updated clangMikhail Pozdnyakov2019-06-071-1/+1
* [core] refactor program object creationKonstantin Käfer2019-05-281-1/+1
* [android] resume file source and wait for result to complete resources cache ...Łukasz Paczos2019-05-242-4/+54
* [android] return color string values in the [0-255] rangeŁukasz Paczos2019-05-221-12/+1
* [android] attach/detach core thread pool's threads to JVMŁukasz Paczos2019-05-223-9/+12
* [core] option to perform platform specific operations when creating/destroyin...Łukasz Paczos2019-05-221-0/+7
* [android] Add bindings for onRemoveUnusedStyleImages APIAlexander Shalamov2019-05-213-0/+19
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-106-21/+7
* [android] Generate style code for symbol-sort-keyAlexander Shalamov2019-04-172-0/+8
* [android] - unify has surface state handlingtobrun2019-04-172-3/+10
* [android] - add style image missing binding integration, add synchronoustobrun2019-04-153-0/+17
* [android] Fix build with mismatching glShaderSource signatureThiago Marcos P. Santos2019-04-051-1/+6
* [core] move GLContextMode to RendererBackendKonstantin Käfer2019-04-052-3/+3
* [core] refactor RendererBackendKonstantin Käfer2019-04-053-47/+56
* [core] move BackendScope to gfx namespaceKonstantin Käfer2019-04-052-5/+5
* [core] Enable 'text-radial-offset' propertyMikhail Pozdnyakov2019-03-292-0/+8
* [core] Enable text-variable-anchor propertyMikhail Pozdnyakov2019-03-293-0/+19
* [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] ResoureOptions explicit copy via clone()Bruno de Oliveira Abinader2019-03-251-1/+1
* [core] Replace shared_ptr with unique_ptr in {Map,Resource}OptionsBruno de Oliveira Abinader2019-03-221-2/+2
* [core] Remove file source from public Map ctorBruno de Oliveira Abinader2019-03-2010-45/+51