[go: nahoru, domu]

Skip to content
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: googlemaps/android-maps-compose Loading
base: v2.2.0
Choose a base ref
...
head repository: googlemaps/android-maps-compose Loading
compare: v2.2.1
Choose a head ref
  • 5 commits
  • 20 files changed
  • 4 contributors

Commits on May 25, 2022

  1. chore: update owners (#127)

    jpoehnelt committed May 25, 2022
    1 Configuration menu
    Copy the full SHA
    4c07866 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. chore: Add GoogleMapComposable annotation. (#130)

    * chore: Add GoogleMapComposable annotation.
    
    * Address PR feedback.
    
    Change-Id: I2819da87f7b3c3f1505402ff718b2139b6b1d114
    
    * Remove GoogleMapComposable annotation from sample.
    
    Change-Id: Ide6c50f04e62ed4f4fae1d50f4500d677d41bd76
    arriolac committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    f251dfa View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. docs: Update demo app to include more examples (#94)

    It now includes a new main activity with buttons for each example - the previous example is now "Basic Map Activity".
    
    It also adds an example for using the map in a column to serve as documentation for #78 - "Map In Column Activity".
    barbeau committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    0d01aeb View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. fix: Prevent MapView from being recreated when still in composition (#…

    …137)
    
    Addresses a bug wherein the underlying MapView gets recreated due to
    lifecycle events, however, the GoogleMap composable never leaves
    the composition. In this state, map properties (markers, camera
    position, etc.) don't get restored.
    
    Change-Id: Iba141aa2f325fa505ef8cc2f015117bcaea856c4
    arriolac committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    83b1cd7 View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.2.1 [skip ci]

    ## [2.2.1](v2.2.0...v2.2.1) (2022-06-07)
    
    ### Bug Fixes
    
    * Prevent MapView from being recreated when still in composition ([#137](#137)) ([83b1cd7](83b1cd7))
    semantic-release-bot committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    e4e6796 View commit details
    Browse the repository at this point in the history
Loading