-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixed filter bug causing crash on startup - Fixed file not opening on some apps (missing metadata) - Fixed file size calculation incorrect - Now clear text input when create new folder - More natural-looking back button - Removed unused notification about invalid folder name - Now uses Future for concurrency management (less race condition)
- Loading branch information
wmartinmimi
committed
Nov 28, 2023
1 parent
7514475
commit e24e1fa
Showing
5 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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,7 @@ | ||
- Fixed filter bug causing crash on startup | ||
- Fixed file not opening on some apps (missing metadata) | ||
- Fixed file size calculation incorrect | ||
- Now clear text input when create new folder | ||
- More natural-looking back button | ||
- Removed unused notification about invalid folder name | ||
- Now uses Future for concurrency management (less race condition) |