Thanks to visit codestin.com
Credit goes to github.com

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

Commits on Oct 8, 2020

  1. Configuration menu
    Copy the full SHA
    90ded8d View commit details
    Browse the repository at this point in the history
  2. Make changes to ProtoDataStore:

    1) use context.createDataStore factory
    2) Fix bug where unspecified value is not handled
    3) Update SharedPreferencesMigration to use the updated Constructor
    rohitsat13 authored and florina-muntenescu committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    737f6db View commit details
    Browse the repository at this point in the history
  3. Revert "Make changes to ProtoDataStore:"

    This reverts commit 007cf2f.
    rohitsat13 authored and florina-muntenescu committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    9610b1d View commit details
    Browse the repository at this point in the history
  4. Update the protodatastore code: (#7)

    * Update the protodatastore code:
    1) Use the new factory: context.createDataStore
    2) handle unspecified values of SortOrder
    rohitsat13 authored and florina-muntenescu committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    56416ec View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2020

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

Commits on Nov 25, 2020

  1. Merge pull request #12 from googlecodelabs/fm/proto_version_bump

    [Proto DataStore] version bump
    florina-muntenescu authored Nov 25, 2020
    Configuration menu
    Copy the full SHA
    c671222 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8feb9a View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Merge pull request #15 from googlecodelabs/fm/proto_alpha04

    [Proto DataStore] Bump to alpha04
    florina-muntenescu authored Jan 15, 2021
    Configuration menu
    Copy the full SHA
    4754f84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9929ce6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #20 from googlecodelabs/fm/proto_alpha06

    [Proto DataStore] Bump to alpha06
    florina-muntenescu authored Jan 15, 2021
    Configuration menu
    Copy the full SHA
    730a0e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Configuration menu
    Copy the full SHA
    80031b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Configuration menu
    Copy the full SHA
    7a12312 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Merge pull request #23 from googlecodelabs/fm/proto_alpha07

    [Proto DataStore] Update to alpha08
    florina-muntenescu authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    ab59f7e View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Proto DataStore (#40)

    * Bump version, fix dark mode title color & onChangeListeners for Chips
    
    * Fix dark mode for deadline, update Gradle
    
    * Fetch the DataStore prefs on ViewModel init
    
    * Add showCompleted listener
    simona-anomis authored Oct 8, 2021
    Configuration menu
    Copy the full SHA
    2100f11 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Bump versions for Bumblebee

    Updated versions of:
    Kotlin, AGP and gradle
    compileSDK and targetSDK
    dependencies
    
    removed lines:
    implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
    
    set up:
    android:exported="true" in Manifest
    osuleymanova committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    acc741f View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Merge pull request #52 from osuleymanova/Proto_datastore-Bump-version…

    …s-for-Bumblebee
    
    Bump versions for Bumblebee
    JoseAlcerreca authored Feb 16, 2022
    Configuration menu
    Copy the full SHA
    56c38f8 View commit details
    Browse the repository at this point in the history
Loading