Statistics
| Branch: | Tag: | Revision:

root / Classes / SharingAccountsViewController.m @ c2940e36

History | View | Annotate | Download (6.8 kB)

# Date Author Comment
c2940e36 02/04/2013 09:18 pm Miltiadis Vasilakis

Fix bug in activity indicators lifecycle

Fix bug in activity indicators lifecycle when overloaded removeFromSuperview is called twice for a superview that is removed while animations are still running. Fix minor bugs. Update version.

c91b5b28 01/31/2013 06:40 pm Miltiadis Vasilakis

Add initial support for UUID based accounts

Get and cache display names from user catalog API call, for presentation of UUID based accounts. Clean and improve code. Change product name and bundle identifier for dev.

0767143f 12/20/2012 01:28 am Miltiadis Vasilakis

When containers, or sharing accounts, are not loaded due to authentication error, add alert choice to go directly to the account settings

When alert is presented for failed containers or sharing accounts GET, add an extra choice to go to account settings. If selected, pop to account home view and then push account settings. Improve UI elements. Clear reusable account containers when sharingAccount or shared status changes. Fix bugs regarding rotation and add container when failed. Bump version.

689de104 12/18/2012 06:00 pm Miltiadis Vasilakis

Show last modified date in folder cells

Use abbreviations (iOS 4.3) or emoji (iOS 5.0+) to describe objects and folders in folder cells. Use freed space to show last modified date. Update legacy code.

60731366 12/06/2012 06:46 pm Miltiadis Vasilakis

Clean and improve code

Refactor code regarding use and lifecycle of activity indicator views.

34c316bc 12/06/2012 12:56 pm Miltiadis Vasilakis

Clean and improve code

Refactor code regarding animations and activity indicator.

4419f5fe 12/06/2012 03:22 am Miltiadis Vasilakis

Clean and improve code

Refactor code regarding toolbar messages, and account bytes used and quota. Fix minor bugs.

64929bae 01/16/2012 07:54 pm Miltiadis Vasilakis

Change download file to directly show open/email as attachment. Fix bugs and improve download mechanism. Add clear cache option in settings. Add presentation of versions of file objects.

7db1712d 12/10/2011 02:46 pm Miltiadis Vasilakis

Applied relevant changes from latest rackspace-ios commits. Using llvm instead of gcc. Bug fixes.

45f2fce6 12/06/2011 07:21 pm Miltiadis Vasilakis

Create application/directory for subdir, if metadata or permissions are applied.
Support for objects with a trailing slash.
Support for listings that exceed the results limit.
Create default containers (pithos and trash) if not existing.
Support for utf-8 object names, metadata and permissions....

d17a05de 11/22/2011 11:46 pm Miltiadis Vasilakis

Added my shared/others shared functionality.
Added folder permissions functionality.
Bug fixes.