beeminder / BeeSwift

Official Beeminder for iOS app
Other
30 stars 6 forks source link

removes the deprecated and unmaintained Today View extension #500

Closed krugerk closed 6 days ago

krugerk commented 1 month ago

Today View extensions have been deprecated since iOS 14. Furthermore they are no longer available at all on iOS 18.

This app's such extension allowed for viewing up to three goals and provided quick data entry for them. It seems each iteration of iOS since 14 has tucked the Today View extensions further and further out of reach. A more powerful replacement could be iOS 14 style widgets (#68).

Today View extension tickets: #97, #98, #114, #236

This merge request merely removes the legacy code/feature.

theospears commented 1 week ago

I was thinking of leaving this in until new widgets are ready, but don't feel strongly about it to open to being persuaded it should just be removed now.

theospears commented 6 days ago

Given as you pointed out this is gone in iOS 18, let's rip it out