Kaidi Remote 1.0.7
Changelog:
New features:
- Dark theme for options menus: previously, options menus weren't themed. Now they are.
- Replaced custom native-toast with kaios-toaster: I created my own native-toast 'fork' called kaios-toaster. It supports displaying multiline toast messages, and looks uniform with KaiOS.
Bugs:
- Player view:
- Time update bug: Time label and meter might sometimes fail to update due to Kodi requests not being completed in timeout (if any Kodi devs are reading this, please let us subscribe to a time update event instead of polling it manually).
- Info update bug: Sometimes, Kodi does not fire the events such as
OnPlay
orOnStop
(I still don't know why, it could be a thing with my local copy of Kodi), which leads to the app not updating the UI with the latest information.
Install steps:
Using OmniSD:
-
Download the file
kaidi-1.0.7-stable-omnisd.zip
to your SD card. -
Open OmniSD and install.
Using WebIDE:
You will need to have node
installed to build the app.
-
Download the source code zip above and extract it somewhere.
-
Change directory (
cd
) to the folder where you extracted the source code. -
Run
npm install
to install all the build dependencies. -
Run
npm run-script build
to build the app. -
Open WebIDE with your device connected and select 'Open packaged app' on the sidebar.
-
Pick the path to the
./dist/deploy
folder. -
Hit the 'Play' button to install.