hrdl
hrdl
It is, so it's up to you whether you want to merge this and move synosaurus towards a more general (as in superset) dictionary lookup solution. I implemented this because...
I've tried both and I don't really see a difference. I will check the debug log to get information about the detected screen resolution as soon as I've set up...
Would you mind providing a debug build with this option enabled? I managed to build an apk via [act](https://github.com/nektos/act) after giving up on getting this to run on Arch Llinux....
Comparing the release apk (1.8.5) and my apk (https://github.com/janbar/osmin/commit/6b95edbfc6833bd0267ac60fa7d8170cc9324126), it's obvious that some of the shared libraries are missing. When are these supposed to be added? Are they present in...
Yes, GrapheneOS also Android-based. Thanks uploading your build. I gave it a try but did not get the expected output via logcat. I get the debug-level "Skip database ..." messages,...
I witness the same behaviour (suboptimal rendering and lack of Draw ... debug messages with the debug build) on another LineageOS 18.1 device.
I'm still experiencing the same issue, i.e. the application crashes and I see warnings about some modules (e.g. QtQuick.Layouts; see logcat above) not being installed. The files indicated as missing...
Thanks for the effort. The log out put is more verbose now, but I am still missing the `Draw: ... DPI` outputs. I will try to compile one of the...
Is https://github.com/janbar/osmin/commit/73f3df925ab8fb5692daf56b96b809c4bd13eda8 relevant to the debug output I was missing? If so I would try this if you happen to have another debug build.
The layout looks like this: ``` Gtk::Box box - Gtk::Widget widget1 - Gtk:Revealer revealer - Gtk::Box revealer_box - Gtk::Widget widget2 - Gtk::Widget widget3 ``` At the moment the hover handler...