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

Conversation

jamesmontemagno
Copy link
Collaborator

For API docs

jamesmontemagno and others added 25 commits May 4, 2018 14:58
* Address #221, use AfterFirstUnlockThisDeviceOnly to match other platforms. Although allow a platform specific override to set accessible state.

* Add tests

* Added iOS specific prop to set SecAccessible

* Default to AfterFirstUnlock on iOS SecureStorage
* Setting the correct flags for Chrome Tabs. Fixes #225

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

* Fixes for TTS. Fixes #227

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

* Update the email bit for iOS #224

* Cleaning up the code #224
GH-229: Make sure to set the email properties
This fixes a lot of references that were required on android that aren't.
* Update Readme with Installation information.

* Update README.md

* Update README.md
* Add Orientation Sensor

* Add Orientation Sensor

* Remove .csproj clutter

* "orientationsensor" --> "orientation sensor" or just "orientation"
* Added DateTime to preferences. Fixes #192
 - also properly using overloads

* Added some unit tests

* Added the docs for the new Preferences APIs
Added link to Current Features for Device Display Information
* Fixes #258
* put vectors nuget everywhere.
* NuGet is broken - https://developercommunity.visualstudio.com/content/problem/232996/warning-nu1603-runtimenativesystemiocompression-41.html
* The NuGet doesn't add the assembly references from the GAC
* We need to use a later version of the iOS SDK
Update Readme with Device Display Information
GH-272 Fix Null Exception on Location Updates. Closes #272
* Add IsMainThread detection API

* Add platform tests for main thread

* Update docs and add more platform tests
* iOS secure storage simulator tests (#247)

* Remove line that skips test on virtual devices

* Adding keychain-access-groups in Entitlements.plist

* Setting CodeSign entitlements for Debug configuration

* Making same entitlement.plist changes for iOS sample

* Removing specific code sign key

* Removing physical device trait for iOS SecureStorageTests

* Update DeviceTests.iOS.csproj

* Update Samples.iOS.csproj

* Add configs for codesign on release
* Update Support Packages, Forms, and Reference Vectors

* Bump targetsdk

* Fix android build :)

* Fix build
@jamesmontemagno jamesmontemagno merged commit a09a031 into live Jun 21, 2018
@dend
Copy link
Contributor

dend commented Jun 21, 2018

✅ Validation status: passed

File Status Preview URL Details
DeviceTests/DeviceTests.Android/DeviceTests.Android.csproj ✅Succeeded
DeviceTests/DeviceTests.Android/Properties/AndroidManifest.xml ✅Succeeded
DeviceTests/DeviceTests.Shared/DeviceTests.Shared.projitems ✅Succeeded
DeviceTests/DeviceTests.Shared/Platform_Tests.cs ✅Succeeded
DeviceTests/DeviceTests.Shared/Preferences_Tests.cs ✅Succeeded
DeviceTests/DeviceTests.Shared/SecureStorage_Tests.cs ✅Succeeded
DeviceTests/DeviceTests.UWP/DeviceTests.UWP.csproj ✅Succeeded
DeviceTests/DeviceTests.iOS/DeviceTests.iOS.csproj ✅Succeeded
DeviceTests/DeviceTests.iOS/Entitlements.plist ✅Succeeded
DeviceTests/build.cake ✅Succeeded
README.md ✅Succeeded
Samples/Samples.Android/Properties/AndroidManifest.xml ✅Succeeded
Samples/Samples.Android/Samples.Android.csproj ✅Succeeded
Samples/Samples.UWP/Samples.UWP.csproj ✅Succeeded
Samples/Samples.iOS/Entitlements.plist ✅Succeeded
Samples/Samples.iOS/Samples.iOS.csproj ✅Succeeded
Samples/Samples/Samples.csproj ✅Succeeded
Samples/Samples/View/AllSensorsPage.xaml ✅Succeeded
Samples/Samples/View/OrientationSensorPage.xaml ✅Succeeded
Samples/Samples/View/OrientationSensorPage.xaml.cs ✅Succeeded
Samples/Samples/ViewModel/HomeViewModel.cs ✅Succeeded
Samples/Samples/ViewModel/OrientationSensorViewModel.cs ✅Succeeded
Xamarin.Essentials/Browser/Browser.android.cs ✅Succeeded
Xamarin.Essentials/Compass/Compass.ios.cs ✅Succeeded
Xamarin.Essentials/Email/Email.ios.cs ✅Succeeded
Xamarin.Essentials/Email/Email.shared.cs ✅Succeeded
Xamarin.Essentials/Geolocation/Geolocation.android.cs ✅Succeeded
Xamarin.Essentials/Geolocation/Geolocation.ios.cs ✅Succeeded
Xamarin.Essentials/Geolocation/Geolocation.uwp.cs ✅Succeeded
Xamarin.Essentials/OrientationSensor/OrientationSensor.android.cs ✅Succeeded
Xamarin.Essentials/OrientationSensor/OrientationSensor.ios.cs ✅Succeeded
Xamarin.Essentials/OrientationSensor/OrientationSensor.netstandard.cs ✅Succeeded
Xamarin.Essentials/OrientationSensor/OrientationSensor.shared.cs ✅Succeeded
Xamarin.Essentials/OrientationSensor/OrientationSensor.uwp.cs ✅Succeeded
Xamarin.Essentials/Platform/Platform.android.cs ✅Succeeded
Xamarin.Essentials/Platform/Platform.ios.cs ✅Succeeded
Xamarin.Essentials/Platform/Platform.netstandard.cs ✅Succeeded
Xamarin.Essentials/Platform/Platform.shared.cs ✅Succeeded
Xamarin.Essentials/Platform/Platform.uwp.cs ✅Succeeded
Xamarin.Essentials/Preferences/Preferences.shared.cs ✅Succeeded
Xamarin.Essentials/SecureStorage/SecureStorage.android.cs ✅Succeeded
Xamarin.Essentials/SecureStorage/SecureStorage.ios.cs ✅Succeeded
Xamarin.Essentials/TextToSpeech/TextToSpeech.android.cs ✅Succeeded
Xamarin.Essentials/Types/LocationExtensions.uwp.cs ✅Succeeded
Xamarin.Essentials/Vibration/Vibration.android.cs ✅Succeeded
Xamarin.Essentials/Xamarin.Essentials.csproj ✅Succeeded
docs/en/FrameworksIndex/xamarin-essentials-android.xml ✅Succeeded
docs/en/FrameworksIndex/xamarin-essentials-ios.xml ✅Succeeded
docs/en/FrameworksIndex/xamarin-essentials-uwp.xml ✅Succeeded
docs/en/FrameworksIndex/xamarin-essentials.xml ✅Succeeded

This comment lists only the first 50 files in the pull request.
For more details, please refer to the build report.

Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.

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.

4 participants