Skip to content

Releases: meticha/triggerx

Release v1.1.0

26 Jul 14:11
de876a6

Choose a tag to compare

Changelog

  • ✍️ Improved documentation for alarm UI control using TriggerX.init() flags: Link
  • ✅ Added guide on how to show or suppress the alarm UI based on app and device state
  • 🔀 Merged PR #24: docs/alarm-ui-flags

Release v1.0.0

26 Jul 11:21
00e5ad3

Choose a tag to compare

Changelog

  • feature: Stable release of the library is here! 🎉
  • feature: Added the ability to show/hide the alarm activity if the user's current App is running or not.
  • feature: Added DSL config in the TriggerX.init() function to set the value of showAlarmActivityWhenAppIsActive and shouldShowAlarmActivityWhenDeviceIsActive

Release v0.0.9

17 Jul 14:09
0505dd1

Choose a tag to compare

Changelog

  • Merge pull request #22 from meticha/feature/cicd
    • feature: Added GitHub actions for automated releases - chore: Bumped up the versions - chore: Fixed linting issues
  • Merge pull request #19 from bhavikmaradiya/feature/manual-permission-handlation
  • Bump version to 0.0.8
  • Refactor: Apply license to TriggerXManualPermissionStatusManager.kt
  • Docs: Update permission guidance dialog text
  • Refactor: Improve permission handling and logging
  • Refactor: Relocate TriggerXPermissionFlagManager and improve dialog
  • Refactor: Conditionally add OVERLAY_WHILE_BACKGROUND permission for OnePlus devices
  • Feat: Add overlay permission guidance and persistence This commit introduces a dialog to guide users on enabling "display pop-up windows while running in the background" permission, particularly for devices like Xiaomi, Oppo, and Vivo. The user's acknowledgment of this dialog is now persisted using DataStore.
  • Chore: Add license header

Release v0.0.7

20 Jun 09:27
4ee1897

Choose a tag to compare

Changelog

  • Merge pull request #18 from meticha/feature/cancel-all-alarm
  • Fix: Check for alarm ID existence before removal
  • Refactor: Improve error handling in cancelAllAlarms
  • Feat: Persist alarm IDs and add cancelAllAlarms
  • CI: Bump release version to 0.0.7
  • Build: Update Kotlin and Compose dependencies
  • Merge pull request #17 from meticha/doc/dynamic-ui
  • Docs: Fix step numbering in dynamic UI tutorial
  • Docs: Refactor dynamic UI tutorial snippet
  • Docs: Add Dynamic UI with Room Database tutorial
  • Docs: Add COMING SOON to dynamic UI tutorial
  • Merge pull request #16 from meticha/chore/funding
  • Update FUNDING.yaml with new GitHub username
  • Merge pull request #15 from meticha/documentation/seo
  • CI: Trigger release workflow only on merged pull requests
  • CI: Enhance release workflow to prevent duplicate releases
  • Docs: Update Docusaurus config and homepage metadata
  • Docs: Set default color mode to dark

Release v0.0.6

16 Jun 16:59
6c92748

Choose a tag to compare

Changelog

What's Changed

Full Changelog: v0.0.5...v0.0.6

Release v0.0.5

10 Jun 06:33
7174083

Choose a tag to compare

Changelog

What's Changed

Full Changelog: v0.0.4...v0.0.5

Release v0.0.4

06 Jun 10:01
fa7c537

Choose a tag to compare

Changelog

What's Changed

Full Changelog: v0.0.3...v0.0.4

Release v0.0.2

06 Jun 04:52
c022c60

Choose a tag to compare

Changelog

What's Changed

Full Changelog: v0.0.1...v0.0.2

Release v0.0.3

05 Jun 19:00
1df7da6

Choose a tag to compare

Changelog

What's Changed

  • Docs: Add Permissions to README and Update Release Version by @cavin-macwan in #9

Full Changelog: v0.0.2...v0.0.3

Release v0.0.1

05 Jun 14:10
5c44645

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/meticha/triggerx/commits/v0.0.1