summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/annotations/IconFactory.java
Commit message (Collapse)AuthorAgeFilesLines
* Solve lint issues, reduce baseline (#9627)Tobrun2017-07-281-0/+2
| | | | * [android] - fix lint issues SDK
* Revisit Javadoc for 5.1.0 (#9266)Tobrun2017-06-201-21/+25
| | | | | | | | | | * [android] - revisit public API javadoc * [android] fix javadoc minor mistakes and typos * grammar tweak * add missing public javadoc
* [android] - enforce usage bitmap for icon, cleanup test app resources (#7906)Tobrun2017-02-041-80/+36
|
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-187/+189
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-0/+65
|
* Prefix library resources to avoid naming conflicts (#6878)Tobrun2016-11-021-2/+2
| | | | | | | | * [android] - add library resource prefix * update SDK resources with prefix * fixup tests
* [android] - add transparent image for MarkerViews ghosting SymbolAnnotations ↵Tobrun2016-10-131-0/+3
| | | | | | | | (#6675) * [android] - add transparent image to core for MarkerView ghosting SymbolAnnotations. Removes logging messages: `Can't find sprite ... `. Cleanup MapView. * [android] - use alpha_8 config to only allocate one byte, rename id for better readability.
* [android] #5276 - icon should be optional for MarkerViewTobrun Van Nuland2016-06-151-0/+8
|
* [android] #3756 - unit test annotations integration in MapboxMapTobrun2016-02-151-0/+4
| | | | | | [android] #3756 - unit tests fixes [android] #3756 - allow using inheritance Marker, added example to WindowAdapterActivity
* [android] #3338 - add javadoc annotations packageTobrun2016-01-191-0/+4
|
* [android] #3304 - refactor SpriteFactory to IconFactory, changed all the ↵Tobrun2015-12-201-0/+149
sprite names to icon for convention