Skip to content

Commit

Permalink
Update Readme - Fix #88
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackyHawky committed Oct 27, 2024
1 parent 864fb45 commit 225eed6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Clock is a privacy-conscious open-source clock, based on AOSP Clock.
* Flip and shake action to dismiss/postpone alarm;
* Turn off/postpone the alarm with the power button or volume buttons;
* For Snapdragon phones only, the alarm is triggered when the phone is switched off;
* Unfortunately, this feature may not work on some devices despite the presence of the _“com.qualcomm.qti.poweroffalarm”_ system app. See the discussion [here](https://github.com/BlackyHawky/Clock/issues/88).
* Swipe to delete an alarm;
* Duplicate alarms;
* Customizable alarm title;
Expand All @@ -35,11 +36,12 @@ Clock is a privacy-conscious open-source clock, based on AOSP Clock.
* Customizable screensaver;
* Modern widgets;
* Customizable widgets;
* Backup and restore settings;
* Material design;
* Dynamic colors for Android 12+;

## Common Issues
* Problem encountered with bedtime mode as this is an experimental feature;;
* Problem encountered with bedtime mode as this is an experimental feature;
* Maybe other things, but nothing about the alarm's functionality.

_<b>As I'm not an expert developer, some problems may unfortunately not be solved without help.</b>_ ⚠
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@
<string name="about_dialog_message">
• Flip and shake action to dismiss/postpone alarm;
\n\n• Turn off/postpone the alarm with the power button or volume buttons;
\n\n• For Snapdragon phones only, the alarm is triggered when the phone is switched off;
\n\n• For some Snapdragon devices only, the alarm is triggered when they are switched off;
\n\n• Swipe to delete an alarm;
\n\n• Duplicate alarms;
\n\n• Customize alarm title;
Expand All @@ -888,6 +888,7 @@
\n\n• Customizable screensaver;
\n\n• Modern widgets;
\n\n• Customizable widgets;
\n\n• Backup and restore settings;
\n\n• Material design;
\n\n• Dynamic colors for Android 12+;
</string>
Expand Down

0 comments on commit 225eed6

Please sign in to comment.