This repository was archived by the owner on May 1, 2024. It is now read-only.
VS settings file with the Xamarin.Forms code style settings#12
Merged
VS settings file with the Xamarin.Forms code style settings#12
Conversation
Contributor
|
👍 for ctrl+k,d! |
Contributor
|
👍 |
shyunMin
pushed a commit
to shyunMin/Xamarin.Forms
that referenced
this pull request
Dec 11, 2020
[M1] Enhnaces the VoiceMemo app
mattleibow
pushed a commit
that referenced
this pull request
Jan 28, 2021
* initial commit * merge with master * Tests and missing method copied from the branch * Android text splitting fixes * awaitable Initialization methods * Android reworked - initialize and speak in single method * removed tweaks for work on Mac and garbage VS4Mac added * uwp parameters done * Android TTS with parameters * TTS iOS parameters * Refactor TTS code - Simplify implementations - Implement remaining pitch/speakrate/volume normalizations - Implement cancel token logic - Refact to use public api in shared.cs and platform invocations in platformname.cs * Adjust slider ranges to match max/min settings * Simplify TTS demo text * Move enums into TextToSpeech Don't really want Pitch, Volume, and SpeakRate enums to be at the root namespace level, so moved them into TextToSpeech. * Fix sln folders * Added docs for Text to Speech * Clean up pitch/volume/speak rate and normalization * Make 1.0 volume default in tts sample * Removed accidental / invalid enum value * Cleanup iOS and UWP apis to queue up message. Added samples to do multiple lines of text queued. Refactored how we throw exceptions. * A few changes to the API - removed redundant code - removed enums * Use TaskCompletionSource<bool> instead of <object> * Updated docs * Removing unnecessary changes * Reverting some changes * Cleanup random object in tcs. * cleanup tcs on iOS * Re-use semaphoreslim :) bring things local if possible * Fixup uwp, remove the accidental semaphore await. * Add sample to pick locale * Additioanl cleanup, use whenall * Remove speak rate for now * Remove speakrate from docs * Fix UWP locales * Fix up android dispose issues :) * Remove the dispose calls around TTS * Fix up splitting of strings and add tests. * Cancel the speech when leaving the page * Fix android locale's so it speaks back correctly :)
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of Change
Add importable Visual Studio settings for our code standards.