[WIP] Move preferences from TinyDB to database #897
No reviewers
Labels
No Label
⌚ Major-release
⌚ Minor-release
⚔️ Wontfix
⚙️ CI
⛏️ Breaking
✨ Duplicate
❌ Invalid
❓ Question
❤️ Support
➡️ Frontport
➡️ Needs-frontport
🔙 Backport
💭 Brainstorming
🐛 Bug
🔭 Cannot-reproduce
🧺 Cleanup
🧾 Confirmed
💬 Discussion
📄 Documentation
🎯 Enhancement
🩹 External-dependecy
📱 F-droid
🎉 Feature
👋 Good-first-issue
🤾 Google-play
🔙 Has-backport
🚀 Improvement
🚨 Investigate
🌠 Long-term
🔙 Needs-backport
🧺 Needs-cleanup
📡 Needs-feedback
📈 Performance
📌 Priority-critical
📌 Priority-high
📍 Priority-low
📍 Priority-medium
🥑 Ready
🪒 Refactor
🔙 Regression
📸 Release
🔒 Security
💡 Suggestion
🧪 Testing
🌐 Translation
💻 UI/UX
🪜 Upstream
🟦 Website
🙇♂️ Needs-help
🛰️ API-dependency
🛡️ Blocked
🏗️ Build
🗒️ Changelog
🗄️ Repository
🗓️ Summary
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: gitnex/GitNex#897
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "opyale/GitNex:move-preferences-to-db"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Closes #876
TODO:
Move preferences from TinyDB to databaseto [WIP] Move preferences from TinyDB to databasee402e390d4
toeacba60457
67b7be5be3
to3595d64323
d39396cd86
toa55a3fa377
a55a3fa377
to0cfe2512e7
f7adebffe4
toda19b53381
da19b53381
tob525eb2fb1
b525eb2fb1
toc29215b77c
46ffda69f7
to9f47aa8873
9f47aa8873
to246ef9afa6
263f336377
to09ea115db0
6d38b942b5
to5e2d35b8ba
need to be rebased/re-written because of #1034
I think it is replaced by this. TinyDB is based on SharedPreferences i.e. it's exactly what this is for. And once we switch to the androidx preference libraries, we are forced to use tinydb. The core issue was that tinydb was used for almost everything which is solved by #1034.
Closing this as all of the changes are cherry picked and implemented.
Pull request closed