1.2.0 RC1 preparations

This commit is contained in:
Andy Scherzinger 2016-07-21 13:27:28 +02:00
parent 8487793056
commit 40788c7b5d
2 changed files with 16 additions and 2 deletions

View File

@ -20,8 +20,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.owncloud.android"
android:versionCode="10010099"
android:versionName="1.1.0">
android:versionCode="10020001"
android:versionName="1.2.0 RC1">
<uses-sdk
android:minSdkVersion="14"

View File

@ -1,3 +1,17 @@
## 1.2.0 (2016)
- Multi select capabilities
- confirmation dialog on account removal
- offline available filter in main menu
- sorting capability when choosing files to be uploaded
- video thumbnails if activated on server
- thumbnails during upload
- fixed user agent for file firewalling
- showing server side folder sizes
- text in test preview can now be selected
- search suggestions fixed for user/group search during sharing
- minor bugfixes
## 1.1.0 (July 6, 2016)
- New main menu to switch accounts easily