summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* A lil more cleanupupstream/iosapp-refactor-save-stateNadia Barbosa2019-04-264-44/+36
|
* [ios] Implement dictionary based map state persistance.Fabian Guerra2019-04-265-101/+64
|
* Refactor checkpointNadia Barbosa2019-04-262-46/+54
|
* Debug checkpoint for _propertyNadia Barbosa2019-04-255-83/+73
|
* Fix CI issue by checking for existing token set in environment variableNadia Barbosa2019-04-232-6/+6
|
* Draft of state managerNadia Barbosa2019-04-237-51/+211
| | | | | | | | | | | | | | | | | | | | | | Progress checkpoint Breaking up state saving into MBXStateManager but states aren't saving yet. Finish save state More progress State isn't being restored after app has been force quit Blank token Update circle.yml Yaaaaaayml Dead 🐄 Ok no dedbeef
* [ios] Refactor iosappNadia Barbosa2019-04-2322-48533/+153
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add X amount of annotations/symbols Remove "Add test shapes" Remove "Add point with a custom callout" Remove "Query annotations" Remove "Enable custom user dot" Remove building extrusions Remove style road layer Remove raster layer Remove add shapes Remove symbol color Remove building fill Remove style ferry layer Remove style parks Remove filtered things Remove query and style features Remove Style Feature Remove style point collection Remove update shape source data/url/features Remove style water / vector source / image source Remove style route line Mark to-be examples Remove limit camera changes Remove snapshots Surgery cleanup Remove MBXCustomLocationViewController Remove MBXSnapshotsViewController Put token in seprate file instead of alert controller make things work
* [android] update changelog for 7.4.0-beta.1 release“osana”2019-04-191-0/+20
|
* [ios, build] Update to libmbxaccounts v0.0.2 (#14462)Jason Wray2019-04-191-0/+0
|
* [android] Introduce AccountsManager to support SKU tokens in API requests ↵Antonio Zugaldia2019-04-1810-9/+174
| | | | (#14404)
* [android] Measure TileLoading performance (elapsedMS & responseCode) (#14420)Osana Babayan2019-04-184-0/+187
|
* add schema testkevin2019-04-1813-80/+305
|
* update android-nitpick.gradlekevin2019-04-184-5/+14
|
* bump telemetry to 4.4.1kevin2019-04-182-1/+1
|
* bump mapbox-events-androidkevin2019-04-184-8/+1
|
* bump telemetry to 4.4.0kevin2019-04-182-2/+1
|
* add base class for eventskevin2019-04-187-95/+91
|
* Add hashcode(), equals() and toString() methods to Events class.kevin2019-04-1810-56/+483
|
* Polish codes and add test caseskevin2019-04-1810-541/+580
|
* formatkevin2019-04-182-4/+7
|
* Use snapshot for testkevin2019-04-182-1/+2
|
* Add map eventskevin2019-04-188-110/+664
|
* Add MapEventFactorykevin2019-04-182-1/+206
|
* [ios] Add SKU tokens to all Mapbox requests (#14421)Jason Wray2019-04-179-15/+131
|
* [ios] Fix iOS Changelog on master (#14455)upstream/nb-sizecheck-b3b62f4Jordan Kiley2019-04-171-1/+1
|
* [ios] Bumped podspecs and changelog for v4.10.0 (#14452)Jordan Kiley2019-04-174-4/+4
|
* [ios] Consider anchored UIView callouts when deciding whether to enable ↵Julian Rex2019-04-172-11/+29
| | | | presentsWithTransaction (#14445)
* [core] Updated script detection for Unicode 12.1Minh Nguyễn2019-04-171-2/+13
| | | | Updated script detection files to reflect changes in Unicode 12.1.
* [android] - update changelog for v7.3.2tobrun2019-04-171-0/+4
|
* [core] Render layers use synchronized buckets and paint propertiesMikhail Pozdnyakov2019-04-178-49/+69
| | | | Actual for layers rendering the geometry tile data: line, fill, fill-extrusion, heatmap, circle, symbol (was updated in previous commits).
* [core] Simplify RenderLayer interface.Mikhail Pozdnyakov2019-04-177-30/+12
|
* [core] Update `style::LayerProperties` instances in tilesMikhail Pozdnyakov2019-04-1711-85/+94
|
* [core] Add `FadingTiles` layer type propertyMikhail Pozdnyakov2019-04-1712-11/+29
|
* [core] Introduce `LayerRenderData`. Source::update() accepts layer properties.Mikhail Pozdnyakov2019-04-1742-132/+166
|
* [core] Use `style::LayerProperties` in render layers, buckets and layouts.Mikhail Pozdnyakov2019-04-1759-457/+383
|
* [core] Introduce `style::LayerProperties` interface and its implementationsMikhail Pozdnyakov2019-04-1723-3/+389
|
* [core] Unskip symbol-sort-key render testsAlexander Shalamov2019-04-171-3/+0
|
* [core] Sort cross-tile symbol segments using symbol-sort-keyAlexander Shalamov2019-04-173-285/+422
|
* [core] Set sortKey for symbol segments during layout phaseAlexander Shalamov2019-04-173-11/+30
|
* [core] Add optional sortKey to segmentAlexander Shalamov2019-04-171-2/+6
|
* [darwin] Generate style code for symbol-sort-keyAlexander Shalamov2019-04-173-2/+116
|
* [android] Generate style code for symbol-sort-keyAlexander Shalamov2019-04-176-1/+76
|
* [core] Enable 'symbol-sort-key' layout property and generate style codeAlexander Shalamov2019-04-174-43/+73
|
* [core] Add 'auto' enum value to symbol-z-order layout propertyAlexander Shalamov2019-04-174-3/+3
|
* [android] - unify has surface state handlingtobrun2019-04-178-46/+29
|
* [ios] Ensure glFinish is called when going into the background, and block ↵Julian Rex2019-04-162-8/+73
| | | | rendering in the background (#14439)
* [android] - circle with radius expressed in physical measurement using turf.tobrun2019-04-162-8/+15
|
* [android] bump gestures library to v0.4.1Łukasz Paczos2019-04-162-1/+1
|
* [android] - program against NativeMap interfacetobrun2019-04-1613-47/+41
|
* [android] - circle with radius expressed in physical measurement using turf.tobrun2019-04-166-0/+165
|