Created empty sample project to show oc_framework functionality
authorDavid A. Velasco <dvelasco@solidgear.es>
Thu, 9 Jan 2014 15:32:18 +0000 (16:32 +0100)
committerDavid A. Velasco <dvelasco@solidgear.es>
Thu, 9 Jan 2014 15:32:18 +0000 (16:32 +0100)
commit21f4c7e6a830f4d14b9c55ff5c7d00c67ee03528
tree58dd23a44f2b586713fbd760abddaf6419fe6ae4
parent03fb21540a043ab727cc6b559402f273d3a77321
Created empty sample project to show oc_framework functionality
oc_framework/sample_client/AndroidManifest.xml [new file with mode: 0644]
oc_framework/sample_client/ant.properties [new file with mode: 0644]
oc_framework/sample_client/build.xml [new file with mode: 0644]
oc_framework/sample_client/project.properties [new file with mode: 0644]
oc_framework/sample_client/res/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
oc_framework/sample_client/res/drawable-ldpi/ic_launcher.png [new file with mode: 0644]
oc_framework/sample_client/res/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
oc_framework/sample_client/res/drawable-xhdpi/ic_launcher.png [new file with mode: 0644]
oc_framework/sample_client/res/layout/main.xml [new file with mode: 0644]
oc_framework/sample_client/res/values/strings.xml [new file with mode: 0644]
oc_framework/sample_client/src/com/owncloud/android/oc_framework/sampleclient/MainActivity.java [new file with mode: 0644]