-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
12 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 |
---|---|---|
@@ -1,17 +1,21 @@ | ||
New features: | ||
- Ability to crop the image before setting it as a background | ||
- Ability to soft calendar and regular events separately | ||
- Added settings export | ||
- Added support for android 13 per-app languages | ||
- Added blur and transparency effects to the lockscreen items | ||
- Ability to crop the image before setting it as a background | ||
- Ability to soft calendar and regular events separately | ||
- Added settings export | ||
- Added support for android 13 per-app languages | ||
- Added blur and transparency effects to the lockscreen items | ||
|
||
Ui changes: | ||
- Added status toasts, better visual feedback and consistency | ||
- Minor typo fixes | ||
- Changed some menus and dialogs | ||
- Added status toasts, better visual feedback and consistency | ||
- Minor typo fixes | ||
- Changed some menus and dialogs | ||
|
||
Bugfixes: | ||
- Fixed "hide by content" not working | ||
- Fixed entry sorting | ||
- Fixed "hide by content" not working | ||
- Fixed entry sorting | ||
|
||
Misc: | ||
- Open calendar settings on entry long-click | ||
- Open calendar settings on entry long-click | ||
|
||
Internal changes: | ||
- Replaced dialogs with dialog fragments | ||
- Replaced dialogs with dialog fragments |