Adil Hanney
Adil Hanney
@HoWilgh PDFs used to be in vector format but I abandoned that since it resulted in too many discrepancies from the in-app editor and it was unmaintainable. The same problems...
Interestingly, I get a different error than the previous two lawnchair bug reports: ```python 2025-06-11 17:40:48.448 11738-11772 AndroidRuntime app.lawnchair.play.debug \ E FATAL EXCEPTION: launcher-loader Process: app.lawnchair.play.debug, PID: 11738 java.lang.NoClassDefFoundError: Failed...
The whiteboard is intended to be a place for temporary quick scribbles (such as doing some practice questions that you don't want to keep) so it doesn't make sense for...
Assuming this is using nc.saber.adil.hanney.org, did you create the account a long time ago or recently? I scrapped server-side encryption years ago because it was redundant and slowed the server...
> If the note encryption doesn't work, why does the app still prompt me to uncrypt my notes? It's server-side encryption that's now disabled. We only use client-side encryption now,...
The bypass API seems to be required for Android 11+ support (https://github.com/saber-notes/saber/pull/1378). It's in Onyx's reference implementation here: [DemoApplication.java](https://github.com/onyx-intl/OnyxAndroidDemo/blob/master/app/OnyxPenDemo/src/main/java/com/onyx/android/eink/pen/demo/DemoApplication.java). I have no control over the SDK, so you should file...
Today I've also got the same error as https://github.com/saber-notes/saber/issues/1514. I'm able to bypass it for now. ``` Your app uses one or more unsupported APIs Your app uses API bypass...
Scrolling currently requires you to drag the page with your mouse like you would on a mobile/touchscreen device.
There's been progress on Flutter's end. E.g. https://github.com/flutter/flutter/pull/112172 handles trackpad pinch-to-zoom and https://github.com/flutter/flutter/pull/112171 handles trackpad scrolling. This hasn't reached Flutter stable yet though. I'm leaving this issue open since I'll...