-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TECHNICAL] Technical improvements for user quota #4525
Conversation
8e7bfe9
to
2f0df52
Compare
1f95f15
to
8d5c35f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good @joragua!! Let's do some changes here 👍
owncloudApp/src/main/java/com/owncloud/android/presentation/common/DrawerViewModel.kt
Outdated
Show resolved
Hide resolved
owncloudApp/src/main/java/com/owncloud/android/ui/activity/DrawerActivity.kt
Outdated
Show resolved
Hide resolved
owncloudApp/src/main/java/com/owncloud/android/ui/activity/DrawerActivity.kt
Show resolved
Hide resolved
owncloudApp/src/main/java/com/owncloud/android/ui/activity/DrawerActivity.kt
Outdated
Show resolved
Hide resolved
owncloudData/src/main/java/com/owncloud/android/data/user/db/UserDao.kt
Outdated
Show resolved
Hide resolved
.../java/com/owncloud/android/data/user/datasources/implementation/OCLocalUserDataSourceTest.kt
Outdated
Show resolved
Hide resolved
.../java/com/owncloud/android/data/user/datasources/implementation/OCLocalUserDataSourceTest.kt
Outdated
Show resolved
Hide resolved
32ed01c
to
d7f96a2
Compare
1503d9d
to
3453331
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one thing that you didn't apply from the previous round of CR and we're done @joragua 👍. Also, you can rebase the branch so that we have it ready for QA
3453331
to
a9576a3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
c9e5dc6
to
79d71a2
Compare
(1) [FIXED]About this improvement: #4521 (comment) The color of the progress bar is now red in status But, in the same situation, the color of the bar in the accounts manager is still blue. Both bars should have the same color under the same status Xiaomi Redmi Note 13 |
…dQuotaAsStreamUseCase`)
… remove unnecessary ones from `DrawerViewModelTest`
…edQuotaAsStreamUseCase`
…ll possible quota cases
…ewModel` to avoid null account
9538af8
to
dc5ea3c
Compare
(1) should be done with the last commit @jesmrec |
… when the quota is nearing
dc5ea3c
to
016fc3d
Compare
Approved on my side. |
Related Issues
App: #4521
ReleaseNotesViewModel.kt
creating a newReleaseNote()
with String resources (if required)QA
Test Plan: https://github.com/owncloud/QA/blob/master/Mobile/Android/Executions/Release_4.5/Quota%20Refactor%20(4525).md
Storage nearly full
[TECHNICAL] Technical improvements for user quota #4525 (comment) [FIXED]