You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(theme-store): validate downloaded theme file integrity and improve error feedback
- Add post-download integrity check in ThemeDownloader: verify file size
against Content-Length, detect web error pages disguised as .fpt files,
and check minimum file structure requirements
- Improve ThemeManager.kt import error messages with specific failure
reasons (corrupted ZIP, bad padding, missing config)
- Add pre-apply quick validation in ThemeStoreViewModel to skip
obviously broken files before full decryption
- Update my_themes_apply_failed string in all 16 locales to suggest
long-press delete and re-download
- Add theme_file_corrupt and theme_file_incomplete strings to all locales
0 commit comments