summaryrefslogtreecommitdiff
path: root/platform/android/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* [android] - update changelog for v7.1.2upstream/tvn-cp-13888tobrun2019-02-071-0/+4
|
* [android] changelog for v7.1.1android-v7.1.1Łukasz Paczos2019-02-011-0/+4
|
* [android] - update changelog for v7.1.0 (#13833)android-v7.1.0Tobrun2019-01-301-0/+4
|
* [android] - update changelog for v7.1.0-beta.1android-v7.1.0-beta.1tobrun2019-01-231-0/+11
|
* [android] - update changelog for v7.1.0-alpha.3android-v7.1.0-alpha.3upstream/lp-v7.1.0-alpha.3-build-testTobrun2019-01-211-0/+16
|
* [android] - update changelog for v7.1.0-alpha.2android-v7.1.0-alpha.2tobrun2019-01-161-0/+21
|
* [android] - update changelog for v7.0.1tobrun2019-01-101-0/+3
|
* [android] - update changelog for android v7.1.0-alpha.1android-v7.1.0-alpha.1tobrun2019-01-091-10/+21
|
* [android] v7.0.0 changelog (#13684)Osana Babayan2019-01-071-0/+5
|
* [android] changelog for 6.8.1 (#13647)Langston Smith2018-12-211-1/+5
| | | | | | | | * [android] changelog updates for 6.8.1 * Removed blank line * Update to style revert pr number
* 7.0.0-beta.2 changelog (#13634)Osana Babayan2018-12-211-0/+9
|
* [android] changelog for 6.8.0Łukasz Paczos2018-12-201-0/+12
|
* [android] changelog for 7.0.0-beta.1Łukasz Paczos2018-12-121-7/+18
|
* changelog for v7.0.0-alpha.3 (#13489)android-v7.0.0-alpha.3Osana Babayan2018-11-301-0/+8
|
* [android] changelog for v6.7.2 (#13487)Łukasz Paczos2018-11-301-2/+5
|
* [android,ios,macos] Update changelogsBruno de Oliveira Abinader2018-11-291-0/+1
|
* [docs] Changelog entries for local font usage by MapSnapshotterChris Loer2018-11-241-0/+3
|
* Changelog for 7.0.0-alpha.2 (#13433)android-v7.0.0-alpha.2Osana Babayan2018-11-211-1/+7
|
* [core] Fixed {prefix} evaluationMinh Nguyễn2018-11-211-0/+3
| | | | This appears to have been an attempt to use the std::string fill constructor, but it ended up creating a one-character-long string and attempting to overwrite the null terminator.
* [android] changelog for 6.7.1Łukasz Paczos2018-11-161-0/+3
|
* update changelog for v7.0.00-alpha.1 (#13373)android-v7.0.0-alpha.1Osana Babayan2018-11-141-0/+20
|
* [android] bump telemetry to 3.5.4, update changelog for 6.6.7Łukasz Paczos2018-11-091-0/+6
|
* [android] - update changelog for v6.7.0 and prior 6.6.x releasesTobrun2018-11-081-8/+18
|
* [android] - update changelog for v6.7.0-beta.1 and v6.6.3Tobrun2018-10-311-0/+14
|
* [android] - update changelogs for v6.7.0-alpha.2 and v6.6.2android-v6.7.0-alpha.2Tobrun2018-10-241-0/+14
|
* [android] - update changelog for 6.7.0-alpha.1 and 6.6.1android-v6.7.0-alpha.1Tobrun2018-10-171-1/+15
|
* [android] changelog for 6.6.0Łukasz Paczos2018-10-111-1/+1
|
* [ios, macos, android, node] update changelogsMolly Lloyd2018-10-031-0/+1
|
* [android] - changelog for 6.6.0-beta.1Łukasz Paczos2018-10-031-0/+4
|
* [ios,android,macos] add changelog entry for #12931Konstantin Käfer2018-10-021-0/+1
| | | | [skip firebase]
* [android] changelog for 6.6.0-alpha.2android-v6.6.0-alpha.2Łukasz Paczos2018-09-261-0/+9
|
* [android] update 6.6.0-alpha.1 changelog to reflect ProGuard changesŁukasz Paczos2018-09-201-0/+1
|
* [android] changelog for 6.6.0.alpha.1android-v6.6.0-alpha.1Łukasz Paczos2018-09-191-2/+11
|
* [android, ios, macos, node] Update CHANGELOGsJohn Firebaugh2018-09-131-0/+1
|
* [android] - update changelog for v6.5.0upstream/6.5.0tobrun2018-09-121-0/+4
|
* Port symbol-z-order symbol layout style-spec property to Nativeupstream/sort-by-yryanhamley2018-09-071-0/+1
|
* [android] - update changelog for v6.5.0-beta.1tobrun2018-09-051-1/+15
|
* [ios, node, macos, android] update changelogs for feature expression supportMolly Lloyd2018-08-311-0/+3
|
* [android] - update changelog for v6.5.0-alpha.2 releaseandroid-v6.5.0-alpha.2Tobrun2018-08-291-0/+7
|
* [android] - update changelog for release v6.5.0-alpha.1android-v6.5.0-alpha.1Tobrun2018-08-221-3/+18
|
* [android] - update changelog with fixed security vulnerabilityTobrun2018-08-161-0/+1
|
* [android] changelog for v6.4.0Łukasz Paczos2018-08-161-0/+4
| | | | (cherry picked from commit 5aee8d9)
* [core] Fix querying for annotations near tile boundaries at high zoom.Chris Loer2018-08-141-0/+1
| | | | | | | | Fixes issue #12472. This commit doesn't address the underlying issues that come from symbolAnnotationTree using a slightly lower precision coordinate system than the annotations themselves. Instead, it just puts a small padding around each tile when it queries for tile data, so that symbols right at the tile boundary will be included in both tiles. The rendering/querying code will take care of only displaying one instance. The padding is in global coordinates, so at higher zoom the padding will be larger in tile units -- this is consistent with precision loss also being greater at higher zoom.
* [core] Don't default-show text/icons that depend on the placement of a ↵Chris Loer2018-08-131-1/+4
| | | | | | paired icon/text Fixes issue #12483.
* [android] - changelog for 6.4.0-beta.1Łukasz Paczos2018-08-091-0/+6
|
* [android] changelog for 6.4.0-alpha.2android-v6.4.0-alpha.2Łukasz Paczos2018-08-011-0/+9
|
* [android] - changelog for 6.4.0-alpha.1ios-v4.3.0-alpha.1android-v6.4.0-alpha.1Łukasz Paczos2018-07-251-3/+13
|
* [core] Check all bucket dynamic_castsJohn Firebaugh2018-07-241-0/+1
| | | | A mismatch can occur when a layer changes from one type to another.
* [ios, macos, android] Add changelog entriesJohn Firebaugh2018-07-201-0/+3
|
* [android] - update changelog for v6.3.0 finalTobrun2018-07-181-3/+8
|