-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #179 from vicolo-dev/release/0.4.1
Release 0.4.1
- Loading branch information
Showing
82 changed files
with
1,059 additions
and
534 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:tools="http://schemas.android.com/tools"> | ||
<application | ||
tools:replace="android:icon" | ||
android:icon="@mipmap/ic_launcher" /> | ||
</manifest> |
12 changes: 12 additions & 0 deletions
12
android/app/src/dev/res/drawable-v21/ic_launcher_background.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- Modify this file to customize your launch splash screen --> | ||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:drawable="?android:colorBackground" /> | ||
|
||
<!-- You can insert your own image assets here --> | ||
<!-- <item> | ||
<bitmap | ||
android:gravity="center" | ||
android:src="@mipmap/launch_image" /> | ||
</item> --> | ||
</layer-list> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions
12
android/app/src/dev/res/drawable/ic_launcher_background.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- Modify this file to customize your launch splash screen --> | ||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:drawable="@android:color/white" /> | ||
|
||
<!-- You can insert your own image assets here --> | ||
<!-- <item> | ||
<bitmap | ||
android:gravity="center" | ||
android:src="@mipmap/launch_image" /> | ||
</item> --> | ||
</layer-list> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<background android:drawable="@mipmap/ic_launcher_background" /> | ||
<foreground android:drawable="@mipmap/ic_launcher_foreground" /> | ||
<monochrome android:drawable="@mipmap/ic_launcher_monochrome" /> | ||
</adaptive-icon> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is on --> | ||
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar"> | ||
<!-- Show a splash screen on the activity. Automatically removed when | ||
the Flutter engine draws its first frame --> | ||
<item name="android:windowBackground">@drawable/ic_launcher_background</item> | ||
</style> | ||
<!-- Theme applied to the Android Window as soon as the process has started. | ||
This theme determines the color of the Android Window while your | ||
Flutter UI initializes, as well as behind your Flutter UI while its | ||
running. | ||
This Theme is only used starting with V2 of Flutter's Android embedding. --> | ||
<style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar"> | ||
<item name="android:windowBackground">?android:colorBackground</item> | ||
</style> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is off --> | ||
<style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar"> | ||
<!-- Show a splash screen on the activity. Automatically removed when | ||
the Flutter engine draws its first frame --> | ||
<item name="android:windowBackground">@drawable/ic_launcher_background</item> | ||
</style> | ||
<!-- Theme applied to the Android Window as soon as the process has started. | ||
This theme determines the color of the Android Window while your | ||
Flutter UI initializes, as well as behind your Flutter UI while its | ||
running. | ||
This Theme is only used starting with V2 of Flutter's Android embedding. --> | ||
<style name="NormalTheme" parent="@android:style/Theme.Light.NoTitleBar"> | ||
<item name="android:windowBackground">?android:colorBackground</item> | ||
</style> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
Changes since 0.3.4 | ||
|
||
🚀 Features | ||
|
||
* Notifications | ||
* Upcoming alarm notification with support for adjusting lead time | ||
* Notification to show if an alarm is snoozed | ||
* Timer progress notification | ||
* Stopwatch notification | ||
* Advanced filtering and tags support for alarms and timers | ||
* Added filter actions to timers and alarms to change a bunch of them at once | ||
* Added option to sort alarms and filters | ||
|
||
✨ Enhancements | ||
|
||
* Added support for swiping between tabs | ||
* Added alarm logs in developer options | ||
* Added action drop down to city cards | ||
* Made stopwatch smoother and more accurate | ||
* Made timer progress bar smoother | ||
* Added option to change app animations speed (Settings > General > Animations) | ||
* Added option to turn on extra animations (off by default, might decrease performance) | ||
* Optimized alarm scheduling and cancelling | ||
|
||
🐛 Fixes | ||
|
||
* Fixed random and disabled alarms ringing | ||
* Fixed alarm ringing on booting up | ||
* Fixed timers not editing and running correctly | ||
* Fixed settings not synchronizing between isolates | ||
* Fixed app appearing over lock screen | ||
* Fixed calendar range colors | ||
* Fixed tasks in default settings not getting saved | ||
* Fixed volume setting not working in alarms and timers | ||
* Fixed alarm not stopping on dismissing notification by swiping | ||
* Fixed timer getting stuck if it got triggered when device was off | ||
* Fixed task cards having no edit menu | ||
* Fixed alarms not appearing on lock screen on Android 8 and below | ||
* Fixed Kotlin version mismatch | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
Changes since 0.3.4 | ||
|
||
🚀 Features | ||
|
||
* Notifications | ||
* Upcoming alarm notification with support for adjusting lead time | ||
* Notification to show if an alarm is snoozed | ||
* Timer progress notification | ||
* Stopwatch notification | ||
* Advanced filtering and tags support for alarms and timers | ||
* Added filter actions to timers and alarms to change a bunch of them at once | ||
* Added option to sort alarms and filters | ||
|
||
✨ Enhancements | ||
|
||
* Added support for swiping between tabs | ||
* Added alarm logs in developer options | ||
* Added action drop down to city cards | ||
* Made stopwatch smoother and more accurate | ||
* Made timer progress bar smoother | ||
* Added option to change app animations speed (Settings > General > Animations) | ||
* Added option to turn on extra animations (off by default, might decrease performance) | ||
* Optimized alarm scheduling and cancelling | ||
|
||
🐛 Fixes | ||
|
||
* Fixed random and disabled alarms ringing | ||
* Fixed alarm ringing on booting up | ||
* Fixed timers not editing and running correctly | ||
* Fixed settings not synchronizing between isolates | ||
* Fixed app appearing over lock screen | ||
* Fixed calendar range colors | ||
* Fixed tasks in default settings not getting saved | ||
* Fixed volume setting not working in alarms and timers | ||
* Fixed alarm not stopping on dismissing notification by swiping | ||
* Fixed timer getting stuck if it got triggered when device was off | ||
* Fixed task cards having no edit menu | ||
* Fixed alarms not appearing on lock screen on Android 8 and below | ||
* Fixed Kotlin version mismatch | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
Changes since 0.3.4 | ||
|
||
🚀 Features | ||
|
||
* Notifications | ||
* Upcoming alarm notification with support for adjusting lead time | ||
* Notification to show if an alarm is snoozed | ||
* Timer progress notification | ||
* Stopwatch notification | ||
* Advanced filtering and tags support for alarms and timers | ||
* Added filter actions to timers and alarms to change a bunch of them at once | ||
* Added option to sort alarms and filters | ||
|
||
✨ Enhancements | ||
|
||
* Added support for swiping between tabs | ||
* Added alarm logs in developer options | ||
* Added action drop down to city cards | ||
* Made stopwatch smoother and more accurate | ||
* Made timer progress bar smoother | ||
* Added option to change app animations speed (Settings > General > Animations) | ||
* Added option to turn on extra animations (off by default, might decrease performance) | ||
* Optimized alarm scheduling and cancelling | ||
|
||
🐛 Fixes | ||
|
||
* Fixed random and disabled alarms ringing | ||
* Fixed alarm ringing on booting up | ||
* Fixed timers not editing and running correctly | ||
* Fixed settings not synchronizing between isolates | ||
* Fixed app appearing over lock screen | ||
* Fixed calendar range colors | ||
* Fixed tasks in default settings not getting saved | ||
* Fixed volume setting not working in alarms and timers | ||
* Fixed alarm not stopping on dismissing notification by swiping | ||
* Fixed timer getting stuck if it got triggered when device was off | ||
* Fixed task cards having no edit menu | ||
* Fixed alarms not appearing on lock screen on Android 8 and below | ||
* Fixed Kotlin version mismatch | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
✨ Enhancements | ||
|
||
* Improve UI in landscape mode | ||
* Add skip-alarm filter action | ||
* Add option to reset and add time to timer from dropdown menu on cards | ||
|
||
🐛 Fixes | ||
|
||
* Fixed dates schedule not working | ||
* Fixed disabled alarms not scheduling on editing | ||
* Fixed weird behaviours when alarms were sorted | ||
* Fixed alarm logs not updating correctly when changing alarm or timer | ||
* Fixed sort order not being saved correctly | ||
* Fixed card color in style preview not appearing correctly | ||
* Fixed stopwatch flashing when resetting | ||
* Fixed timer not editable in landscape mode | ||
* Fixed timer notification not updating correctly | ||
* Fixed date and range schedule not updating after finishing | ||
* Fixed date and range schedule not duplicating correctly after finishing | ||
* Fixed animation speed not applying correctly on start |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
✨ Enhancements | ||
|
||
* Improve UI in landscape mode | ||
* Add skip-alarm filter action | ||
* Add option to reset and add time to timer from dropdown menu on cards | ||
|
||
🐛 Fixes | ||
|
||
* Fixed dates schedule not working | ||
* Fixed disabled alarms not scheduling on editing | ||
* Fixed weird behaviours when alarms were sorted | ||
* Fixed alarm logs not updating correctly when changing alarm or timer | ||
* Fixed sort order not being saved correctly | ||
* Fixed card color in style preview not appearing correctly | ||
* Fixed stopwatch flashing when resetting | ||
* Fixed timer not editable in landscape mode | ||
* Fixed timer notification not updating correctly | ||
* Fixed date and range schedule not updating after finishing | ||
* Fixed date and range schedule not duplicating correctly after finishing | ||
* Fixed animation speed not applying correctly on start |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
✨ Enhancements | ||
|
||
* Improve UI in landscape mode | ||
* Add skip-alarm filter action | ||
* Add option to reset and add time to timer from dropdown menu on cards | ||
|
||
🐛 Fixes | ||
|
||
* Fixed dates schedule not working | ||
* Fixed disabled alarms not scheduling on editing | ||
* Fixed weird behaviours when alarms were sorted | ||
* Fixed alarm logs not updating correctly when changing alarm or timer | ||
* Fixed sort order not being saved correctly | ||
* Fixed card color in style preview not appearing correctly | ||
* Fixed stopwatch flashing when resetting | ||
* Fixed timer not editable in landscape mode | ||
* Fixed timer notification not updating correctly | ||
* Fixed date and range schedule not updating after finishing | ||
* Fixed date and range schedule not duplicating correctly after finishing | ||
* Fixed animation speed not applying correctly on start |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.