| Commit message (Expand) | Author | Age | Files | Lines |
* | [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] Add delegate method to specify the user location annotation’s position | Nadia Barbosa | 2018-10-02 | 12 | -8/+147 |
* | [ios, macos] Add Italian settings translations. (#12908) | Fabian Guerra Soto | 2018-10-02 | 1 | -0/+0 |
* | [core] Do not constrain on X axis in ConstrainMode::HeightOnly | Bruno de Oliveira Abinader | 2018-10-02 | 1 | -6/+3 |
* | [ios,android,macos] add changelog entry for #12931 | Konstantin Käfer | 2018-10-02 | 3 | -0/+3 |
* | [ios, macos] Fixed camera initialization with eye coordinate | Minh Nguyễn | 2018-10-01 | 2 | -11/+50 |
* | [ios, macos] Added MGLMapCamera.viewingDistance property | Minh Nguyễn | 2018-10-01 | 3 | -2/+52 |
* | [ios, macos] Distinguish between viewing distance and altitude | Minh Nguyễn | 2018-10-01 | 13 | -13/+145 |
* | Moved MGLAltitudeForZoomLevel and MGLZoomLevelForAltitude to public API (#12986) | Dave Prukop | 2018-10-01 | 4 | -19/+22 |
* | [ios, macos] Disable offline merge test. | Fabian Guerra | 2018-10-01 | 1 | -9/+13 |
* | [Qt] UpdateParameters should always be available when rendering | Bruno de Oliveira Abinader | 2018-10-01 | 3 | -4/+11 |
* | [ios] Bump podspec to 4.5.0-alpha.2.ios-v4.5.0-alpha.2 | Fabian Guerra | 2018-09-26 | 3 | -3/+3 |
* | [ios] Enable 120fps on capable devices | Jason Wray | 2018-09-26 | 2 | -1/+2 |
* | [ios, macos] Add crossSourceCollissions property. (#12941) | Fabian Guerra Soto | 2018-09-26 | 8 | -3/+36 |
* | [ios] Bump more test timeouts for Xcode 10 sluggishness | Jason Wray | 2018-09-26 | 4 | -8/+7 |
* | [android] changelog for 6.6.0-alpha.2android-v6.6.0-alpha.2 | Łukasz Paczos | 2018-09-26 | 1 | -0/+9 |
* | [ios] Static framework defines module | Minh Nguyễn | 2018-09-26 | 2 | -0/+4 |
* | [ios] Fix for user location annotation jittering (and view annotations laggin... | Julian Rex | 2018-09-26 | 3 | -16/+33 |
* | [ios, build] Print file sizes during deployment; don't print progress | Jason Wray | 2018-09-26 | 1 | -3/+16 |
* | [ios, build] Use make iframework for all packaging | Jason Wray | 2018-09-26 | 3 | -19/+13 |
* | [ios, build] Stop deploying static framework | Jason Wray | 2018-09-26 | 1 | -2/+0 |
* | [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 | 3 | -0/+10 |
* | [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 |
* | [android] clear CameraChangeDispatcher message queue when camera move is rest... | Łukasz Paczos | 2018-09-26 | 3 | -117/+175 |
* | [ios] Move pending test check into `invokeTest` (#12964) | Julian Rex | 2018-09-25 | 4 | -5/+17 |
* | [android] - add selected state paradigm to SymbolLayerActivity | Tobrun | 2018-09-25 | 2 | -58/+114 |
* | [android] - update custom sprite example with iconAllowOverlap and iconIgnore... | Tobrun | 2018-09-25 | 1 | -5/+10 |
* | [android] - test app activity leak fix for ManualLocationUpdatesActivity | Tobrun | 2018-09-25 | 1 | -4/+6 |
* | [android] - test app activity leak fix for BottomSheetActivity | Tobrun | 2018-09-25 | 1 | -2/+5 |
* | [android] - test app activity leak fix for CameraAnimationActivity | Tobrun | 2018-09-25 | 1 | -43/+21 |
* | [android] invalidate camera mode in LocationComponent for gestures initiated ... | Łukasz Paczos | 2018-09-25 | 2 | -2/+64 |
* | [android] - avoid failing CI tests when device under test doesn't have a vali... | tobrun | 2018-09-25 | 3 | -78/+6 |
* | [core] Always request 1x and @2x sprite images for portability | Konstantin Käfer | 2018-09-24 | 1 | -4/+6 |
* | [android] - replace reflection setup with a findViewById, improves stability ... | Tobrun | 2018-09-24 | 2 | -18/+18 |
* | [macos] Avoid flipping some layer icons | Minh Nguyễn | 2018-09-23 | 3 | -0/+12 |
* | [android] - complete proguard revision | Tobrun | 2018-09-22 | 2 | -30/+24 |
* | Use named function instead of lambda for SQlite3 log config | Asheem Mamoowala | 2018-09-21 | 1 | -3/+8 |
* | [ios, tests] Bump most waitForExpectationsWithTimeout's to 5s | Jason Wray | 2018-09-20 | 10 | -25/+25 |
* | [ios, tests] Work around improper verbing of 'optional' | Jason Wray | 2018-09-20 | 1 | -0/+7 |
* | [android] update 6.6.0-alpha.1 changelog to reflect ProGuard changes | Łukasz Paczos | 2018-09-20 | 1 | -0/+1 |
* | [ios] Update changelogs and bump podspec to 4.5.0-alpha.1ios-v4.5.0-alpha.1 | Fabian Guerra | 2018-09-19 | 5 | -6/+14 |
* | [ios, macos] Fix add file content test, create Documents folder when missing. | Fabian Guerra | 2018-09-19 | 1 | -3/+8 |