• Kvaesitso 1.40.2-typing.7 (type-to-search + agenda)
    Trigger F-Droid repository rebuild / trigger (release) Has been cancelled
    Stable

    jonas released this 2026-09-11 21:30:23 +02:00 | 6 commits to main since this release

    Seventh build of the fork. The clock widget's agenda part is immediate and reliable now.

    Changes since v1.40.2-typing.6

    • The agenda no longer shows up late. Its query went through the calendar repository's 500 ms
      debounce (which exists to collapse refresh bursts in the calendar widget) and the part is hidden
      while its ranking is 0, so it always popped in about half a second after the clock, date and
      alarm. The agenda query now skips that debounce.
    • Coming back to the home screen keeps the agenda. The clock widget rebuilt its part providers
      every time it was subscribed again - which happens on every return from another app - so the
      cached data was thrown away and the query had to run again. The providers now live as long as the
      widget's ViewModel: their cached ranking is drawn immediately and the query refreshes the rows in
      place.
    • Fixed a calendar query that reported "no events" before it had run. The query handed out an
      empty result before any provider had answered. The 500 ms debounce had been hiding that behind
      its delay; without the debounce the agenda vanished completely. It now waits for the providers and
      reports their combined result, so today's events - all-day ones included - are there as soon as
      the widget is drawn. The search page no longer flashes an empty result list either.

    Install or update through Obtanium as usual. The APK is signed with the same key as the installed
    build, so it updates in place and keeps the launcher configuration.

    Downloads