summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [core] Wrapped LatLng should be inclusive of min and max longitude.upstream/latlng-wrap-inclusiveAsheem Mamoowala2017-12-214-2/+14
* Update mapbox-gl-js submoduleLauren Budorick2017-12-202-0/+1
* [core] Better align fill-extrusion vertex layoutLauren Budorick2017-12-208-29/+26
* [android] getting bitmap from drawable fixŁukasz Paczos2017-12-201-5/+23
* Saving/restoring MyLocationViewSettings (#10746)Łukasz Paczos2017-12-197-37/+134
* LatLngBounds.union parameters should be specified in NESW order (#10728)Osana Babayan2017-12-191-16/+16
* [android] update lifecycle documentation for fragments (#10736)Antonio Zugaldia2017-12-191-2/+2
* [build] Forgot to update CI image to linux-clang-3.8-libcxxBruno de Oliveira Abinader2017-12-191-4/+1
* [android] - bump gradle syntax to 4.1Tobrun2017-12-194-42/+33
* [android] - replace anonymous inner classes with lambdaTobrun2017-12-19100-10347/+8206
* [android] - enable java 8 language featuresTobrun2017-12-191-3/+3
* [android] - update project to gradle 4.1, gradle tools 3.0, build tools 26.0.2Tobrun2017-12-193-5/+5
* [build] linux-clang39-debug → linux-clang-3.8-libcxx-debugBruno de Oliveira Abinader2017-12-192-4/+9
* [android] - add binding integration for expressions (#10654)Tobrun2017-12-1913-173/+4144
* [android] Updated Spanish, Vietnamese translationsMinh Nguyễn2017-12-182-4/+6
* Updated location layer plugin link in MapboxMap object's javadocs (#10707)Langston Smith2017-12-181-9/+9
* [glfw] Use args in GLFW exampleBruno de Oliveira Abinader2017-12-182-58/+43
* [build] Replace boost_libprogram_options with argsBruno de Oliveira Abinader2017-12-186-93/+104
* [build] Add new warnings suggested by Xcode 9Jason Wray2017-12-151-3/+6
* [core] Fix copy in range-based for loopsJason Wray2017-12-152-2/+2
* [ios] Add 1024px app icon for iosappJason Wray2017-12-152-1/+2
* [ios] Fix strict prototypes warnings in blocksJason Wray2017-12-152-2/+2
* [ios, macos] Update to Xcode 9.x build settingsJason Wray2017-12-1512-15/+63
* [ios] Fix C++ symbol visibility warnings in test suiteAndrew Kitchen2017-12-151-0/+2
* [all] update CI images (#10695)Tobrun2017-12-152-15/+15
* [core] Migrated upcase, downcase to platform codeMinh Nguyễn2017-12-141-8/+3
* [android] new map touch listeners API commentspaczos2017-12-141-9/+19
* [android] checkstyle fixuppaczos2017-12-142-8/+15
* [android] added map touch listeners testpaczos2017-12-142-42/+153
* [android] added map touch listeners api based on listspaczos2017-12-143-12/+220
* [core] Overzoomed image sources vanish (#10677)Asheem Mamoowala2017-12-133-33/+95
* [core] update CA bundles used for cURLKonstantin Käfer2017-12-131-424/+27
* Add ignores for new ==, != tests (#10679)Anand Thakker2017-12-121-0/+13
* [core] Include bucket name in queryRenderedSymbols duplicate feature filterChris Loer2017-12-112-3/+2
* [android] Add basic JavaDoc comment for LocalGlyphActivity.Chris Loer2017-12-111-0/+4
* [ios,macos] Revert ideographic->ideograph name change.Chris Loer2017-12-115-6/+6
* [ios,macos] Update docs to use Apple-friendly "PingFang" font example.Chris Loer2017-12-114-4/+4
* [macos, ios] Adds documentation for the MGLIdeographFontFamilyName keyAndrew Kitchen2017-12-112-0/+8
* [darwin, macos] Rename Info.plist key for consistencyAndrew Kitchen2017-12-113-11/+3
* [ios,macos] Remove dead/non-functioning font-weight and glyph metric code.Chris Loer2017-12-112-79/+23
* [android] Tweak LocalGlyphActivity description to be a bit more specific than...Chris Loer2017-12-111-1/+1
* [android] Fixups for LocalGlyphActivityChris Loer2017-12-113-5/+10
* [android] Add Configuration hook for local ideograph font family and demo act...Asheem Mamoowala2017-12-1115-41/+193
* [macos,ios,android] Unit test fixupsChris Loer2017-12-111-17/+17
* [core, macos, ios] Unit tests for LocalGlyphRasterizerChris Loer2017-12-118-6/+289
* [darwin, ios, macos] Introduces an MGLRendererConfiguration classAndrew Kitchen2017-12-116-18/+113
* [android] Android implementation of local CJK glyph renderingChris Loer2017-12-115-1/+209
* [ios, macos] Adds support for specifying an ideographic font family nameAndrew Kitchen2017-12-112-8/+30
* [ios,macos] Darwin implementation of a CoreText-based LocalGlyphRasterizer.Chris Loer2017-12-1115-28/+309
* [core] Enable local glyph generation using TinySDF.Chris Loer2017-12-1113-271/+428