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: RevenueCat/purchases-android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.1.1
Choose a base ref
...
head repository: RevenueCat/purchases-android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.2.0
Choose a head ref
  • 12 commits
  • 76 files changed
  • 6 contributors

Commits on Jun 1, 2022

  1. Preparing for next version (#540)

    Co-authored-by: revenuecat-ops <ops@revenuecat.com>
    revenuecat-ops and revenuecat-ops authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    767dcb6 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Migrate from kotlin-android-extensions to kotlin-parcelize (#545)

    * Migrate from kotlin-android-extensions to kotlin-parcelize
    
    * Remove unnecessary plugin in module
    tonidero authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    79aed7b View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    a00ef13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd8df48 View commit details
    Browse the repository at this point in the history
  3. Validate API key (#542)

    * Validate API key
    
    * Rename amazon_ to amzn_ and small refactor in tests
    
    * Move APIKeyValidator to purchases module
    
    * Remove extra space in error message
    tonidero authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    75ac90f View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Remove some of the unused dependencies for tests in each module (#548)

    * Remove some of the unused dependencies on tests on our modules
    
    * Remove dependencies from library.gradle
    tonidero authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    a2fb6b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. New API to get customer info with a given CacheFetchPolicy (#546)

    * Added new  method to purchases that supports passing a
    
    * Some test renames and small cleanup
    
    * Change missing customer info cache error to use same codes as iOS
    
    * Setup comments to each of the cache fetch policies for better documentation
    
    * Test CacheFetchPolicy enum separated from PurchasesAPI
    
    * Rename cacheCustomerInfoAndSendToDelegateIfChanges to cacheCustomerInfoAndSendToDelegateIfChanged
    
    * Add getCustomerInfoWith listener function with fetch policy parameter
    
    * Fix detekt after method got too long
    
    * Refactor CustomerInfoRetriever to CustomerInfoHelper and move more functionality from Purchases to this class
    
    * Remove left out commented test
    
    * Make clear mocks happen during tear down
    
    * Substitute synchronized block with annotation in setter
    
    * Improve documentation of getCustomerInfo methods
    
    * Add back test to make sure we don't clear cache on request errors. Adding a comment for clarification
    
    * Move some cleanup tasks to tearDown instead of setup of tests
    
    * Fix small issue with new test
    
    * Fix error comment with proper behavior
    tonidero authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    2bed17a View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

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

Commits on Jul 4, 2022

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

Commits on Jul 12, 2022

  1. [CSDK-302] Fix: attempt to reconnect when billing response is error (#…

    …558)
    
    * added a few cases where we retry connection
    
    * added test
    
    * clean up imports
    aboedo authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    e799c28 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Release/5.2.0 (#549)

    * Version bump for 5.2.0
    
    * Fix CHANGELOG format
    
    * updated changelog
    
    Co-authored-by: Cesar de la Vega <cesarvegaro@gmail.com>
    tonidero and vegaro authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    1e37bfa View commit details
    Browse the repository at this point in the history
Loading