Statistics
| Branch: | Tag: | Revision:

root @ b45fc7f8

# Date Author Comment
b45fc7f8 02/02/2013 02:01 pm Miltiadis Vasilakis

Validate users and improve interface in permissions edit

Use user catalog to validate submitted displayname. Improve user interface, by separating user and group textfields. Fix bugs.

e899d42b 02/01/2013 06:52 pm Miltiadis Vasilakis

Get hash of a new object after uploading and check for missing hash before accessing local cache

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.

297bc870 01/28/2013 05:48 pm Miltiadis Vasilakis

Merge branch 'master' into develop

ef5873e0 01/23/2013 11:47 am Panos Louridas

Merge branch 'master' of https://code.grnet.gr/git/pithos-ios

72ee9baa 01/23/2013 11:46 am Panos Louridas

new version number

22964135 01/23/2013 11:06 am Miltiadis Vasilakis

Fix bug in url handling, update version

192b305e 01/16/2013 07:59 pm Miltiadis Vasilakis

Fix analysis warnings

854f9fbf 01/16/2013 04:24 pm Panos Louridas

Merge branch 'master' of https://code.grnet.gr/git/pithos-ios

Conflicts:
OpenStack.xcodeproj/project.pbxproj

35f69496 01/09/2013 09:35 pm Miltiadis Vasilakis

Use release bundle identifier, bundle display name, and url scheme, and bump version

7824cb43 01/09/2013 09:22 pm Miltiadis Vasilakis

Merge branch 'develop'

814a8d8f 12/28/2012 09:59 pm Miltiadis Vasilakis

Improve open file UX

Allow cancelation of download, or removal from cache, from file details. When opening a non downloaded file, load file details view and start downloading. Improve cache management. Fix bugs. Improve open file menu placement in iPad, in iOS 6.

cacaa443 12/28/2012 03:31 pm Miltiadis Vasilakis

In folder view controller in iPhone, select file cell to open, or select cell disclosure to go to file details

If the file is downloaded, open the file, else do nothing (will be implemented later). Refactor legacy code.

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.

66970a13 12/19/2012 07:51 pm Miltiadis Vasilakis

Present the containers view controller of the first account on launch

On launch, present without animation the account home view controller and then the container home view controller. In iPad, when in portrait, show the the popover that contains the root view controller, so that the above happens.

3ef56992 12/19/2012 05:31 pm Miltiadis Vasilakis

Improve folder sort UI

Use buttons with changing label instead of segment controls. Use different direction keywords for different sort types. Fix bug that didn't reload folder contents when coming back from descendant folder view controller where sort preferences were changed.

1ab29d03 12/18/2012 06:35 pm Miltiadis Vasilakis

Show last modified string in folder and object details

Bump version.

36cea5d8 12/18/2012 06:19 pm Miltiadis Vasilakis

Compute last modified string for subdir folders

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.

5e54703e 12/17/2012 01:36 pm Miltiadis Vasilakis

Make all the default scope for folder filter and use different placeholder for each scope

dd072154 12/07/2012 03:26 am Miltiadis Vasilakis

Fix bug in token retrieval

Fix bug where although a new token was retrieved in account settings, the save button was not enabled.

f474d3f4 12/07/2012 02:30 am Miltiadis Vasilakis

Add sorting controls in folder view controller

Initial implementation of sorting controls in folder view controller. Provide sort by name or date, ascending or descending. Clean and improve related code. Bump version.

7d96b67d 12/06/2012 09:44 pm Miltiadis Vasilakis

Show activity indicator views when creating or refreshing containers

Show activity indicator view, in the view responsible for the container creation or refresh, instead of a toolbar activity message always in the containers view controller.

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.

7feb25a5 12/04/2012 07:58 pm Miltiadis Vasilakis

Hide or show keyboard, accordingly, on rotation when folder filter is active

When folder filter is active, if rotating in iPad from landscape to portrait, hide keyboard, while if rotating from portrait to landscape, try to maintain keyboard shown. Fix bug. Bump version.

dba671ef 12/04/2012 11:08 am Miltiadis Vasilakis

