mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-09 08:04:45 +00:00
- align voice-file debug log with deleteOrWarn's is-gone contract - Convert the delete-then-warn sites the sweep left hand-rolled in already touched files: ThumbnailDiskCache corrupt-file and temp-thumbnail cleanup, NappletBlobCache.put leftover temp, and SecureKeyStorage's bare delete of the fallback key file (the highest-stakes delete in that file). - Drop the exists() guards left layered over deleteOrWarn — the helper already treats an absent file as silent success. - Collapse AccountManager's legacy-file triple into a loop and drop the stale "silent" from its comment. - Snapshot lastModified alongside length in NappletBlobCache.trimToSize so sortedBy compares in-memory values instead of stat-ing per comparison. - Promote DesktopTorManager's private restrictToOwner into a shared File.restrictToOwner(tag) in commons (600 files / 700 dirs) — the repo's sixth private copy of this pattern was one too many; the remaining copies can migrate incrementally