| .. |
|
textinput
|
09cba91c09
app/edit: on android call restart_input() when selection changes
|
2 settimane fa |
|
insets.rs
|
b7c6f295ce
app/android: bugfix for android where app is active with IME, switch to another app, close screen for 15 mns, open screen, switch back to app. The screen will redraw as if IME is still shown so we explicitly re-request insets when priming screen.
|
1 settimana fa |
|
mod.rs
|
6afa2cce77
app: add rodio and play a lil sfx when clicking channels in the menu
|
2 giorni fa |
|
util.rs
|
a9e1f04a9f
app: do proper JVM thread mgmt. previously we call AttachThread() everywhere which is wrong, it should be called once per thread and then DetachThread() to cleanup. use thread local storage + Drop to make a thread guard for this.
|
7 mesi fa |
|
vid.rs
|
a9e1f04a9f
app: do proper JVM thread mgmt. previously we call AttachThread() everywhere which is wrong, it should be called once per thread and then DetachThread() to cleanup. use thread local storage + Drop to make a thread guard for this.
|
7 mesi fa |