summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/annotations/BubblePopupHelper.java
Commit message (Collapse)AuthorAgeFilesLines
* Revert "[android] - infer nullity"tobrun2018-10-231-1/+0
| | | | This reverts commit 617742710852a5a958a13f2b659f8c307973e49d.
* [android] - infer nullityTobrun2018-10-121-0/+1
|
* [WIP] InfoWindow refactor (#8080)Pablo Guardiola2017-02-281-0/+33
* [android] remove unnecessary info window class and add bubble layout * fix some PR comments (remove hungarian notation, make bubble popup helper package protected and fix some code style issues) * refactor replace enum in favor of intdef * make bubble layout package protected and remove useless info window tip view class