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: MobileNativeFoundation/Store
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.0.0
Choose a base ref
...
head repository: MobileNativeFoundation/Store
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.1.0-alpha01
Choose a head ref
  • 10 commits
  • 56 files changed
  • 2 contributors

Commits on Oct 7, 2023

  1. Update README.md

    Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
    matt-ramotar authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    3559a78 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Add cacheOnly option to StoreReadRequest (#586)

    * Add cacheOnly option to StoreReadRequest
    
    Signed-off-by: William Brawner <me@wbrawner.com>
    
    * Fix doc on StoreReadRequest.cacheOnly
    
    Signed-off-by: William Brawner <me@wbrawner.com>
    
    * Hit disk caches for cacheOnly requests
    
    Signed-off-by: William Brawner <me@wbrawner.com>
    
    * Rename cacheOnly to localOnly
    
    Signed-off-by: William Brawner <william.p.brawner@aexp.com>
    
    * Send NoNewData and log warning for localOnly requests with no local data sources configured
    
    Signed-off-by: William Brawner <william.p.brawner@aexp.com>
    
    ---------
    
    Signed-off-by: William Brawner <me@wbrawner.com>
    Signed-off-by: William Brawner <william.p.brawner@aexp.com>
    wbrawner authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    ab4d2e0 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Update CONTRIBUTING.md (#589)

    * Update CONTRIBUTING.md
    
    Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
    
    * Fix formatting
    
    ---------
    
    Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
    matt-ramotar authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    35b2832 View commit details
    Browse the repository at this point in the history
  2. Update pull_request_template.md (#590)

    Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
    matt-ramotar authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    4f34a8b View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Support Paging (#550)

    * Add Molecule and Paging libraries, update Kotlin version and enable Compose UIKit
    
    * Second stab
    
    * Clean up
    
    Signed-off-by: mramotar_dbx <mramotar@dropbox.com>
    
    * Remove StoreState and use StoreReadResponse
    
    Signed-off-by: mramotar_dbx <mramotar@dropbox.com>
    
    * Rename to launchPagingStore
    
    Signed-off-by: mramotar_dbx <mramotar@dropbox.com>
    
    * Remove log statements
    
    Signed-off-by: mramotar_dbx <mramotar@dropbox.com>
    
    * Rename to InsertionStrategy
    
    Signed-off-by: mramotar_dbx <mramotar@dropbox.com>
    
    * Move StoreKey and StoreData to core
    
    Signed-off-by: mramotar_dbx <mramotar@dropbox.com>
    
    * Make StoreMultiCacheAccessor thread safe
    
    Signed-off-by: mramotar_dbx <mramotar@dropbox.com>
    
    * Rename KeyProvider methods
    
    * Remove MultiCache and Identifiable
    
    * Add REPLACE InsertionStrategy
    
    * Add AndroidManifest.xml
    
    * Fix formatting errors
    
    * Add design_doc.md
    
    * Fix build.gradle.kts
    
    Signed-off-by: mramotar <mramotar@dropbox.com>
    
    * Update versions
    
    Signed-off-by: mramotar <mramotar@dropbox.com>
    
    ---------
    
    Signed-off-by: mramotar_dbx <mramotar@dropbox.com>
    Signed-off-by: mramotar <mramotar@dropbox.com>
    matt-ramotar authored Jan 7, 2024
    Configuration menu
    Copy the full SHA
    8cc8edd View commit details
    Browse the repository at this point in the history
  2. Support custom error types (#583)

    * Rebase
    
    Signed-off-by: mramotar <mramotar@dropbox.com>
    
    * Cover custom error
    
    Signed-off-by: mramotar <mramotar@dropbox.com>
    
    ---------
    
    Signed-off-by: mramotar <mramotar@dropbox.com>
    matt-ramotar authored Jan 7, 2024
    Configuration menu
    Copy the full SHA
    912a390 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Expose converter via StoreBuilder.from() function (#594)

    Signed-off-by: William Brawner <me@wbrawner.com>
    wbrawner authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    c3950a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Mark :core and :paging as experimental

    Signed-off-by: mramotar <mramotar@dropbox.com>
    matt-ramotar committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    52f0dba View commit details
    Browse the repository at this point in the history
  2. Remove molecule

    Signed-off-by: mramotar <mramotar@dropbox.com>
    matt-ramotar committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    8558ed0 View commit details
    Browse the repository at this point in the history
  3. Prepare for release 5.1.0-alpha01

    Signed-off-by: mramotar <mramotar@dropbox.com>
    matt-ramotar committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    5ef94c2 View commit details
    Browse the repository at this point in the history
Loading