MagneFire
MagneFire
Some watches have additional buttons which are sometimes mapped to volume buttons. We might want to consider altering this to some other keycode as AsteroidOS apps are now being used...
On `hoki` Always-on-Display mode is entered correctly, but is never updated. An error is reported by `qt5-qpa-hwcomposer-plugin`. The relevant part of the logs are as follows: ``` Apr 28 19:00:00...
`smelt` has a very limited boot partition size, which meant that the `debug-ramdisk` boot option has been removed to save on space. But it turns out that this feature can...
We apply https://github.com/AsteroidOS/meta-asteroid/blob/master/recipes-nemomobile/lipstick/lipstick/0005-BluetoothAgent-Advertise-less-hardware-capabilities-.patch to allow both ends (watch and phone) to only show a yes/no dialog. This does not appear to work on `sturgeon`. Regardless of what the `AGENT_CAPABILITY` is...
For some time now, this watch has had quite some graphical glitches. This is now especially apparent as we brought back support for `QtGraphicalEffects`. I was initially hoping that the...
Title pretty much describes it. When the outside brightness is very low, the screen brightness becomes too low effectively turning off the display. An easy fix would be to use...
AsteroidOS relies on the HWcomposer 1.4 or 1.5 HAL API for Always-on-Display functionality. (in)harmony based watches have support for HWcomposer 1.4 but for some reason the screen still powers off...
This removes the hardcoded prerequisite of using three fingers to use the swipe gesture. Instead one can configure it by setting `gesture-swipe-fingers` in the `input` section. A working example is:...
Fixes issue with loading hwc2 in case the headers exist but the device doesn't support it. Also cleans-up Always-on-Display patch to use the base power_module. Also adds Qt6 support. This...