summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main
Commit message (Expand)AuthorAgeFilesLines
* [android] reworked instrumentation test activity to use a local style againupstream/lp-backports-7.0.0-beta.2Łukasz Paczos2018-12-202-18/+3
* [android] clean up remaining deprecated methods for 7.0.0Łukasz Paczos2018-12-191-4/+4
* [android] option to disable smooth animation of compass and accuracy valuesŁukasz Paczos2018-12-191-0/+2
* [android] CameraMode transition animation and result listenersŁukasz Paczos2018-12-191-19/+32
* [docs] EnterIdle -> BecomeIdleChris Loer2018-12-191-1/+1
* [core, darwin, android] Add onDidEnterIdle to MapObserver.Chris Loer2018-12-191-0/+1
* [android] LatLng bounds cannot be wrapped (#13419)Osana Babayan2018-12-123-10/+60
* [android] - remove style config from mapboxMapOptions and attributestobrun2018-12-1068-174/+217
* [android] - make style part of location component activation, add tests for n...Tobrun2018-12-104-10/+10
* [android] - update sanity test to Style.javaTobrun2018-12-102-48/+39
* [android] - update CircleLayer to be compatibleTobrun2018-12-101-7/+3
* [android] - ignore location component unit test, update light test, update ac...Tobrun2018-12-102-8/+10
* [android] - decouple style loading from OnMapReadyTobrun2018-12-1064-720/+582
* [android] - remove style loaded listenerTobrun2018-12-104-7/+19
* [android] - move all layer, source, image, light and transition configuration...Tobrun2018-12-1025-134/+146
* [android] - cleanup old style java constants file, migrate style transition t...Tobrun2018-12-1020-23/+21
* [android] - update clustering example with filter configuration to avoid show...Tobrun2018-12-101-1/+1
* [android] expose endpoint change for snapshotterŁukasz Paczos2018-12-051-2/+1
* [android] refactor LocationComponent to utilize LocationEngineRequestŁukasz Paczos2018-11-293-146/+60
* [android] Initial integration with liblocation 1.0.0 and telemetry 4.0.0, bum...Andrey Li2018-11-293-64/+82
* [android] Expose "local ideograph font family" in MapSnapshotter::OptionsChris Loer2018-11-241-1/+2
* [android] - add overlay example with custom drawing using paint and canvasTobrun2018-11-215-0/+108
* [android] Removed previously deprecated colorToRgbaString and colorToRgbaArra...Osana Babayan2018-11-141-2/+2
* [android] - remove MarkerView APITobrun2018-11-1417-1127/+8
* [android] - add example of showing a MapView inside a ViewPager inside Recycl...Tobrun2018-11-145-1/+192
* [android] - harden activation/deactivation of underlying ref counting componentsTobrun2018-11-141-1/+5
* [android] - example with recyclerviewTobrun2018-11-146-0/+181
* [android] - annotate onMapReady with @NonNullTobrun2018-11-0823-24/+38
* [android] - expose moveBy, replace CameraUpdateFactory hook to moveBy for scr...tobrun2018-11-051-12/+10
* [android] - remove deprecation notices and codeTobrun2018-11-0111-129/+225
* [android] option to consume map clicks, consuming location clicksŁukasz Paczos2018-10-3113-16/+47
* [android] removed ZoomButtonsController supportŁukasz Paczos2018-10-312-3/+1
* [android] - move CameraPositionActivity to use FragmetnActivity above AppComp...tobrun2018-10-294-20/+46
* [android] remove usage of the deprecated OnMapChange listenerŁukasz Paczos2018-10-266-46/+73
* [android] renamed format expression options, added format expression exampleŁukasz Paczos2018-10-241-1/+16
* [android] update local streets style used for CI testingŁukasz Paczos2018-10-241-8573/+1457
* Revert "[android] - add NonNull to MapboxMap parameter for onMapReady callbac...tobrun2018-10-2323-40/+24
* [android] - add NonNull to MapboxMap parameter for onMapReady callback, remov...Tobrun2018-10-1223-24/+40
* [android] - replace OnMapChange with specific callbacksTobrun2018-10-111-26/+13
* [android] - fix fragments example that were crashing on orientation changeŁukasz Paczos2018-10-082-2/+2
* [android] nullcheck region metadata in example activity, enable debug mode fo...Łukasz Paczos2018-09-262-3/+10
* [android] copy files from assets task utilŁukasz Paczos2018-09-262-43/+91
* [android] expose offline database merge APIŁukasz Paczos2018-09-267-4/+166
* [android] clear CameraChangeDispatcher message queue when camera move is rest...Łukasz Paczos2018-09-261-0/+2
* [android] - add selected state paradigm to SymbolLayerActivityTobrun2018-09-252-58/+114
* [android] - update custom sprite example with iconAllowOverlap and iconIgnore...Tobrun2018-09-251-5/+10
* [android] - test app activity leak fix for ManualLocationUpdatesActivityTobrun2018-09-251-4/+6
* [android] - test app activity leak fix for BottomSheetActivityTobrun2018-09-251-2/+5
* [android] - test app activity leak fix for CameraAnimationActivityTobrun2018-09-251-43/+21
* [android] - avoid failing CI tests when device under test doesn't have a vali...tobrun2018-09-251-0/+1