1
0
forked from firka/firka

19 Commits

Author SHA1 Message Date
checkedear
09ef386eab fix: countdown widget design 2026-04-25 17:00:13 +02:00
checkedear
c19dd2f7eb feat: add borderColor to firka card 2026-04-25 16:58:33 +02:00
checkedear
08f691d559 fix: subject card design 2026-04-21 22:36:30 +02:00
checkedear
5f16128bb0 feat: changable grade widget size 2026-04-19 15:53:56 +02:00
checkedear
4c8d73aa06 fix: B_16R font 2026-04-19 15:53:28 +02:00
checkedear
21845f89a8 fix: firka_card margin and shadow 2026-04-18 13:32:19 +02:00
checkedear
25b1d06c06 fix: some fonts 2026-04-18 13:28:51 +02:00
checkedear
6311cafd51 fix: grade design 2026-04-15 18:57:03 +02:00
checkedear
e7c0a95638 fix: grade style 2026-04-13 15:30:32 +02:00
checkedear
fa66d9af14 ref: firka_card 2026-04-13 15:25:48 +02:00
checkedear
90c334d859 ref: getGradeColor and rounding accepts any num as grade 2026-04-13 15:23:34 +02:00
checkedear
21ff8f082f ref: firka_card 2026-03-28 13:23:51 +01:00
zypherift
03a5b5e767 feat: add disabled colors 2026-03-05 17:56:05 +01:00
zypherift
d0a517ae1e feat: add privacy policy to domain browser, and add color change for url, and show url 2026-03-05 17:23:10 +01:00
0675a5109a firka: ignore % grades and half year / end year grades
Closes: #22
2026-03-05 13:22:37 +01:00
71b4b6aec7 firka: ignore final and percent grades in averages 2026-03-05 10:15:55 +01:00
zypherift
f953dbd49f fix: null-safe percentage detection 2026-03-05 09:22:28 +01:00
zypherift
01e7e559ba fix: maybe fixed percentages being calculated into the grade? pls review 2026-03-05 09:22:28 +01:00
32936c2aa5 firka: extract firka_common package with shared widgets (Isar kept separate)
- Create firka_common package with core helpers (debug, json, icon), theme,
  and shared widgets (FirkaCard, FirkaShadow, GradeWidget, GradeSmallCard,
  ClassIconWidget, FirkaIconWidget, DelayedSpinnerWidget, CounterDigitWidget)
- Keep Isar models (GenericCacheModel, TimetableCacheModel, HomeworkCacheModel,
  DatedCacheEntry, util) in firka and firka_wear - not moved to firka_common
- Update firka and firka_wear to depend on firka_common for shared UI only
- Add configurable roundGrade thresholds for firka settings
- Add package param to FirkaIconWidget for app asset paths
2026-03-03 15:33:11 +01:00