summaryrefslogtreecommitdiff
path: root/platform/android
Commit message (Collapse)AuthorAgeFilesLines
...
* [android,linux,darwin,qt] Load OpenGL for the platformThiago Marcos P. Santos2019-02-121-0/+151
| | | | | | | | These loaders will provide pointers to the platform implementation of OpenGL. On Android, Linux and Darwin, we simply link with the OpenGL implementation that is expected to exist on the platform. Qt has its own GL loader, so we just connect the dots.
* [android] change lock scope in run_loop to avoid deadlocks. simplify asIvo van Dongen2019-02-124-48/+33
| | | | well
* [android] use #onDidBecomeIdle event instead of layer querying during ↵Łukasz Paczos2019-02-129-377/+290
| | | | instrumentation tests
* [android] remove duplicates (#13901)Langston Smith2019-02-111-2/+0
|
* [android] updates to changelog for 7.2.0-alpha.1 release (#13893)android-v7.2.0-alpha.1Langston Smith2019-02-071-0/+26
|
* [android] - update changelog for v7.1.2tobrun2019-02-071-0/+4
|
* [android] - migrate tests from #13882tobrun2019-02-073-25/+72
|
* [android] - remove faulty conversion, explict casting for cluster APItobrun2019-02-076-53/+4
|
* [android] - add experimental pointer (#13889)Tobrun2019-02-073-1/+18
|
* [android] expose symbol placement transition duration optionŁukasz Paczos2019-02-047-17/+97
|
* [android] changelog for v7.1.1Łukasz Paczos2019-02-011-0/+4
|
* [android] bump gestures library to v0.4.0Łukasz Paczos2019-02-013-5/+2
|
* [android] nitpick - explicitly fetch tags for each vendor submoduleŁukasz Paczos2019-02-011-0/+5
|
* [android] Adding new variation of ↵Langston Smith2019-01-312-0/+38
| | | | | | | | | | | | LocationComponent#activateLocationComponent (#13829) * [android] added new activateLocationComponent method * [android] added new test for the new way to activate the LocationComponent * [android] tweak to test after lukasz review * [android] adding tests to assert LocationEngine status
* [android]added generic performance event (#13795)Osana Babayan2019-01-303-1/+89
|
* [android] LocationComponent max fps javadocŁukasz Paczos2019-01-304-6/+53
|
* [android] LocationComponent animator throttling tests and examplesŁukasz Paczos2019-01-3011-188/+454
|
* [android] expose OnRenderModeChangedListenerŁukasz Paczos2019-01-302-1/+24
|
* [android] optimize location animators memory footprint and add animation ↵Łukasz Paczos2019-01-3019-442/+351
| | | | rate throttle option
* [android] - update changelog for v7.1.0 (#13832)Tobrun2019-01-301-0/+4
|
* [android] run vendor submodule checkŁukasz Paczos2019-01-291-10/+9
|
* [android] android nitpick script, verify submodule pinsŁukasz Paczos2019-01-293-1/+61
|
* [android] revert modules vendorization and keep submodules onlyŁukasz Paczos2019-01-2911-78/+67
|
* [android] change SNAPSHOT version to 7.2.0Łukasz Paczos2019-01-291-1/+1
|
* Add image support with drawable overload (#13793)Tobrun2019-01-284-2/+121
| | | * [android] - add addImage support that takes a Drawable as parameter
* [android] expose quick zoom option xml attributeŁukasz Paczos2019-01-254-9/+8
|
* [android] separate quick zoom gestures optionŁukasz Paczos2019-01-257-66/+182
|
* [android, darwin] Fix core-only layer creationMikhail Pozdnyakov2019-01-251-10/+10
| | | | | In the layer manager implementations `addLayerTypeCoreOnly()` should be called with core-only modules.
* [android] fix LocationEngine's annotationŁukasz Paczos2019-01-251-2/+2
| | | | It's always safe to pass a null engine.
* [android] - update project readme with buck source file ignore configurationtobrun2019-01-241-0/+3
|
* [android] fix zoom precision in GeoJSON cluster exampleŁukasz Paczos2019-01-241-1/+2
|
* [android] return empty string instead of null in offline examplesŁukasz Paczos2019-01-241-2/+3
|
* [android] fix ViewPagerActivity style not loading after rotationŁukasz Paczos2019-01-241-4/+37
|
* [android] fix CameraAnimatorActivity leaksŁukasz Paczos2019-01-241-33/+28
|
* [android] - remove deprecated javacompile, resolve AS 3.3.0 warning on ↵tobrun2019-01-231-1/+1
| | | | deprecation
* [android] - update changelog for v7.1.0-beta.1tobrun2019-01-231-0/+11
|
* [android] - ignore unused arguments for all configurationstobrun2019-01-221-4/+3
|
* [android] import gestures dimens using the correct package structureŁukasz Paczos2019-01-221-1/+2
|
* [android] restore location layer visibility with new "layer-below"Łukasz Paczos2019-01-222-0/+24
|
* [android] - use ReLinker as default library loader for the test appTobrun2019-01-213-1/+17
|
* [android] rename required TransitionOptions fieldŁukasz Paczos2019-01-214-4/+13
|
* [build] don't explicitly add -lstdc++ for Android 😱Konstantin Käfer2019-01-211-2/+0
|
* [build] upgrade minimum CMake versionKonstantin Käfer2019-01-211-0/+1
|
* [android] - ignore lint complaints about array min sizetobrun2019-01-211-0/+5
|
* [android] - update tooling of project and upstream dependenciestobrun2019-01-218-7/+4
|
* [build] use optional polyfill on Android, and upgrade to NDK r19Konstantin Käfer2019-01-212-1/+2
| | | | <experimental/optional> is not available anymore in newer STL versions, e.g. according to libc++'s TS deprecation policy: https://libcxx.llvm.org/TS_deprecation.html
* [android] - update changelog for v7.1.0-alpha.3android-v7.1.0-alpha.3upstream/lp-v7.1.0-alpha.3-build-testTobrun2019-01-211-0/+16
|
* [android] adjust maven pom file with vendorized libraries versionsŁukasz Paczos2019-01-212-0/+62
|
* [android] - update mock definition of LocationLayerControllerTest, update ↵Tobrun2019-01-212-6/+16
| | | | mockito
* [android] - add library loading to peer objectstobrun2019-01-212-0/+11
|