-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Several App handling/management improvements (#413)
* Prevent issues on Regitry if `developerId` has dots * Added new attributes `runParams` and `creationTime` to the `Interpreter` * Added `getCreateTime` to `roDeviceInfo` and other small improvements * Updated private attribute `creationTime` to be `readonly` * Implemented support for Deep Linking * Updated `brsFiddle` examples in Readme.md * Updated API documentation * Refactoring of common interfaces to simplify app handling among libraries * Improved web example to use app list and renamed `channel` to `app` in most places * Renaming web sample app folder to `browser` to avoid confusion with term `app` * Prettier fix * Upgraded typescript eslint plugin * Refactored app launch and splash time * Fixed some static analysis issues * Reduced complexity on API * Missing declaration keyword * Transformed web-app toggle images to buttons * Upgraded some dependencies * Upgraded dependencies and updated package.json * Prevent TypeScript to upgrade from 5.6.3 for now * Fixed roAppManager compareVersions and add appList to CLI * Added tests for `roAppManager` * Fixed tests * Refactored runEncrypted function to reduce complexity
- Loading branch information
Showing
77 changed files
with
1,379 additions
and
864 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.vscode/ | ||
.idea/ | ||
app/lib/ | ||
browser/lib/ | ||
bin/ | ||
types/ | ||
node_modules*/ | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
types | ||
app/lib | ||
browser/lib | ||
bin | ||
package.json | ||
**/*.js.snap |
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
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.