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

Making use of diffable data source #744

Open
wants to merge 20 commits into
base: develop
Choose a base branch
from
Open

Making use of diffable data source #744

wants to merge 20 commits into from

Commits on Nov 22, 2023

  1. First attempt to get to diffable data source

    Signed-off-by: Tim Bert <[email protected]>
    timbms committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    244ede7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c7f149 View commit details
    Browse the repository at this point in the history
  3. Migrated OpenHABSelectionTableViewController to CollectionView - Rena…

    …med to OpenHABSelectionCollectionViewController
    
    Migrated OpenHABSelectionCollectionViewController away from Storyboard
    Showing view controllers, rather than pushing them, see  https://www.swiftbysundell.com/tips/showing-view-controllers/
    
    Signed-off-by: Tim Bert <[email protected]>
    timbms committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    8fe4862 View commit details
    Browse the repository at this point in the history
  4. Migrated OpenHABSelectionTableViewController to CollectionView - Rena…

    …med to OpenHABSelectionCollectionViewController
    
    Migrated OpenHABSelectionCollectionViewController away from Storyboard
    Showing view controllers, rather than pushing them, see  https://www.swiftbysundell.com/tips/showing-view-controllers/
    
    Signed-off-by: Tim Bert <[email protected]>
    timbms committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    9e2eece View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Merge branch 'develop' into diffable

    Signed-off-by: Tim Bert <[email protected]>
    timbms authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    d2d4942 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Migrated OpenHABSelectionTableViewController to CollectionView - Rena…

    …med to OpenHABSelectionCollectionViewController
    
    Migrated OpenHABSelectionCollectionViewController away from Storyboard
    Showing view controllers, rather than pushing them, see  https://www.swiftbysundell.com/tips/showing-view-controllers/
    
    Migrated OpenHABSitemapViewController to diffable data source / Avoiding reloadData()
    
    Signed-off-by: Tim Bert <[email protected]>
    timbms committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    3320cd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de26e26 View commit details
    Browse the repository at this point in the history
  3. Swiftlinted

    Signed-off-by: Tim Bert <[email protected]>
    timbms committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    762f7f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Migrating OpenHABUITile to diffable data source

    Making the code more maintainable
    
    Signed-off-by: Tim Bert <[email protected]>
    timbms committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    1c90e9e View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

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

Commits on Jan 9, 2024

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

Commits on Jul 29, 2024

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

Commits on Aug 26, 2024

  1. Merge branch 'develop' into diffable

    Signed-off-by: Tim Bert <[email protected]>
    timbms authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    fcc8093 View commit details
    Browse the repository at this point in the history
  2. Merge current status of develop

    Port switchsupport  to branch diffable
    timbms committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    bc00e6b View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Change to without animation

    timbms committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    545e891 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f067910 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Migrate widgets from [OpenHABWidget] to OrderedDictionary<String, Ope…

    …nHABWidget> using swift-collections
    timbms committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    dba903f View commit details
    Browse the repository at this point in the history
  2. Minor changes

    timbms committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    3d72419 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Preparing to make OpenHABWidget an ObservableObject

    Getting the separatorInset back
    Reverting diffable data source to work on OpenHABWidget instead of OpenHABWidget.ID
    timbms committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    19463c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa7e0b9 View commit details
    Browse the repository at this point in the history