File tree Expand file tree Collapse file tree 6 files changed +52
-1
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 6 files changed +52
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ This is a beta release. Please report any issues via GitHub or email.
66* Improved spinner time picker interface
77* Improved dial time picker 24h interface
88* Added discription for audio channel options
9+ * Added option to change separator for digital clock widget
910
1011
1112🐛 Fixes
@@ -17,6 +18,7 @@ This is a beta release. Please report any issues via GitHub or email.
1718* Fixed upcoming alarm notification appearing after alarm rings
1819* Fixed upcoming alarm notification not updating for repeating alarms
1920* Fixed upcoming alarm notification not updating for repeating alarms
21+ * Fixed splash color
2022
2123
2224
Original file line number Diff line number Diff line change 1+ This is a beta release. Please report any issues via GitHub or email.
2+
3+ ✨ Enhancements
4+
5+ * Added option to change first day of week
6+ * Improved spinner time picker interface
7+ * Improved dial time picker 24h interface
8+ * Added discription for audio channel options
9+ * Added option to change separator for digital clock widget
10+
11+
12+ 🐛 Fixes
13+
14+ * Fixed app not opening on Android 11 and lower when Digital clock widget is used
15+ * Fixed app assuming foreground after alarm rings, even though it was closed before
16+ * Fixed media, notification and ringtone audio channels not working
17+ * Fixed other apps' music not restarting after alarm rings
18+ * Fixed upcoming alarm notification appearing after alarm rings
19+ * Fixed upcoming alarm notification not updating for repeating alarms
20+ * Fixed upcoming alarm notification not updating for repeating alarms
21+ * Fixed splash color
22+
23+
Original file line number Diff line number Diff line change 1+ This is a beta release. Please report any issues via GitHub or email.
2+
3+ ✨ Enhancements
4+
5+ * Added option to change first day of week
6+ * Improved spinner time picker interface
7+ * Improved dial time picker 24h interface
8+ * Added discription for audio channel options
9+ * Added option to change separator for digital clock widget
10+
11+
12+ 🐛 Fixes
13+
14+ * Fixed app not opening on Android 11 and lower when Digital clock widget is used
15+ * Fixed app assuming foreground after alarm rings, even though it was closed before
16+ * Fixed media, notification and ringtone audio channels not working
17+ * Fixed other apps' music not restarting after alarm rings
18+ * Fixed upcoming alarm notification appearing after alarm rings
19+ * Fixed upcoming alarm notification not updating for repeating alarms
20+ * Fixed upcoming alarm notification not updating for repeating alarms
21+ * Fixed splash color
22+
23+
24+
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ ThemeData defaultTheme = ThemeData(
3131 colorScheme: getColorScheme (defaultColorScheme),
3232 timePickerTheme: timePickerTheme,
3333 dialogTheme: dialogTheme,
34+ splashColor: defaultColorScheme.background,
3435 switchTheme: getSwitchTheme (defaultColorScheme),
3536 snackBarTheme: getSnackBarTheme (defaultColorScheme, defaultStyleTheme),
3637 inputDecorationTheme: getInputTheme (defaultColorScheme, defaultStyleTheme),
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ ThemeData getTheme(
7070 bodyColor: colorSchemeData.onBackground,
7171 displayColor: colorSchemeData.onBackground,
7272 ),
73+ splashColor: colorSchemeData.background,
7374 snackBarTheme: getSnackBarTheme (colorSchemeData, styleTheme),
7475 inputDecorationTheme: getInputTheme (colorSchemeData, styleTheme),
7576 popupMenuTheme: getPopupMenuTheme (colorSchemeData, styleTheme),
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: clock_app
22description : An alarm, clock, timer and stowatch app.
33
44publish_to : " none" # Remove this line if you wish to publish to pub.dev
5- version : 0.5.0-alpha5 +21
5+ version : 0.5.0-beta2 +21
66
77environment :
88 sdk : " >=2.18.6 <4.0.0"
You can’t perform that action at this time.
0 commit comments