List of changes, in comparison with version v0.0.10 from olup/notable:
- Add image support
- fixed crash on pdf export,
- it now shows error on jpg and png export instead of crashing
- set width of exported page to width of A4 paper
- fixed issue #45 and #34 by updating to newer onyx sdk
- colors were added (thanks to work by @alokehpdev)
- added opt-in switch for "NeoTools" as they caused crushes
- added hold gesture for selecting
- add buttons to manage selections (copy, delete, resize, etc)
- changed look of notebook settings
- changed how refreshUi() works, added refreshUiSuspend()
Small minor changes:
- add covers for notebooks
- notebooks respect "default page background template" setting
- changed marker behavior
- changes fountain pen -- now it is not depended on onyx sdk for drawing on canvas by default
- improved gestures: double tap should be recognize better, on two finger touch now have small tolerance for movent of fingers
- moved function handling selection to select.kt
- added support for drawing lines,
- fixed refresh after undo
- changed icon for library to home
- fixed issues with undo not working on most recent stroke
- issue #43 , PR #44 added to readme
- fixed sharing of selection
- and more.
Known Bugs:
- Not working on Android 10 (#27)
- problem with refreshing covers for notebooks and quick pages
- drawing strokes is handled on main thread, it should be moved to separate