Android-X13
Android-X13
Hi @jmacxx, The author of the relevant code resorted to a hack in order to decrease the height of the switches and the vertical gap between them:  The...
Before:  After:  The clickabe area is better now and the vertical distance between the switches isn't increased (too) much. It could be better but the gaps would also...
Kindly disregard my ramblings in the last comment above. The vertical gaps between toggles in BSQ SUPPLY do increase like shown, but their clickable area is ideal now. Also, somehow...
What about: `PATH=$PATH LD_PRELOAD=/lib/libgcompat.so.0 bisq-desktop`
Another example: the Session private messaging app offers [two options](https://getsession.org/faq#push-notifications) for notifications, background polling and Firebase Cloud Messaging. The background polling method is described as "slow mode" (in contrast to...
I can't reproduce this.. maybe it's a MacOS only issue. There's also another date picker in the following view: open Bisq > click on FORGOT PASSWORD? button. Does it also...
I confirm that the `--force-locale` option doesn't work; for example all error messages thrown by Duplicati Command Line are displayed using my system's locale, despite having set `--force-locale` to `en`...
Hello @zhanghai. As you know issue [#1070](https://github.com/termux/termux-app/issues/1070) is already 3 years old but I bet that most users who would like to open a terminal would prefer to use Termux...
Are you on a Mac by any chance? Does this work: `datePicker.getEditor().setMaxWidth(Control.USE_PREF_SIZE);`
I rewrote this using a different approach to eliminate the interface and the multiple identical overrides (since it's now used by many classes). Of course I can revert to using...