summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/maplayout
Commit message (Collapse)AuthorAgeFilesLines
* Solve lint issues, reduce baseline (#9627)Tobrun2017-07-281-1/+1
| | | | * [android] - fix lint issues SDK
* [android] - add zMediaOverlay configuration, add bottom sheet test setupTobrun Van Nuland2017-07-261-0/+285
|
* [android] - add Map change & visibility test activities (#9425)Tobrun2017-07-072-0/+257
|
* [android] - add binding integration for Map::setLatLngbounds, add example ↵Tobrun2017-04-131-0/+109
| | | | (#8622)
* [android] - zoom to rounded levelsTobrun2017-03-101-0/+14
|
* [android] - add style loading callback (#8291)Tobrun2017-03-091-1/+6
| | | | | | * [android] - add style loading callback that is invoked when a style finishes loading. * fixup language + add support for adding a callback when invoking setStyle with the default styles.
* [android] - add javadoc to test activities. (#8203)Tobrun2017-02-274-0/+18
| | | | | | * [android] - add javadoc to test activities. * fix checkstyle issue
* [android] - enforce usage bitmap for icon, cleanup test app resources (#7906)Tobrun2017-02-041-2/+2
|
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-272-2/+2
|
* Test app refactor (#7598)Cameron Mace2017-01-235-113/+5
|
* [android] - harden MapboxMapOptions, extract duplicate fragment logic, fixup ↵Tobrun2016-12-211-4/+15
| | | | DoubleMapActivity (#7507)
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-166-727/+722
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * adds checkstyle to CI * fixed gradlew path * resolved testapp checkstyle violations * added back mapboxMap variable for test * checkstyle annotations * checkstyle SDK round 1 * maps package checkstyle * rest of SDK checkstyle * checkstyle gesture library * checkstyle test * finished rest of test checkstyle * resolved all checkstyle errors * fixed class name * removed old test file * fixed camera postion test * fixed native crash
* [android] - remove overlay SurfaceView examples (#7278)Tobrun2016-12-062-277/+0
|
* [android] - replace Android logs with Timber (#6372) (#7149)Pablo Guardiola2016-11-231-4/+2
|
* Add simple map activity to testapp (#7136)Pablo Guardiola2016-11-221-0/+92
| | | | | | * [android] 6481 - add simple map activity to test app * [android] #6481 - exclude SimpleMapActivity
* Android Nougat compatibility: onstart/onstop on MapView (#6830)Tobrun2016-10-315-8/+68
| | | | | | | | | | * introduce onstart/onstop on MapView * update wear module * update fragments * update changeling
* Adds map dialog activity to testapp (#6741)Cameron Mace2016-10-191-0/+116
| | | | | | * adds map dialog activity to testapp * added to genertate-test-code script
* [android] Checkstyle fixes round 1 (#6234)Cameron Mace2016-09-025-95/+96
| | | | | | * removed last of hungarian notation from testapp and fixed other checkstyle issues * added back MapboxMap for espresso
* [android] - fix breaking build on master (#6225)Tobrun2016-08-311-2/+9
| | | | | | | | * [android] - fix breaking build, by implementing mapboxMap on VideoViewActivity * fix layout file for auto generated tests * [android] fix resource id
* [android] added video view example (#6198)Cameron Mace2016-08-311-0/+95
| | | | | | * [android] added video view example * removed map ready callback
* 5859 generate sanity tests (#5870)Tobrun2016-08-174-20/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] #5859 - generate espresso tests [android] #5859 - cleanup xml files, use all the same resource id for map view [android] #5859 - update scripts [android] #5859 - update Activity to match mapboxMap naming [android] #5859 - make SurfaceViewMediaControlActivity compatible [android] #5859 - make MarkerViewScaleActivity test generation compatible [android] #5859 - make PolygonActivity test generation compatible [android] #5859 - integration within make file [android] #5859 - made CameraPostion generation safe [android] #5859 - generate sanity test [android] #5859 - add generated test cases [android] #5859 - add documentation * [android] #5859 - remove generated files, introduce gen package, added gitignore to package * [android] #5859 - regenerated test code * [android] #5859 - added AWS gradle plugin + bitrise configuration * [android] #5859 - fixes running locally without having the properties configured * [android] #6010 - remove python from android sdk * [android] #5859 - update docs about aws gradle plugin
* [android] #5888 - handle location permissions for non User Location category ↵Tobrun2016-08-081-0/+4
| | | | | | features [android] #5888 - setZMediaOverlay on overlain SurfaceView
* [android] #5801 - add setMediaOverlay example for a secondary SurfaceViewTobrun2016-08-031-0/+142
|
* [android] #5378 - NavDrawer rendering issues, added snackbar exampleTobrun Van Nuland2016-08-031-46/+18
|
* [android] #5738 - default navigation drawer exampleTobrun2016-07-241-0/+266
| | | | | | | | | | [android] #5738 - migrated to MapFragment approach & AppCompat compatible [android] #5378 - make drawer work with inner class fragments [android] #5738 - navigation drawer proposition [android] #5738 - cleanup
* [android] Fix style urlsCameron2016-06-032-10/+8
| | | | Fixes #5193
* [android] #5004 - Introducing MapboxAccountManagerBrad Leege2016-05-152-2/+0
|
* [android] #4702 - upgrade default styles, deprecate Style string definition ↵Tobrun2016-05-062-17/+23
| | | | in favour versioned styling methods.
* [android] #4260 - added example to navigate from one activity containing a ↵Tobrun2016-04-201-0/+10
| | | | map to another containing a map
* [android] #4754 - double map view exampleTobrun2016-04-191-0/+158
|
* [android] #4689 - Adding Debug Mode ExampleBrad Leege2016-04-121-0/+127
|
* [android] #4365 - Moving example activities to more descriptive subpackage ↵Brad Leege2016-04-051-0/+151
names for easier discovery