Show the next alarm 24 hours ahead, not 8
Some checks failed
Trigger F-Droid repository rebuild / trigger (release) Has been cancelled
Some checks failed
Trigger F-Droid repository rebuild / trigger (release) Has been cancelled
An alarm set for the next morning left the dynamic zone before it was visible: at 22:00 an alarm at 06:00 is eight hours away, so the part only appeared while the phone was unlikely to be looked at. The window is now 24 hours, and the setting summary says so (also in Danish; the other translations still say 8 and will follow upstream). Verified on the Titan 2 that Chrono (com.vicolo.chrono) registers its alarms the way this part reads them: dumpsys alarm lists them as "Alarm clock" entries with a showIntent pointing at Chrono, and AlarmManager.nextAlarmClock returns the earliest one, so ACTION_NEXT_ALARM_CLOCK_CHANGED keeps the part up to date. Tapping it opens Chrono as well - SHOW_ALARMS, SET_ALARM and SHOW_TIMERS all resolve to com.vicolo.chrono/.MainActivity.
This commit is contained in:
@@ -415,7 +415,7 @@
|
||||
<string name="preference_enforce_icon_shape_summary">Anvend form på alle ikoner, inklusive dem, der normalt ikke understøtter det</string>
|
||||
<string name="preference_about_telegram">Telegram-gruppe</string>
|
||||
<string name="preference_about_license_summary">Licenseret under GNU General Public License 3.0</string>
|
||||
<string name="preference_clockwidget_alarm_part_summary">Vis alarmer, der ringer inden for de næste 8 timer</string>
|
||||
<string name="preference_clockwidget_alarm_part_summary">Vis alarmer, der ringer inden for de næste 24 timer</string>
|
||||
<string name="preference_search_favorites_summary">Vis fastgjorte og ofte brugte elementer over app-gitter</string>
|
||||
<string name="preference_search_unitconverter_summary">Anvendelse: 1,5 kg eller 4 cm >> in</string>
|
||||
<string name="preference_favorites_edit_button_summary">Vis en knap for at omarrangere favoritterne</string>
|
||||
|
||||
@@ -612,7 +612,7 @@
|
||||
<string name="preference_clockwidget_battery_part_show">Show when low or charging</string>
|
||||
<string name="preference_clockwidget_battery_part_hide">Off</string>
|
||||
<string name="preference_clockwidget_alarm_part">Alarms</string>
|
||||
<string name="preference_clockwidget_alarm_part_summary">Show alarms that will ring within the next 8 hours</string>
|
||||
<string name="preference_clockwidget_alarm_part_summary">Show alarms that will ring within the next 24 hours</string>
|
||||
<string name="preference_clockwidget_calendar_part">Events</string>
|
||||
<string name="preference_clockwidget_calendar_part_summary">Show today\'s agenda</string>
|
||||
<string name="clockwidget_calendar_part_all_day">all-day</string>
|
||||
|
||||
Reference in New Issue
Block a user