Commons app mirror
Find a file
YuviPanda 11685e5ec1 (Bug 41703) Validate user tokens & re-login if necessary
Now we send out a request before every upload to check if
the user is logged in. If not, we re-login.

Need to study this more - this adds a little bit of extra latency
to every upload. But if the upload fails because of a login failure,
it will mean we'll have to re-upload the entire thing. Choices.

Also added a debug method to convert XML object to a String. Was
amazed at the power of Java being able to make such a complex task
accomplishable by a single line </s>
2012-11-02 23:22:29 +05:30
libs Added Commons AccountManager (Authentication Provider!) 2012-10-15 00:42:13 +05:30
res More accurate feedback about current status of upload! 2012-10-26 02:44:35 +05:30
src/org/wikimedia/commons (Bug 41703) Validate user tokens & re-login if necessary 2012-11-02 23:22:29 +05:30
.gitignore Initial commit 2012-10-06 11:50:20 +05:30
.project Initial commit 2012-10-06 11:50:20 +05:30
AndroidManifest.xml Properly retreive account from AccountManager for auth 2012-10-17 17:53:30 +05:30
ic_launcher-web.png Initial commit 2012-10-06 11:50:20 +05:30
project.properties Updated to proper Android version 2012-10-07 15:20:12 +05:30