Skip to content
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
kingces95 merged 1 commit intomasterfrom
vssettings
Mar 24, 2016
Merged

VS settings file with the Xamarin.Forms code style settings#12
kingces95 merged 1 commit intomasterfrom
vssettings

Conversation

@hartez
Copy link
Copy Markdown
Contributor

@hartez hartez commented Mar 24, 2016

Description of Change

Add importable Visual Studio settings for our code standards.

@samhouts
Copy link
Copy Markdown
Contributor

👍 for ctrl+k,d!

@kingces95
Copy link
Copy Markdown
Contributor

👍

@kingces95 kingces95 merged commit ab1472d into master Mar 24, 2016
@kingces95 kingces95 deleted the vssettings branch March 24, 2016 18:20
@samhouts samhouts added this to the 2.2.0 milestone Jul 3, 2018
shyunMin pushed a commit to shyunMin/Xamarin.Forms that referenced this pull request Dec 11, 2020
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 :)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants