owncloud / android

:phone: The ownCloud Android App
GNU General Public License v2.0
3.76k stars 3.09k forks source link

[FEATURE REQUEST] Quota improvements from GraphAPI #4411

Open jesmrec opened 1 month ago

jesmrec commented 1 month ago

That comes from https://github.com/owncloud/android/pull/4401#issuecomment-2122995186

Some improvements we could add, taking advantage of GraphAPI:

 "quota": {
                "remaining": 0,
                "state": "exceeded",
                "total": 1000000000,
                "used": 1423007244
            },

playing with colors depending on the status is another option (normal, nearing, exceeded)

They could trigger a new request to update the values

TASKS