summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [core, offline] Limit offline downloads to use half of maximum concurrent ↵upstream/nitpick-formatChris Loer2018-09-263-3/+6
| | | | | | file requests. Fixes issue #12655: don't let offline downloads starve interactive tile downloads.
* [build] add pre-push hook for checking code formattingKonstantin Käfer2018-09-262-0/+48
|
* [build] post clang-format suggestions to PRsKonstantin Käfer2018-09-265-24/+190
|
* [build] use current HEAD if CIRCLE_SHA1 is not setKonstantin Käfer2018-09-261-3/+2
|
* [ios] Fix for user location annotation jittering (and view annotations ↵Julian Rex2018-09-263-16/+33
| | | | lagging) (#12895)
* [ios, build] Build releases with Xcode 10.0Jason Wray2018-09-261-2/+2
|
* [ios, build] Print file sizes during deployment; don't print progressJason Wray2018-09-261-3/+16
|
* [ios, build] Use make iframework for all packagingJason Wray2018-09-264-33/+18
|
* [ios, build] Stop deploying static frameworkJason Wray2018-09-261-2/+0
|
* [android] check external database's read/write permissions asynchronouslyŁukasz Paczos2018-09-262-13/+147
|
* [android] nullcheck region metadata in example activity, enable debug mode ↵Łukasz Paczos2018-09-262-3/+10
| | | | for MergeOfflineRegionsActivity
* [android] copy files from assets task utilŁukasz Paczos2018-09-263-78/+115
|
* [android] explicitly set temp directory for SQLite3Konstantin Käfer2018-09-263-0/+10
|
* [android] expose offline database merge APIŁukasz Paczos2018-09-2612-15/+538
|
* [android] preserve GLSurfaceView's EGL context on pauseŁukasz Paczos2018-09-261-0/+1
|
* [android] - bump telemetry dependency to 3.2.1Tobrun2018-09-261-1/+1
|
* [android] dispatch camera idle/transition cancelling only if requiredŁukasz Paczos2018-09-261-14/+35
|
* [android] clear CameraChangeDispatcher message queue when camera move is ↵Łukasz Paczos2018-09-263-117/+175
| | | | restarted
* [ios] Move pending test check into `invokeTest` (#12964)Julian Rex2018-09-254-5/+17
|
* [android, build] Add firebase skipping to android-gnustl-arm-v7Jason Wray2018-09-251-44/+39
|
* [android] - add selected state paradigm to SymbolLayerActivityTobrun2018-09-252-58/+114
| | | | [android] - update Circle layer activity with cluster configuration
* [android] - update custom sprite example with iconAllowOverlap and ↵Tobrun2018-09-251-5/+10
| | | | iconIgnorePlacement
* [android] - test app activity leak fix for ManualLocationUpdatesActivityTobrun2018-09-251-4/+6
|
* [android] - test app activity leak fix for BottomSheetActivityTobrun2018-09-251-2/+5
|
* [android] - test app activity leak fix for CameraAnimationActivityTobrun2018-09-251-43/+21
|
* [android] invalidate camera mode in LocationComponent for gestures initiated ↵Łukasz Paczos2018-09-252-2/+64
| | | | changes only if necessary
* [android] - avoid failing CI tests when device under test doesn't have a ↵tobrun2018-09-253-78/+6
| | | | valid internet connection
* [core] Always request 1x and @2x sprite images for portabilityKonstantin Käfer2018-09-242-9/+13
| | | | When creating a offline region, we've previously only requested the sprite image for the specified resolution. This lead to offline packs not being usable on devices that have a different pixel ratio. We're now requesting both 1x and 2x sprites. Some devices use even higher or fractional pixel ratios. However, we only ever use 1x and 2x sprite images in our requests.
* [android] - replace reflection setup with a findViewById, improves stability ↵Tobrun2018-09-242-18/+18
| | | | of the instrumentation tests on cCI
* [macos] Avoid flipping some layer iconsMinh Nguyễn2018-09-233-0/+12
|
* [android] - complete proguard revisionTobrun2018-09-222-30/+24
|
* Use named function instead of lambda for SQlite3 log configAsheem Mamoowala2018-09-211-3/+8
|
* [core] don't break ascent in the overscaled tile phaseKonstantin Käfer2018-09-212-5/+54
| | | | We optimize our updateRenderable algorithm by breaking ascent when we've already checked a certain tile. So far, we've compared the UnwrappedTileIDs, but they don't include the overscale component. When ascending through overscaled tile IDs, we've stopped the ascent too early, when we should've kept the search going.
* [core] Don't log GL renderer string on every context initializationAnder Conselvan de Oliveira2018-09-211-2/+5
| | | | | | | | | | Commit 1c53dc9ca8d9 ([core] Refactor vertex array object extension initialization) changed where the GL renderer string is checked in order to prevent the vertex array extension initialization in certain platforms and in doing so made the logging of that string more frequent, once per context initialization instead of at most once per process. This is a lot more verbose, specially when running unit tests, so make sure that string is logged at most once as it was previously.
* [ios, tests] Bump most waitForExpectationsWithTimeout's to 5sJason Wray2018-09-2010-25/+25
| | | | | | [skip firebase] Bump MGLOfflineStorageTests timeouts to 5 seconds
* [ios, tests] Work around improper verbing of 'optional'Jason Wray2018-09-201-0/+7
|
* [build, ios] Add canary Xcode 10 CircleCI jobJason Wray2018-09-201-0/+34
|
* [android] update 6.6.0-alpha.1 changelog to reflect ProGuard changesŁukasz Paczos2018-09-201-0/+1
|
* [ios] Update changelogs and bump podspec to 4.5.0-alpha.1ios-v4.5.0-alpha.1Fabian Guerra2018-09-195-6/+14
|
* [docs] First uncompressed shader source diffChris Loer2018-09-191-49/+9
|
* [docs] Include uncompressed shader source in .cpp commentsChris Loer2018-09-1926-0/+3343
| | | | | | This is meant to (1) Make it easier for new developers to find the source (2) Make it easier to look at shader diffs when the GL JS pin changes
* [ios, macos] Fix add file content test, create Documents folder when missing.Fabian Guerra2018-09-191-3/+8
|
* [test] Bump gl-js pin.Chris Loer2018-09-1915-1569/+1579
|
* [core] For string-valued properties, do coercion rather than assertionJohn Firebaugh2018-09-199-51/+89
|
* [core] Auto-convert concat arguments to stringsJohn Firebaugh2018-09-193-9/+15
|
* [ios] Remove Settings target; move Settings.bundle to iosappNadia Barbosa2018-09-1927-158/+11
| | | | | | | | | | | | [ios] Remove copying of Settings.bundle from packaging script [ios] Move Settings bundle under ios/app in file system [ios] Copy bundle to iosapp in packaging script [ios] Remove stranded Root.strings from SDK [ios] Add English localization to example Settings.bundle
* [android] changelog for 6.6.0.alpha.1android-v6.6.0-alpha.1Łukasz Paczos2018-09-191-2/+11
|
* [core] add --cache option to GLFW binary to specify the cache databaseKonstantin Käfer2018-09-192-1/+5
|
* [android] - update proguard config to not warn about AutoValueTobrun2018-09-192-2/+1
|
* [android] - bump snapshot version to v6.6.0Tobrun2018-09-191-1/+1
|