-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show the used quota inside the app (#337)
* First implementation of quota displaying * Showing quota as table view footer for root folder For sub-folders total space occupied by it’s items is shown * Changed SDK version and setting quota label only once * Updated SDK version * Quota information is retrieved through KVO from OCCore properties * Updated to SDK with merged master changes * Fix for negative </d:quota-available-bytes> * Fixed total quota calculation * Removed a hack to keep navigation bar prompt in the same color as title * - Update ios-sdk - Update ClientQueryViewController to updated OCCore.rootQuota property layout - Make the footer show always (fixes issues where new accounts would first show separator lines - and then suddenly get replaced with the quota) - Make quota label use correct color (the previous was unreadable with the Classic theme) * link against newest ios sdk
- Loading branch information
Showing
3 changed files
with
65 additions
and
10 deletions.
There are no files selected for viewing
Submodule ios-sdk
updated
7 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters