-
-
Notifications
You must be signed in to change notification settings - Fork 389
🔔🔋 Battery Status & Level Alert Enhancements #773
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
🔔🔋 Battery Status & Level Alert Enhancements #773
Conversation
- 🔋 Added settings for low/high battery notifications (user can choose the % threshold). - 🎵 Introduced the ability to select system sounds for power status, low battery, and high battery notifications. - 🖥️ Updated SettingsView to allow users to pick sounds for each notification type. - 🛠️ Updated SettingsView with new pickers for configuring thresholds. - ⚡ Improved BatteryStatusViewModel to handle customizable battery level thresholds. - ⚡ Extended BatteryStatusViewModel and Constants to support and trigger these sound alerts.
|
Sorry about the delay in getting to this. It looks great! Can you fix the conflicts? |
I’ve resolved the merge conflicts 🔧✨ |
Co-authored-by: Alexander <[email protected]>
Co-authored-by: Alexander <[email protected]>
Co-authored-by: Alexander <[email protected]>
Co-authored-by: Alexander <[email protected]>
Co-authored-by: Alexander <[email protected]>
Co-authored-by: Alexander <[email protected]>
Co-authored-by: Alexander <[email protected]>
Alexander5015
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update! It looks like the build is currently failing. Could you review the CI logs and address the errors?
Moved the closing brace for the header section in the Charge view to ensure proper SwiftUI section structure.
Fixed! Just a missing ‘)’. |
🔋🎵 Brief summary:
The battery notification system was enhanced, allowing users to configure both the battery thresholds for alerts and the custom sounds for each notification type.
📝 Actions performed: