Releases: rosuH/Sieve
0.0.11-202410301514
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
Full Changelog: 0.0.10-202410301421...0.0.11-202410301514
0.0.10-202410301421
feat(database): add file path column to RuleSubscription and handle file 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
Full Changelog: 0.0.9-202410291556...0.0.10-202410301421
0.0.9-202410291556
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
Full Changelog: 0.0.7-202410291501...0.0.9-202410291556
0.0.7-202410291501
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
Full Changelog: 0.0.6-202410291454...0.0.7-202410291501
0.0.6-202410291454
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
Full Changelog: 0.0.5-202410291435...0.0.6-202410291454
0.0.5-202410291435
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
Full Changelog: 0.0.4-202410281525...0.0.5-202410291435
0.0.4-202410281525
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
Full Changelog: 0.0.3-202410281512...0.0.4-202410281525
0.0.3-202410281512
fix(ci): update publish.yml to change event type to 'released'
GENERATE BY https://aicommit.app
Full Changelog: 0.0.2-202410281448...0.0.3-202410281512
0.0.2-202410281448
chore(build): update Gradle task parameters to use environment variable 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
Full Changelog: 0.0.25...0.0.2-202410281448
0.0.25
- chore: update patch version and enable Play Store upload step
- docs: update README with new images and detailed description
Full Changelog: 0.0.24...0.0.25