Skip to content

Tags: NebulaSleuth/Essentials.WPF

Tags

1.0.0

Toggle 1.0.0's commit message
Remove some unintentional whitespace

0.11.0-preview

Toggle 0.11.0-preview's commit message
Regenerate the docs (xamarin#541)

* Update the build bits for the new things

* Re-generate the docs

0.10.0-preview

Toggle 0.10.0-preview's commit message
Convert tests to inline tests & update all structs (xamarin#474)

0.9.1-preview

Toggle 0.9.1-preview's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update version

0.9.0-preview

Toggle 0.9.0-preview's commit message
Create unique preference storage for each feature. (xamarin#434)

* Create unique preference storage for each feature.

* update storage per @Redth

0.8.0-preview

Toggle 0.8.0-preview's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
xamarinGH-304: Added `Remove` and `RemoveAll` methods to SecureStorage (

xamarin#330)

* [secure-storage] Added `Remove` and `RemoveAll`

* [secure-storage] Added tests for Remove/RemoveAll

* [secure-storage] Remove unnecessary method

We no longer consider the `SecAccessible` value when _retrieving_  KeyChain records anymore, so it’s unnecessary to pass this value into the Get call, and unnecessary to have a platform specific overload with this parameter for getting a record.

* [secure-storage] updated docs

* [secure-storage] update sample with remove methods

* [secure-storage] Fix GetAsync call for iOS

We don’t use the overload with SecAccessible any longer.

* Fix android remove, we must do a md5hash of the key as that is how it was stored :)

* [secure-storage] Fix iOS PlatformGet

0.6.0-preview

Toggle 0.6.0-preview's commit message
A few fixes for the release. (xamarin#228)

* Setting the correct flags for Chrome Tabs. Fixes xamarin#225

* Make sure that there is data to decrypt before starting. Fixes xamarin#226

* Fixes for TTS. Fixes xamarin#227

* A bit of the fixes for emails on iOS. Relates to xamarin#224

* Update the email bit for iOS xamarin#224

* Cleaning up the code xamarin#224