From: tobiasKaminsky Date: Sat, 21 Nov 2015 07:48:40 +0000 (+0100) Subject: Merge remote-tracking branch 'remotes/upstream/master' into avoidDuplicateFiles_Master X-Git-Tag: beta-20151122~4^2 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/2aac1e527034960dde1910fa5eaa88bc13dc2ee7?hp=e61641b39df804db56197d36530dbddd145a91c9 Merge remote-tracking branch 'remotes/upstream/master' into avoidDuplicateFiles_Master --- diff --git a/.travis.yml b/.travis.yml index 5f42267d..0db9b1ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +sudo: false language: android android: components: diff --git a/AndroidManifest.xml b/AndroidManifest.xml index a072d788..805e9ce7 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,4 +1,5 @@ - - +--> + + + @@ -31,64 +37,60 @@ - - - - + + + - + + + android:theme="@style/Theme.ownCloud" > + android:label="@string/app_name" > + - - + + - + - + - + - - - + - + + - - - + + android:theme="@style/Theme.ownCloud.Fullscreen" /> - + android:exported="true" > + @@ -98,7 +100,7 @@ + android:exported="true" > @@ -114,13 +116,20 @@ android:enabled="true" android:exported="false" android:label="@string/sync_string_files" - android:syncable="true"> + android:syncable="true" /> + + + android:launchMode="singleTask" + android:theme="@style/Theme.ownCloud.noActionBar" > @@ -131,6 +140,7 @@ + @@ -141,48 +151,60 @@ - - - - - - - + + + + + + + + + - + - - - - + - + android:name=".ui.activity.CopyToClipboardActivity" + android:icon="@drawable/copy_link" + android:label="@string/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/build.gradle b/build.gradle index a0db0184..d96997a6 100644 --- a/build.gradle +++ b/build.gradle @@ -20,8 +20,8 @@ repositories { dependencies { compile name: 'touch-image-view' - compile 'com.android.support:support-v4:22.2.1' compile project(':owncloud-android-library') + compile 'com.android.support:support-v4:22.2.1' compile 'com.jakewharton:disklrucache:2.0.2' compile 'com.android.support:appcompat-v7:22.2.1' } @@ -58,7 +58,7 @@ android { abortOnError false } } - + productFlavors { } @@ -68,3 +68,7 @@ android { } + + + + 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" > - -