calin-darie
calin-darie
Sorry I'm pretty caught up with other projects. Just saw your [stack overflow question and bounty](https://stackoverflow.com/questions/72336840/handling-dead-keys-in-android-kcm) I don't know how such a behavior could be accomplished in klm. You're right,...
https://source.android.com/devices/input/key-character-map-files > The system recognizes the following Unicode characters as combining diacritical dead key characters: > > '\u0300': Grave accent. > '\u0301': Acute accent. > '\u0302': Circumflex accent. > '\u0303':...
https://developer.android.com/reference/android/database/ContentObserver https://developer.android.com/reference/android/provider/Settings.System#getUriFor(java.lang.String) https://stackoverflow.com/questions/46119279/how-to-detect-if-screen-brightness-has-changed-in-android ``` // listen to the brightness system settings val contentObserver = object:ContentObserver(Handler()) { override fun onChange(selfChange:Boolean) { // get system brightness level val brightnessAmount = Settings.System.getInt( contentResolver,Settings.System.SCREEN_BRIGHTNESS,0)...
Hi! I'll test the possibility of letting people edit and share custom layouts. For now though I'm busy with other projects, so please don't be mad that I'm going to...
Not supported in KLC. Please re-open if ever supported.
Not going to happen in the foreseeable future. Feel free to reopen if you have a pull request for it
At least brightness and hopefully warmth will be exposed as system properties, see #5
> I added when the device booted I load all the shedule and find the closet shedule and manually invoke it. I also change to RTC_WAKEUP. Do you want me...
Actually @cuong21951 turns out Ii had a small unpushed commit to restore alarms on boot, see https://github.com/calin-darie/gentle-glow-onyx-boox/compare/restore-alarms?expand=1
Dirty hack. Until this gets fixed in the official version, I've patched the router global hooks: ```js export default ({ Vue, // the version of Vue being used in the...