Toni Rico
Toni Rico
This PR adds support for the fastlane internal plugin and starts using in a series of jobs to: - bump SDK version - create github release - publish releases
### Description https://revenuecats.atlassian.net/browse/CSDK-486 This PR adds a cache for the user data we get from Amazon. We get user data from the Amazon SDK very frequently on different operations and...
### Description https://revenuecats.atlassian.net/browse/CSDK-145 (See the issue for a video with a working test case) In this PR, we use Maestro (https://maestro.mobile.dev/) to add a simple UI test that makes a...
### Description We recently updated a library that actually made us incompatible with apps targeting android 33. We shouldn't inadvertently change that, so we are adding these simple apps which...
Contributed by @JayShortway in #1644 ### Motivation There's a small typo in the docs of `PaywallColor`. `#RRGGBBAA` should have been `#AARRGGBB`, according to the docs of the underlying API being...
### Description This adds the enforced mode to the public API. I've also retested it manually to make sure the behavior is expected. - [ ] Holding until we're ready...
### Description This branch has a PoC of emerge tools snapshot tests.
### Description This gets the latest version of the plugin with some fixes for the index.html automation update and makes the index.html point to the latest stable version.
### Description This makes it so, if we detect the diagnostics file gets too big during SDK initialization, we just clear it and start over. In a follow-up PR, we...
### Description Adds a new event to track when we reach the diagnostics file size limit as implemented in #3824