diff --git a/LATEST_RELEASE_NOTES.md b/LATEST_RELEASE_NOTES.md index 4e4441f..f90601c 100644 --- a/LATEST_RELEASE_NOTES.md +++ b/LATEST_RELEASE_NOTES.md @@ -2,7 +2,7 @@ *New features:* -- Updated manifest: Last-ditch effort to see what's wrong with the KaiStore release. +- Updated manifest (again): Last-ditch effort to see what's wrong with the KaiStore release. *Bugs:* @@ -14,7 +14,7 @@ *Using OmniSD:* -1. Download the file `kaidi-1.0.4-beta-omnisd.zip` to your SD card. +1. Download the file `kaidi-1.0.5-stable-omnisd.zip` to your SD card. 2. Open OmniSD and install. diff --git a/README.md b/README.md index bcccaf1..9f020d3 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ | Current app versions | Supported KaiOS versions | Supported Kodi versions | |:---------------------------------------:|:------------------------:|:------------------------------------------------:| -| - 1.0.4 (Stable)

- 0.4.7.3 (Alpha) | >= KaiOS 2.5 | >= Kodi Krypton (17.x)

>= JSON-RPC API v8 | +| - 1.0.5 (Stable)

- 0.4.7.3 (Alpha) | >= KaiOS 2.5 | >= Kodi Krypton (17.x)

>= JSON-RPC API v8 | ## Key features diff --git a/metadata.json b/metadata.json index 14bf1dd..d8daabb 100644 --- a/metadata.json +++ b/metadata.json @@ -1 +1 @@ -{"version": 1, "manifestURL": "app://kaidi.jkelol111.me/manifest.webapp"} \ No newline at end of file +{"version": 1, "manifestURL": "app://kaidiremote/manifest.webapp"} \ No newline at end of file diff --git a/src/js/backbone/utils.js b/src/js/backbone/utils.js index ee42237..7709a82 100644 --- a/src/js/backbone/utils.js +++ b/src/js/backbone/utils.js @@ -13,7 +13,7 @@ This file contains common functions used throughout the app. // String KAIDI_ORIGIN: the origin of the app. // I can fetch it from the manifest but it is a waste of time. -const KAIDI_ORIGIN = 'kaidi' +const KAIDI_ORIGIN = 'kaidiremote' /* diff --git a/src/js/backbone/workers/kodievents.js b/src/js/backbone/workers/kodievents.js index 07f3097..b58d51c 100644 --- a/src/js/backbone/workers/kodievents.js +++ b/src/js/backbone/workers/kodievents.js @@ -43,7 +43,6 @@ class NotificationFactory { }) n.onclick = () => { n.close.bind(n) - window.open('app://kaidi.jkelol111.me') } } else { throw new NotificationPermissionDeniedError({ diff --git a/src/manifest.webapp b/src/manifest.webapp index ad112dd..aafdb90 100644 --- a/src/manifest.webapp +++ b/src/manifest.webapp @@ -1,8 +1,7 @@ { - "version": "1.0.4", + "version": "1.0.5", "name": "Kaidi Remote", "description": "The Kodi remote app for KaiOS.", - "origin": "app://kaidi.jkelol111.me", "launch_path": "/ads.html", "icons": { "56": "/icons/kaidi_56.png", @@ -33,5 +32,5 @@ "description": "Điều khiển thiết bị Kodi bắng điện thoại chạy HĐH KaiOS. Phần mềm mở nguồn tại https://github.com/jkelol111/kaidi" } }, - "default_locale": "en-US" + "default_locale": "en" } \ No newline at end of file