-
-
Notifications
You must be signed in to change notification settings - Fork 26
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 #400 from vicolo-dev/release/0.6.0
Release/0.6.0
- Loading branch information
Showing
43 changed files
with
1,756 additions
and
300 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -6,7 +6,12 @@ | |
}, | ||
{ | ||
"name": "Potato", | ||
"lifetime_amount": "3.66", | ||
"lifetime_amount": "7.36", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "AnotherOnlineAlias", | ||
"lifetime_amount": "3.36", | ||
"email": "[email protected]" | ||
} | ||
] |
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,14 @@ | ||
This is a beta release. Please report any issues via GitHub or email. | ||
|
||
🚀 Features | ||
|
||
* Added memory (card matching) task | ||
|
||
🐛 Fixes | ||
|
||
* Added option to disable background service | ||
* Fixed data corruption error in some cases | ||
* Fixed minutes not appearing when 0 | ||
* Fixed sound still playing after dismissing alarm in some cases | ||
* Fixed data persisting even after uninstalling app (disabled auto backup) | ||
|
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,14 @@ | ||
This is a beta release. Please report any issues via GitHub or email. | ||
|
||
🚀 Features | ||
|
||
* Added memory (card matching) task | ||
|
||
🐛 Fixes | ||
|
||
* Added option to disable background service | ||
* Fixed data corruption error in some cases | ||
* Fixed minutes not appearing when 0 | ||
* Fixed sound still playing after dismissing alarm in some cases | ||
* Fixed data persisting even after uninstalling app (disabled auto backup) | ||
|
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,14 @@ | ||
This is a beta release. Please report any issues via GitHub or email. | ||
|
||
🚀 Features | ||
|
||
* Added memory (card matching) task | ||
|
||
🐛 Fixes | ||
|
||
* Added option to disable background service | ||
* Fixed data corruption error in some cases | ||
* Fixed minutes not appearing when 0 | ||
* Fixed sound still playing after dismissing alarm in some cases | ||
* Fixed data persisting even after uninstalling app (disabled auto backup) | ||
|
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,36 @@ | ||
Changes since 0.5.1 | ||
|
||
🚀 Features | ||
|
||
* Added option to select directory for ringtones (random ringtone will be selected from the directory each time) | ||
* Added multiselect for lists | ||
* Added option to shuffle alarm ringtone | ||
* Added backup and restore for alarms, timers, themes etc. | ||
* Added numpad input for timers | ||
* Added option to reduce volume while solving alarm tasks | ||
* Added quick home screen actions for alarms and timers | ||
* Added option to start ringtone at random position | ||
* Added background service to keep app alive | ||
* Added analog clock to clock tab | ||
* Added memory (card matching) task | ||
|
||
✨ Enhancements | ||
|
||
* Made alarm tasks reorderable | ||
* Added better logging system | ||
* Added alarm labels to alarm notifications | ||
|
||
🐛 Fixes | ||
|
||
* Fixed non-deletable items getting deleted by list actions | ||
* Fixed range weekly schedule not working | ||
* Fixed system navigation bar color | ||
* Fixed database for cities | ||
* Fixed skipped alarms being visible to the system | ||
* Fixed foreground notification foreground type | ||
* Fixed date picker being stuck in the past for range alarms | ||
* Fixed minutes not appearing when 0 | ||
* Fixed sound still playing after dismissing alarm in some cases | ||
* Fixed data persisting even after uninstalling app (disabled auto backup) | ||
|
||
|
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,36 @@ | ||
Changes since 0.5.1 | ||
|
||
🚀 Features | ||
|
||
* Added option to select directory for ringtones (random ringtone will be selected from the directory each time) | ||
* Added multiselect for lists | ||
* Added option to shuffle alarm ringtone | ||
* Added backup and restore for alarms, timers, themes etc. | ||
* Added numpad input for timers | ||
* Added option to reduce volume while solving alarm tasks | ||
* Added quick home screen actions for alarms and timers | ||
* Added option to start ringtone at random position | ||
* Added background service to keep app alive | ||
* Added analog clock to clock tab | ||
* Added memory (card matching) task | ||
|
||
✨ Enhancements | ||
|
||
* Made alarm tasks reorderable | ||
* Added better logging system | ||
* Added alarm labels to alarm notifications | ||
|
||
🐛 Fixes | ||
|
||
* Fixed non-deletable items getting deleted by list actions | ||
* Fixed range weekly schedule not working | ||
* Fixed system navigation bar color | ||
* Fixed database for cities | ||
* Fixed skipped alarms being visible to the system | ||
* Fixed foreground notification foreground type | ||
* Fixed date picker being stuck in the past for range alarms | ||
* Fixed minutes not appearing when 0 | ||
* Fixed sound still playing after dismissing alarm in some cases | ||
* Fixed data persisting even after uninstalling app (disabled auto backup) | ||
|
||
|
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,36 @@ | ||
Changes since 0.5.1 | ||
|
||
🚀 Features | ||
|
||
* Added option to select directory for ringtones (random ringtone will be selected from the directory each time) | ||
* Added multiselect for lists | ||
* Added option to shuffle alarm ringtone | ||
* Added backup and restore for alarms, timers, themes etc. | ||
* Added numpad input for timers | ||
* Added option to reduce volume while solving alarm tasks | ||
* Added quick home screen actions for alarms and timers | ||
* Added option to start ringtone at random position | ||
* Added background service to keep app alive | ||
* Added analog clock to clock tab | ||
* Added memory (card matching) task | ||
|
||
✨ Enhancements | ||
|
||
* Made alarm tasks reorderable | ||
* Added better logging system | ||
* Added alarm labels to alarm notifications | ||
|
||
🐛 Fixes | ||
|
||
* Fixed non-deletable items getting deleted by list actions | ||
* Fixed range weekly schedule not working | ||
* Fixed system navigation bar color | ||
* Fixed database for cities | ||
* Fixed skipped alarms being visible to the system | ||
* Fixed foreground notification foreground type | ||
* Fixed date picker being stuck in the past for range alarms | ||
* Fixed minutes not appearing when 0 | ||
* Fixed sound still playing after dismissing alarm in some cases | ||
* Fixed data persisting even after uninstalling app (disabled auto backup) | ||
|
||
|
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.