summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/annotation/AnimatedMarkerActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] - port animated markers activity to symbol layerTobrun2018-02-221-283/+0
|
* migrated to use mapbox-java3.0 Osana Babayan2018-02-081-4/+4
| | | | | migrated to use mapbox-java3.0 note that old 2.2.9 telementry is still used though
* [android] - replace anonymous inner classes with lambdaTobrun2017-12-191-33/+16
|
* Monkey crashes (#10440)Tobrun2017-11-101-6/+8
| | | | | | | | | | | | | | | | | | * [android] - avoid null map from trackballevent * [android] - fixup animated marker test activity from monkey runs * [android] - harden NativeMapView OnMapChangeListener * [android] - harden against destroyed wrapper activity while moving touch pointers * [android] - harden bulk marker activity for monkey runner * [android] - harden scale end gesture event for null velocity tracker * [android] - invalid mapboxMap invocation * [android] - reset test setup
* [android] - add javadoc to test activities. (#8203)Tobrun2017-02-271-1/+4
| | | | | | * [android] - add javadoc to test activities. * fix checkstyle issue
* [android] - enforce usage bitmap for icon, cleanup test app resources (#7906)Tobrun2017-02-041-9/+51
|
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-3/+3
|
* Test app refactor (#7598)Cameron Mace2017-01-231-25/+7
|
* update gradle files and packages to use smaller versions of MAS and save ↵Antonio Zugaldia2017-01-101-1/+1
| | | | methods (#7642)
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-219/+215
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] - add OnMarkerView add callback (#7429)Tobrun2016-12-141-30/+42
|
* Android Nougat compatibility: onstart/onstop on MapView (#6830)Tobrun2016-10-311-2/+14
| | | | | | | | | | * introduce onstart/onstop on MapView * update wear module * update fragments * update changeling
* [android] Checkstyle fixes round 1 (#6234)Cameron Mace2016-09-021-27/+32
| | | | | | * removed last of hungarian notation from testapp and fixed other checkstyle issues * added back MapboxMap for espresso
* 5859 generate sanity tests (#5870)Tobrun2016-08-171-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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] - updated mas in testappCameron2016-08-101-1/+0
|
* [android] Remove unnecessary menu from Animated Marker activityAntonio Zugaldia2016-06-171-7/+0
| | | | Fixes #5396
* [android] #5299 - add rotation to cars, add cars imagesTobrun2016-06-171-16/+32
|
* [android] #5299 - remove MarkerView x,y animationTobrun2016-06-171-3/+1
|
* [android] #5299 - Added more cars to the animation example to see what ↵Ivo van Dongen2016-06-171-24/+60
| | | | impact it has
* [android] #5299 - Simplify animation code a bit. Make duration dependent on ↵Ivo van Dongen2016-06-171-29/+14
| | | | distance. Use non-linear interpolator.
* first approach to a marker continuosly chasing anotherAntonio Zugaldia2016-06-171-13/+114
|
* [android] #5342 - initial marker animationTobrun2016-06-161-19/+12
|
* [android] #2835 - limit the amount of object allocations on high traffic codeTobrun2016-04-221-2/+6
|
* [android] #4365 - final testapp refactor cleanup, removed ApiAccess class, ↵Tobrun2016-04-051-0/+121
introduced category packages, Renamed some classes