Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
* Upgraded dependency to Device SDK 1.21.0 [https://github.com/alexa/…
Browse files Browse the repository at this point in the history
…avs-device-sdk/tree/v1.21.0]

* Added DND Support

* Fixed a back navigation issue causing a RenderPlayerInfo card to be cleared
* Fixed an issue where the sample app automatically goes into the listening mode when prompted by a skill
  • Loading branch information
zsubas committed Nov 11, 2020
1 parent 4e7b7a6 commit 9878caf
Show file tree
Hide file tree
Showing 416 changed files with 4,922 additions and 55,569 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### v2.4.0 released 11/09/2020:

#### Enhancements
* Upgraded dependency to Device SDK 1.21.0 [https://github.com/alexa/avs-device-sdk/tree/v1.21.0]
* Added DND Support

#### Bug fixes
* Fixed a back navigation issue causing a RenderPlayerInfo card to be cleared
* Fixed an issue where the sample app automatically goes into the listening mode when prompted by a skill

### v2.3.0 released 09/24/2020:

#### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)

project(AlexaSmartScreenSDK VERSION 2.3 LANGUAGES CXX)
project(AlexaSmartScreenSDK VERSION 2.4 LANGUAGES CXX)
set(PROJECT_BRIEF "A cross-platform, modular SDK for multi modal interaction with the Alexa Voice Service")
configure_file (
"${PROJECT_SOURCE_DIR}/modules/Alexa/Utils/include/Utils/SmartScreenSDKVersion.h.in"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Alexa Smart Screen SDK

<p>
<a href="https://github.com/alexa/alexa-smart-screen-sdk/tree/v2.3.0" alt="version">
<img src="https://img.shields.io/badge/stable%20version-2.3-brightgreen" /></a>
<a href="https://github.com/alexa/avs-device-sdk/tree/v1.20.1" alt="DeviceSDK">
<img src="https://img.shields.io/badge/avs%20device%20sdk-1.20.1-blueviolet" /></a>
<a href="https://github.com/alexa/alexa-smart-screen-sdk/tree/v2.4.0" alt="version">
<img src="https://img.shields.io/badge/stable%20version-2.4.0-brightgreen" /></a>
<a href="https://github.com/alexa/avs-device-sdk/tree/v1.21.0" alt="DeviceSDK">
<img src="https://img.shields.io/badge/avs%20device%20sdk-1.21.0-blueviolet" /></a>
<a href="https://github.com/alexa/apl-core-library/tree/v1.4.1" alt="APLCore">
<img src="https://img.shields.io/badge/apl%20core%20library-1.4.1-navy" /></a>
<a href="https://github.com/alexa/alexa-smart-screen-sdk/issues" alt="issues">
Expand Down
17 changes: 8 additions & 9 deletions modules/Alexa/APLClientLibrary/APLClientSandbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@ The APL Client Sandbox provides a basic implementation of APL Client with a Webs
* WebsocketPP
* RapidJSON

## Building
`cmake -DWEBSOCKETPP_INCLUDE_DIR=<...> && make`
## Server Side
Go to 'build/APLClientSandbox/src'
For building refer to main README file
Run './APLClientSandbox'

From the GUI directory:
`npm install`
## Client Side
Go to 'APLClientLibrary/APLClientSandbox/GUI'
For building run `npm install`
Run `npm start`

## Running
Run `APLClientSandbox`

From the GUI directory:
`npm start`

Open a browser and point it to http://127.0.0.1:8000
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export declare class EditText extends ActionableComponent<IEditTextProperties> {
inputElement: HTMLInputElement;
private localFocused;
private enterPressedDown;
private isEdge;
constructor(renderer: APLRenderer, component: APL.Component, factory: FactoryFunction, parent?: Component);
private initEditTextHtmlComponent();
private setBorderColor;
Expand Down

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions modules/Alexa/APLClientLibrary/apl-client-js/index.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions modules/Alexa/APLClientLibrary/apl-client-js/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "apl-client",
"version": "1.4.28.0",
"description": "this version supports APL 1.4 - R2.18.1 patch release",
"repository": "hash:4de09e27",
"version": "1.4.30.0",
"description": "this version supports APL 1.4",
"repository": "hash:5e58b3a4",
"main": "index.js",
"types": "./index.d.ts"
}
6 changes: 0 additions & 6 deletions modules/Alexa/ApplicationUtilities/APLClient/CMakeLists.txt

This file was deleted.

This file was deleted.

Loading

0 comments on commit 9878caf

Please sign in to comment.