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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,25 @@
1
1
# Android-Room-Database-Backup Changelog
2
2
3
+
## [v1.0.1] - 2024-04-21
4
+
5
+
### Changes
6
+
7
+
- Dependency/Gradle upgrades
8
+
- Chagned to stable but marked single features as beta
9
+
3
10
## [v1.0.0-beta14] - 2024-01-16
4
11
5
12
###
13
+
6
14
- Migrated from Gradle to Kotlin DSL
7
15
8
-
**If this version makes any technical problems please feel free to contact me. I made some changes in Gradle/Kotlin DSL and not sure if everything is working as excepted**
16
+
**If this version makes any technical problems please feel free to contact me. I made some changes
17
+
in Gradle/Kotlin DSL and not sure if everything is working as excepted**
**If the version makes any technical problems please feel free to contact me. I made some changes in
@@ -141,7 +141,9 @@ The following options are optional and the default options
141
141
-`RoomBackup.BACKUP_FILE_LOCATION_INTERNAL`
142
142
- Custom Dialog (beta)
143
143
- You can choose to save or restore where ever you want. A CreateDocument() or OpenDocument() Activity will be launched where you can choose the location
144
-
- If your backup is encrypted I reccomend you using a custom encrption password else you can't restore your backup \*`RoomBackup.BACKUP_FILE_LOCATION_CUSTOM_DIALOG`
144
+
- If your backup is encrypted I reccomend you using a custom encrption password else you can't
145
+
restore your backup
146
+
-`RoomBackup.BACKUP_FILE_LOCATION_CUSTOM_DIALOG`
145
147
- Custom File (beta)
146
148
147
149
- You can choose to save or restore to/from a custom File.
0 commit comments