Fix bugs and improve folder filter UI

Improve animations and subview placement when folder filter is activated or de-activated. Fix other bugs.

d7bf91fd 12/02/2012 07:43 pm Miltiadis Vasilakis

Maintain selected object in folder view controller

Keep selected object in folder view controller in iPad, when refreshing folder objects or search results, otherwise remove selection. Remove some unnecessary code.

9150ada1 12/02/2012 12:43 pm Miltiadis Vasilakis

Fix bug in iOS 4.3 where a folder view controller didn't reload it's tableview when pushed

62a84eaf 11/30/2012 02:54 pm Miltiadis Vasilakis

Use different bundle identifier, bundle display name, and url scheme for development branch

fda30e01 11/30/2012 02:53 pm Miltiadis Vasilakis

Support iPhone 5 initial screen

c6020499 11/30/2012 02:51 pm Miltiadis Vasilakis

Use a dynamic url scheme for token retrieval.

To support different client versions in the same device, e.g. production and development, use a dynamic url scheme, set in the app info.plist, for the token retrieval callback url.

fdc09787 11/30/2012 02:50 pm Miltiadis Vasilakis

Fix crash when popover is dismissed while a view is presented modally.

When the providers view controller is presented modally in iPad portrait, the popover dismissal causes a crash due to overlapping animations. Remove the specific popover dismissal in general.

a8696e06 11/27/2012 04:22 pm Miltiadis Vasilakis

Merge branch 'searchDisplayController' into develop

2106f96c 11/27/2012 04:19 pm Miltiadis Vasilakis

Support more scopes for folder filter

Implement the folder filter scopes date that searches last modified dates, type that searches content type, and all that searches all scopes (the two added and names).

19da8cbb 11/26/2012 11:57 pm Miltiadis Vasilakis

Use a search display controller for folder search

Search display controller handles most of the search interface animations using a scope bar.

0ca4d686 11/23/2012 02:42 pm Miltiadis Vasilakis

Fix bug in iPad running iOS 6

The window rootViewController should be explicitly set in iOS 6.

7be37a93 11/23/2012 12:35 am Miltiadis Vasilakis

Use search bar to show only folder objects that start with given filter

Search bar filters folder objects that start with given text. Selection, detail view, and deletion take into account the filter. Fix bug where wrong navigation title was shown in the folder view controller.

a20544e8 11/22/2012 05:11 pm Miltiadis Vasilakis

Show a search bar when there is at least one object in a folder

Show a search bar in the folder view controller, when there is at least one object. In iPad the search bar is fixed at the top, while in iPhone it is on the top of the tableview, and scrolled off screen initially. Improve the Folder model class and other relevant code.

b47bb8ce 11/22/2012 01:11 pm Miltiadis Vasilakis

Do not show a disclosure indicator for file objects in iPad

Selecting a file object in a folder, in iPad doesn't push a controller, so disclosure indicator none is more appropriate.

3f43e009 11/22/2012 01:08 pm Miltiadis Vasilakis

Fix bug in container model

For shared to me containers only the name attribute should be read from the JSON dict.

aa2cf4d7 11/21/2012 09:02 pm Miltiadis Vasilakis

Improve and fix bugs in delete actions

Improve code and fix bugs for delete table cell buttons and action sheets.

8fdafbf1 11/21/2012 08:53 pm Miltiadis Vasilakis

Properly read container policy values

Container policy values were not updated to conform to latest JSON format.

98344a26 11/20/2012 06:45 pm Miltiadis Vasilakis

Clean and improve code

Remove more unnecessary code, refactor to make more readable, fix minor bugs, and improve business logic and memory use.

e0467730 11/18/2012 08:44 pm Miltiadis Vasilakis

Fix bugs in account settings

Fix bugs in account creation or account settings, and remove code of rackspace specific functionality.

6d8123d2 11/13/2012 07:18 pm Miltiadis Vasilakis

Remove unnecessary code and resources

Remove code of rackspace specific functionality, as well as accompanying resource files. Fix minor bugs.

de548234 10/21/2012 05:06 pm Miltiadis Vasilakis

Fix compile errors

