summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/androidTest
Commit message (Collapse)AuthorAgeFilesLines
...
* [android] fix reference table overflow in query rendered featuresIvo van Dongen2017-02-081-20/+36
|
* [android] Extract telemetry into MASAntonio Zugaldia2017-02-031-2/+2
| | | | | | * [android] add the mapbox-android-telemetry module dependency. * update javadoc
* [android] data driven style implementationIvo van Dongen2017-02-0213-3928/+4264
|
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-2720-446/+446
|
* MapboxAccountManager refactor, removal deprecated accesstoken (#7462)Tobrun2016-12-171-1/+1
| | | | | | * [android] - move object ownership, move depenencies and responsibility. * [android] - MapboxAccountManager refactor, removal deprecated accesstoken.
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-1642-7280/+7591
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] - move min/max zoom to transform class, cleanup usage of double ↵Tobrun2016-12-152-10/+14
| | | | vs float, renaming for parity (#7306)
* [android] - wrap mapbox map test in ViewActions (#7451)Tobrun2016-12-151-261/+453
|
* [android] - Reenable MapboxMapTest for end-to-end API testing. Fix tests ↵Tobrun2016-12-131-44/+47
| | | | (#7367)
* [android] test duplicate layer id exception handlingIvo van Dongen2016-12-121-0/+9
|
* [darwin, android] SDK bindings for circle-stroke propertiesJohn Firebaugh2016-12-091-0/+88
|
* [android] - Refactor dependencies, introduce focused components (#7189)Tobrun2016-12-068-43/+663
| | | | | | * [android] - refactor dependencies * ignore tests
* Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.4-masterMinh Nguyễn2016-12-031-0/+1
|\
* | [android] - ignore unreliable tests (#7265)Tobrun2016-12-014-0/+8
| |
* | [android] test duplicate source id exception handlingIvo van Dongen2016-11-301-3/+10
| |
* | [android] - add uithread annotation and regenerate classes (#7156)Pablo Guardiola2016-11-307-7/+7
| |
* | [android] - disable CI failing test (#7204)Tobrun2016-11-292-0/+3
| |
* | Add instrumentation tests for query rendered features (#7127)Tobrun2016-11-284-0/+270
| | | | | | | | | | | | * [android] - add tests for query rendered features * move initialising camera to xml
* | [android] - replace Android logs with Timber (#6372) (#7149)Pablo Guardiola2016-11-2317-457/+438
| |
* | [android] - move camera logic to dedicated transform class (#6919)Tobrun2016-11-232-3/+6
| | | | | | | | | | | | | | | | * [android] - move camera logic to dedicated transform class post camera updates to the message queue, this makes calling an new camera update in the on finish of another update possible. Simplify transform.java implementation. * fail the step if instrumentation tests fail, fixup typo
* | [android] return source ownership on removeIvo van Dongen2016-11-141-0/+49
| |
* | [android] return layer ownership on removeIvo van Dongen2016-11-141-1/+21
| |
* | [android] fix layer ownershipIvo van Dongen2016-11-111-6/+2
| |
* | [android] - instrumentation tests upgrade, move view checking to utility ↵Tobrun2016-11-0953-1333/+2117
|/ | | | | | | | | | | | | | | | | | | | | | | | | 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] - move instrumentation test code to correct package for Android ↵Tobrun2016-10-2060-53/+3671
| | | | Studio run configurations integration. (#6748)
* [android] - throw concrete exception when generated test cases fail to read ↵Tobrun2016-09-081-7/+16
| | | | the Activity members (#6281)
* [android] #5211 - update yaml to run on device lab, update test with ↵Tobrun2016-08-181-2/+12
| | | | NoSuchSource exception (#6073)
* 5859 generate sanity tests (#5870)Tobrun2016-08-1737-664/+156
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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] - fixed style api unit testsIvo van Dongen2016-08-067-21/+21
|
* [android] - Fix crash on dalvik due to missing finalizersIvo van Dongen2016-08-066-164/+61
|
* [android] #5858 - added convenience methods for color propertiesIvo van Dongen2016-08-037-0/+228
|
* [android] #4845 - remove robotium, migrate to espressoTobrun2016-08-0341-423/+462
|
* [android] #5610 - Runtime style api - part 2Ivo van Dongen2016-08-0211-0/+2709
|
* [android] #5438 - add bearing to MyLocationView for the SDK camera objectTobrun2016-07-131-2/+2
| | | | | | | | | | | | [android] #5438 - integrate MyLocationView set bearing inside the MapView setBearing [android] #5438 - invalidate the MapView instead of calling update from core. [android] #5438 - add bearing MyLocationView to setBearing focal point on MapView [android] #5438 - Get correct bearing when camera object is rotated around the z-axis, notify MyLocationView when camera position changes, update test utilities. [android] #5438 - fixes compass tracking
* [android] bring back ScreenshotActivityTestTobrun2016-05-032-7/+137
|
* [android] #4845 - disable robotiumTobrun2016-04-264-96/+106
|
* [android] #4609 - Restoring name of BulkMarkerActivityBrad Leege2016-04-061-6/+6
|
* [android] #4365 - Moving example activities to more descriptive subpackage ↵Brad Leege2016-04-054-5/+5
| | | | names for easier discovery
* [android] #4365 - make dismiss on gesture configurable, renamed activity to ↵Tobrun2016-04-051-6/+6
| | | | match UI in test app, cleanup
* [android] #4365 - final testapp refactor cleanup, removed ApiAccess class, ↵Tobrun2016-04-0516-17/+16
| | | | introduced category packages, Renamed some classes
* [android] #4365 - reworked some samples, resources and testsTobrun2016-03-3010-568/+5
|
* [android] #4365 - Camera Animation Type ExampleTobrun2016-03-302-4/+4
|
* [android] #4365 - Improve test app examples related to InfoWindowsTobrun2016-03-301-37/+0
|
* [android] #4365 - enforce best practices map startupTobrun2016-03-241-1/+0
|
* [android] #4365 - TestApp refactor with RecyclerView selection.Tobrun2016-03-2325-35/+35
|
* [android] #4308 - add some simple gesture testsTobrun2016-03-153-1/+64
|
* [android] #4301 - added robotium testing framework to perform integration ↵Tobrun2016-03-1433-38/+226
| | | | testing
* [android] #4270 - library resource prefix espresso updateTobrun2016-03-111-6/+2
|
* [android] #4097 - update javadoc maps packageTobrun2016-02-251-2/+2
| | | | [android] #4097 - update visibility compassclickclistener fix
* [android] #3941 - update espresso testsTobrun2016-02-1615-33/+441
|