Merged
Conversation
* Implemented Barometer across all platforms. * Added tests modeling compass sensor tests * Added more unit tests * Added samples * removed unused usings * Added barometer to all sensor page * Updated docs * Removed unused ios properties * Implemented maps as mentioned in branch name issue. also fixed a spelling mistake * Fixed typo which caused ui bug * Finished reset of fork * removed proj items * Android emulator has barometer * Code cleanup, lazy introduction, access modifiers * Modified barometer to be in sync with generic event handlers * copy paste * Updated barometer docs/en/Xamarin.Essentials/Barometer.xml * Finished updating barometer docs * Removed remnants from delegates * Changes requested in pr * iOS queue change * Sensor Speed * sensor reset
…ials into feature/issue-348
* Add more extensions for location * Update docs
…ials into feature/issue-348
* GH-440 Map location fix on iOS (#441) * Implemented maps as mentioned in branch name issue. also fixed a spelling mistake * Finished reset of fork * Fixed ios maps transportation mode * Add documentation and implement navigation modes on UWP. * Implement Android navigation options. Also add bicycle into the mix
* Fix version parsing * Util tests
#487) * Throw permission exception if not on main thread when we need to request. * Add tests for not main thread permissions
* Integrate sourcelink https://github.com/dotnet/sourcelink * Add /p:ContinuousIntegrationBuild=true to build.ps1 * Update Xamarin.Essentials.csproj * Update build.ps1 * Update to latest source link * Only add sourcelink in release config * Cleanup build for mac * Add properties to turn off CI on device tests. * Use strings * Use list * missed one * Only add on release and windows :)
* Put in checks to see if location services are enabled. * iOS check to see if location services are enabled.
* GH-383: Multiple sms recipients (#415) * Docs * Added multiple Recipient capabilities * Updated docs * PR requests * SMS docs and comments * Fixed potential nullreferenceexception * Updated SMS message as requested * Updated Samples for SMS * Updated sms docs via copying files to right directory. * Updated label in sample * Fixed comment slash * Code cleanup. * Update sample for iOS support * Null checks for @Redth
* Removed duplicated/unnecessary argument validation. The argument validation is being done under `SecureStorage.shared.cs`. * Re-added parameter validation to iOS specific call. As requested (correctly) in the review, I re-added the parameter validation for the specific iOS call to `SetAsync `. * Cleaned online editor whitespaces.
* Dispose of any SecRecord inside of the keychain * Reduced the double indent of the nested usings
Latest version of ECMA2Yaml has some issue with this repository. Need investigate more, use 1.0.417 version as workaround.
…mation (#531) * Add ToString overrides on a bunch of types to improve debugging information * Remove trailing spaces
* Change name to Timestamp. * Cleanup extensions
* Add progaurd file for reference * minimize progaurd
* Add sample of backup rools, and handl AEADBadTagException * Typos
* Update the build bits for the new things * Re-generate the docs
* Update NuGets! * Added App Center Integration. Added SDKs, build scripts for app Ids, and enabled distribute all sample apps. * cat test * Fix android! * Remove cat * Add file for common constants! Fix sh scripts. * Update readme!
* Added some guiding principles for new feature work * Update CONTRIBUTING.md Co-Authored-By: Redth <jondick@gmail.com> * Update CONTRIBUTING.md Co-Authored-By: Redth <jondick@gmail.com> * Update CONTRIBUTING.md Co-Authored-By: Redth <jondick@gmail.com> * Update CONTRIBUTING.md Co-Authored-By: Redth <jondick@gmail.com> * More contribution guide updates * Update CONTRIBUTING.md Co-Authored-By: jamesmontemagno <james.montemagno@gmail.com> * Update CONTRIBUTING.md Co-Authored-By: jamesmontemagno <james.montemagno@gmail.com>
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Describe your changes here.
Bugs Fixed
Provide links to issues here. Ensure that a GitHub issue was created for your feature or bug fix before sending PR.
API Changes
List all API changes here (or just put None), example:
Added:
Changed:
Behavioral Changes
Describe any non-bug related behavioral changes that may change how users app behaves when upgrading to this version of the codebase.
PR Checklist