Librechat-Mobile/core/data/src
Garfie 9159bcf62e fix(cache): route Android temp files into named subdirs for logout sweep
Five Android producers wrote temp files directly into cacheDir root,
bypassing CommonSessionCacheCleaner which only sweeps entries listed in
CACHE_SUBDIRECTORIES. Moved each producer to its own named subdir and
registered the new names so logout actually clears them.
2026-04-14 21:30:31 -05:00
..
androidInstrumentedTest/kotlin/com/garfiec/librechat/core/data/db refactor: replace fully-qualified names with proper imports across codebase 2026-04-08 19:15:49 -05:00
androidMain/kotlin/com/garfiec/librechat/core/data refactor: replace fully-qualified names with proper imports across codebase 2026-04-08 19:15:49 -05:00
androidUnitTest/kotlin/com/garfiec/librechat/core/data feat(favorites): move bookmarks to server-backed tags with offline cache 2026-04-13 19:40:14 -05:00
commonMain/kotlin/com/garfiec/librechat/core/data fix(cache): route Android temp files into named subdirs for logout sweep 2026-04-14 21:30:31 -05:00
iosMain/kotlin/com/garfiec/librechat/core/data cleanup: burn down detekt baselines and rename Compose Resources package 2026-04-11 12:35:19 -05:00