This website requires JavaScript.
Explore
Help
Sign In
apt
/
fuelboard
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
3e2d3775f2d6c68ceec2171cd6a6750df6788bb7
fuelboard
/
FuelBoardWidgets
T
History
FuelBoard Contributor
3e2d3775f2
Widget config sheet: revert WidgetSort to String-backed AppEnum. parameterSummary When(\.$sort, .equalTo, …) silently falls back to the otherwise branch for AppEntity parameters (iOS 17+ bug FB13263902), which hid the Favourite/Favourite Fuel rows on the small widget — the metadata compared against a literal 'WidgetSort.favourites' string instead of the enum case. String AppEnums match reliably (the
d8506a0
form). Tradeoff: the Sort picker always offers Favourites; picking it with no favourites shows the empty state. FavouriteFuel entity + IntentParameterDependency filtering unchanged.
2026-08-13 17:48:33 +01:00
..
FuelBoardLiveActivityView.swift
Raise deployment target to iOS 26.0; enable CarPlay Live Activity
2026-08-12 21:13:24 +01:00
FuelBoardWidgetsBundle.swift
Small widget: Favourites gains a picker to pin which favourite to show (separate FuelPriceWidgetSmall kind + AppEntity picker; medium keeps the list, no picker). Backlog: dual-unit widget picker labels
2026-08-13 15:49:18 +01:00
FuelPriceWidget.swift
Small widget favourites config: fuel dictates the favourite list (@IntentParameterDependency filters picker options by the chosen fuel), fuel picker shows only fuels with favourites (FavouriteFuel entity), Favourites sort hidden when no favourites exist (WidgetSort → dynamic AppEntity), fuel tags removed from favourite rows
2026-08-13 17:14:14 +01:00
WidgetConfigIntent.swift
Widget config sheet: revert WidgetSort to String-backed AppEnum. parameterSummary When(\.$sort, .equalTo, …) silently falls back to the otherwise branch for AppEntity parameters (iOS 17+ bug FB13263902), which hid the Favourite/Favourite Fuel rows on the small widget — the metadata compared against a literal 'WidgetSort.favourites' string instead of the enum case. String AppEnums match reliably (the
d8506a0
form). Tradeoff: the Sort picker always offers Favourites; picking it with no favourites shows the empty state. FavouriteFuel entity + IntentParameterDependency filtering unchanged.
2026-08-13 17:48:33 +01:00