| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
@cooljqln should be good to merge to main, give it a look over though please? :)
Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/66
Co-authored-by: ailurux <ailuruxx@gmail.com>
Co-committed-by: ailurux <ailuruxx@gmail.com>
|
|
|
|
this fixes a very nasty lua stack leak
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Needed as prep for usb msc support; you really shouldn't leave the MSC
settings screen until you've disabled usb msc.
|
|
|
|
|
|
|
|
|
|
this gives us a way to give each screen nice little hooks, like
'onShown' and 'onHidden'. later we can use these hooks to disable
bindings for screens that aren't in-use.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- No more IndexRecord/Result/dbGetPage nonsense
- Queue is just track ids
- i am so tired and have so much to do
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Working with the default group and root kinda sucks if you have to do it
from lua!
|
|
|