diff --git a/.classpath b/.classpath index 51769745b2c..72895a2990d 100644 --- a/.classpath +++ b/.classpath @@ -3,7 +3,7 @@ - + diff --git a/.gitignore b/.gitignore index 8346dbfca36..cf93098389e 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ oc_workaround/local.properties oc_framework/local.properties oc_framework-test-project/local.properties tests/local.properties +lint.xml # Mac .DS_Store files .DS_Store diff --git a/AndroidManifest.xml b/AndroidManifest.xml index fc701a94214..b47ae4ad9f3 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -149,7 +149,7 @@ - + @@ -158,8 +158,18 @@ + + + - + + + + + + + @@ -171,9 +181,6 @@ - - - diff --git a/res/drawable/btn_small_round.xml b/res/drawable/btn_small_round.xml new file mode 100755 index 00000000000..6638ed9e25d --- /dev/null +++ b/res/drawable/btn_small_round.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/upload_failed.png b/res/drawable/upload_failed.png new file mode 100755 index 00000000000..86d00c586f5 Binary files /dev/null and b/res/drawable/upload_failed.png differ diff --git a/res/drawable/upload_finished.png b/res/drawable/upload_finished.png new file mode 100755 index 00000000000..ed7f7967f66 Binary files /dev/null and b/res/drawable/upload_finished.png differ diff --git a/res/drawable/upload_in_progress.png b/res/drawable/upload_in_progress.png new file mode 100755 index 00000000000..f30649472b2 Binary files /dev/null and b/res/drawable/upload_in_progress.png differ diff --git a/res/layout/errorhandling_showerror.xml b/res/layout/errorhandling_showerror.xml new file mode 100755 index 00000000000..14bb522808a --- /dev/null +++ b/res/layout/errorhandling_showerror.xml @@ -0,0 +1,11 @@ + + + + + \ No newline at end of file diff --git a/res/layout/list_fragment_expandable.xml b/res/layout/list_fragment_expandable.xml new file mode 100755 index 00000000000..838e48efdbb --- /dev/null +++ b/res/layout/list_fragment_expandable.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + diff --git a/res/layout/upload_list_group.xml b/res/layout/upload_list_group.xml new file mode 100755 index 00000000000..8584c0d74d9 --- /dev/null +++ b/res/layout/upload_list_group.xml @@ -0,0 +1,34 @@ + + + + + + + + \ No newline at end of file diff --git a/res/layout/upload_list_item.xml b/res/layout/upload_list_item.xml new file mode 100755 index 00000000000..45e69d4be91 --- /dev/null +++ b/res/layout/upload_list_item.xml @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +