Merged
Conversation
…kit.gplay` library - Migrated all references to `gplay.scrapper` and `gplay.scrapper.core` to the new `androidappstorekit.gplay` library. - Updated dependency versions in `build.gradle.kts` and `libs.versions.toml`. - Fixed imports in DAO classes for `GooglePlayApplicationInfo`. - Adjusted README section anchors for consistency.
- Updated dependencies and versions in `build.gradle.kts` and `libs.versions.toml`. - Fixed imports for `GooglePlayApplicationInfo` in DAO classes. - Replaced all references to the older library with the new `storekit` implementation.
- Introduced `sha1` field in `AppPolicy` and its implementations: `FixedPolicy`, `ModeBasedPolicy`, and `MultiModePolicy`. - Integrated AptoideService to fetch app signatures and populate the `sha1` field during SQLite database generation. - Updated `build.gradle.kts` to include new dependencies for Aptoide API. - Bumped `storekit` version to `0.4.2` in `libs.versions.toml`.
- Improved app metadata retrieval in `SqlitePolicyBuilder` by integrating fallback logic for SHA-1 and version codes using `AptoideService`. - Added skipped app logging for better visibility of failed metadata fetches. - Refactored SQL table creation for readability. - Updated `libs.versions.toml`: - Unified `coil` version references. - Bumped `storekit` version to `0.6.0`.
- Introduced GitHub Actions workflow to run policy checks on pull requests. - Added `PolicyChecker` utility to validate minimum version codes and SHA-1 signatures. - Implemented Gradle task `checkPolicies` for validating policy files locally. - Updated README with instructions for running the new policy check task.
- Added clarification on CI pipeline behavior when minimum version code or SHA-1 signature cannot be determined for non-system apps.
- Updated app policies with `sha1` field and valid minimum version codes for multiple apps.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 0.5.0
Major Changes
androidappstorekit.gplaytostorekitlibrary for improved app store integrationCI/CD Improvements
Dependencies
gplay.scrapperwithandroidappstorekit.gplaylibraryDocumentation
This release focuses on improving security verification through SHA-1 signatures and enhancing the validation process for app policies. The migration to the
storekitlibrary provides a more robust foundation for app store integration.