summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity
Commit message (Collapse)AuthorAgeFilesLines
* [android] when changing the resource path, recreate database instead of the ↵upstream/lp-cp-13707-originŁukasz Paczos2019-03-131-9/+28
| | | | whole FileSource
* [android] Feature: Change path of the resources cache dbArne Kaiser2019-03-131-0/+141
|
* [android] remove unnecessary JSON style declaration in the gradient line exampleŁukasz Paczos2019-03-111-1/+0
|
* [android] get vector drawables using AppCompatResources and set vector ↵Łukasz Paczos2019-03-071-2/+2
| | | | drawables programmatically
* [android] - fix dialog fragment setup, add regression testtobrun2019-03-061-9/+19
|
* [android] - clear callbacks as part of OnDestroy not as part of OnDestroyViewtobrun2019-03-061-0/+45
|
* [android] Adding builder pattern for LocationComponent activation (#13941)Langston Smith2019-03-055-22/+179
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * initial additions of activation builder * [android] refactoring LocationComponentActivationOptions based on code review * [android] initial addition of LocationComponentActivationOptionsTest unit tests * [android] more refactoring based on code review * [android] refactoring test app location examples * [android] espresso test refactor with LocationComponentActivationOptions usage * [android] locationComponent builder instrumentation test tweaks and log removal * [android] method and docs refactoring based @lukaspaczos 's review * [android] locationEngine setting logic refactor * [android] add null locationEngine to stillStaleAfterResuming test * added .locationEngine(null) to other tests * [android] javadocs, method, and test adjustments based on @lukaspaczos review * [android] test tweaks based on Lukasz review
* [android] LocationComponent animator throttling tests and examplesŁukasz Paczos2019-01-301-0/+4
|
* [android] expose quick zoom option xml attributeŁukasz Paczos2019-01-251-9/+4
|
* [android] separate quick zoom gestures optionŁukasz Paczos2019-01-251-42/+67
|
* [android] fix zoom precision in GeoJSON cluster exampleŁukasz Paczos2019-01-241-1/+2
|
* [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] re-apply location component's "layer-below" when changedŁukasz Paczos2019-01-171-18/+22
|
* [android] - allow reset fps listener, update debug mode activity withtobrun2019-01-161-13/+26
| | | | menu options
* [android] - expose query feature extensionstobrun2019-01-151-86/+144
|
* [android] fix debug activity not show fps (#13726)Kevin Li2019-01-141-2/+2
|
* [android] updated make icon id (#13729)Osana Babayan2019-01-141-1/+1
|
* [android] Rename offline database in Test App to follow .gitignore rule (#13708)Antonio Zugaldia2019-01-101-1/+1
| | | | | | * [android] rename offline.db to offline_test.db to avoid working around the .gitignore rule * [android] update code references to database file
* [android] - update symbol layer example with regression test for symbols ↵tobrun2019-01-101-7/+24
| | | | flashing
* [android] - espresso tests reworkTobrun2019-01-103-77/+3
|
* [android] - fix random bounds generation in test app bounds activityupstream/osana-v7.0.0-changelogtobrun2019-01-071-8/+5
|
* [android] reworked instrumentation test activity to use a local style againŁukasz Paczos2018-12-201-16/+1
|
* [android] clean up remaining deprecated methods for 7.0.0Łukasz Paczos2018-12-191-4/+4
|
* [android] properly stop renderer when dismissing an example dialogŁukasz Paczos2018-12-141-4/+9
|
* [android] LatLng bounds cannot be wrapped (#13419)Osana Babayan2018-12-121-10/+46
|
* [android] CameraMode transition animation and result listenersŁukasz Paczos2018-12-121-19/+32
|
* [Android] Add setPreferredFramesPerSecond for MapView (#13498)Kevin Li2018-12-121-0/+10
| | | | * [Android] Add setPreferredFramesPerSecond for MapView
* [docs] EnterIdle -> BecomeIdleChris Loer2018-12-111-1/+1
|
* [core, darwin, android] Add onDidEnterIdle to MapObserver.Chris Loer2018-12-111-0/+1
| | | | didEnterIdle fires whenever render completes and no repaint is scheduled.
* [android] - remove style config from mapboxMapOptions and attributestobrun2018-12-1037-108/+186
|
* [android] - make style part of location component activation, add tests for ↵Tobrun2018-12-104-10/+10
| | | | non existing style and multiple style loading, revisit code comments
* [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 ↵Tobrun2018-12-102-8/+10
| | | | activity integration
* [android] - decouple style loading from OnMapReadyTobrun2018-12-1054-697/+564
|
* [android] - remove style loaded listenerTobrun2018-12-104-7/+19
|
* [android] - move all layer, source, image, light and transition ↵Tobrun2018-12-1025-134/+146
| | | | configurations to style.java
* [android] - cleanup old style java constants file, migrate style transition ↵Tobrun2018-12-1020-23/+21
| | | | to Style.java
* [android] - update clustering example with filter configuration to avoid ↵Tobrun2018-12-101-1/+1
| | | | showing fading dissolved clustered items
* [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, ↵Andrey Li2018-11-293-64/+82
| | | | bumped gms to 16.0.0
* [android] Expose "local ideograph font family" in MapSnapshotter::OptionsChris Loer2018-11-241-1/+2
| | | | Use local glyph generation in test app's MapSnapshotterActivity.
* [android] - add overlay example with custom drawing using paint and canvasTobrun2018-11-211-0/+82
|
* [android] Removed previously deprecated colorToRgbaString and ↵Osana Babayan2018-11-141-2/+2
| | | | | colorToRgbaArray (#13337) from PropertyFactory
* [android] - remove MarkerView APITobrun2018-11-145-712/+8
|
* [android] - add example of showing a MapView inside a ViewPager inside ↵Tobrun2018-11-141-0/+162
| | | | RecyclerView
* [android] - harden activation/deactivation of underlying ref counting componentsTobrun2018-11-141-1/+5
|
* [android] - example with recyclerviewTobrun2018-11-141-0/+144
|