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 Loading
base: 5.1.0-alpha02
Choose a base ref
...
head repository: MobileNativeFoundation/Store Loading
compare: main
Choose a head ref
  • 11 commits
  • 161 files changed
  • 5 contributors

Commits on Jan 28, 2024

  1. Release 5.1.0-alpha02 (#601)

    Signed-off-by: mramotar <[email protected]>
    matt-ramotar committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    e25e3c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Prepare for development (#607)

    Signed-off-by: mramotar <[email protected]>
    matt-ramotar committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    12f1212 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Add WasmJS target to cache (#605)

    Signed-off-by: BoD <[email protected]>
    BoD committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    b7aa329 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Add Cache.getAllPresent() (#609)

    * Add Cache.getAllPresent()
    
    Signed-off-by: BoD <[email protected]>
    
    * Add comment and avoid nesting indentation level
    
    Signed-off-by: BoD <[email protected]>
    
    * Don't use buildMap
    
    Signed-off-by: BoD <[email protected]>
    
    ---------
    
    Signed-off-by: BoD <[email protected]>
    BoD committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    63928aa View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Update ChannelManager.kt (#637)

    * Update ChannelManager.kt
    
    Signed-off-by: Luki <[email protected]>
    
    * adding test
    
    Signed-off-by: Luki <[email protected]>
    
    * Update StoreChannelManagerTests.kt
    
    Minor changes for readability, consistency, and scope management
    
    * Update build.gradle.kts
    
    Using Turbine
    
    ---------
    
    Signed-off-by: Luki <[email protected]>
    Co-authored-by: Matt Ramotar <[email protected]>
    lukisk and matt-ramotar committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    cc39941 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Fix failing CI tests (#641)

    Our CI checks have been failing since #605. Changes in this PR:
    - Bumping to Kotlin 2.0.0
    - Bumping to ktlint 12.1.0
    - Bumping to java 17
    - Adding lint baselines
    - Removing node overrides
    ---------
    Signed-off-by: matt-ramotar <[email protected]>
    matt-ramotar committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    393e68e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d32307 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Release 5.1.0-alpha03 (#647)

    Signed-off-by: matt-ramotar <[email protected]>
    matt-ramotar committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    56f4fce View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. fix: lower JVM target to Java 11 (#648)

    Signed-off-by: Harsh Shandilya <[email protected]>
    msfjarvis committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    48266f4 View commit details
    Browse the repository at this point in the history
  2. Use Java 11 everywhere (#649)

    * fix: lower JVM target to Java 11
    
    Signed-off-by: Harsh Shandilya <[email protected]>
    
    * Use Java 11
    
    Signed-off-by: Matt Ramotar <[email protected]>
    
    * Dump APIs
    
    * Fix sdk inconsistencies
    
    * Reset min sdk to 24
    
    ---------
    
    Signed-off-by: Harsh Shandilya <[email protected]>
    Signed-off-by: Matt Ramotar <[email protected]>
    Co-authored-by: Harsh Shandilya <[email protected]>
    matt-ramotar and msfjarvis committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    83e5f8d View commit details
    Browse the repository at this point in the history
  3. Prepare for development (#650)

    Signed-off-by: Matt Ramotar <[email protected]>
    matt-ramotar committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    d503fbf View commit details
    Browse the repository at this point in the history
Loading