From: tobiasKaminsky Date: Fri, 2 Oct 2015 14:04:18 +0000 (+0200) Subject: Merge remote-tracking branch 'remotes/upstream/master' into sortAccents X-Git-Tag: oc-android-1.9^2~59^2 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/7579d3daf7dd2135877b1029d0576fa2cb60aaaa?hp=d1c18cac1299c3488098d983422ee1c6780293b5 Merge remote-tracking branch 'remotes/upstream/master' into sortAccents --- diff --git a/.gitmodules b/.gitmodules index 7ccbef03..882f3c27 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,3 @@ - [submodule "owncloud-android-library"] path = owncloud-android-library url = git://github.com/owncloud/android-library.git diff --git a/AndroidManifest.xml b/AndroidManifest.xml index fc701a94..acb5f1d8 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,5 +1,4 @@ - - + android:versionCode="10800000" + android:versionName="1.8.0" xmlns:android="http://schemas.android.com/apk/res/android"> @@ -39,47 +38,38 @@ android:minSdkVersion="14" android:targetSdkVersion="22" /> - - + + android:theme="@style/Theme.ownCloud"> + android:label="@string/app_name"> - - - + + - - + - - + - - + - - + - - + - - + - + - + android:label="@string/app_name" + android:theme="@style/Theme.ownCloud.Fullscreen"> - + @@ -110,8 +98,7 @@ + android:exported="true"> @@ -127,8 +114,7 @@ android:enabled="true" android:exported="false" android:label="@string/sync_string_files" - android:syncable="true" > - + android:syncable="true"> + + @@ -151,7 +139,7 @@ - + @@ -163,7 +151,7 @@ - + @@ -172,12 +160,12 @@ - + - + @@ -187,11 +175,11 @@ android:label="@string/copy_link" android:icon="@drawable/copy_link"/> - - diff --git a/CHANGELOG.md b/CHANGELOG.md index 6934155f..099a4456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## 1.8.0 (September 2015) +- New MATERIAL DESIGN theme +- Updated FILE TYPE ICONS +- Preview TXT files within the app +- COPY files & folders +- Preview the full file/folder name from the long press menu +- Set a file as FAVORITE (kept-in-sync) from the CONTEXT MENU +- Updated CONFLICT RESOLUTION dialog (wording) +- Updated background for images with TRANSPARENCY in GALLERY +- Hidden files will not enforce list view instead of GRID VIEW (folders from Picasa & others) +- Security: + + Updated network stack with security fixes (Jackrabbit 2.10.1) +- Bugs fixed: + + Fixed crash when ETag is lost + + Passcode creation not restarted on device rotation + + Recovered share icon shown on folders 'shared with me' + + User name added to subject when sending a share link through e-mail (fixed on SAMLed apps) + ## 1.7.2 (July 2015) - New navigation drawer - Improved Passcode diff --git a/SETUP.md b/SETUP.md index 59a51cab..0f1bc8ed 100644 --- a/SETUP.md +++ b/SETUP.md @@ -36,7 +36,7 @@ Next steps will assume you have a Github account and that you will get the code * Open a terminal and go on with the next steps in it. * Clone your forked repository: ```git clone git@github.com:YOURGITHUBNAME/android.git```. * Move to the project folder with ```cd android```. -* Checkout the remote branch 'master' in your own local branch 'master': ```git checkout -b master remotes/origin/master```. +* Checkout the remote branch 'master' in your own local branch 'master': ```git checkout master remotes/origin/master```. * Pull any changes from your remote branch 'master': ```git pull origin master``` * Make official ownCloud repo known as upstream: ```git remote add upstream git@github.com:owncloud/android.git``` * Make sure to get the latest changes from official android/master branch: ```git pull upstream master``` diff --git a/build.gradle b/build.gradle index 576eb82d..a0db0184 100644 --- a/build.gradle +++ b/build.gradle @@ -58,12 +58,6 @@ android { abortOnError false } } - - - compileOptions { - sourceCompatibility JavaVersion.VERSION_1_7 - targetCompatibility JavaVersion.VERSION_1_7 - } productFlavors { } diff --git a/doc/oCC2015_Android_workshop.odp b/doc/oCC2015_Android_workshop.odp new file mode 100644 index 00000000..29ed242a Binary files /dev/null and b/doc/oCC2015_Android_workshop.odp differ diff --git a/oc_jb_workaround/AndroidManifest.xml b/oc_jb_workaround/AndroidManifest.xml index c5163910..766cb0a5 100644 --- a/oc_jb_workaround/AndroidManifest.xml +++ b/oc_jb_workaround/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="0100025" + android:versionName="1.0.25" > - -