Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gowithfloat/Float.Core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.2
Choose a base ref
...
head repository: gowithfloat/Float.Core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 34 files changed
  • 4 contributors

Commits on Sep 15, 2023

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

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    c7c3d76 View commit details
    Browse the repository at this point in the history
  2. Fix IsOfflineException to Handle new MAUI type for integers on iOS (#43)

    Fix IsOfflineException to Handle new MAUI type for integers on iOS
    arctouch-alejandrovarela authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    0351dd7 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

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

Commits on Jul 1, 2024

  1. Adds IsLoading bindable property to pages and fixes SelectViewModelCo…

    …mmand (#45)
    
    In Maui, the `IsBusy` property on pages now shows a loading indicator
    with no way to override that behavior. Since implementing apps may want
    their own loading indicator, this creates a new `IsLoading` property
    which the implementing app can choose to forward to `IsBusy` if it
    wants.
    
    Also fixes the SelectViewModelCommand so it passes the model instead of
    the view model to the `CanExecute` callback.
    mediabounds authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    07558e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

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

Commits on Jul 23, 2024

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

Commits on May 28, 2025

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

Commits on May 29, 2025

  1. Fixes deploy workflow (#48)

    Drops support for build.cake
    mediabounds authored May 29, 2025
    Configuration menu
    Copy the full SHA
    891dd95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9deaf4c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

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

Commits on Oct 13, 2025

  1. FilterCollection now triggers FilterChanged event (#50)

    Previously `FilterCollection` would not trigger a `FilterChanged` event
    even when one of the contained filters changed.
    mediabounds authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    0336f02 View commit details
    Browse the repository at this point in the history
Loading