-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support configurable branding of strings
Allow the overall branding (app name, urls, etc.) to be controlled by editing values in the branding.json file.
- Loading branch information
Showing
21 changed files
with
182 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"appname": "UBports Installer", | ||
"os": "Ubuntu Touch", | ||
"executable": "ubports-installer", | ||
"app-id": "com.ubports.installer", | ||
"header-text": "UBports Installer ({version})", | ||
"donate-url": "https://ubports.com/donate", | ||
"allow-reporting": true, | ||
"supported-devices": "http://devices.ubuntu-touch.io/test/test.html", | ||
"all-devices-supported": false, | ||
"config-repo-prefix": "https://github.com/ubports/installer-configs/blob/master/v2/devices/", | ||
"device-info-prefix": "https://devices.ubuntu-touch.io/device/", | ||
"feedback": "https://github.com/ubports/ubports-touch", | ||
"participate": "https://ubports.com/join-us", | ||
"config-repo": "https://ubports.github.io/installer-configs/v2/", | ||
"logfile": "ubports-installer.log", | ||
"organisation-name": "the UBports Foundation", | ||
"organisation-url": "https://ubports.com", | ||
"info-url": "https://ubuntu-touch.io", | ||
"installer-source": "https://github.com/ubports/ubports-installer/tree/", | ||
"licence-url": "https://github.com/ubports/ubports-installer/blob/", | ||
"bug-tracker": "https://github.com/ubports/ubports-installer/issues", | ||
"troubleshooting": "https://docs.ubports.com/en/latest/userguide/install.html#troubleshooting", | ||
"forum-name": "UBports Forums", | ||
"forum-url": "https://forums.ubports.com", | ||
"support-name": "AskUbuntu", | ||
"support-url": "https://askubuntu.com/questions/tagged/ubuntu-touch", | ||
"contact-name": "Telegram", | ||
"contact-url": "https://t.me/WelcomePlus", | ||
"update-url": "https://api.github.com/repos/ubports/ubports-installer/releases/latest" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.