Bumped to v1.0beta2

This commit is contained in:
YuviPanda 2013-03-04 06:14:46 +05:30
parent 5d7b6f49c8
commit cf017dd4ca
2 changed files with 11 additions and 2 deletions

View file

@ -1,5 +1,14 @@
# Wikimedia Commons for Android # Wikimedia Commons for Android
## v1.0 beta 2
- Fix bug with non-ASCII characters
- Preserve user and description information across upload restarts
- Rudimentary OGG uploading support (when shared from another app only)
- Transparent images now have a white background
- UI improvements for Login
## v1.0 beta 1 ## v1.0 beta 1
- Upload images to commons by taking a picture, picking from Gallery, or sharing from another application - Upload images to commons by taking a picture, picking from Gallery, or sharing from another application

View file

@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.wikimedia.commons" package="org.wikimedia.commons"
android:versionCode="1" android:versionCode="2"
android:versionName="1.0beta1" > android:versionName="1.0beta2" >
<uses-sdk <uses-sdk
android:minSdkVersion="9" android:minSdkVersion="9"