Statistics
| Branch: | Revision:

root / src / com / rackspace / cloud / files / api / client / ContainerManager.java @ 07c153b1

History | View | Annotate | Download (11.3 kB)

# Date Author Comment
6c0d81f1 12/19/2011 01:56 pm Giannis Koutsoubos

do not fail when server urls are not found, use empty lists where no data found, use auth token instead of storage token

e6c34a0f 07/05/2011 07:14 pm Adam Menz

bug fixes

006434d8 06/29/2011 04:48 pm Adam Menz

fixed issue #1 on github, also added some support for file names with
non url safe characters (still in progress)

32731215 06/28/2011 07:49 pm Adam Menz

Merge branch 'object_details' into experimental
and some xlarge layouts
and detailed error handling in place
Conflicts:
AndroidManifest.xml
src/com/rackspacecloud/android/ListContainerActivity.java
src/com/rackspacecloud/android/ListServersActivity.java...

cc71758a 06/22/2011 12:51 am Adam Menz

using droidfu for asynctask in order to resovle orentation issue

2c815395 06/15/2011 07:56 pm Adam Menz

small bug fixes

83774e79 06/07/2011 12:25 am Adam Menz

mutiple accounts are working, storage of them is not(to be implemented)

b347d5e3 01/28/2011 10:04 am Chmouel Boudjnah

Use our own customed DefaultHttpClient for CF

With android version older than 2.3.1 the default keystore doesn't have
information about the domain SSL setup on CloudFiles UK.

We use our own customed DefaultHttpClient which use the android 2.3.1
bks instead of the global keystore available on the system....

3d6041e8 06/18/2010 12:14 am Phillip Toohill

Cloud Files Support