Skip to content

Commit

Permalink
Update icon once again for better contrast. v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsetsonwheels committed Apr 5, 2020
1 parent d58dc9f commit 28d8b48
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**This list contains the resources used in this app that are taken from (may be adapted) from the following open source projects, in no particular order:**

- App icons by Icons8: https://icons8.com/icons/set/remote-control
- App icons by Icons8: https://icons8.com/icons/set/tv

- KaiUI UI components for KaiOS by nadim1992: https://github.com/nadim1992/KaiUI

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

*New features:*

- Downgraded KaiAds SDK.
- Changed icons for better contrast.

*Bugs:*

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.2 (Stable)<br><br>- 0.4.7.3 (Alpha) | >= KaiOS 2.5 | >= Kodi Krypton (17.x)<br><br>>= JSON-RPC API v8 |
| - 1.0.3 (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
Binary file modified docs/icons/kaidi_112.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kaidi",
"version": "1.0.2",
"version": "1.0.3",
"description": "A Kodi remote app for KaiOS.",
"scripts": {
"clean": "gulp clean",
Expand Down
Binary file modified src/icons/kaidi_112.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/icons/kaidi_56.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/manifest.webapp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "1.0.2",
"version": "1.0.3",
"name": "Kaidi Remote",
"description": "The Kodi remote app for KaiOS.",
"launch_path": "/ad.html#home",
"orientation": "default",
"theme_color": "#1BC1C4",
"theme_color": "#ffffff",
"origin": "app://kaidi.jkelol111.me",
"icons": {
"56": "/icons/kaidi_56.png",
Expand Down

0 comments on commit 28d8b48

Please sign in to comment.