mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05:31 +03:00
1.2.0 RC1 preparations
This commit is contained in:
parent
8487793056
commit
40788c7b5d
2 changed files with 16 additions and 2 deletions
|
@ -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"
|
||||
|
|
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue