Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

RefreshView: add new internal property IsRefreshAllowed to fix #14350 #14837

Closed
wants to merge 8 commits into from

Commits on Nov 5, 2021

  1. Configuration menu
    Copy the full SHA
    941e797 View commit details
    Browse the repository at this point in the history
  2. RefreshView: add new internal property IsRefreshAllowed to fix xamari…

    …n#14350
    
    Platform renderers can use IsRefreshAllowed to disable swipe to refresh in a
    controlled fashion - letting any pending refresh/command finish first to
    avoid that ongoing refresh indication is stopped prematurely (even if
    the refresh command is still executing).
    cpraehaus committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    5ae33d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. Update IsEnabled after IsRefreshing changed on iOS RefreshViewRenderer

    This is necessary since UIRefreshControl should no be disabled while refresh is in progress - therefore this is deferred until refreshing is done/disabled.
    cpraehaus committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    79f8457 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d62af3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dce4bb1 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

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

Commits on Dec 10, 2021

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