initial commit
authorBartek Przybylski <bart.p.pl@gmail.com>
Fri, 19 Aug 2011 20:37:35 +0000 (22:37 +0200)
committerBartek Przybylski <bart.p.pl@gmail.com>
Fri, 19 Aug 2011 20:37:35 +0000 (22:37 +0200)
commit154bb85cf1cc5347333be1cea339907b13cc746a
treec33fc996ccbf0ddd10a72708be9a370995c28187
initial commit
105 files changed:
.classpath [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.project [new file with mode: 0644]
AndroidManifest.xml [new file with mode: 0644]
default.properties [new file with mode: 0644]
lib/commons-codec-1.4.jar [new file with mode: 0644]
lib/commons-httpclient-3.0.1.jar [new file with mode: 0644]
lib/commons-io-2.0.1.jar [new file with mode: 0644]
lib/commons-logging-1.1.1.jar [new file with mode: 0644]
lib/httpclient-4.1.1.jar [new file with mode: 0644]
lib/httpclient-cache-4.1.1.jar [new file with mode: 0644]
lib/httpcore-4.1.jar [new file with mode: 0644]
lib/httpmime-4.1.1.jar [new file with mode: 0644]
proguard.cfg [new file with mode: 0644]
res/anim/disappear.xml [new file with mode: 0644]
res/anim/grow_from_bottom.xml [new file with mode: 0644]
res/anim/grow_from_bottomleft_to_topright.xml [new file with mode: 0644]
res/anim/grow_from_bottomright_to_topleft.xml [new file with mode: 0644]
res/anim/grow_from_top.xml [new file with mode: 0644]
res/anim/grow_from_topleft_to_bottomright.xml [new file with mode: 0644]
res/anim/grow_from_topright_to_bottomleft.xml [new file with mode: 0644]
res/anim/pump_bottom.xml [new file with mode: 0644]
res/anim/pump_top.xml [new file with mode: 0644]
res/anim/push_left_in.xml [new file with mode: 0644]
res/anim/push_left_out.xml [new file with mode: 0644]
res/anim/shrink_from_bottom.xml [new file with mode: 0644]
res/anim/shrink_from_bottomleft_to_topright.xml [new file with mode: 0644]
res/anim/shrink_from_bottomright_to_topleft.xml [new file with mode: 0644]
res/anim/shrink_from_top.xml [new file with mode: 0644]
res/anim/shrink_from_topleft_to_bottomright.xml [new file with mode: 0644]
res/anim/shrink_from_topright_to_bottomleft.xml [new file with mode: 0644]
res/drawable-hdpi/ic_menu_archive.png [new file with mode: 0644]
res/drawable-hdpi/icon.png [new file with mode: 0644]
res/drawable-hdpi/owncloud_logo.png [new file with mode: 0644]
res/drawable-ldpi/ic_menu_archive.png [new file with mode: 0644]
res/drawable-ldpi/icon.png [new file with mode: 0644]
res/drawable-ldpi/owncloud_logo.png [new file with mode: 0644]
res/drawable-mdpi/ic_menu_archive.png [new file with mode: 0644]
res/drawable-mdpi/icon.png [new file with mode: 0644]
res/drawable-mdpi/owncloud_logo.png [new file with mode: 0644]
res/drawable/action_item_btn.xml [new file with mode: 0644]
res/drawable/action_item_selected.9.png [new file with mode: 0644]
res/drawable/arrow_down.png [new file with mode: 0644]
res/drawable/arrow_left.png [new file with mode: 0644]
res/drawable/arrow_right.png [new file with mode: 0644]
res/drawable/arrow_up.png [new file with mode: 0644]
res/drawable/btn.xml [new file with mode: 0644]
res/drawable/btn_round.xml [new file with mode: 0644]
res/drawable/btn_round_pressed.xml [new file with mode: 0644]
res/drawable/dashboard.png [new file with mode: 0644]
res/drawable/download.png [new file with mode: 0644]
res/drawable/file.png [new file with mode: 0644]
res/drawable/folder.png [new file with mode: 0644]
res/drawable/header.png [new file with mode: 0644]
res/drawable/ic_menu_archive.png [new file with mode: 0644]
res/drawable/owncloud_logo_small_white.png [new file with mode: 0644]
res/drawable/popup.9.png [new file with mode: 0644]
res/drawable/share.png [new file with mode: 0644]
res/drawable/uploader_list_separator.xml [new file with mode: 0644]
res/layout/account_setup.xml [new file with mode: 0644]
res/layout/action_item.xml [new file with mode: 0644]
res/layout/file_display.xml [new file with mode: 0644]
res/layout/file_display_action_list_element.xml [new file with mode: 0644]
res/layout/list_layout.xml [new file with mode: 0644]
res/layout/main.xml [new file with mode: 0644]
res/layout/popup.xml [new file with mode: 0644]
res/layout/uploader_layout.xml [new file with mode: 0644]
res/layout/uploader_list_item_layout.xml [new file with mode: 0644]
res/menu/menu.xml [new file with mode: 0644]
res/menu/prefs_menu.xml [new file with mode: 0644]
res/menu/session_context_menu.xml [new file with mode: 0644]
res/values/strings.xml [new file with mode: 0644]
res/values/styles.xml [new file with mode: 0644]
res/xml/authenticator.xml [new file with mode: 0644]
res/xml/contacts.xml [new file with mode: 0644]
res/xml/preferences.xml [new file with mode: 0644]
res/xml/preferences_new_session.xml [new file with mode: 0644]
res/xml/syncadapter.xml [new file with mode: 0644]
src/eu/alefzero/owncloud/ActionItem.java [new file with mode: 0644]
src/eu/alefzero/owncloud/CustomPopup.java [new file with mode: 0644]
src/eu/alefzero/owncloud/DbHandler.java [new file with mode: 0644]
src/eu/alefzero/owncloud/DisplayUtils.java [new file with mode: 0644]
src/eu/alefzero/owncloud/FileListActionListAdapter.java [new file with mode: 0644]
src/eu/alefzero/owncloud/FileListListAdapter.java [new file with mode: 0644]
src/eu/alefzero/owncloud/OwnCloudMainScreen.java [new file with mode: 0644]
src/eu/alefzero/owncloud/OwnCloudSession.java [new file with mode: 0644]
src/eu/alefzero/owncloud/OwnCloudUploader.java [new file with mode: 0644]
src/eu/alefzero/owncloud/Preferences.java [new file with mode: 0644]
src/eu/alefzero/owncloud/PreferencesNewSession.java [new file with mode: 0644]
src/eu/alefzero/owncloud/QuickAction.java [new file with mode: 0644]
src/eu/alefzero/owncloud/authenticator/AccountAuthenticator.java [new file with mode: 0644]
src/eu/alefzero/owncloud/authenticator/AccountAuthenticatorService.java [new file with mode: 0644]
src/eu/alefzero/owncloud/authenticator/AuthUtils.java [new file with mode: 0644]
src/eu/alefzero/owncloud/authenticator/AuthenticatorActivity.java [new file with mode: 0644]
src/eu/alefzero/owncloud/cp.java [new file with mode: 0644]
src/eu/alefzero/owncloud/db/ProviderMeta.java [new file with mode: 0644]
src/eu/alefzero/owncloud/syncadapter/SyncAdapter.java [new file with mode: 0644]
src/eu/alefzero/owncloud/syncadapter/SyncService.java [new file with mode: 0644]
src/eu/alefzero/webdav/HttpMkCol.java [new file with mode: 0644]
src/eu/alefzero/webdav/HttpPropFind.java [new file with mode: 0644]
src/eu/alefzero/webdav/HttpPropPatch.java [new file with mode: 0644]
src/eu/alefzero/webdav/TreeNode.java [new file with mode: 0644]
src/eu/alefzero/webdav/TreeNodeContainer.java [new file with mode: 0644]
src/eu/alefzero/webdav/TreeNodeFile.java [new file with mode: 0644]
src/eu/alefzero/webdav/WebdavUtils.java [new file with mode: 0644]