Releases: fathiraz/flowbell
Releases · fathiraz/flowbell
FlowBell v0.1.3
What's New in v0.1.3
Changed
- Remove Hyperion library due to Android 15/16 incompatibility
- Switch from Beagle ui-bottom-sheet to ui-drawer variant
- Change MainActivity from ComponentActivity to FragmentActivity
- Replace reflection-based initialization with direct Beagle imports
Added
- Add 8 debug modules: AppInfo, DeveloperOptions, DeviceInfo, KeylineOverlay, AnimationDuration, ScreenCapture, LogList, LifecycleLog
Improved
- Simplify debug tools implementation from 92 lines to 29 lines
- Fix missing BuildConfig and LoggerUtils imports
FlowBell v0.1.2
What's Changed
Changed
- Refactor notification filter persistence and data layer architecture
- Improve database schema with notification_filter_enabled column (migration 9→10)
- Implement filter toggle persistence across app restarts
- Set default filter to "All" in notification history
- Add AppCountResult and DailyStatsResult DAO models
- Update repositories, ViewModels, and UI screens
- Enhance dashboard statistics and notification queue queries
Installation
Download the APK file below and install it on your Android device (API 26+).
Full Changelog
See CHANGELOG.md for the complete release history.
FlowBell v0.1.1
What's New
- Added per-app notification filtering capability
- Added global notification filtering with keyword support
Changes
- feat(notifications): add per-app and global notification filtering (bf4fa8b)
- docs: update README.md with comprehensive project documentation (b2eecee)
Full Changelog: v0.1.0...v0.1.1
FlowBell v0.1.0 🔔
Turn your Android into a webhook bridge! Forward notifications from any app to your automation workflows.
Key Features:
• Smart batch delivery & deduplication
• Per-app filtering with beautiful UI
• Real-time dashboard & complete history
• Built-in webhook tester
• Dark/light themes
• Battery-optimized processing
Perfect for automation builders, and developers. Built with modern Kotlin & Compose.