summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/annotation/BulkMarkerActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] - remove MarkerView APITobrun2018-11-141-105/+2
|
* [android] remove usage of the deprecated OnMapChange listenerŁukasz Paczos2018-10-261-7/+21
|
* [android] - add convenience method for destroyed state on MapView, can be ↵tobrun2018-07-121-1/+1
| | | | used to determine if an asynchrous result should be set on map.
* [android] - replace low level json parsingtobrun2018-01-041-17/+24
|
* [android] - replace anonymous inner classes with lambdaTobrun2017-12-191-27/+12
|
* Monkey crashes (#10440)Tobrun2017-11-101-0/+4
| | | | | | | | | | | | | | | | | | * [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
* Solve lint issues, reduce baseline (#9627)Tobrun2017-07-281-1/+1
| | | | * [android] - fix lint issues SDK
* [android] - add javadoc to test activities. (#8203)Tobrun2017-02-271-0/+3
| | | | | | * [android] - add javadoc to test activities. * fix checkstyle issue
* [android] - enforce usage bitmap for icon, cleanup test app resources (#7906)Tobrun2017-02-041-11/+11
|
* Test app refactor (#7598)Cameron Mace2017-01-231-35/+17
|
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-221/+225
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] - replace Android logs with Timber (#6372) (#7149)Pablo Guardiola2016-11-231-3/+2
|
* 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-50/+57
| | | | | | * removed last of hungarian notation from testapp and fixed other checkstyle issues * added back MapboxMap for espresso
* [android] add method addMarkerViews with only one invalidateSylvain HOCQ2016-08-291-5/+4
| | | | | | * add method addMarkerViews with only one invalidate * clean sample BulkMarkerActivity
* [android] #6083 - add circle example (#6086)Tobrun2016-08-291-1/+5
| | | | | | * add method addMarkerViews with only one invalidate * [android] #6083 - add circle example
* 5859 generate sanity tests (#5870)Tobrun2016-08-171-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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] #5171 - introduce new select/deselect animation system for view ↵Tobrun Van Nuland2016-06-051-42/+14
| | | | markers
* [android] #5084 - remove addMarkerViews, renamed addMarkerView to addMarkerTobrun2016-05-231-5/+2
|
* [android] - add MarkerViewManager and MarkerViewTransformerTobrun2016-05-231-5/+4
|
* [android] #3276 - introduced separate methods for GL markers versus View markersTobrun2016-05-201-59/+97
|
* [android] #3276 - View Marker model integrationTobrun2016-05-201-9/+17
|
* [android] #3276 - add tilt support for view markersTobrun2016-05-201-37/+38
|
* [android] #3276 - View annotation integration in MarkerTobrun2016-05-201-14/+22
|
* [android] #3276 - allowing multiple ViewAdapter implementationsTobrun2016-05-201-4/+5
|
* [android] #3276 - added item animation for select/deselect state of a View ↵Tobrun2016-05-201-2/+13
| | | | Marker. Removed asynctask due to unneeded overhead. Improved integration with selectMarker. Added item animators for the test app.
* [android] #3276 - only update thumb Icon when needed, disabled background ↵Tobrun2016-05-201-0/+17
| | | | task for now, added view pool counter
* [android] #3276 - remove annotations was not calling removeMarkerViewTobrun2016-05-201-5/+14
|
* [android] #3276 - remove Marker View implementationTobrun2016-05-201-1/+39
|
* [android] #3276 - android view annotations adapter approachTobrun2016-05-201-4/+5
|
* [android] #5004 - Introducing MapboxAccountManagerBrad Leege2016-05-151-1/+0
|
* [android] #4609 - Restoring name of BulkMarkerActivityBrad Leege2016-04-061-0/+180
|
* [android] #4365 - make dismiss on gesture configurable, renamed activity to ↵Tobrun2016-04-051-180/+0
| | | | match UI in test app, cleanup
* [android] #4365 - final testapp refactor cleanup, removed ApiAccess class, ↵Tobrun2016-04-051-0/+180
introduced category packages, Renamed some classes