summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src
Commit message (Collapse)AuthorAgeFilesLines
* [android] - remove deprecated emerald (#7767)Tobrun2017-01-182-5/+5
| | | | | [android] - remove deprecation annoation for setStyle [android] - dismiss tracking on gesture deprecation cleanup
* [android] - cleanup telem, disabled logging, exponential backoff, local ↵Tobrun2017-01-101-0/+19
| | | | broadcast (#7605)
* update gradle files and packages to use smaller versions of MAS and save ↵Antonio Zugaldia2017-01-104-16/+16
| | | | methods (#7642)
* [android] - Show bus stops and route Circle Layer Activity (#7402)Tobrun2017-01-056-52/+141
|
* [android] - harden MapboxMapOptions, extract duplicate fragment logic, fixup ↵Tobrun2016-12-212-5/+16
| | | | DoubleMapActivity (#7507)
* MapboxAccountManager refactor, removal deprecated accesstoken (#7462)Tobrun2016-12-174-27/+15
| | | | | | * [android] - move object ownership, move depenencies and responsibility. * [android] - MapboxAccountManager refactor, removal deprecated accesstoken.
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-16145-18644/+19032
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-157-24/+29
| | | | vs float, renaming for parity (#7306)
* [android] - wrap mapbox map test in ViewActions (#7451)Tobrun2016-12-151-261/+453
|
* [android] - add OnMarkerView add callback (#7429)Tobrun2016-12-143-55/+93
|
* Allows for setting the user location icon to transparent (#7393)Cameron Mace2016-12-144-11/+63
| | | | | | * allows for setting the user location icon to transparent * removed color check
* [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] - remove location enabled flag from MapboxMap (#7308)Tobrun2016-12-082-16/+27
| | | | | | * [android] - remove location enabled flag from MapboxMap, decouple TrackingSettings from MyLocationViewSettings using a FocalPointChangeListener interface, Move state related to tracking modes to MyLocationView (shared object between MyLocationViewSettings and FocalPointChangeListener). * fixup tests
* [android] - remove overlay SurfaceView examples (#7278)Tobrun2016-12-064-297/+0
|
* [android] - Refactor dependencies, introduce focused components (#7189)Tobrun2016-12-0617-661/+759
| | | | | | * [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
| |
* | added round icon to testapp (#7193)Cameron Mace2016-11-286-0/+1
| |
* | Add instrumentation tests for query rendered features (#7127)Tobrun2016-11-2810-29/+283
| | | | | | | | | | | | * [android] - add tests for query rendered features * move initialising camera to xml
* | [android] - fixup timber merge (#7179)Tobrun2016-11-242-22/+16
| |
* | [android] - replace Android logs with Timber (#6372) (#7149)Pablo Guardiola2016-11-2348-609/+565
| |
* | [android] - move camera logic to dedicated transform class (#6919)Tobrun2016-11-235-333/+22
| | | | | | | | | | | | | | | | * [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
* | Add simple map activity to testapp (#7136)Pablo Guardiola2016-11-224-0/+121
| | | | | | | | | | | | * [android] 6481 - add simple map activity to test app * [android] #6481 - exclude SimpleMapActivity
* | [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] - getMarkerViews in rect should return in bound views (#7015)Tobrun2016-11-144-0/+173
| | | | | | | | | | | | | | | | * [android] - getMarkerViews in rectangle should only return in bound views. * added example in test app for debugging * Covert rectangle coming in to density dependant rectangle
* | [android] updated test activities for refactored layer/source ownershipIvo van Dongen2016-11-113-15/+12
| |
* | [android] fix layer ownershipIvo van Dongen2016-11-111-6/+2
| |
* | [android] test activity for runtime changes to symbolsIvo van Dongen2016-11-095-1/+263
| |
* | [android] - instrumentation tests upgrade, move view checking to utility ↵Tobrun2016-11-0958-1340/+2227
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Cherry pick release v4.2.0 (#6944)Tobrun2016-11-093-9/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] - MyLocationView should facing above when location and compass bearing tracking are enabled. (#6829) * [android] - use current animated rotation value for calculating animated marker rotation difference (#6826) fix unit tests, input limiting is not handled by animateRotationBy instead of MarkerView. Changed test to validate if method was called with correct value. * [android] - only calculated offset margins for InfoWindow if View is found in current viewport, added example to the test app to test for regressions (#6877) * upgraded okhttp dependency to latest version (#6880) * Cancelable callback invocation (#6891) * [android] - allow onCancel to be invoked from camera cancel callbacks * set to null after finish * [android] - using bearing clockwise versus counterclockwise (#6917) * [android] - using bearing clockwise versus counterclockwise * fixup brackets * [android] - convert bearing values from core to Android SDK equivalent.
* | 6067 annotation manager (#6913)Tobrun2016-11-071-1/+4
| | | | | | | | | | | | | | | | | | | | * [android] - AnnotationManager and InfoWindowManager refactor * make AnnotationManager independent from MapView/MapboxMap, add IconManager, * make code unit testable * added some class level documentation (for internal use)
* | [android] update custom layer example with invalidation exampleIvo van Dongen2016-11-073-0/+21
| |
* | [android] - rename attributes (#6894)Tobrun2016-11-0726-102/+102
| |
* | [android] - fix public xml api for drawables, fixup ↵Tobrun2016-11-021-1/+1
| | | | | | | | QueryRenderedFeatursBoxSymbolCountActivity (#6879)
* | Prefix library resources to avoid naming conflicts (#6878)Tobrun2016-11-0228-104/+104
| | | | | | | | | | | | | | | | * [android] - add library resource prefix * update SDK resources with prefix * fixup tests
* | [android] add test activity for symbol queryingIvo van Dongen2016-11-024-0/+251
| |
* | updated directions example in testapp to v5 (#6843)Cameron Mace2016-10-311-11/+22
| |
* | Android Nougat compatibility: onstart/onstop on MapView (#6830)Tobrun2016-10-3146-155/+662
|/ | | | | | | | | | * introduce onstart/onstop on MapView * update wear module * update fragments * update changeling
* [android] - remove timer from compassView, make fading when facing north ↵Tobrun2016-10-253-0/+10
| | | | | | | | | | | optional. (#6786) save state for recreating map view fix review comments unit test covering default value for fading and setting a new value fixup setter, fix default value
* [android] - add realtime geojson example from gl-js (#6751)Tobrun2016-10-204-0/+169
|
* [android] - move instrumentation test code to correct package for Android ↵Tobrun2016-10-2060-53/+3671
| | | | Studio run configurations integration. (#6748)
* Adds map dialog activity to testapp (#6741)Cameron Mace2016-10-195-0/+166
| | | | | | * adds map dialog activity to testapp * added to genertate-test-code script
* [android] - fixup MyLocationView heading (#6671)Tobrun2016-10-183-3/+11
| | | | | | | | | | | | | | | | | | | [android] - convert angles to radiants in jni, correct follow animation for MyLocationView do not sanitise input when recreating from other camera object, input is already sanitised before cleanup mylocationview, made animation bit more smooth, improved UX when switching between tracking modes cleanup CameraUpdateFactory, hide internally used api. only invalidate position if required, remove outdated comments correct camera position values made zoom activity a bit more interesting made dynamic marker activity a bit more interesting FIXUP
* 6700 proguard update (#6718)Tobrun2016-10-171-2/+10
| | | | | | * [android] - include net package in proguard config, added the default EnclosingMethod disable warning and fixed up typo. * update test app dependency leak canary to do a proguard release build, replaced keep support lib classes by dontwarn following Google guidelines, remove outdated/obsolete square configuration