summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/annotations
Commit message (Expand)AuthorAgeFilesLines
* [android] - harden orientation changes (#9128)Tobrun2017-05-302-15/+56
* refactor signature from Hole to List<LatLng> (#8722)Pablo Guardiola2017-04-123-74/+22
* Merge branch 'release-ios-v3.5.0-android-v5.0.0' into boundsj-merge-release-b...Fabian Guerra2017-04-112-55/+28
|\
| * Cherry pick v5.0.2 changes (#8586)Tobrun2017-03-312-0/+10
| * Revert 5.x touch changes (#8585)Tobrun2017-03-302-55/+28
* | [android] Polygon holes (#8557)Pablo Guardiola2017-04-113-4/+152
* | [android] - correct anchoring when Icon is updated (#8519)Tobrun2017-03-242-0/+10
|/
* [android] - only dispatch events if not handled by MarkerView (#8447)Tobrun2017-03-172-13/+23
* 8322 javadoc 5.0.0 release (#8438)Tobrun2017-03-171-8/+14
* [android] make BubbleLayout publicios-v3.5.0-beta.3android-v5.0.0-beta.3Antonio Zugaldia2017-03-101-1/+1
* [android] - move touch handling of MarkerViews back to View#setOnClickListene...Tobrun2017-03-092-28/+45
* [android] renames MultiPoint to BasePointCollectionAntonio Zugaldia2017-03-093-5/+5
* [android] - add accessibility support to the Android SDK by applying content ...Tobrun2017-03-011-0/+1
* [WIP] InfoWindow refactor (#8080)Pablo Guardiola2017-02-288-105/+609
* [android] jni high level binding refactorIvo van Dongen2017-02-241-9/+7
* [android] - when removing out of viewport MarkerViews keep reference to Mapbo...Tobrun2017-02-151-1/+0
* 7798-ObjectAnimator-rotation (#7907)Tobrun2017-02-072-11/+10
* [android] - enforce usage bitmap for icon, cleanup test app resources (#7906)Tobrun2017-02-041-80/+36
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-272-2/+2
* [android] - when updating positon, wait for render call to invalidate updated...Tobrun2017-01-231-0/+1
* [android] - deselect marker on infowindow click (#7784)Tobrun2017-01-191-1/+9
* [android] - rework MarkerView update mechanism (#7581)Tobrun2017-01-051-3/+14
* MapboxAccountManager refactor, removal deprecated accesstoken (#7462)Tobrun2016-12-171-7/+11
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-1618-2961/+3009
* [android] - add OnMarkerView add callback (#7429)Tobrun2016-12-141-1/+50
* [android] - refactor marker selection and listener invocation, reformatted co...Tobrun2016-12-081-6/+6
* [android] - Refactor dependencies, introduce focused components (#7189)Tobrun2016-12-061-17/+26
* cherry-picked 7013 into master (#7247)Cameron Mace2016-12-0116-188/+726
* [android] - allow deselection of a MarkerView not found in current viewport (...Tobrun2016-11-221-4/+4
* Cherry pick release v4.2.0 (#6944)Tobrun2016-11-093-35/+40
* 6067 annotation manager (#6913)Tobrun2016-11-071-1/+1
* Prefix library resources to avoid naming conflicts (#6878)Tobrun2016-11-026-9/+9
* [android] - MarkerView is responsible for managing height and width of a Mark...Tobrun2016-10-252-15/+43
* [android] - move marker view click handling to core (#5639)Tobrun2016-10-251-15/+31
* MarkerView more robust when updates are asynchronous (#6717)Tobrun2016-10-172-18/+19
* [android] - add transparent image for MarkerViews ghosting SymbolAnnotations ...Tobrun2016-10-132-4/+6
* Rotate markerview (#6640)Tobrun2016-10-103-11/+43
* [android] - do not update marker while creating (#6314)Tobrun2016-09-192-9/+8
* [android] added missing rotation, cleanup duplicate entries (#6153)Tobrun2016-08-291-4/+1
* [android] alpha not applied from builder fix for marker view (#6152)Tobrun2016-08-292-4/+3
* [android] Anchoring was only set once while it was still unmeasured. There ar...Tobrun2016-08-291-4/+7
* [core, android, ios, macos] Replaced getPointAnnotationsInBounds() w/ queryPo...Minh Nguyễn2016-08-121-6/+7
* [android] #5889 - update info window location when info window content is bei...Tobrun2016-08-091-0/+1
* [android] #5880 - javadoc cleanup part oneTobrun2016-08-083-5/+26
* [android] #5717 - update MarkerView when added to the map, previously only up...Tobrun Van Nuland2016-08-031-0/+3
* [android] #5663 - make shape annotations updateableTobrun2016-08-033-11/+65
* [android] Fixes #5777. deselectMarker is delegated to MapboxMap from Marker m...Bharath MG2016-07-241-2/+18
* [android] #5745 - allow selectMarker on MapboxMap to be called with a MarkerViewTobrun Van Nuland2016-07-241-2/+30
* [android] #5631 - add a concrete java exception when creating a marker withou...Tobrun2016-07-142-0/+10
* [android] #5513 - make sure view is measured first before anchoringTobrun2016-07-071-0/+4