JSON-Import mit File Picker (SAF) #38
Labels
No labels
block-planning
bug
documentation
duplicate
enhancement
feature
good first issue
help wanted
infrastructure
invalid
planning
priority:high
priority:low
question
refactoring
status:backlog
status:done
status:in-progress
status:todo
tech-decision
test
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: bollwerkadmin/bollwerk#38
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Feature: JSON-Import mit File Picker (SAF)
Part of: #9
Depends on: #37 (JSON/Markdown-Export via Share Intent)
Ziel
Nach Abschluss kann der User eine JSON-Backup-Datei ueber einen File Picker auswaehlen und seine Daten wiederherstellen (Restore/Datenuebernahme).
Scope
importFromFile(uri: Uri)MethodeTechnische Hinweise
SettingsScreen.kt(Zeile 130-140)ImportExportRepository.importFromJson(json: String)ist bereits implementiert (transaktional)rememberLauncherForActivityResult(ActivityResultContracts.OpenDocument())contentResolver.openInputStream(uri)?.bufferedReader()?.readText()LocalContext.currentbereitgestelltAkzeptanzkriterien