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

Added ActivityIndicator implementation for iOS #2829

Merged
merged 13 commits into from
Sep 12, 2024

Commits on Sep 10, 2024

  1. Added ActivityIndicator implementation for iOS

    Signed-off-by: Moises <moises.aranas@gmail.com>
    maranas committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    eb93558 View commit details
    Browse the repository at this point in the history
  2. Updated documentation for the iOS ActivityIndicatorWidget

    Added changes file for PR
    
    Signed-off-by: Moises <moises.aranas@gmail.com>
    maranas committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    2469ecf View commit details
    Browse the repository at this point in the history
  3. Enabled tests for the iOS ActivityIndicator

    Signed-off-by: Moises <moises.aranas@gmail.com>
    maranas committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c5e7963 View commit details
    Browse the repository at this point in the history
  4. Updated widgets_by_platform.csv to include ActivityIndicator for iOS

    Signed-off-by: Moises <moises.aranas@gmail.com>
    maranas committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    bf5869a View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Update changes/2829.feature.rst

    Suggested changes from beeware#2829
    
    Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
    maranas and freakboy3742 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    42d7fb5 View commit details
    Browse the repository at this point in the history
  2. Update docs/reference/api/widgets/activityindicator.rst

    Updated activityindicator.rst
    
    Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
    maranas and freakboy3742 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    791691b View commit details
    Browse the repository at this point in the history
  3. Added implementation note for ActivityIndicator on iOS explaining the…

    … bug with the initial hidden state.
    
    Signed-off-by: Moises <moises.aranas@gmail.com>
    maranas committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7d98567 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. ActivityIndicator for iOS - Fixed the initial hidden state issue by o…

    …verriding set_hidden
    
    Signed-off-by: Moises <moises.aranas@gmail.com>
    maranas committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c2d0ebd View commit details
    Browse the repository at this point in the history
  2. Updated ActivityIndicator test backend for iOS with the correct nativ…

    …e class
    
    Signed-off-by: Moises <moises.aranas@gmail.com>
    maranas committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d2c6f07 View commit details
    Browse the repository at this point in the history
  3. Updated documentation formatting

    Signed-off-by: Moises <moises.aranas@gmail.com>
    maranas committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    fdca33b View commit details
    Browse the repository at this point in the history
  4. Deleted activityindicator-ios.png (incorrect case)

    Signed-off-by: Moises <moises.aranas@gmail.com>
    maranas committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    e927828 View commit details
    Browse the repository at this point in the history
  5. Added activityindicator-iOS.png with correct case (git issues, so had…

    … to do delete and add in separate commits)
    
    Signed-off-by: Moises <moises.aranas@gmail.com>
    maranas committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    48ace84 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8cbd5f9 View commit details
    Browse the repository at this point in the history