Skip to content

Releases: rosuH/Sieve

0.0.11-202410301514

30 Oct 15:19
b8dba33
Compare
Choose a tag to compare

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

30 Oct 14:25
4c7c29b
Compare
Choose a tag to compare

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

29 Oct 16:00
2ade118
Compare
Choose a tag to compare

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

29 Oct 15:06
b42700e
Compare
Choose a tag to compare

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

29 Oct 14:57
a508543
Compare
Choose a tag to compare

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

29 Oct 14:39
40b4dcf
Compare
Choose a tag to compare

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

28 Oct 15:29
d440619
Compare
Choose a tag to compare

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

28 Oct 15:17
bc88f1a
Compare
Choose a tag to compare

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

28 Oct 14:53
d42e327
Compare
Choose a tag to compare

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

15 Sep 15:06
180d884
Compare
Choose a tag to compare
  • 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