Skip to content

Conversation

@kdroidFilter
Copy link
Owner

Release 0.5.0

Major Changes

  • Added SHA-1 signature support to app policies and integrated with AptoideService for enhanced security verification
  • Updated minimum version codes for app policies to ensure compatibility
  • Migrated from androidappstorekit.gplay to storekit library for improved app store integration
  • Enhanced app metadata handling with better validation and processing

CI/CD Improvements

  • Added new CI workflow for validating app metadata
  • Implemented policy checker to ensure all non-system app policies have required fields
  • Updated README with explanation of CI failure cases for non-system app policies

Dependencies

  • Replaced gplay.scrapper with androidappstorekit.gplay library
  • Updated various dependencies for better performance and compatibility

Documentation

  • Enhanced documentation for policy validation requirements
  • Added clearer guidelines for policy contributions

This release focuses on improving security verification through SHA-1 signatures and enhancing the validation process for app policies. The migration to the storekit library provides a more robust foundation for app store integration.

…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.
@kdroidFilter kdroidFilter merged commit 6c59f8f into master Jun 19, 2025
2 checks passed
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