Elektrine lite

← Feed

@zeitkapsl@mastodon.social

Post #4247471

2026-07-30 10:21 UTC

With v1.24 of the iOS and Android apps, we just added a very often requested feature: With the new Photo Widgets, you can bring random memories to your homescreen 🎉 You can choose between your entire gallery, you favorited photos or the "On This Day" filter (hidden photos are excluded). Find more info in our docs: https://zeitkapsl.eu/en/docs/guides/widgets.html

Replies (1)

  • @zeitkapsl@mastodon.social 2026-07-30 10:24

    Due to iOS WidgetKit runtime limitations, the implementation turned out a bit more complicated than expected for the iOS app. We have to pre-fetch photos in a background task and on app launch instead of at WidgetKit timeline generation. As always, you can find the code on codeberg: https://codeberg.org/zeitkapsl/zeitkapsl/commit/3e5b20c18512f2f61bcb4d93ef195858d258262f

    Open ##4287728