Skip to content

Tags: rosuH/Sieve

Tags

0.0.11-202410301514

Toggle 0.0.11-202410301514's commit message

Verified

This commit was signed with the committer’s verified signature.
refactor: update file handling with UUID generation

Replaced fileDir with a single file reference using UUID for unique file creation. This ensures unique file names and simplifies file handling logic.

> GENERATE BY https://aicommit.app

0.0.10-202410301421

Toggle 0.0.10-202410301421's commit message

Verified

This commit was signed with the committer’s verified signature.
feat(database): add file path column to RuleSubscription and handle f…

…ile operations

- Updated the AppDataBase to version 2 with a migration to add a new column 'file_path' to the RuleSubscription entity.
- Integrated the migration in the AppModule.
- Enhanced ConfParser to include a file path parameter for better file management.
- Updated MainActivity and MainViewModel to pass file directory context for file operations.
- Refactored RuleRepo to handle file saving and directory operations using the new file path.
- Updated SubscriptionScreen to pass the new file directory context for subscription operations.

> GENERATE BY https://aicommit.app

0.0.9-202410291556

Toggle 0.0.9-202410291556's commit message

Verified

This commit was signed with the committer’s verified signature.
fix(RuleRepo): remove unnecessary delay in rule processing

The delay of 1500ms has been removed to improve the performance of rule processing. This change enhances the responsiveness of the application without affecting functionality.

> GENERATE BY https://aicommit.app

0.0.7-202410291501

Toggle 0.0.7-202410291501's commit message

Verified

This commit was signed with the committer’s verified signature.
ci(build): update build script to use versionSuffix and patchVersion

Replaced versionCodeFromEnv and versionNameFromEnv with versionSuffix and patchVersion to enhance versioning strategy.

> GENERATE BY https://aicommit.app

0.0.6-202410291454

Toggle 0.0.6-202410291454's commit message

Verified

This commit was signed with the committer’s verified signature.
refactor(build): update versioning scheme in build configuration

Refactor the build configuration to change the versioning approach. Introduce separate properties for major, minor, and patch versions. Add a version suffix for more flexibility in version naming. Modify scripts to accommodate new versioning logic.

> GENERATE BY https://aicommit.app

0.0.5-202410291435

Toggle 0.0.5-202410291435's commit message

Verified

This commit was signed with the committer’s verified signature.
refactor(build): update APK handling and modify release info retrieval

Revised the APK handling process to streamline the retrieval and logging of signed APKs. Removed unnecessary conditional checks and directly set the APK name. Updated the release information source to use the head commit message instead of release body. Commented out the Play Store upload steps for future use.

> GENERATE BY https://aicommit.app

0.0.4-202410281525

Toggle 0.0.4-202410281525's commit message

Verified

This commit was signed with the committer’s verified signature.
feat: add workflow for fetching and uploading signed APK to Play Store

Added a new step to the build process to fetch the signed APK from the latest GitHub release and upload it to the Play Store. Also, integrated Telegram notifications for new version releases, displaying the release notes and author details.

> GENERATE BY https://aicommit.app

0.0.3-202410281512

Toggle 0.0.3-202410281512's commit message

Verified

This commit was signed with the committer’s verified signature.
fix(ci): update publish.yml to change event type to 'released'

# GENERATE BY https://aicommit.app

0.0.2-202410281448

Toggle 0.0.2-202410281448's commit message

Verified

This commit was signed with the committer’s verified signature.
chore(build): update Gradle task parameters to use environment variab…

…le names

Updated the Gradle task parameters in build.yml to utilize environment variable names for version code and version name.

# GENERATE BY https://aicommit.app

0.0.25

Toggle 0.0.25's commit message

Verified

This commit was signed with the committer’s verified signature.
chore: update patch version and enable Play Store upload step

# GENERATE BY https://aicommit.app