Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Uno Support #3495

Closed

Commits on May 23, 2020

  1. Configuration menu
    Copy the full SHA
    93a55d3 View commit details
    Browse the repository at this point in the history
  2. Adding MvvmCross.uno project

    nickrandolph authored and Cheesebaron committed May 23, 2020
    Configuration menu
    Copy the full SHA
    2506eb4 View commit details
    Browse the repository at this point in the history
  3. Adding playground for uno

    nickrandolph authored and Cheesebaron committed May 23, 2020
    Configuration menu
    Copy the full SHA
    5101841 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9db6a74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0ac4e7 View commit details
    Browse the repository at this point in the history
  6. Fixing issue with threading (thanks to team at Uno)

    Updated uno version
    Fixed issue with referencing CSharp library with dynamic types
    nickrandolph authored and Cheesebaron committed May 23, 2020
    Configuration menu
    Copy the full SHA
    9eb343d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e9f66a6 View commit details
    Browse the repository at this point in the history
  8. Fixing codefactor issues

    nickrandolph authored and Cheesebaron committed May 23, 2020
    Configuration menu
    Copy the full SHA
    748b091 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    50f06b6 View commit details
    Browse the repository at this point in the history
  10. Reverting to known version of uno

    Fixing iOS sample Uno project
    nickrandolph authored and Cheesebaron committed May 23, 2020
    Configuration menu
    Copy the full SHA
    51479f7 View commit details
    Browse the repository at this point in the history
  11. Upgrading Uno reference

    Update playground to show issue with x:Bind in Android view
    nickrandolph authored and Cheesebaron committed May 23, 2020
    Configuration menu
    Copy the full SHA
    7fad9fd View commit details
    Browse the repository at this point in the history
  12. Bump Uno version

    Cheesebaron committed May 23, 2020
    Configuration menu
    Copy the full SHA
    8cd9704 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2020

  1. Fix Android Playground after migration to AndroidX (MvvmCross#3781)

    * Add missing package references
    
    * Change base types
    
    MvvmCross.DroidX.AppCompat -> MvvmCross.Platforms.Android.Views
    MvxAppCompatActivity -> MvxActivity
    
    * RecyclerView has changed namespace too
    
    * Add back MvxActionBarDrawerToggle
    
    * Fix namespaces
    
    * Fix null reference
    Cheesebaron committed May 24, 2020
    Configuration menu
    Copy the full SHA
    1252729 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Fix EXC_BAD_ACCESS on MvxPathSourceStep.ClearPathSourceBinding

    Issue: MvvmCross#3784
    
    Changelog:
    - Add lock on ClearPathSourceBinding()
    Maurizio Zucchi committed May 27, 2020
    Configuration menu
    Copy the full SHA
    fc5d4fc View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Merge pull request MvvmCross#3785 from MauryZ/bugfix/gh3784-lock

    Fix EXC_BAD_ACCESS on MvxPathSourceStep.ClearPathSourceBinding
    martijn00 committed May 28, 2020
    Configuration menu
    Copy the full SHA
    5168eb5 View commit details
    Browse the repository at this point in the history
  2. Bump AsyncFixer from 1.1.6 to 1.3.0 (MvvmCross#3786)

    Bumps AsyncFixer from 1.1.6 to 1.3.0.
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed May 28, 2020
    Configuration menu
    Copy the full SHA
    ecc1103 View commit details
    Browse the repository at this point in the history
  3. Bump Xamarin.AndroidX.Lifecycle.LiveData from 2.1.0 to 2.2.0 (MvvmCro…

    …ss#3782)
    
    Bumps [Xamarin.AndroidX.Lifecycle.LiveData](https://github.com/xamarin/AndroidX) from 2.1.0 to 2.2.0.
    - [Release notes](https://github.com/xamarin/AndroidX/releases)
    - [Commits](https://github.com/xamarin/AndroidX/commits)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed May 28, 2020
    Configuration menu
    Copy the full SHA
    c5578dc View commit details
    Browse the repository at this point in the history
  4. Bump Microsoft.CodeAnalysis from 3.5.0 to 3.6.0 (MvvmCross#3776)

    Bumps [Microsoft.CodeAnalysis](https://github.com/dotnet/roslyn) from 3.5.0 to 3.6.0.
    - [Release notes](https://github.com/dotnet/roslyn/releases)
    - [Changelog](https://github.com/dotnet/roslyn/blob/master/docs/Breaking%20API%20Changes.md)
    - [Commits](https://github.com/dotnet/roslyn/commits/v3.6.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed May 28, 2020
    Configuration menu
    Copy the full SHA
    8cc5d8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d18be0 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Configuration menu
    Copy the full SHA
    d757a94 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Bump xunit.runner.visualstudio from 2.4.1 to 2.4.2 (MvvmCross#3788)

    Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.4.1 to 2.4.2.
    - [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
    - [Commits](https://github.com/xunit/visualstudio.xunit/commits/v2.4.2)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    097ed96 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Fix issues after migration to AndroidX (MvvmCross#3802)

    * Add missing Fragment constructur for generic implementation
    
    * Fix forgotten convertion of viewType to layoutId during view holder inflation
    alexshikov committed Jun 9, 2020
    6 Configuration menu
    Copy the full SHA
    abb6cfb View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Bump Xamarin.AndroidX.AppCompat from 1.1.0 to 1.1.0.1 (MvvmCross#3792)

    Bumps [Xamarin.AndroidX.AppCompat](https://github.com/xamarin/AndroidX) from 1.1.0 to 1.1.0.1.
    - [Release notes](https://github.com/xamarin/AndroidX/releases)
    - [Commits](https://github.com/xamarin/AndroidX/commits)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    f84d120 View commit details
    Browse the repository at this point in the history
  2. Bump Xamarin.AndroidX.Lifecycle.LiveData from 2.2.0 to 2.2.0.1 (MvvmC…

    …ross#3791)
    
    Bumps [Xamarin.AndroidX.Lifecycle.LiveData](https://github.com/xamarin/AndroidX) from 2.2.0 to 2.2.0.1.
    - [Release notes](https://github.com/xamarin/AndroidX/releases)
    - [Commits](https://github.com/xamarin/AndroidX/commits)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    9f2af98 View commit details
    Browse the repository at this point in the history
  3. Bump Xamarin.AndroidX.SwipeRefreshLayout from 1.0.0 to 1.0.0.1 (MvvmC…

    …ross#3793)
    
    Bumps [Xamarin.AndroidX.SwipeRefreshLayout](https://github.com/xamarin/AndroidX) from 1.0.0 to 1.0.0.1.
    - [Release notes](https://github.com/xamarin/AndroidX/releases)
    - [Commits](https://github.com/xamarin/AndroidX/commits)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    734a69a View commit details
    Browse the repository at this point in the history
  4. Bump Xamarin.Google.Android.Material from 1.0.0 to 1.0.0.1 (MvvmCross…

    …#3795)
    
    Bumps [Xamarin.Google.Android.Material](https://github.com/xamarin/AndroidX) from 1.0.0 to 1.0.0.1.
    - [Release notes](https://github.com/xamarin/AndroidX/releases)
    - [Commits](https://github.com/xamarin/AndroidX/commits)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    10e0136 View commit details
    Browse the repository at this point in the history
  5. Bump Xamarin.AndroidX.Leanback from 1.0.0 to 1.0.0.1 (MvvmCross#3797)

    Bumps [Xamarin.AndroidX.Leanback](https://github.com/xamarin/AndroidX) from 1.0.0 to 1.0.0.1.
    - [Release notes](https://github.com/xamarin/AndroidX/releases)
    - [Commits](https://github.com/xamarin/AndroidX/commits)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    149afd9 View commit details
    Browse the repository at this point in the history
  6. Bump Xamarin.AndroidX.RecyclerView from 1.1.0 to 1.1.0.1 (MvvmCross#3798

    )
    
    Bumps [Xamarin.AndroidX.RecyclerView](https://github.com/xamarin/AndroidX) from 1.1.0 to 1.1.0.1.
    - [Release notes](https://github.com/xamarin/AndroidX/releases)
    - [Commits](https://github.com/xamarin/AndroidX/commits)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    Co-authored-by: Tomasz Cielecki <tomasz@ostebaronen.dk>
    dependabot-preview[bot] and Cheesebaron committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    f27045c View commit details
    Browse the repository at this point in the history
  7. Bump Xamarin.AndroidX.ExifInterface from 1.1.0 to 1.1.0.1 (MvvmCross#…

    …3799)
    
    Bumps [Xamarin.AndroidX.ExifInterface](https://github.com/xamarin/AndroidX) from 1.1.0 to 1.1.0.1.
    - [Release notes](https://github.com/xamarin/AndroidX/releases)
    - [Commits](https://github.com/xamarin/AndroidX/commits)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    c06e391 View commit details
    Browse the repository at this point in the history
  8. Bump Xamarin.AndroidX.ViewPager from 1.0.0 to 1.0.0.1 (MvvmCross#3800)

    Bumps [Xamarin.AndroidX.ViewPager](https://github.com/xamarin/AndroidX) from 1.0.0 to 1.0.0.1.
    - [Release notes](https://github.com/xamarin/AndroidX/releases)
    - [Commits](https://github.com/xamarin/AndroidX/commits)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    f002261 View commit details
    Browse the repository at this point in the history
  9. Bump Xamarin.AndroidX.CardView from 1.0.0 to 1.0.0.1 (MvvmCross#3796)

    Bumps [Xamarin.AndroidX.CardView](https://github.com/xamarin/AndroidX) from 1.0.0 to 1.0.0.1.
    - [Release notes](https://github.com/xamarin/AndroidX/releases)
    - [Commits](https://github.com/xamarin/AndroidX/commits)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    db3be52 View commit details
    Browse the repository at this point in the history
  10. Bump Xamarin.AndroidX.Legacy.Support.V4 from 1.0.0 to 1.0.0.1 (MvvmCr…

    …oss#3794)
    
    Bumps [Xamarin.AndroidX.Legacy.Support.V4](https://github.com/xamarin/AndroidX) from 1.0.0 to 1.0.0.1.
    - [Release notes](https://github.com/xamarin/AndroidX/releases)
    - [Commits](https://github.com/xamarin/AndroidX/commits)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    97fca40 View commit details
    Browse the repository at this point in the history
  11. Add SonarQube analysis to build pipeline (MvvmCross#3787)

    * Add SonarQube analysis to build pipeline
    
    * Don't fail test on failed builds
    
    Co-authored-by: Tomasz Cielecki <tci@trackman.com>
    Cheesebaron and Cheesebaron committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    0b9e502 View commit details
    Browse the repository at this point in the history
  12. UAP ViewModel ViewCreated isn't being called (MvvmCross#3767)

    * UAP ViewModel ViewCreated isn't being called
    
    * Update MvxWindowsPage.cs
    PradeepPappuAto committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    14608ee View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6e17e09 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8296787 View commit details
    Browse the repository at this point in the history
  15. Bump cake

    Cheesebaron committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    50bba91 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    eb08fad View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Bump Moq from 4.14.1 to 4.14.2 (MvvmCross#3809)

    Bumps [Moq](https://github.com/moq/moq4) from 4.14.1 to 4.14.2.
    - [Release notes](https://github.com/moq/moq4/releases)
    - [Changelog](https://github.com/moq/moq4/blob/master/CHANGELOG.md)
    - [Commits](devlooped/moq@v4.14.1...v4.14.2)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    ac7598a View commit details
    Browse the repository at this point in the history
  2. Bump Xamarin.AndroidX.Fragment from 1.2.4 to 1.2.4.1 (MvvmCross#3807)

    Bumps [Xamarin.AndroidX.Fragment](https://github.com/xamarin/AndroidX) from 1.2.4 to 1.2.4.1.
    - [Release notes](https://github.com/xamarin/AndroidX/releases)
    - [Commits](https://github.com/xamarin/AndroidX/commits)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    cc8f1a6 View commit details
    Browse the repository at this point in the history
  3. Bump Xamarin.AndroidX.Preference from 1.1.1 to 1.1.1.1 (MvvmCross#3808)

    Bumps [Xamarin.AndroidX.Preference](https://github.com/xamarin/AndroidX) from 1.1.1 to 1.1.1.1.
    - [Release notes](https://github.com/xamarin/AndroidX/releases)
    - [Commits](https://github.com/xamarin/AndroidX/commits)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    Co-authored-by: Tomasz Cielecki <tomasz@ostebaronen.dk>
    dependabot-preview[bot] and Cheesebaron committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    954ee3c View commit details
    Browse the repository at this point in the history
  4. Merge pull request MvvmCross#3806 from MvvmCross/bugfix/forms-playgro…

    …und-droid
    
    Fix Playground.Forms.Droid sample
    martijn00 committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    f7a64ab View commit details
    Browse the repository at this point in the history
  5. Use dedicated object to acquire lock (MvvmCross#3810)

    Co-authored-by: Tomasz Cielecki <tci@trackman.com>
    Cheesebaron and Cheesebaron committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    37145a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. Bump Xamarin.AndroidX.MediaRouter from 1.1.0 to 1.1.0.1 (MvvmCross#3812)

    Bumps [Xamarin.AndroidX.MediaRouter](https://github.com/xamarin/AndroidX) from 1.1.0 to 1.1.0.1.
    - [Release notes](https://github.com/xamarin/AndroidX/releases)
    - [Commits](https://github.com/xamarin/AndroidX/commits)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    1fa3bc3 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Bump Moq from 4.14.2 to 4.14.3 (MvvmCross#3813)

    Bumps [Moq](https://github.com/moq/moq4) from 4.14.2 to 4.14.3.
    - [Release notes](https://github.com/moq/moq4/releases)
    - [Changelog](https://github.com/moq/moq4/blob/master/CHANGELOG.md)
    - [Commits](devlooped/moq@v4.14.2...v4.14.3)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    cf420e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Bump Moq from 4.14.3 to 4.14.4 (MvvmCross#3815)

    Bumps [Moq](https://github.com/moq/moq4) from 4.14.3 to 4.14.4.
    - [Release notes](https://github.com/moq/moq4/releases)
    - [Changelog](https://github.com/moq/moq4/blob/master/CHANGELOG.md)
    - [Commits](devlooped/moq@v4.14.3...v4.14.4)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    2497363 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. Configuration menu
    Copy the full SHA
    675856e View commit details
    Browse the repository at this point in the history
  2. Bump Moq from 4.14.4 to 4.14.5 (MvvmCross#3818)

    Bumps [Moq](https://github.com/moq/moq4) from 4.14.4 to 4.14.5.
    - [Release notes](https://github.com/moq/moq4/releases)
    - [Changelog](https://github.com/moq/moq4/blob/master/CHANGELOG.md)
    - [Commits](devlooped/moq@v4.14.4...v4.14.5)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    2a84ae3 View commit details
    Browse the repository at this point in the history
  3. Update MvxSuspensionManager.cs (MvvmCross#3821)

    Bug fix - Conflict calls to SaveAsync() in MvxSuspensionManager when closing the app.
    
    Co-authored-by: Martin Penkava <martin.penkava@smart-software.cz>
    pinkysek and pinkysek committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    4cf2f37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23819a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Configuration menu
    Copy the full SHA
    08af6fb View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Merge pull request MvvmCross#3827 from Gaisuru/bugfix/3826-ios-view-c…

    …ontroller-modal-close-issue
    
    Fix iOS Modal ViewController closing issue
    martijn00 committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    8b66b34 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. Rename to capital of Direcotry.Build.props and Direcotry.Build.tagets. (

    MvvmCross#3829)
    
    * Rename to capital of Direcotry.Build.props and Direcotry.Build.tagets.
    
    * Rename to capital of Direcotry.Build.props and Direcotry.Build.tagets.
    
    * Reference to Directory.Build.props in coke file.
    
    * Rename Direcotry.Build in projects.
    
    * Change to Directory.Build.props
    
    * Change to Directory.Build.targets
    andres-gimenez committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    64f90e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Configuration menu
    Copy the full SHA
    e496024 View commit details
    Browse the repository at this point in the history
  2. End of file.

    andres-gimenez committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    578b936 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. Configuration menu
    Copy the full SHA
    c6e8eaa View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2020

  1. Merge pull request MvvmCross#3835 from andrechi1/develop-feature-temp…

    …late
    
    Include Blazor in feature request.
    martijn00 committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    abb1d4c View commit details
    Browse the repository at this point in the history
  2. Merge pull request MvvmCross#3832 from andrechi1/develop-no-localized

    FXCop-no mark literals as localized.
    martijn00 committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    58f8bbc View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Bump Xamarin.GooglePlayServices.Basement from 71.1620.2 to 71.1620.4 (M…

    …vvmCross#3843)
    
    Bumps [Xamarin.GooglePlayServices.Basement](https://github.com/xamarin/GooglePlayServicesComponents) from 71.1620.2 to 71.1620.4.
    - [Release notes](https://github.com/xamarin/GooglePlayServicesComponents/releases)
    - [Commits](https://github.com/xamarin/GooglePlayServicesComponents/commits)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    ccb6a1e View commit details
    Browse the repository at this point in the history
  2. Bump Xamarin.GooglePlayServices.Location from 71.1600.1 to 71.1600.4 (M…

    …vvmCross#3842)
    
    Bumps [Xamarin.GooglePlayServices.Location](https://github.com/xamarin/GooglePlayServicesComponents) from 71.1600.1 to 71.1600.4.
    - [Release notes](https://github.com/xamarin/GooglePlayServicesComponents/releases)
    - [Commits](https://github.com/xamarin/GooglePlayServicesComponents/commits)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    6a834f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. Bump MSBuild.Sdk.Extras from 2.0.54 to 2.1.2 (MvvmCross#3848)

    Bumps [MSBuild.Sdk.Extras](https://github.com/novotnyllc/MSBuildSdkExtras) from 2.0.54 to 2.1.2.
    - [Release notes](https://github.com/novotnyllc/MSBuildSdkExtras/releases)
    - [Commits](novotnyllc/MSBuildSdkExtras@v2.0.54...v2.1.2)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    63cae3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7c5454 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    712274c View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Merge pull request MvvmCross#3849 from andres-gimenez/develop-not-exc…

    …eption
    
    Not use the exception class to lauch a exception.
    martijn00 committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    46a3cd9 View commit details
    Browse the repository at this point in the history
  2. Add iOS 11 version check

    Hackmodford committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    77c382c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38a57b6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request MvvmCross#3850 from Hackmodford/develop-ios-adjust…

    …-keyboard-fix
    
    Factor in bottom safe area when showing keyboard
    martijn00 committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    f7a525e View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Bump xunit.runner.visualstudio from 2.4.2 to 2.4.3 (MvvmCross#3856)

    Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.4.2 to 2.4.3.
    - [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
    - [Commits](xunit/visualstudio.xunit@v2.4.2...v2.4.3)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    4451262 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Configuration menu
    Copy the full SHA
    70185f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request MvvmCross#3858 from mashbrno/develop

    Hint for confusing multiple App classes in Forms.Wpf sample documentation
    martijn00 committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    6827950 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Bump Microsoft.CodeAnalysis.FxCopAnalyzers from 3.0.0 to 3.3.0 (MvvmC…

    …ross#3864)
    
    Bumps [Microsoft.CodeAnalysis.FxCopAnalyzers](https://github.com/dotnet/roslyn-analyzers) from 3.0.0 to 3.3.0.
    - [Release notes](https://github.com/dotnet/roslyn-analyzers/releases)
    - [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/master/PostReleaseActivities.md)
    - [Commits](dotnet/roslyn-analyzers@v3.0.0...v3.3.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    3361c0d View commit details
    Browse the repository at this point in the history
  2. Bump github-pages version (MvvmCross#3865)

    Co-authored-by: Tomasz Cielecki <tci@trackman.com>
    Cheesebaron and Cheesebaron committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    d11050c View commit details
    Browse the repository at this point in the history
  3. Bump Microsoft.CodeAnalysis from 3.6.0 to 3.7.0 (MvvmCross#3859)

    Bumps [Microsoft.CodeAnalysis](https://github.com/dotnet/roslyn) from 3.6.0 to 3.7.0.
    - [Release notes](https://github.com/dotnet/roslyn/releases)
    - [Changelog](https://github.com/dotnet/roslyn/blob/master/docs/Breaking%20API%20Changes.md)
    - [Commits](https://github.com/dotnet/roslyn/commits)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    647dc35 View commit details
    Browse the repository at this point in the history
  4. Bump Microsoft.NET.Test.Sdk from 16.6.1 to 16.7.0 (MvvmCross#3860)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.6.1 to 16.7.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Commits](microsoft/vstest@v16.6.1...v16.7.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    eb7d0a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62d9b96 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0eff546 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5f60749 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6aec585 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    24d00f3 View commit details
    Browse the repository at this point in the history
  10. Fixing issue with threading (thanks to team at Uno)

    Updated uno version
    Fixed issue with referencing CSharp library with dynamic types
    nickrandolph committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    a5280ab View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1033678 View commit details
    Browse the repository at this point in the history
  12. Fixing codefactor issues

    nickrandolph committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    e652c42 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6c53483 View commit details
    Browse the repository at this point in the history
  14. Reverting to known version of uno

    Fixing iOS sample Uno project
    nickrandolph committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    5db362c View commit details
    Browse the repository at this point in the history
  15. Upgrading Uno reference

    Update playground to show issue with x:Bind in Android view
    nickrandolph committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    7de8a6c View commit details
    Browse the repository at this point in the history
  16. Bump Uno version

    Cheesebaron authored and nickrandolph committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    51c4b9c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cc85c22 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5e5cdcb View commit details
    Browse the repository at this point in the history
  19. Fixing rebase merge

    nickrandolph committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    3f753df View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Configuration menu
    Copy the full SHA
    0f5568b View commit details
    Browse the repository at this point in the history