summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/fragment_dialog_map.xml
Commit message (Collapse)AuthorAgeFilesLines
* [android] - remove style config from mapboxMapOptions and attributestobrun2018-12-101-2/+1
|
* [android] remove texture viewIvo van Dongen2017-09-221-1/+0
|
* [core, android, ios, macos, qt] v10 default stylesMinh Nguyễn2017-05-111-1/+1
| | | | Upgraded from v9 default styles to v10 wherever the developer expects to get the latest and greatest, as well as in a couple tests where it may be beneficial to ensure that we can handle a two-digit version number in the style URL.
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-1/+1
|
* [android] - instrumentation tests upgrade, move view checking to utility ↵Tobrun2016-11-091-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | class, remove inheritance in runtime style test (#6803) update gitignore for generated tests add camera move test add realtime geojson to be excluded when generating Activity sanity tests by default show workaround for showing a MapView in a dialog add annotation tests remove older camera tests, introduce tests for move, ease and animate, bring back setLatLng and getLatLng on MapView, add tests for internal camera API. compass view tests add tests for attribution and logo. fix annotation tests Rename Actiivity test class, split up annotation tests, added MarkerView tests, added infowindow tests, added MyLocationView tests fix addRemoveLayer test by integrating map interactions inside a ViewAction
* [android] - rename attributes (#6894)Tobrun2016-11-071-4/+4
|
* Prefix library resources to avoid naming conflicts (#6878)Tobrun2016-11-021-4/+4
| | | | | | | | * [android] - add library resource prefix * update SDK resources with prefix * fixup tests
* Adds map dialog activity to testapp (#6741)Cameron Mace2016-10-191-0/+18
* adds map dialog activity to testapp * added to genertate-test-code script