Added helper app to work around the issue of lost credentials at boot time affecting...
authorDavid A. Velasco <dvelasco@solidgear.es>
Fri, 18 Jan 2013 12:33:08 +0000 (13:33 +0100)
committerDavid A. Velasco <dvelasco@solidgear.es>
Fri, 18 Jan 2013 12:33:08 +0000 (13:33 +0100)
commit0ad4898ccf0265577c5c0309021c878823a3dfc0
tree39ac814ca844d0639371fad2825c8bdb2d4a7e57
parentc4cd9ef44c48f39767828a97e1cf6bbddd71c855
Added helper app to work around the issue of lost credentials at boot time affecting ownCloud apps installed from the Google Play Store in Android 4.1.x
22 files changed:
oc_jb_workaround/.classpath [new file with mode: 0644]
oc_jb_workaround/.gitignore [new file with mode: 0644]
oc_jb_workaround/.project [new file with mode: 0644]
oc_jb_workaround/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
oc_jb_workaround/AndroidManifest.xml [new file with mode: 0644]
oc_jb_workaround/README.md [new file with mode: 0644]
oc_jb_workaround/proguard-project.txt [new file with mode: 0644]
oc_jb_workaround/project.properties [new file with mode: 0644]
oc_jb_workaround/res/drawable-hdpi/oc_icon.png [new file with mode: 0644]
oc_jb_workaround/res/drawable-hdpi/oc_workaround_icon.png [new file with mode: 0644]
oc_jb_workaround/res/drawable-ldpi/oc_icon.png [new file with mode: 0644]
oc_jb_workaround/res/drawable-ldpi/oc_workaround_icon.png [new file with mode: 0644]
oc_jb_workaround/res/drawable-mdpi/oc_icon.png [new file with mode: 0644]
oc_jb_workaround/res/drawable-mdpi/oc_workaround_icon.png [new file with mode: 0644]
oc_jb_workaround/res/drawable-xhdpi/oc_icon.png [new file with mode: 0644]
oc_jb_workaround/res/drawable-xhdpi/oc_workaround_icon.png [new file with mode: 0644]
oc_jb_workaround/res/values-v11/styles.xml [new file with mode: 0644]
oc_jb_workaround/res/values-v14/styles.xml [new file with mode: 0644]
oc_jb_workaround/res/values/strings.xml [new file with mode: 0644]
oc_jb_workaround/res/values/styles.xml [new file with mode: 0644]
oc_jb_workaround/res/xml/authenticator.xml [new file with mode: 0644]
oc_jb_workaround/src/com/owncloud/android/workaround/accounts/AccountAuthenticatorService.java [new file with mode: 0644]