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-ktx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.1
Choose a base ref
...
head repository: googlemaps/android-maps-ktx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.0
Choose a head ref
  • 6 commits
  • 8 files changed
  • 4 contributors

Commits on May 4, 2021

  1. chore(deps): bump com.google.secrets_gradle_plugin in /app (#134)

    Bumps com.google.secrets_gradle_plugin from 0.5 to 0.6.
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored May 4, 2021
    Configuration menu
    Copy the full SHA
    24d5be1 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. chore(deps): bump maps-ktx from 3.0.0 to 3.0.1 in /app (#140)

    Bumps [maps-ktx](https://github.com/googlemaps/android-maps-ktx) from 3.0.0 to 3.0.1.
    - [Release notes](https://github.com/googlemaps/android-maps-ktx/releases)
    - [Changelog](https://github.com/googlemaps/android-maps-ktx/blob/main/release.gpg.gpg)
    - [Commits](v3.0.0...v3.0.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 5, 2021
    Configuration menu
    Copy the full SHA
    1a95114 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump maps-utils-ktx from 3.0.0 to 3.0.1 in /app (#142)

    Bumps [maps-utils-ktx](https://github.com/googlemaps/android-maps-ktx) from 3.0.0 to 3.0.1.
    - [Release notes](https://github.com/googlemaps/android-maps-ktx/releases)
    - [Changelog](https://github.com/googlemaps/android-maps-ktx/blob/main/release.gpg.gpg)
    - [Commits](v3.0.0...v3.0.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 5, 2021
    Configuration menu
    Copy the full SHA
    9b9ffe5 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. chore: Remove jcenter. (#118)

    * chore: Remove jcenter.
    
    * Volley and newer kotlin versions.
    arriolac authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    01efbad View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. feat: Add Kotlin Flow extensions for maps-ktx and maps-v3-ktx (#144)

    * feat: Add camera specific flow events and deprecate cameraEvents(). (#113)
    
    * feat: Add circleClickEvents() (#131)
    
    * feat: Add groundOverlayClicks() (#132)
    
    * feat: Add indoorStateChangeEvents() (#138)
    
    * feat: Add indoorStateChangeEvents()
    
    * Update demo to use local maps-ktx
    
    * feat: Add flow support for info window events. (#139)
    
    * feat: Add more flow events
    
    Added the following APIs:
    * mapClickEvents()
    * mapLongClickEvents()
    * markerClickEvents()
    * markerDragEvents()
    * myLocationButtonClickEvents()
    
    * chore: Bump Maps version to 17.0.1 and compile/target sdk to 30
    
    * feat: Add remaining flow extensions
    
    Added the following APIs:
    
    * myLocationClickEvents()
    * poiClickEvents()
    * polygonClickEvents()
    * polylineClickEvents()
    
    * feat: Add flow extensions to StreetViewPanoramaView.
    arriolac authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    e5cc99f View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.1.0 [skip ci]

    # [3.1.0](v3.0.1...v3.1.0) (2021-06-07)
    
    ### Features
    
    * Add Kotlin Flow extensions for maps-ktx and maps-v3-ktx ([#144](#144)) ([e5cc99f](e5cc99f)), closes [#113](#113) [#131](#131) [#132](#132) [#138](#138) [#139](#139)
    semantic-release-bot committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    ff99a6e View commit details
    Browse the repository at this point in the history
Loading