Skip to content

Commit

Permalink
Removed origin. v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsetsonwheels committed Apr 5, 2020
1 parent 1f3e1ba commit 00539d2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions LATEST_RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:*

Expand All @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

| Current app versions | Supported KaiOS versions | Supported Kodi versions |
|:---------------------------------------:|:------------------------:|:------------------------------------------------:|
| - 1.0.4 (Stable)<br><br>- 0.4.7.3 (Alpha) | >= KaiOS 2.5 | >= Kodi Krypton (17.x)<br><br>>= JSON-RPC API v8 |
| - 1.0.5 (Stable)<br><br>- 0.4.7.3 (Alpha) | >= KaiOS 2.5 | >= Kodi Krypton (17.x)<br><br>>= JSON-RPC API v8 |

## Key features

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version": 1, "manifestURL": "app://kaidi.jkelol111.me/manifest.webapp"}
{"version": 1, "manifestURL": "app://kaidiremote/manifest.webapp"}
2 changes: 1 addition & 1 deletion src/js/backbone/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'

/*
Expand Down
1 change: 0 additions & 1 deletion src/js/backbone/workers/kodievents.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class NotificationFactory {
})
n.onclick = () => {
n.close.bind(n)
window.open('app://kaidi.jkelol111.me')
}
} else {
throw new NotificationPermissionDeniedError({
Expand Down
5 changes: 2 additions & 3 deletions src/manifest.webapp
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}

0 comments on commit 00539d2

Please sign in to comment.