Fix errors and suppress warnings due to use of LLVM.

7fbb86c6 06/15/2012 12:33 pm Panos Louridas

pithos to pithos+

29cc4957 05/31/2012 04:46 pm Miltiadis Vasilakis

Show last modified date instead of content type in folder listing. Disable refresh button while deleting object. Update version.

72744ed1 05/29/2012 06:52 pm Miltiadis Vasilakis

Improve folder listing. Update version.

4ab364e1 04/23/2012 01:51 pm Miltiadis Vasilakis

Fix bug when deleting a folder in iPad in portrait.

4b4b833e 04/09/2012 06:54 pm Miltiadis Vasilakis

Change UI labels. Fix UI bugs. Update version.

7e354bb6 04/02/2012 03:46 pm Miltiadis Vasilakis

Fix bug. Change UI. Update version.

9fee07a6 03/28/2012 06:53 pm Giorgos Verigakis

Change settings to pass validation

  • No letters in build number
  • Change Profuct Name to Pithos instead of Pithos+
d9bf11e3 03/28/2012 06:16 pm Miltiadis Vasilakis

Add iPad app icons. Update version.

3a8071d4 03/22/2012 11:43 am Miltiadis Vasilakis

Fix bugs. Show version in settings. Update icons. Update version.

d4df8ad2 03/07/2012 04:30 pm Miltiadis Vasilakis

Modify login URL.

e06c24cf 03/06/2012 06:08 pm Miltiadis Vasilakis

Fix memory leaks reported by analyze.

54fd5c36 03/06/2012 02:15 pm Miltiadis Vasilakis

Support changes in container and object metadata. Change default values.

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.

8aecfcca 12/15/2011 04:25 pm Giorgos Verigakis

Project clean up

  • Use gr.grnet.pithosplus bundle ID
  • Add distribution settings
a65a1f54 12/14/2011 01:12 pm Miltiadis Vasilakis

Merge branch 'master' of https://code.grnet.gr/git/pithos-ios

53301c16 12/14/2011 01:03 pm Miltiadis Vasilakis

Added grnet readme file. Bug fixes.

19350ea4 12/13/2011 01:17 pm Giorgos Verigakis

Fix warnings

f14ddbf9 12/13/2011 12:40 pm Miltiadis Vasilakis

Commented out legacy code.

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

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

c7ddd1f3 12/08/2011 01:57 pm Miltiadis Vasilakis

Bug fixes.

d625f53f 12/08/2011 03:50 am Miltiadis Vasilakis

Change app icon.

2989bee3 12/08/2011 03:12 am Miltiadis Vasilakis

Renamed target to "Pithos+". Login uses url "pithos://login". Bug fixes. Removed legacy call.

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.

221c2106 11/15/2011 11:57 pm Miltiadis Vasilakis

UI changes. Bug fixes.

c178bd21 11/10/2011 01:53 pm Miltiadis Vasilakis

Added default storage url prefix for grnet accounts when X-Storage-Url is not available.

30a43f47 11/10/2011 12:55 pm Miltiadis Vasilakis

Expanded open file functionality to use available apps.

07592312 11/10/2011 03:11 am Miltiadis Vasilakis

UI changes.
Added login functionality.

54cb751a 11/10/2011 01:16 am Miltiadis Vasilakis

UI changes.
Bug fixes.

d6b38316 11/10/2011 12:47 am Miltiadis Vasilakis

UI changes.
Bug Fixes.

ba01f5a7 11/09/2011 11:15 pm Miltiadis Vasilakis

Added account groups functionality.
Bug fixes.

db21c7f8 11/09/2011 10:47 pm Miltiadis Vasilakis

Added container policy functionality.

91869be8 11/09/2011 10:03 pm Miltiadis Vasilakis

Added object sharing functionality.

623869ee 11/09/2011 09:07 pm Miltiadis Vasilakis

Added public object functionality.

38d59b6c 11/09/2011 08:33 pm Miltiadis Vasilakis

Added metadata functionality.

700184fb 11/09/2011 04:09 pm Miltiadis Vasilakis

Copy of rackspace-ios version 2.1.1