From: tobiasKaminsky Date: Mon, 26 Oct 2015 21:15:56 +0000 (+0100) Subject: Merge remote-tracking branch 'remotes/upstream/uploadWhenCharging' into beta X-Git-Tag: beta-20151122~103 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/7b780553be6b386d226b5b22e08291f0cbcfb931?hp=e92297ccafca3ef891ced6f2a88e532f4e3813f6 Merge remote-tracking branch 'remotes/upstream/uploadWhenCharging' into beta --- diff --git a/.gitignore b/.gitignore index 8346dbfc..9b1a0d0c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ # built application files -*.apk *.ap_ # files for the dex VM @@ -39,4 +38,4 @@ tests/proguard-project.txt build # Actionbarsherlock is now ignored since scripts takes care of init the sub-modules. -actionbarsherlock \ No newline at end of file +actionbarsherlock diff --git a/CHANGELOG.md b/CHANGELOG.md index 099a4456..27f0c418 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,60 +1,3 @@ -## 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 -- Automatic grid view just for folders full of images -- More characters allowed in file names -- Support for servers in same domain, different path -- Bugs fixed: - + Frequent crashes in folder with several images - + Sync error in servers with huge quota and external storage enable - + Share by link error - + Some other crashes and minor bugs - -## 1.7.1 (April 2015) - -- Share link even with password enforced by server -- Get the app ready for oc 8.1 servers -- Added option to create new folder in uploads from external apps -- Improved management of deleted users -- Bugs fixed - + Fixed crash on Android 2.x devices - + Improvements on uploads - -## 1.7.0 (February 2015) - -- Download full folders -- Grid view for images -- Remote thumbnails (OC Server 8.0+) -- Added number of files and folders at the end of the list -- "Open with" in contextual menu -- Downloads added to Media Provider -- Uploads: - + Local thumbnails in section "Files" - + Multiple selection in "Content from other apps" (Android 4.3+) -- Gallery: - + proper handling of EXIF - + obey sorting in the list of files -- Settings view updated -- Improved subjects in e-mails -- Bugs fixed - - - +# 2015-10-26 +- start of branch +- PR [#745](https://github.com/owncloud/android/pull/745) merged diff --git a/README.md b/README.md index e3ff5353..d4f34170 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,16 @@ -#This is the Android client for [ownCloud][0] +#This is the BETA Android client for [ownCloud][0] + +The BETA app is only intended to be used by experienced users that want to use and test the latest features. +All pull requests labeled "3 - to review" or higher will be included into the branch. +If you find a bug please create a new issue with the label "Beta". + +The compiled APKs can be found [here][2] +The changelog is found here The app performs file synchronization with an ownCloud server. Other ownCloud features may be added in the future, but they are not a priority right now. ## Build Status on -Git master: ![Build Status](https://api.travis-ci.org/owncloud/android.svg?branch=master) - -Git stable: ![Build Status](https://api.travis-ci.org/owncloud/android.svg?branch=stable) +Git beta: ![Build Status](https://api.travis-ci.org/owncloud/android.svg?branch=beta) ## Development @@ -14,6 +19,8 @@ Make sure you read [SETUP.md][1] when you start working on this project. [0]: https://github.com/owncloud/core [1]: https://github.com/owncloud/android/blob/master/SETUP.md +[2]: https://github.com/owncloud/android/tree/beta/apks/ +[3]: https://github.com/owncloud/android/blob/beta/CHANGELOG.md ### Contributing Please see [Contribution Guidelines](https://owncloud.org/contribute/). Fork this repository and contribute back using diff --git a/apks/owncloud-beta-20151026.apk b/apks/owncloud-beta-20151026.apk new file mode 100644 index 00000000..bd29d787 Binary files /dev/null and b/apks/owncloud-beta-20151026.apk differ diff --git a/owncloud-android-library b/owncloud-android-library index 5985ba9a..ecc3415e 160000 --- a/owncloud-android-library +++ b/owncloud-android-library @@ -1 +1 @@ -Subproject commit 5985ba9a9fd9a208b2a09ee7809949874e0c3a97 +Subproject commit ecc3415e3e3c13fa8f73fdd51a88c1ab7087b199 diff --git a/res/layout-land/account_setup.xml b/res/layout-land/account_setup.xml index 477011d9..347568eb 100644 --- a/res/layout-land/account_setup.xml +++ b/res/layout-land/account_setup.xml @@ -95,7 +95,6 @@ android:inputType="textUri" android:drawablePadding="5dp" android:paddingRight="55dp" - android:textColor="@color/primary" android:textColorHint="@color/login_text_hint_color" android:contentDescription="@string/auth_host_address" > @@ -153,7 +152,6 @@ android:text="@string/oauth2_url_endpoint_auth" android:singleLine="true" android:inputType="textUri" - android:textColor="@color/primary" android:textColorHint="@color/login_text_hint_color" android:visibility="gone"> @@ -167,7 +165,6 @@ android:text="@string/oauth2_url_endpoint_access" android:singleLine="true" android:inputType="textUri" - android:textColor="@color/primary" android:textColorHint="@color/login_text_hint_color" android:visibility="gone"> @@ -180,7 +177,6 @@ android:ems="10" android:hint="@string/auth_username" android:inputType="textNoSuggestions" - android:textColor="@color/primary" android:textColorHint="@color/login_text_hint_color" android:contentDescription="@string/auth_username" /> @@ -193,7 +189,6 @@ android:hint="@string/auth_password" android:inputType="textPassword" android:drawablePadding="5dp" - android:textColor="@color/primary" android:textColorHint="@color/login_text_hint_color" /> diff --git a/res/layout/account_setup.xml b/res/layout/account_setup.xml index 876d834c..3a8655fa 100644 --- a/res/layout/account_setup.xml +++ b/res/layout/account_setup.xml @@ -82,7 +82,6 @@ android:inputType="textUri" android:drawablePadding="5dp" android:paddingRight="55dp" - android:textColor="@color/primary" android:textColorHint="@color/login_text_hint_color" android:contentDescription="@string/auth_host_address" > @@ -137,7 +136,6 @@ android:layout_height="wrap_content" android:ems="10" android:enabled="false" - android:textColor="@color/primary" android:textColorHint="@color/login_text_hint_color" android:text="@string/oauth2_url_endpoint_auth" android:singleLine="true" @@ -154,7 +152,6 @@ android:text="@string/oauth2_url_endpoint_access" android:singleLine="true" android:inputType="textUri" - android:textColor="@color/primary" android:textColorHint="@color/login_text_hint_color" android:visibility="gone"/> @@ -165,7 +162,6 @@ android:ems="10" android:hint="@string/auth_username" android:inputType="textNoSuggestions" - android:textColor="@color/primary" android:textColorHint="@color/login_text_hint_color" android:contentDescription="@string/auth_username" /> @@ -178,7 +174,6 @@ android:ems="10" android:hint="@string/auth_password" android:inputType="textPassword" - android:textColor="@color/primary" android:textColorHint="@color/login_text_hint_color" android:contentDescription="@string/auth_password" /> diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml index 1ae5c990..1f630851 100644 --- a/res/values-es/strings.xml +++ b/res/values-es/strings.xml @@ -71,6 +71,7 @@ hace segundos No hay nada aquí. ¡Suba algo! Cargando... + ¡No se encontró una aplicación para el tipo de archivo! No hay archivos en esta carpeta. Pulsa sobre un archivo para mostrar información adicional. Tamaño: diff --git a/res/values-ia/strings.xml b/res/values-ia/strings.xml index efb3d3d5..3685fdff 100644 --- a/res/values-ia/strings.xml +++ b/res/values-ia/strings.xml @@ -37,6 +37,7 @@ Cancellar Error Error Incognite + A proposito Cambiar contrasigno Deler conto Nomine de dossier diff --git a/res/values-oc/strings.xml b/res/values-oc/strings.xml index c50bc37e..2a97bfa2 100644 --- a/res/values-oc/strings.xml +++ b/res/values-oc/strings.xml @@ -72,6 +72,7 @@ Telecargatz-lo aicí : %2$s i a qualques segondas I a pas res aicí ! Mandatz doncas quicòm :) Cargament... + Cap d\'aplicacion pas trobada per aqueste tipe de fichièr ! Cap de fichièr es pas present dins aqueste dorsièr. Quichatz sus un fichièr per afichar las informacions suplementàrias Talha : diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml index a0128b5a..4bb799a0 100644 --- a/res/values-ru/strings.xml +++ b/res/values-ru/strings.xml @@ -72,6 +72,7 @@ несколько секунд назад Здесь ничего нет. Загрузите что-нибудь! Загрузка... + Не найдено приложений для этого типа файла. В этом каталоге нет файлов. Нажмите на файл для отображения дополнительной информации. Размер: diff --git a/res/values-uk/strings.xml b/res/values-uk/strings.xml index 062efeba..3b675534 100644 --- a/res/values-uk/strings.xml +++ b/res/values-uk/strings.xml @@ -71,6 +71,7 @@ секунди тому Тут нічого немає. Відвантажте що-небудь! Завантаження… + Застосунку для цього типу файла не знайдено! В цій теці немає файлів. Натисніть на файлі для відображення додаткової інформації Розмір: @@ -80,6 +81,7 @@ Завантажити Оновити файл Файл був переіменований в %1$s протягом вивантаження + Вигляд списку Опублікувати посилання Видалити посилання Так @@ -194,6 +196,7 @@ Аутентифікація на цьому сервері неможлива Користвача в пристрої не існуе Улюблений + Прибрати з вибраного Перейменувати Видалити Ви дійсно бажаєте видалити %1$s? @@ -305,6 +308,7 @@ Виникла помилка при спробі перемістити файл або теку перемістити цей файл Неможливо скопіювати. Будь ласка, перевірте, чи існує файл + Неможливо копіювати теку до підтеки Файл вже існує в теці призначення Виникла помилка під час спроби скопіювати даний файл чи папку скопіювати даний файл @@ -312,8 +316,10 @@ Безпека Шлях завантаження відео Скачування теки %1$s не може бути завершено + поширений з Вами %1$s поділився \"%2$s\" з вами + З Вами поділилися \"%1$s\" Оновити з\'єднання Ареса серверу Недостатньо пам\'яті diff --git a/res/values/colors.xml b/res/values/colors.xml index 8ca0a4e5..dab9b3fb 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -19,7 +19,7 @@ --> - #1D2D44 + @color/actionbar_start_color #35537A #00ddff diff --git a/src/com/owncloud/android/notifications/NotificationBuilderWithProgressBar.java b/src/com/owncloud/android/notifications/NotificationBuilderWithProgressBar.java index c71b35f2..5dd043f5 100644 --- a/src/com/owncloud/android/notifications/NotificationBuilderWithProgressBar.java +++ b/src/com/owncloud/android/notifications/NotificationBuilderWithProgressBar.java @@ -55,7 +55,8 @@ public class NotificationBuilderWithProgressBar extends NotificationCompat.Build if (Build.VERSION.SDK_INT < Build.VERSION_CODES.ICE_CREAM_SANDWICH) { return new NotificationBuilderWithProgressBar(context); } else { - return new NotificationCompat.Builder(context); + return new NotificationCompat.Builder(context). + setColor(context.getResources().getColor(R.color.primary)); } } diff --git a/src/com/owncloud/android/syncadapter/FileSyncAdapter.java b/src/com/owncloud/android/syncadapter/FileSyncAdapter.java index 43ddae33..7f8b0db1 100644 --- a/src/com/owncloud/android/syncadapter/FileSyncAdapter.java +++ b/src/com/owncloud/android/syncadapter/FileSyncAdapter.java @@ -526,6 +526,7 @@ public class FileSyncAdapter extends AbstractOwnCloudSyncAdapter { private NotificationCompat.Builder createNotificationBuilder() { NotificationCompat.Builder notificationBuilder = new NotificationCompat.Builder(getContext()); notificationBuilder.setSmallIcon(R.drawable.notification_icon).setAutoCancel(true); + notificationBuilder.setColor(getContext().getResources().getColor(R.color.primary)); return notificationBuilder; }