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: wbinarytree/android-architecture-components
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mukesh-git/android-architecture-components
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 15 commits
  • 51 files changed
  • 9 contributors

Commits on May 19, 2017

  1. Configuration menu
    Copy the full SHA
    18dc0d2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from googlesamples/update-gradle-version

    upgrade to the latest gradle & gradle plugin versions
    florina-muntenescu authored May 19, 2017
    Configuration menu
    Copy the full SHA
    3056565 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ebe48b View commit details
    Browse the repository at this point in the history

Commits on May 21, 2017

  1. Disable InvalidPackage lint for Okio and Retrofit

    These jars contain references to packages that don't exist in Android
    before O; this lint causes builds to fail when targetting older
    versions.
    pianoben committed May 21, 2017
    Configuration menu
    Copy the full SHA
    268db1f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2017

  1. Merge pull request #8 from googlesamples/gradle_update

    Updating the gradle distribution url for Basic and ContentProvider samples
    svasilinets authored May 22, 2017
    Configuration menu
    Copy the full SHA
    28ece3c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2017

  1. Update README.md

    shanuka authored May 24, 2017
    Configuration menu
    Copy the full SHA
    4b379c7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #21 from shanuka/patch-1

    Update README.md
    JoseAlcerreca authored May 24, 2017
    Configuration menu
    Copy the full SHA
    7dbab6e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11 from benjamin-bader/disable-invalid-package-lint

    Disable InvalidPackage lint for Okio and Retrofit
    yigit authored May 24, 2017
    Configuration menu
    Copy the full SHA
    bf256af View commit details
    Browse the repository at this point in the history
  4. Simplify injection of ViewModelProvider.Factory instances by using Mu…

    …ltibinding.
    
    Adding a ViewModel now only requires adding one method in ViewModelModule and no changes in GithubViewModelFactory.
    cypressious committed May 24, 2017
    Configuration menu
    Copy the full SHA
    619ef78 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2017

  1. Merge pull request #28 from cypressious/multibind

    Simplify injection of ViewModelProvider.Factory instances by using Multibinding
    yigit authored Jun 3, 2017
    Configuration menu
    Copy the full SHA
    e33782b View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2017

  1. Configuration menu
    Copy the full SHA
    404b009 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3bc260 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2017

  1. Merge pull request #70 from googlesamples/rxjava_sample

    Architecture Components sample with RxJava
    florina-muntenescu authored Jun 23, 2017
    Configuration menu
    Copy the full SHA
    107ec68 View commit details
    Browse the repository at this point in the history
  2. typo fix

    florina-muntenescu committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    9b2ccf8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #72 from googlesamples/readme_fix

    Typo fix in the main README
    JoseAlcerreca authored Jun 23, 2017
    Configuration menu
    Copy the full SHA
    9ba0514 View commit details
    Browse the repository at this point in the history
Loading