meetrevision / revision-tool

A tool to personalize ReviOS to your needs
GNU General Public License v3.0
283 stars 40 forks source link

Persistent preferences #12

Closed melo936 closed 1 year ago

melo936 commented 1 year ago

Isar will be used to save preferences or other information locally. It's also faster than using other solutions like SharedPreferences, ObjectBox, etc.

melo936 commented 1 year ago

At the moment we aren't going to store anything, but preferences, therefore Isar can be replaced with Registry just for now.