Skip to content
Snippets Groups Projects
  1. Feb 12, 2022
  2. Feb 11, 2022
  3. Feb 10, 2022
  4. Feb 09, 2022
  5. Feb 06, 2022
  6. Feb 03, 2022
  7. Feb 02, 2022
  8. Jan 31, 2022
  9. Jan 30, 2022
    • Volker Krause's avatar
      Show a countdown for alarms preceding an incidence · 1eb609e2
      Volker Krause authored
      This works as we update all still active notifications every minute, so
      we just need to update the text here.
      1eb609e2
    • Volker Krause's avatar
      Determine occurrence of recurring incidences for an alarm · 2637c1c1
      Volker Krause authored
      The main usecase for this is opening recurring events on the right
      day in the calendar.
      
      This is based on the same logic that Calendar::appendRecurringAlarms()
      uses, but with ignoring two cases:
      - alarms at fixed times rather than relative offsets
      - recurring alarms
      
      Handling of those cases can be added as well if needed, but those are
      rare and considerably complicate the code. As we only need the
      occurrence for "comfort features" rather than correct alarm displays
      that seems acceptable for now.
      2637c1c1
  10. Jan 29, 2022
  11. Jan 27, 2022
  12. Jan 26, 2022
  13. Jan 22, 2022
Loading