summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/annotations/Marker.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] invalidate InfoWindow's y-offset when content is setŁukasz Paczos2018-08-241-1/+1
|
* [android] using @Keep annotation across the project with the help of lint checksŁukasz Paczos2018-07-261-0/+3
|
* [WIP] InfoWindow refactor (#8080)Pablo Guardiola2017-02-281-1/+1
| | | | | | | | | | * [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
* [android] jni high level binding refactorIvo van Dongen2017-02-241-9/+7
|
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-214/+214
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* cherry-picked 7013 into master (#7247)Cameron Mace2016-12-011-14/+74
|
* Prefix library resources to avoid naming conflicts (#6878)Tobrun2016-11-021-1/+1
| | | | | | | | * [android] - add library resource prefix * update SDK resources with prefix * fixup tests
* [android] - do not update marker while creating (#6314)Tobrun2016-09-191-0/+7
| | | | | | | | * [android] - do not update marker while creating, add activity to prevent regression * [core] - add asserts to incorrect usage of update and remove annotations api * [android] - fix marker tests
* [android] #5889 - update info window location when info window content is ↵Tobrun2016-08-091-0/+1
| | | | being refreshed
* [android] #5880 - javadoc cleanup part oneTobrun2016-08-081-2/+13
|
* [android] Dynamic update of InfowWindow with InfoWindowAdapter exampleIvo van Dongen2016-06-161-0/+5
| | | | Fixes #5353
* [android] #5237 - Enabled Updates To InfoWindow's Title and SnippetBrad Leege2016-06-071-3/+21
|
* [android] #5102 - update marker view position correctly by comparing markers ↵Tobrun Van Nuland2016-05-251-17/+0
| | | | based on id instead of location
* [android] #3276 - View Marker model integrationTobrun2016-05-201-11/+7
|
* [android] #3276 - View annotation integration in MarkerTobrun2016-05-201-5/+27
|
* [android] #3276 - android view annotations adapter approachTobrun2016-05-201-19/+0
|
* [android] #3276 - WIP Android View Annotations, showing an Android SDK view ↵Tobrun2016-05-201-0/+19
| | | | on the screen
* [android] #5014 - Removing malformed HTML from Javadocsandroid-v4.0.1Brad Leege2016-05-121-2/+1
|
* [android] #3756 - unit test annotations integration in MapboxMapTobrun2016-02-151-1/+8
| | | | | | [android] #3756 - unit tests fixes [android] #3756 - allow using inheritance Marker, added example to WindowAdapterActivity
* [android] Update marker position and icon #3885Gabriel Miklós2016-02-151-2/+17
|
* [android] #3145 - MapboxMapTobrun2016-01-291-30/+15
|
* [android] #3338 - add javadoc annotations packageTobrun2016-01-191-3/+13
|
* [android] #3573 - Marker clicks stop working after orientation changeTobrun2016-01-181-4/+4
|
* [android] #3517 - recreating InfoWindow with correct MapView instanceTobrun2016-01-151-6/+4
|
* [android] #3304 - refactor SpriteFactory to IconFactory, changed all the ↵Tobrun2015-12-201-3/+3
| | | | sprite names to icon for convention
* [android] Move into platform subdirectoryJohn Firebaugh2015-12-161-0/+158