-
-
Notifications
You must be signed in to change notification settings - Fork 211
feat: Sort notes and folders #1408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1408 +/- ##
==========================================
- Coverage 46.09% 45.67% -0.42%
==========================================
Files 117 118 +1
Lines 8683 8794 +111
==========================================
+ Hits 4002 4017 +15
- Misses 4681 4777 +96 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
44e7513
to
fcadf75
Compare
89f1ff6
to
0da881d
Compare
Thank you for Your code, I merged it to my personal Saber. |
0da881d
to
d92e56c
Compare
2a2b510
to
8c45153
Compare
I like to sort folders by Name and files by date. Can this be implemented? |
8c45153
to
1eb3367
Compare
@QubaB it is possible to implement and it is quite easy to do so given that I already handle files and directories separately when sorting, unfortunately I personally don't need this level of fine tuning and I probably won't be working on that |
OK, I will customize it to my needs. Thank you for the very nice improvement. |
Introduced a button

SortButton
located at the top-right of the UI in recent and browse pages (near the syncing one):When pressed it shows a dropdown for a predetermined selection, provided in the static class

SortNotes
.Such selection is preserved as a preference and is kept on app restart.
Sdk version change is not related to my own implementation, but instead is a workaround to compilation errors that made it impossible to test on android emulator.