android
android copied to clipboard
Remove SQLite database
Time ago, Android app used to store data in SQLite DB. Then, new architecture came and everything was moved to Room.
But, SQLite exists still in the app
To do:
- [ ] Check if something in SQLite DB is still used/useful
- [ ] In case it is, migrate it to Room
- [ ] Remove SQLite DB
TASKS
- [ ] Research (if needed)
- [ ] Create branch feature/feature_name
- [ ] Development tasks
- [ ] Implement whatever
- [ ] ...
- [ ] Code review and apply changes requested
- [ ] Design test plan
- [ ] QA
- [ ] Merge branch feature/feature_name into master
hey there is this issue still active ?
@shalenMathew yes, it's alive. If you are going to work on it, please be very careful.
In any case, it will target (minimum) 4.3, because the change carries some regards.