Skip to content

Commit af33f93

Browse files
Merge pull request #506 from nextcloud/release141
1.4.1 Release
2 parents c61a1cd + 6737c21 commit af33f93

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
-->
2121
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2222
package="com.owncloud.android"
23-
android:versionCode="10040104"
24-
android:versionName="1.4.1 RC4">
23+
android:versionCode="10040199"
24+
android:versionName="1.4.1">
2525

2626
<uses-sdk
2727
android:minSdkVersion="14"

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
## 1.4.1 (January, 2017)
1+
## 1.4.1 (January 27, 2017)
22
- Share URLs to Nextcloud
3+
- Improve performance of Auto Upload view
4+
- Fix for removing files
5+
- Proper email sharee handling
6+
- Navigation drawer: Fix lag on older devices
7+
- Android 7: Pending jobs in upload view
8+
- Android 7: Auto upload: ignore ".tmp" files and folders
39
- Bugfixes and design improvements
410

511
## 1.4.0 (December 8, 2016)

0 commit comments

Comments
 (0)