| Commit message (Expand) | Author | Age | Files | Lines |
* | [all] - update licenses to 2019 | tobrun | 2019-01-04 | 1 | -1/+1 |
* | [android] - save debug cache state vs map state | tobrun | 2019-01-02 | 1 | -2/+6 |
* | [android] Add "localIdeographs" option to OfflineRegionDefinition. | Chris Loer | 2018-12-21 | 4 | -9/+82 |
* | [android] changelog for 6.8.1 (#13647) | Langston Smith | 2018-12-21 | 1 | -1/+5 |
* | 7.0.0-beta.2 changelog (#13634) | Osana Babayan | 2018-12-21 | 1 | -0/+9 |
* | [android] reworked instrumentation test activity to use a local style again | Łukasz Paczos | 2018-12-20 | 3 | -19/+5 |
* | [android] - remove timber in favor of mapbox logger | tobrun | 2018-12-20 | 1 | -4/+4 |
* | [android] changelog for 6.8.0 | Łukasz Paczos | 2018-12-20 | 1 | -0/+12 |
* | [android] update core styles | Łukasz Paczos | 2018-12-19 | 2 | -10/+10 |
* | [android] clean up remaining deprecated methods for 7.0.0 | Łukasz Paczos | 2018-12-19 | 13 | -245/+170 |
* | adding param (#13597) | Langston Smith | 2018-12-19 | 1 | -0/+11 |
* | [android] dismiss the foreground color only when the style is loaded | Łukasz Paczos | 2018-12-19 | 1 | -4/+6 |
* | mas upgrade to 4.3.0 (#13610) | Osana Babayan | 2018-12-19 | 1 | -1/+1 |
* | [mac, ios] Enable core-only layers | Mikhail Pozdnyakov | 2018-12-18 | 1 | -1/+1 |
* | [android] location update fastest interval workaround | Łukasz Paczos | 2018-12-18 | 1 | -2/+16 |
* | [build] rework platform/default directory and add -files.txt for vendored libs | Konstantin Käfer | 2018-12-14 | 7 | -25/+28 |
* | [android] properly stop renderer when dismissing an example dialog | Łukasz Paczos | 2018-12-14 | 1 | -4/+9 |
* | [android] option to disable smooth animation of compass and accuracy values | Łukasz Paczos | 2018-12-14 | 9 | -46/+215 |
* | [android] immediate location animation based on map's projection | Łukasz Paczos | 2018-12-13 | 8 | -15/+89 |
* | [android] - move MapboxMapTest to java unit test | tobrun | 2018-12-13 | 3 | -232/+111 |
* | [androd] - add weak references checks to all jni callbacks | Tobrun | 2018-12-13 | 3 | -6/+24 |
* | [android] - validate if weakreference is still valid | Tobrun | 2018-12-13 | 1 | -12/+51 |
* | [android] register compass sensor listener only if provided data is consumed ... | Łukasz Paczos | 2018-12-13 | 8 | -22/+288 |
* | [android] - remove style load test from instrumented unit tests | tobrun | 2018-12-13 | 1 | -18/+0 |
* | Fixed compass update time not getting updated | Bharath MG | 2018-12-13 | 1 | -3/+3 |
* | [android] changelog for 7.0.0-beta.1 | Łukasz Paczos | 2018-12-12 | 1 | -7/+18 |
* | [android] LatLng bounds cannot be wrapped (#13419) | Osana Babayan | 2018-12-12 | 14 | -482/+430 |
* | [android] - set snapshot version to 7.1.0 | Tobrun | 2018-12-12 | 1 | -1/+1 |
* | [android] CameraMode transition animation and result listeners | Łukasz Paczos | 2018-12-12 | 8 | -40/+523 |
* | [Android] Add setPreferredFramesPerSecond for MapView (#13498) | Kevin Li | 2018-12-12 | 5 | -8/+73 |
* | [docs] EnterIdle -> BecomeIdle | Chris Loer | 2018-12-11 | 7 | -40/+40 |
* | [core, darwin, android] Add onDidEnterIdle to MapObserver. | Chris Loer | 2018-12-11 | 7 | -1/+110 |
* | [android] Enable core-only layers | Mikhail Pozdnyakov | 2018-12-11 | 2 | -11/+48 |
* | [android] - add more tests, refactor map padding | Tobrun | 2018-12-11 | 6 | -32/+226 |
* | [android] - instrumented unit tests, add map tests, refactor generated layer ... | Tobrun | 2018-12-11 | 13 | -2902/+2239 |
* | [core, android, darwin] Move layer factories to separate files | Mikhail Pozdnyakov | 2018-12-10 | 11 | -0/+11 |
* | [android] - remove style config from mapboxMapOptions and attributes | tobrun | 2018-12-10 | 73 | -267/+218 |
* | [android] - introduce validateState, add illegal state exception to all invoc... | tobrun | 2018-12-10 | 2 | -129/+55 |
* | [android] - throw exception when another style is loading, correct RuntimeSty... | tobrun | 2018-12-10 | 3 | -18/+32 |
* | [android] - optimise loaded style for location component, expose isFullyLoaded | Tobrun | 2018-12-10 | 7 | -18/+150 |
* | [android] - make style part of location component activation, add tests for n... | Tobrun | 2018-12-10 | 17 | -208/+355 |
* | [android] - update unit test to match NativeMapView#isDestroyed | Tobrun | 2018-12-10 | 1 | -0/+1 |
* | [android] - update sanity test to Style.java | Tobrun | 2018-12-10 | 5 | -49/+51 |
* | [android] - add unit tests for Style.java API | Tobrun | 2018-12-10 | 10 | -47/+440 |
* | [android] - add missing javadoc on public API methods around Style | Tobrun | 2018-12-10 | 2 | -1/+50 |
* | [android] fix LocationComponent unit test with Style.java object | Łukasz Paczos | 2018-12-10 | 2 | -41/+58 |
* | [android] - un-ignore location tests | Tobrun | 2018-12-10 | 1 | -5/+0 |
* | [android] - use builder json/url for constructing style object | Tobrun | 2018-12-10 | 3 | -13/+18 |
* | [android] move style callback invocation to MapboxMap | Łukasz Paczos | 2018-12-10 | 10 | -176/+138 |
* | [android] - cleanup images | Tobrun | 2018-12-10 | 1 | -0/+8 |