summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [ios] check vertical vs horizontal gesture distanceupstream/jmkiley-horizontal-quickzoomjmkiley2018-01-031-6/+10
|
* add max & min latitude and longitude constants to maps sdk Osana Babayan2018-01-024-37/+103
| | | | | add max & min latitude and longitude constants to maps sdk that are independent of Mercator projection closes #10780
* [android] - add orientation change regression testtobrun2018-01-023-5/+120
|
* [android] - refactor surface destruction NPE fixtobrun2018-01-021-34/+19
|
* [android] Fixes #10563 NPE addAnnotationIconhashfunction2018-01-021-0/+4
|
* [android] - use US local when converting between int color and RGBA String.tobrun2018-01-021-3/+4
|
* [ios] Update custom install docs for Xcode 9.1upstream/fb-ios-custom-install-updatesJason Wray2017-12-222-9/+11
|
* LatLng.wrap should return a new instance of LatLng (#10769)Osana Babayan2017-12-212-5/+40
| | | LatLng.wrap shoudl wrap mulpiples of max value to max
* 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
| | | | [android] saving/restoring MyLocationViewSettings, updated BitmapUtils
* 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
| | | | Also removes duplicate unknown pragmas warning.
* [core] Fix copy in range-based for loopsJason Wray2017-12-152-2/+2
| | | | Caught by `CLANG_WARN_RANGE_LOOP_ANALYSIS = YES`.
* [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
| | | | Fixes #10656
* [all] update CI images (#10695)Tobrun2017-12-152-15/+15
|
* [core] Migrated upcase, downcase to platform codeMinh Nguyễn2017-12-141-8/+3
| | | | Replaced manual, per-character upper- and lowercasing code with calls to platform-specific code that affects a wider range of characters.
* [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
| | | Use z0 tile coordinates instead of screen coordinates to compute ideal zoom for image sources
* [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
| | | | GL JS change: https://github.com/mapbox/mapbox-gl-js/pull/5840 GL Native issue: https://github.com/mapbox/mapbox-gl-native/issues/10678
* [core] Include bucket name in queryRenderedSymbols duplicate feature filterChris Loer2017-12-112-3/+2
| | | | | - Port of GL JS PR #5703 - Fixes issue #10616
* [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
| | | | Original GL JS name was meant to represent "font family to use for locally generating ideographs", but "ideographic font family" communicates a similar intent more concisely.
* [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
| | | | Also removes related dead code in macos MGLMapView.mm
* [ios,macos] Remove dead/non-functioning font-weight and glyph metric code.Chris Loer2017-12-112-79/+23
| | | | Add local font family to default iosapp configuration.
* [android] Tweak LocalGlyphActivity description to be a bit more specific ↵Chris Loer2017-12-111-1/+1
| | | | than the title.
* [android] Fixups for LocalGlyphActivityChris Loer2017-12-113-5/+10
|
* [android] Add Configuration hook for local ideograph font family and demo ↵Asheem Mamoowala2017-12-1115-41/+193
| | | | activity