forked from saber-notes/saber
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
QubaB edited this page Mar 25, 2025
·
16 revisions
My personal version of Saber, it includes changes not accepted in main version which I want. Thanks to @adil192 for excelent software.
- take a photo
- crop images
- move selection between pages
- smaller toolbar icons
- eraser button fix for my Samsung tablet
- fixed storing Nextcloud credentials on Windows
- possibility to synchronize not encrypted files to Nextcloud (if you have your personal nextcloud server) - this can avoid problem with too long filenames of synchronized notes (encryption of filename can create too long filenames)
- view on last 10 files synchronized to/from Nextcloud
- sort notes - thanks to code of @Edgiest05
- search for notes - thanks to code of @JonaFleischmann
QBSaber-main branch is my main branch.
flutter clean
flutter pub get
flutter build apk
adb install -r build\app\outputs\flutter-apk\app-release.apk
flutter build windows
Compiled app is in build\windows\x64\runner\Release\saber.exe
In Android studio simply choose Windows platform.