Bartuzen / qBitController

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

Filtering Active torrents can not be saved #153

Closed zhufeng closed 1 month ago

zhufeng commented 1 month ago

Describe your suggested feature

When filtering torrents Status "Active" then exit app, open app again it always load torrents Status to "All".

This is needed because when many torrents(>1000) added to qb, webui's loading performance is quite low, and filtering only active torrent can be much more faster.

By the way , for v1.0.0 the new Material Design3/You theme, is it able to customize theme color?

Additional details

No response

Bartuzen commented 1 month ago

I can add an option to set default filtering. As for colors, on Android 12 and above, the app uses system colors. Currently, there’s no way to change colors on versions below Android 12. I may add an option for that after fully migrating to Compose, but it will take some time.