This repository has been archived by the owner on Jun 30, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Latest Android Assistant updates (#1771)
* blue background for users' requests in chat * added demo feature to update widgets of 3rd party app * added ISO 8601 timestamps to generated activity events * pull from upstream (#11) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [SkillsLib]remove http transport and related (#1676) * remove http transport and related * try to get RestoreAddtionalProjectSources working * trigger build * add package source for Skills test project * Android app update: Ability to change view between Full Conversation and Conversation (#1681) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * added feature to show full conversation * latest upstream changes (#8) * Added initial readme for Android Assistant app (#1667) * Virtual Assistant Client for Android - initial public commit * updated .gitignore to ensure the /src/debug folder is not ignored * implemented feedback from PR 1493 * code cleanup after merge * fixes possible exception due to race condition * fix: release created and stopped audio records * added timeout event so that client app can notify user * WIP adaptive card click events * WIP adaptive card clicking * finished implementation of adaptive card clicking * Updated Location event so that the data is consumed properly * additional IPA -> VA changes * logcat logging of complete JSON data * using suggested actions for adaptive card click * undo incorrect commit * added suggested actions feature * updates to allow the service to receive connections from other apps * small code updates + locationProvider threading fix * finished feature to broadcast data to other apps * added initial readme for Android app * Update readme.md * [Botskills] Add a new Known Issue of the CLI tool (#1665) * Adapt luisgen commands to trailing backslashs * Add issue in KnownIssues doc * Add an example of the issue * [DevOps] Disable builds in pull-request by default (#1661) * Update YAML files in TypeScript and Csharp * Update readme in both versions * Minor changes in YAML files * Minor changes in readme files * Updated default comment with sections for bots/deployment scripts (#1669) * News skill: adding trending articles, favorite topics, searching by market, searching by website (#1660) * Added trending articles, changing search market, search specific sites, choosing favorite topics * Changes from comments * fis newsLuis * update publish scripts to fix skill deployment filenotfound issues with kudu (#1668) * Create release-drafter.yml * [TypeScript][Virtual Assistant/Skill samples] Migrate from TSLint to ESLint (#1673) * Add ESLint to sample assistant * Fix ESLint issues in sample-assistant * Add ESLint to sample skill * Fix ESLint issues in sample-skill * Update dependencies * Update templates * Update generator * [Botskills] Improve error messages (#1683) * Improve error messages for more verbosity * Continue improving error messages * Finish improving error messages * Improve error handling for authenticationUtils * Revert changes to arguments arrays * Add link to documentation when auth fails * Allow ITriggers with nullable properties (#1685) * [Botskills] Move location to tools folder (#1666) * Move botskills cli tool to the tools root folder * Update doc references * Update yaml files * Update package-lock file * Update build.botskills.ts.ps1 * Update speechenablement.md * [Botskills] Add re-publish warning (#1686) * Add warning to republish VA after refresh * Fix tests * add flag to include nuget pkgs so nuspec can pick up packages needed (#1690) * add flag to include nuget pkgs so nuspec can pick up packages needed * force trigger build * remove redundant space * [VA] Updated deployment scripts to assign luis subscription key automatically (#1693) * add luis sub key * add azure account * deploy updates * deploy fix * [Botskills] Update documentation (#1688) * Update botskills documentation * Remove style of botskills word * Fix link reference * Fix references to botskills documentation * Fix typos * Apply suggestions from code review Co-Authored-By: David Favretto <[email protected]> * Apply suggestions from code review * upgrade versions of skills and solutions for templates (#1695) * [TypeScript][BotBuilder-Libs] Migrate from TSLint to ESLint (#1696) * Add ESLint to botbuilder-solutions * Add ESLint to botbuilder-skills * Update dependencies * Fix ESLint issues in botbuilder-solutions * Fix ESLint issues in botbuilder-skills * upgrade skills to latest lib version (#1698) * [Calendar] Add config for slot filling attribute skip (#1647) * add slot filling default value config * fix test cases * add default value config of start date and duration * add default content and location in common string * update doc * Update productivity-calendar.md * Update productivity-email.md * Update knownissues.md * removing template projects from sln as msbuild on devops can't skip certain projects. (#1703) * VA Deployment Updates (#1694) * write full validation result to log * handle spaces in path * fixed publish with different bot name * added luis region to all commands * removed extra registration from skill (#1702) * Fix broken link to botskills cli (#1708) * move backgroundImage into column (#1711) (#1712) They are used in ResponseManager.GetCardResponse as containerItems, so backgroundImage should be kept in Column. * [TypeScript][Botskills] Refactor in Mocks folder (#1706) * Fix typos for errors * Refactor mocks folder * Remove unused dependencies in generator-botbuilder-assistant (#1707) * Update README.md * Update CODEOWNERS (#1709) * removed timestamp from Activity events * added Timezone feature. Fixes #1678 * removed unnecessary Directline constant * updates: 1. new API sendTimeZoneEvent 2. Settings UI update 3. fixes bug in Synthesizer 4. bot will listen again when expectingInput is received * Settings screen cleanup * fix merge for these files with special chars * Improved broadcasting to 3rd-party apps
- Loading branch information