modified Fossify calendar
Find a file
EvilEKo e30355b6fc Fix: dates visible during all-day, consistent fading, indentation
- Keep date rows and +Add another date visible when all-day is toggled
- Hide only time slots and +Add another time per day during all-day
- +Add another time now always faded like +Add another date
- Fix time slot indentation to match +Add another time
2026-05-10 21:36:14 -04:00
.fossify chore(release): v1.11.0 (21) (#1119) 2026-04-28 15:55:24 +05:30
.github chore(deps): bump ics in /.github/workflows/holiday-generator (#1165) 2026-04-28 15:41:15 +05:30
app Fix: dates visible during all-day, consistent fading, indentation 2026-05-10 21:36:14 -04:00
fastlane chore(release): revert build version back to 1.10.3 due to release failure (#1171) 2026-04-28 17:47:29 +05:30
gradle feature: setup unit testing (#1074) 2026-04-28 15:56:14 +05:30
graphics Update app store metadata 2024-01-01 23:49:55 +05:30
.editorconfig Update .editorconfig 2021-08-17 09:36:49 +02:00
.gitignore chore: update lint rules and baselines (#665) 2025-06-24 16:00:42 +05:30
build.gradle.kts chore(deps): bump com.android.application from 8.11.1 to 9.0.0 (#1040) 2026-02-08 00:58:56 +05:30
CHANGELOG.md chore(release): revert build version back to 1.10.3 due to release failure (#1171) 2026-04-28 17:47:29 +05:30
CODEOWNERS ci: add fastlane metadata validation and update release trigger 2025-06-09 14:48:37 +05:30
CONTRIBUTING.md Add docs regarding holidays 2025-02-04 18:15:28 +05:30
detekt.yml Revert "feat: Calendar selection for event list widget (#1160)" (#1168) 2026-04-28 17:03:07 +05:30
Gemfile chore: setup fastlane 2025-05-05 19:32:26 +05:30
Gemfile.lock chore(deps): bump fastlane from 2.232.2 to 2.233.0 (#1153) 2026-04-23 04:25:26 +05:30
gradle.properties chore(release): revert build version back to 1.10.3 due to release failure (#1171) 2026-04-28 17:47:29 +05:30
gradlew chore(deps): bump gradle-wrapper from 9.4.0 to 9.4.1 (#1126) 2026-03-29 19:02:31 +05:30
gradlew.bat chore(deps): bump gradle-wrapper from 8.13 to 9.3.1 (#1011) 2026-02-07 19:14:29 +05:30
keystore.properties_sample updating the way app is signed 2018-11-09 17:21:27 +01:00
LICENSE changing license to GNU GPL v3 2019-10-13 15:28:58 +02:00
lint.xml chore: ignore extra translations and update detekt rules 2025-07-03 21:16:11 +05:30
plan.md Combine Schedule section: merge all-day and time slots into one cohesive block 2026-05-10 20:54:04 -04:00
README.md Rewrite README for fork with same-day time slots info 2026-05-10 20:45:33 -04:00
settings.gradle.kts chore(deps): bump org.fossify.commons from 6.0.0 to 6.1.0 (#1009) 2026-01-30 23:16:09 +05:30

Calendar

A privacy-respecting, open-source calendar app for Android. Forked from Fossify Calendar.

What This Is

A full-featured calendar app with daily, weekly, monthly, yearly, and event list views. Supports reminders, recurring events, CalDAV sync (Google Calendar, Nextcloud, etc.), import/export via ICS, and customizable widgets.

What Was Changed

Same-Day Time Slots

When creating an event, you can now add multiple time slots for the same day — the same event repeating at different times.

  • Tap "+ Add another time" below the end time to add slots
  • Each slot can have its own start time (duration matches the main event)
  • All slots share the same title, description, location, reminders, calendar, and color
  • On save, each time slot becomes an independent event — fully synced with Google Calendar / CalDAV
  • Time slots are hidden for all-day events

This is useful for meetings that happen multiple times in one day, shift schedules, classes, or any event that repeats at different hours.