feat: terminal, eventbus, load recipe

- change: disable reboot android when logged out
- change: load recipe from android app's memory (requires ^0.0.3)
- fix: adb payload handler may get incomplete message

Signed-off-by: pakintada@gmail.com <Pakin>
This commit is contained in:
pakintada@gmail.com 2026-06-19 10:41:17 +07:00
parent ea7ec00b4b
commit d4eb3be886
17 changed files with 2415 additions and 42 deletions

View file

@ -272,5 +272,7 @@ export {
getMaterialType,
getCategories,
isNonMaterial,
extractMaterialIdFromDisplay
extractMaterialIdFromDisplay,
getMenuStatus,
buildTags
};