Skip to content

Dev/api fix#1

Merged
jamesmontemagno merged 18 commits intojamesmontemagno:dev/api-fixfrom
xamarin:dev/api-fix
Nov 2, 2018
Merged

Dev/api fix#1
jamesmontemagno merged 18 commits intojamesmontemagno:dev/api-fixfrom
xamarin:dev/api-fix

Conversation

@jamesmontemagno
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)

jamesmontemagno and others added 18 commits November 2, 2018 15:24
…nknown, removed WiMAX and updated Profiles to ConnectionProfiles
Co-Authored-By: jamesmontemagno <james.montemagno@gmail.com>
Change MapKey to Platform.MapServiceToken only for UWP
GH-570: Updates Connectivity APIs from the review!
GH-569: Fixed up Clipboard API! Updated everything SetTextAsync.
* Move the `Power` members into `Battery` Closes #583

* [Battery] If the charge can be determined, return 1.0
 - if the device is on, then it must have some charge
 - chances are, the issue is that there is no battery at all (on power)
 - closes #583
* OpenAsync returns Task<bool>

Also on iOS we can take advantage of some async methods like PresentViewControllerAsync now.

* Update API docs

* Update Browser.shared.cs
@jamesmontemagno jamesmontemagno merged commit da77177 into jamesmontemagno:dev/api-fix Nov 2, 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.

3 participants