summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK
Commit message (Expand)AuthorAgeFilesLines
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-273-0/+524
* [android] - share locationsource between locational components (#8825)Tobrun2017-04-262-2/+4
* [android] - avoid calling MarkerViewClickListener twice (#8804)Tobrun2017-04-241-7/+3
* [android] use AAssetManager instead of libzipKonstantin Käfer2017-04-241-5/+5
* [android] - convert camera position values coming from core (#8794)Tobrun2017-04-211-2/+1
* [android] Add a way to use a custom location source (#8710)Pablo Guardiola2017-04-203-21/+51
* [android] - move calculation of LatLngBounds to core (#8765)Tobrun2017-04-205-85/+45
* Harden telemetry event dispatch (#8767)Tobrun2017-04-203-18/+65
* [android] - expose source layer identifier (#8709)Tobrun2017-04-196-0/+47
* [android] - post resetting invalidation flag to avoid race condition (#8738)Tobrun2017-04-181-18/+24
* [android] - synchronize display and context initalisation with create surface...Tobrun2017-04-181-16/+18
* remove duplicated resources (#8743)Pablo Guardiola2017-04-131-3/+0
* [all] Remove redundant scale-related camera methodsJohn Firebaugh2017-04-134-62/+7
* [android] - derived source attribution (#8630)Tobrun2017-04-136-97/+188
* [android] - add binding integration for Map::setLatLngbounds, add example (#8...Tobrun2017-04-132-0/+27
* 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-119-76/+72
|\
| * Release android v5.0.2 (#8629)Tobrun2017-04-043-12/+11
| * [core] cache binary shaders on AndroidKonstantin Käfer2017-04-031-3/+8
| * Cherry pick v5.0.2 changes (#8586)Tobrun2017-03-313-2/+12
| * Revert 5.x touch changes (#8585)Tobrun2017-03-305-63/+60
| * [android] revert version name to snapshotAntonio Zugaldia2017-03-241-1/+1
| * [android] [auto] Update properties to version 5.0.1 in preparation for build.Antonio Zugaldia2017-03-242-2/+2
* | [android] Polygon holes (#8557)Pablo Guardiola2017-04-113-4/+152
* | [android] - avoid nullpointer by validating Mapbox.java creation when validat...Tobrun2017-04-112-14/+21
* | add compass drawable initialization in ui settings (#8695)Pablo Guardiola2017-04-102-1/+6
* | [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-061-6/+6
* | [android] Preflight argument validity before constructing LatLngJohn Firebaugh2017-04-061-8/+20
* | [android] - apply mix/max zoom xml attributes (#8631)Tobrun2017-04-051-0/+2
* | [core] Add DDS support for icon-imageJohn Firebaugh2017-03-311-3/+3
* | [core] Add DDS support for text-rotateJohn Firebaugh2017-03-311-3/+3
* | [android] - transition options for layer properties (#8509)Tobrun2017-03-318-4/+1050
* | [android] - Transifex intregration and Dutch translations. (#8556)Tobrun2017-03-302-0/+28
* | [android] allow resetting of resource transform callbackIvo van Dongen2017-03-301-2/+2
* | [android] - transition options in milliseconds, added test cases, fixup test ...Tobrun2017-03-301-8/+8
* | [android] - consitent use of ms unit for time in java code, unit conversion a...Tobrun2017-03-301-8/+2
* | [core] implement dds for text-offsetMolly Lloyd2017-03-281-3/+3
* | [core] Update mapbox-gl-js submoduleJohn Firebaugh2017-03-281-2/+2
* | [android] add option to set geometry and feature on geojson sourceIvo van Dongen2017-03-281-0/+69
* | [android] geojson conversion optimisationIvo van Dongen2017-03-282-30/+5
* | [android] - mark non-translatable resources, remove debug string resources, e...Tobrun2017-03-283-12/+16
* | [android] - harden offline region creation, add include method, expose world ...Tobrun2017-03-245-14/+140
* | [android] - correct anchoring when Icon is updated (#8519)Tobrun2017-03-242-0/+10
* | [android] - update VectorSource javadoc (#8521)Tobrun2017-03-241-2/+2
* | [core] cache binary shaders on AndroidKonstantin Käfer2017-03-221-3/+8
* | Merge branch 'release-ios-v3.5.0-android-v5.0.0'John Firebaugh2017-03-2135-245/+391
|\ \ | |/
| * Bump Android SNAPSHOT version (#8453)Tobrun2017-03-182-2/+2
| * [android] - only dispatch events if not handled by MarkerView (#8447)Tobrun2017-03-172-13/+23
| * 8322 javadoc 5.0.0 release (#8438)Tobrun2017-03-1711-53/+97
| * [android] - take in account focalpoint when performing transformations, simpl...Tobrun2017-03-177-101/+94