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: airbnb/AirMapView
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Findyr/AirMapView
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 12 files changed
  • 2 contributors

Commits on Feb 10, 2016

  1. Merge commit '9bf20c8fa02a7b9be122005d290d6b019d59021e' into feature/…

    …marker_api
    Adam Kaplan committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    c886b12 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/marker_api'

    Adam Kaplan committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    751980a View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2016

  1. Refactoring setInfoWindowCreator to use AirMapView-based interfaces.

    * Added new interface to abstract Google's InfoWindowAdapter interface
    * Refactored NativeGoogleMapFragment to use new interface for info window adapters.
    * Updated sample code to use info windows.
    Adam Kaplan committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    8ec2bd9 View commit details
    Browse the repository at this point in the history
  2. Fixing map to initialize info window adapter after the map has been i…

    …nitialized.
    Adam Kaplan committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    1f93b07 View commit details
    Browse the repository at this point in the history
  3. Adding info window creator to sample code.

    Adam Kaplan committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    75d8e72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    188e02b View commit details
    Browse the repository at this point in the history
  5. Fix per code review.

    Adam Kaplan committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    8dbb4ed View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2 from Findyr/feature/info_window_adapter

    Refactor InfoWindowAdapter
    Adam Kaplan committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    f4c7d7a View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2016

  1. Adding ability to update position and margins for the native Info Win…

    …dow for Web maps.
    
    * Added interface method to update the layout parameters.
    * Updated WebViewMapFragment to call updateInfoWindowLayout after info window has been added to frame.
    * Updated sample code to implement layout update.
    Adam Kaplan committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    fa8294a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from Findyr/feature/info_window_gravity

    Info Window positioning for web maps
    Adam Kaplan committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    6d20c9c View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2016

  1. Merge branch 'airbnb'

    # Conflicts:
    #	library/src/main/java/com/airbnb/android/airmapview/NativeGoogleMapFragment.java
    #	library/src/main/java/com/airbnb/android/airmapview/WebViewMapFragment.java
    #	sample/src/main/java/com/airbnb/airmapview/sample/MainActivity.java
    Adam Kaplan committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    f2e7d65 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2016

  1. Update build grade

    Justin Henck committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    b942bc1 View commit details
    Browse the repository at this point in the history
Loading