zulip-flutter icon indicating copy to clipboard operation
zulip-flutter copied to clipboard

Read legacy app's database, and migrate data

Open AhmedTareek opened this issue 7 months ago • 0 comments

Fixes #1070

Changes:

  • Transcribed decompression code from Kotlin to Dart.
  • Transcribed migrations for both accounts and settings from the RN app.
  • Added functionality to insert the obtained accounts and settings data into the app database upon creation.

Testing:

  • Tested the decompression process.
  • Tested the migrations for both settings and accounts.
  • Tested the insertion of the obtained data into the app database.

AhmedTareek avatar Apr 14 '25 20:04 AhmedTareek