summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/snapshotter
Commit message (Collapse)AuthorAgeFilesLines
* [android] - nullify codebase with annotationsTobrun2018-11-072-9/+27
|
* Revert "[android] - infer nullity"tobrun2018-10-232-28/+11
| | | | This reverts commit 617742710852a5a958a13f2b659f8c307973e49d.
* [android] - infer nullityTobrun2018-10-122-11/+28
|
* [android] - modularise the sdktobrun2018-08-241-3/+6
|
* [android] obtain paths to file directories on a worker threadŁukasz Paczos2018-08-201-1/+1
|
* [android] using @Keep annotation across the project with the help of lint checksŁukasz Paczos2018-07-262-0/+20
|
* [android] - add LatLng for pixel conversion feature to MapSnapshottertobrun2018-07-051-0/+8
|
* [core] [android] - add style json setter/getter to map snapshottertobrun2018-05-301-0/+6
|
* UI thread checking (#12000)Tobrun2018-05-251-3/+8
| | | * [android] - add UI thread checking
* Style JSON configuration on map snapshotter (#11976)Tobrun2018-05-231-2/+12
| | | * [core, android, darwin] - add style JSON configuration on MapSnapshotter
* [android] - use float for pixelratio when creating a snapshotterTobrun2018-03-021-3/+3
|
* [android] - validate if width and height aren't 0 when creating options classTobrun2018-03-021-0/+3
|
* [android] - fix javadoc utf8 encoding issues, add missing package-info.java ↵Tobrun2018-02-221-0/+4
| | | | items
* MapSnapshot attribution (#10362)Tobrun2017-11-142-26/+155
| | | | | | | | | | | | | | | | * [android] - add attribution * [android] - optimise attribution sources * [android] - rework datamodel to attribution class * [android] - refactor Attribution, add tests * [android] - add getter for attribution string * [android] - rework attribution to include small logo, add layout placement * [android] - finalise integration and layout logic
* [android] - fix logo scale for MapSnapshotTobrun2017-11-021-27/+52
|
* [android] - add logo resize to MapSnapshotterTobrun2017-11-012-4/+58
|
* [android] - make snapshot logo optionalTobrun2017-11-012-4/+25
|
* [android] map snapshotter - expose attributionsIvo van Dongen2017-11-011-1/+10
|
* [android] map snapshotter - wrap snapshot in native peer for access to the ↵Ivo van Dongen2017-11-012-9/+69
| | | | pointFor functionality
* [android] map snapshotter - add mutatorsIvo van Dongen2017-11-011-2/+32
|
* [android] - set error handler when starting snapshotter, remove obsolete ↵Tobrun Van Nuland2017-09-211-1/+2
| | | | static keyword on interface
* [android] map snapshotterIvo van Dongen2017-08-301-0/+259