RC 1.1.0 preparation

This commit is contained in:
Andy Scherzinger 2016-06-27 13:54:50 +02:00
parent 36b24a9673
commit 9dc9441aae
2 changed files with 11 additions and 3 deletions

View File

@ -3,7 +3,8 @@
ownCloud Android client application
Copyright (C) 2012 Bartek Przybylski
Copyright (C) 2012-2015 ownCloud Inc.
Copyright (C) 2012-2016 ownCloud Inc.
Copyright (C) 2016 Nextcloud
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2,
@ -19,8 +20,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.owncloud.android"
android:versionCode="10000100"
android:versionName="1.0.1" >
android:versionCode="10010000"
android:versionName="1.1.0" >
<uses-sdk
android:minSdkVersion="14"

View File

@ -1,3 +1,10 @@
## 1.1.0 RC1 (June 27, 2016)
- New main menu to switch accounts easily
- Ability to open Nextcloud hostes files (read-only) from other apps that support the standard file chooser (requires Android 4.4 / KitKat or higher)
- "Select all files" for upload within a folder
- optional feature to auto-create monthly folders for your instant uploads
## 1.0.1 (June 20, 2016)
- Fix thumbnail preview support for new files