Bartuzen / qBitController

Control qBittorrent from your Android device
GNU General Public License v3.0
495 stars 11 forks source link

Preference overhaul #2

Closed Bartuzen closed 1 year ago

Bartuzen commented 1 year ago

This PR migrates DataStore to SharedPreferences since DataStore does not fulfill this projects needs, and puts server managing logic into another class to reduce complexity of SettingsManager.

Reverted old PR since there are still issues related to synchronization.