Skip to content

head update#8

Merged
Mrnikbobjeff merged 68 commits intoMrnikbobjeff:masterfrom
xamarin:master
Nov 10, 2018
Merged

head update#8
Mrnikbobjeff merged 68 commits intoMrnikbobjeff:masterfrom
xamarin:master

Conversation

@Mrnikbobjeff
Copy link
Copy Markdown
Owner

Description of Change

Describe your changes here.

Bugs Fixed

  • Related to issue #

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:

  • string - string Class.Property { get; set; }
  • void Class.Method();

Changed:

  • object Cell.OldPropertyName => object Cell.NewPropertyName

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

  • Has tests (if omitted, state reason in description)
  • Has samples (if omitted, state reason in description)
  • Rebased on top of master at time of PR
  • Changes adhere to coding standard
  • Updated documentation (see walkthrough)

Mrnikbobjeff and others added 30 commits August 9, 2018 10:56
* 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
* Add more extensions for location

* Update docs
* 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
jamesmontemagno and others added 29 commits August 16, 2018 16:34
* 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
#536)

* Fix #534 by setting default language to english before creating keygenerator.

* Fix build!
* 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>
@Mrnikbobjeff Mrnikbobjeff merged commit 4597129 into Mrnikbobjeff:master Nov 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.