| Commit message (Expand) | Author | Age | Files | Lines |
* | Consolidate `style::Layer` properties API | Mikhail Pozdnyakov | 2018-10-25 | 2 | -127/+42 |
* | [android] deprecated ZoomButtonsController support | Łukasz Paczos | 2018-10-25 | 2 | -0/+7 |
* | [android] telemetry 3.5.0 bump (#13171) | Łukasz Paczos | 2018-10-25 | 2 | -9/+14 |
* | [android] - update changelogs for v6.7.0-alpha.2 and v6.6.2android-v6.7.0-alpha.2 | Tobrun | 2018-10-24 | 1 | -0/+14 |
* | File deactivate should be called before callbacks | Bharath MG | 2018-10-24 | 1 | -3/+3 |
* | [android] Removed an unused import | Tamás Szincsák | 2018-10-24 | 1 | -1/+0 |
* | [android] Revert vectorDrawables.useSupportLibrary to false in order to incre... | Tamás Szincsák | 2018-10-24 | 7 | -10/+4 |
* | [android] renamed format expression options, added format expression example | Łukasz Paczos | 2018-10-24 | 6 | -34/+63 |
* | [android] update local streets style used for CI testing | Łukasz Paczos | 2018-10-24 | 1 | -8573/+1457 |
* | [android] "format" expression support | Łukasz Paczos | 2018-10-24 | 23 | -109/+1062 |
* | [android] Minimal Android wrapper on 'format' expression | Chris Loer | 2018-10-24 | 3 | -52/+11 |
* | [android] - remove view tree observer | Tobrun | 2018-10-24 | 1 | -28/+1 |
* | Revert "[android] - infer nullity" | tobrun | 2018-10-23 | 131 | -1375/+415 |
* | Revert "[android] - add NonNull to MapboxMap parameter for onMapReady callbac... | tobrun | 2018-10-23 | 27 | -47/+28 |
* | [core] refactor util::toString to use RapidJSON's stringification | Konstantin Käfer | 2018-10-23 | 2 | -3/+3 |
* | [core] remove some uses of <iostream> and <sstream> | Konstantin Käfer | 2018-10-23 | 1 | -4/+13 |
* | [core] unify UTF-8/16 conversion to <boost/locale/encoding_utf.hpp> | Konstantin Käfer | 2018-10-23 | 1 | -3/+4 |
* | [core] CameraOptions receives and outputs angle and pitch as degrees, not rad... | Bruno de Oliveira Abinader | 2018-10-19 | 2 | -11/+10 |
* | [android] Include "must-revalidate" in putResourceWithURL | Chris Loer | 2018-10-17 | 3 | -3/+8 |
* | [android] Add OfflineManager.putResourceForURL | Chris Loer | 2018-10-17 | 3 | -1/+56 |
* | [android] - update changelog for 6.7.0-alpha.1 and 6.6.1android-v6.7.0-alpha.1 | Tobrun | 2018-10-17 | 1 | -1/+15 |
* | [android] - use appcompat resource configuration for vector drawables | Tobrun | 2018-10-16 | 2 | -7/+5 |
* | [android] - bump snapshot version to 6.7.0 | Tobrun | 2018-10-16 | 1 | -1/+1 |
* | [android] Minimal Android support for 'format' expression | Chris Loer | 2018-10-15 | 4 | -2/+69 |
* | [android] - remove obsolete catch block in getLayerAs | Tobrun | 2018-10-15 | 1 | -10/+3 |
* | [android] - include mapbox sdk services proguard configuration | Tobrun | 2018-10-15 | 1 | -0/+6 |
* | [android] - avoid printing exception for valid code execution path | Tobrun | 2018-10-15 | 1 | -5/+8 |
* | [android] - add equals, hashcode and toString to camera update types from Cam... | Tobrun | 2018-10-12 | 1 | -0/+157 |
* | [android] - infer nullity | Tobrun | 2018-10-12 | 131 | -415/+1375 |
* | [android] - add NonNull to MapboxMap parameter for onMapReady callback, remov... | Tobrun | 2018-10-12 | 27 | -28/+47 |
* | [android] - replace OnMapChange with specific callbacks | Tobrun | 2018-10-11 | 7 | -77/+1062 |
* | [android] changelog for 6.6.0 | Łukasz Paczos | 2018-10-11 | 1 | -1/+1 |
* | [android] push a new mapofflineevent upon region creation (#12544) | Antonio Zugaldia | 2018-10-09 | 4 | -1/+41 |
* | [android] - fix readme to point to correct developing.md in root | Tobrun | 2018-10-09 | 1 | -1/+1 |
* | [android] - reverse order of prioritising shape vs marker click handling | Tobrun | 2018-10-09 | 1 | -7/+7 |
* | [android] - fix fragments example that were crashing on orientation change | Łukasz Paczos | 2018-10-08 | 2 | -2/+2 |
* | [ios, macos, android, node] update changelogs | Molly Lloyd | 2018-10-03 | 1 | -0/+1 |
* | [android] - changelog for 6.6.0-beta.1 | Łukasz Paczos | 2018-10-03 | 1 | -0/+4 |
* | [android] - move camera and puck immediately when starting to track and displ... | Łukasz Paczos | 2018-10-03 | 4 | -10/+50 |
* | [android] - add configuration to change the animation duration multiplier whe... | Łukasz Paczos | 2018-10-03 | 5 | -6/+69 |
* | [ios,android,macos] add changelog entry for #12931 | Konstantin Käfer | 2018-10-02 | 1 | -0/+1 |
* | [android] changelog for 6.6.0-alpha.2android-v6.6.0-alpha.2 | Łukasz Paczos | 2018-09-26 | 1 | -0/+9 |
* | [android] check external database's read/write permissions asynchronously | Łukasz Paczos | 2018-09-26 | 2 | -13/+147 |
* | [android] nullcheck region metadata in example activity, enable debug mode fo... | Łukasz Paczos | 2018-09-26 | 2 | -3/+10 |
* | [android] copy files from assets task util | Łukasz Paczos | 2018-09-26 | 3 | -78/+115 |
* | [android] explicitly set temp directory for SQLite3 | Konstantin Käfer | 2018-09-26 | 1 | -0/+4 |
* | [android] expose offline database merge API | Łukasz Paczos | 2018-09-26 | 12 | -15/+538 |
* | [android] preserve GLSurfaceView's EGL context on pause | Łukasz Paczos | 2018-09-26 | 1 | -0/+1 |
* | [android] - bump telemetry dependency to 3.2.1 | Tobrun | 2018-09-26 | 1 | -1/+1 |
* | [android] dispatch camera idle/transition cancelling only if required | Łukasz Paczos | 2018-09-26 | 1 | -14/+35 |