Skip to content

Remove feature:google module#1104

Merged
vegaro merged 3 commits into
mainfrom
cesar/sdk-3207-remove-featuregoogle-module
Jun 27, 2023
Merged

Remove feature:google module#1104
vegaro merged 3 commits into
mainfrom
cesar/sdk-3207-remove-featuregoogle-module

Conversation

@vegaro

@vegaro vegaro commented Jun 27, 2023

Copy link
Copy Markdown
Member

Before:
image

After:
image

@vegaro vegaro changed the base branch from main to cesar/sdk-3206-remove-featureidentity-module June 27, 2023 14:41
@vegaro vegaro changed the title Remove identity module Remove feature:google module Jun 27, 2023
@codecov

codecov Bot commented Jun 27, 2023

Copy link
Copy Markdown

Codecov Report

Merging #1104 (2cd7d48) into main (754db5e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1104   +/-   ##
=======================================
  Coverage   85.12%   85.12%           
=======================================
  Files         183      183           
  Lines        6493     6493           
  Branches      917      917           
=======================================
  Hits         5527     5527           
  Misses        601      601           
  Partials      365      365           
Impacted Files Coverage Δ
...at/purchases/google/BillingFlowParamsExtensions.kt 70.00% <ø> (ø)
.../com/revenuecat/purchases/google/BillingWrapper.kt 83.07% <ø> (ø)
...com/revenuecat/purchases/google/PurchaseContext.kt 100.00% <ø> (ø)
...ogle/attribution/GoogleDeviceIdentifiersFetcher.kt 88.37% <ø> (ø)
...cat/purchases/google/billingClientParamBuilders.kt 88.23% <ø> (ø)
...nuecat/purchases/google/billingResultExtensions.kt 100.00% <ø> (ø)
...ain/java/com/revenuecat/purchases/google/errors.kt 73.33% <ø> (ø)
...nuecat/purchases/google/pricingPhaseConversions.kt 100.00% <ø> (ø)
...enuecat/purchases/google/productTypeConversions.kt 75.00% <ø> (ø)
...uecat/purchases/google/purchaseStateConversions.kt 22.22% <ø> (ø)
... and 3 more

Base automatically changed from cesar/sdk-3206-remove-featureidentity-module to main June 27, 2023 15:20
@vegaro vegaro requested a review from a team June 27, 2023 15:40
@vegaro vegaro merged commit 6423df7 into main Jun 27, 2023
@vegaro vegaro deleted the cesar/sdk-3207-remove-featuregoogle-module branch June 27, 2023 16:02
tonidero added a commit that referenced this pull request Jul 12, 2023
**This is an automatic release.**

### New Features
* `Trusted Entitlements`: made API stable (#1105) via NachoSoto
(@NachoSoto)

This new feature prevents MitM attacks between the SDK and the
RevenueCat server.
With verification enabled, the SDK ensures that the response created by
the server was not modified by a third-party, and the entitlements
received are exactly what was sent.
This is 100% opt-in. `EntitlementInfos` have a new `VerificationResult`
property, which will indicate the validity of the responses when this
feature is enabled.

```kotlin
fun configureRevenueCat() {
    val configuration = PurchasesConfiguration.Builder(context, apiKey)
        .entitlementVerificationMode(EntitlementVerificationMode.INFORMATIONAL)
        .build()
    Purchases.configure(configuration)
}
```
### Experimental features
* Add await offerings (#1096) via Cesar de la Vega (@vegaro)
### Bugfixes
* Fix issue updating customer info on app open (#1128) via Toni Rico
(@tonidero)
### Dependency Updates
* Bump fastlane-plugin-revenuecat_internal from `13773d2` to `b2108fb`
(#1095) via dependabot[bot] (@dependabot[bot])
### Other Changes
* [PurchaseTester] Add option to purchase an arbitrary product id
(#1099) via Mark Villacampa (@MarkVillacampa)
* Fix release path after module refactor (#1129) via Toni Rico
(@tonidero)
* Fix load shedder integration tests (#1125) via Toni Rico (@tonidero)
* Trusted entitlements: New trusted entitlements signature format
(#1117) via Toni Rico (@tonidero)
* Fix integration tests and change to a different project (#1123) via
Toni Rico (@tonidero)
* Move files into src/main/kotlin (#1122) via Cesar de la Vega (@vegaro)
* Remove public module (#1113) via Cesar de la Vega (@vegaro)
* Remove common module (#1106) via Cesar de la Vega (@vegaro)
* Fix flaky integration tests: Wait for coroutines to finish before
continuing (#1120) via Toni Rico (@tonidero)
* Move amazon module into purchases (#1112) via Cesar de la Vega
(@vegaro)
* Trusted entitlements: Add IntermediateSignatureHelper to handle
intermediate signature verification process (#1110) via Toni Rico
(@tonidero)
* Trusted entitlements: Add Signature type to process new signature
response format (#1109) via Toni Rico (@tonidero)
* [EXTERNAL] Add `awaitCustomerInfo` / coroutines tests to
`TrustedEntitlementsInformationalModeIntegrationTest` (#1077) via
@pablo-guardiola (#1107) via Toni Rico (@tonidero)
* Remove feature:google module (#1104) via Cesar de la Vega (@vegaro)
* Remove identity module (#1103) via Cesar de la Vega (@vegaro)
* Remove subscriber attributes module (#1102) via Cesar de la Vega
(@vegaro)
* Delete utils module (#1098) via Cesar de la Vega (@vegaro)
* Remove strings module (#1097) via Cesar de la Vega (@vegaro)
* Update CHANGELOG.md to include external contribution (#1100) via Cesar
de la Vega (@vegaro)
* [EXTERNAL] Add missing `fetchPolicy` parameter to `awaitCustomerInfo`
API (#1086) via @pablo-guardiola (#1090) via Toni Rico (@tonidero)

---------

Co-authored-by: revenuecat-ops <ops@revenuecat.com>
Co-authored-by: Toni Rico <antonio.rico.diez@revenuecat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants