summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/InfoWindowManager.java
Commit message (Collapse)AuthorAgeFilesLines
* Revert "[android] - infer nullity"tobrun2018-10-231-9/+1
| | | | This reverts commit 617742710852a5a958a13f2b659f8c307973e49d.
* [android] - infer nullityTobrun2018-10-121-1/+9
|
* [android] - validate Marker before opening InfoWindowTobrun Van Nuland2017-07-241-3/+2
|
* [android] - avoid creating InfoWindow iterator if no InfoWindows are shown ↵Tobrun2017-07-201-11/+6
| | | | (#9477)
* MapboxAccountManager refactor, removal deprecated accesstoken (#7462)Tobrun2016-12-171-2/+8
| | | | | | * [android] - move object ownership, move depenencies and responsibility. * [android] - MapboxAccountManager refactor, removal deprecated accesstoken.
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-49/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 camera logic to dedicated transform class (#6919)Tobrun2016-11-231-0/+4
| | | | | | | | * [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
* 6067 annotation manager (#6913)Tobrun2016-11-071-0/+83
* [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)