summaryrefslogtreecommitdiff
path: root/storage/importexport/src
AgeCommit message (Collapse)Author
2024-04-05Spotbugs cleanup (#6968)Taco
Remove unused SpotBugs rules. Fix URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD, ICAST_INTEGER_MULTIPLY_CAST_TO_LONG, NP_METHOD_PARAMETER_TIGHTENS_ANNOTATION, OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE
2024-03-29Move download service to module (#7041)ByteHamster
2024-03-23Rename FeedMedia methods to no longer have underscores (#7017)ByteHamster
2024-03-20Create automatic backups only every 3 days, update summary (#7005)ByteHamster
2024-03-20Only consider backup files with the exact same filename pattern for deletion ↵ByteHamster
(#7004)
2024-03-18Optional automatic daily database backup (#6994)ByteHamster
2024-03-11Move import/export to its own module (#6986)ByteHamster
Also clean up ImportExportPreferencesFragment a bit.