Noel Chew
Noel Chew
Doesn't work on Android 7.0 too.
I think he means to have the sticky alphabets to bottom of each section instead of top
Good idea @mveroukis The commit https://github.com/sfilmak/storage-chooser/commit/c43a6b534855da6b2e87fa0f25d0c67d40c84fbf contains other changes that broke my build. I have forked and uploaded a commit with the only change that fixes the crash on Android...
Ideally, the Zoomable will take the size of the content. However, the size should not change when zooming in/out.
I have created a wrapper around this library with RuntimePermission handled. https://github.com/NoelChew/MultiPickerWrapper
While waiting for this to be merged, please this fork as a temporary dependency: implementation 'com.github.NoelChew.ComposePreferences:preferences-material:0.1.5-5' implementation 'com.github.NoelChew.ComposePreferences:preferences-material3:0.1.5-5'
While waiting for this to be merged, you can use this fork as a temporary dependency: implementation 'com.github.NoelChew.ComposePreferences:preferences-material:0.1.5-3' Edit: implementation 'com.github.NoelChew.ComposePreferences:preferences-material:0.1.5-9' https://github.com/NoelChew/ComposePreferences/releases/tag/0.1.5-9
I found out that the ScanDeviceFragment calls onStop() when requesting to enable Bluetooth Adapter for my Android 12 device. This does not happen for my other devices. After selecting "Deny"...
it.moondroid.chatbot.alice.Alice: at line 66: ``` java public static void mainFunction (String[] args) { String botName = "alice-it"; MagicBooleans.jp_tokenize = false; MagicBooleans.trace_mode = true; String action="chat"; ``` Change "alice-it" to "alice".