Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mapbox/mapbox-gl-native
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: android-v8.2.1
Choose a base ref
...
head repository: mapbox/mapbox-gl-native
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-picklejuice
Choose a head ref
  • 5 commits
  • 23 files changed
  • 4 contributors

Commits on Aug 27, 2019

  1. [core] Fix layer impl cast in render layer implementations

    This PR puts `impl()` functions definitions into a nameless namespace
    to provide internal linkage and to make sure that appropriate cast function
    is invoked.
    
    (cherry picked from commit c7169e6)
    pozdnyakov authored and Łukasz Paczos committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    cd6e24c View commit details
    Browse the repository at this point in the history
  2. [core] Fix use after std::move detected by clang-tidy

    Detected by the bot being setup at
    #15385.
    
    (cherry picked from commit 6dfe0e6)
    tmpsantos authored and Łukasz Paczos committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    808d311 View commit details
    Browse the repository at this point in the history
  3. Revert "[android] invalidate camera when setting a padding"

    (cherry picked from commit baa7086)
    LukasPaczos authored and Łukasz Paczos committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    956bd52 View commit details
    Browse the repository at this point in the history
  4. [core] Fix tileCover / TileCoordinate fromScreenCoordinate(#15442)

    Remove unecessary tile coordinate unproject -> project  step.
    Unproject+project isn't always a noop and this was the issue leading to wrong cover calculation in high pitch values.
    
    Fixes: #15442
    
    (cherry picked from commit 9eff849)
    astojilj authored and Łukasz Paczos committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    eb141c8 View commit details
    Browse the repository at this point in the history
  5. [android] changelog for v8.2.2

    LukasPaczos authored and Łukasz Paczos committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    55243d4 View commit details
    Browse the repository at this point in the history
Loading