Commit graph

8902 commits

Author SHA1 Message Date
Andy Scherzinger
492f2fe373 Merge pull request #1614 from nextcloud/removeDocSubmodule
Remove doc submodule
2017-10-18 18:04:34 +02:00
Andy Scherzinger
7190a192f4 Merge pull request #1652 from rhari991/default-open-app
Remove explicitly displayed chooser
2017-10-18 18:02:57 +02:00
Hari
dffb6745ab
Remove explicitly displayed chooser 2017-10-18 17:41:08 +02:00
Andy Scherzinger
ef7900a6a4 Merge pull request #1527 from stalker314314/stalker314314/delay-upload-in-power-save-mode
Delaying upload if device is in power save mode
2017-10-18 17:36:06 +02:00
AndyScherzinger
ef5120a47a
fix after latest rebase 2017-10-18 17:09:55 +02:00
Branko Kokanovic
8bc432027e
Delaying upload if device is in power save mode
This change adds handling for uploads from device when it is operating in power save mode and is a fix for #1277. In those case, uploads are behaving similar as if upload requires Wi-Fi (or that device needs to be charging) and those conditions are not met - they are delayed until device exits power save mode. Same thing holds true for contacts backup and explicit uploads - they are not delayed. Difference with Wi-Fi (and charging) conditions is in that 1) this delay cannot be set per synced folder and 2) it is turned on by default. For devices that don't have this capability (API level < 21) - old behavior (backward-compatible) is used; they behave as this check is not present.

Jobs for file uploads are skipped if they are executing during power save mode. Only exception to this is when user is doing "force resync" which will continue even in power save mode.

Also added is listener for power save mode, albeit it makes sense only if user explicitly turns off power save mode while it is in it, as putting device to be charged will restart all jobs already by design (another listener that already exists).
2017-10-18 17:09:52 +02:00
Andy Scherzinger
9e7e2c11c6 Merge pull request #1612 from stalker314314/deselect_all_visibility_fix
Hide select and deselect all on preview and details fragments, fix #1574
2017-10-18 17:06:50 +02:00
Branko Kokanovic
49223db14e
Hide select and deselect all on preview and details fragments, fix #1574
This change makes select/deselect menu items invisible on fragments where they should be invisible. To do this, first was needed to "split" two different "select all" actions into different ones, so they are not overlapped. For that, one of them was changed from "action_select_all" to "action_select_all_action_menu". Second, in method filter() that decides which menu items are visible, "inSingleFileFragment" bool is pushed. This is how we decide are we under some listing, or showing single file (either details or any preview fragment).
2017-10-18 16:36:28 +02:00
Branko Kokanovic
4315e6f305
Hide select and deselect all on preview and details fragments, fix #1574
This change makes select/deselect menu items invisible on fragments where they should be invisible. To do this, first was needed to "split" two different "select all" actions into different ones, so they are not overlapped. For that, one of them was changed from "action_select_all" to "action_select_all_action_menu". Second, in method filter() that decides which menu items are visible, "inSingleFileFragment" bool is pushed. This is how we decide are we under some listing, or showing single file (either details or any preview fragment).
2017-10-18 16:36:27 +02:00
Branko Kokanovic
c9c5c20364
Hide select and deselect all on preview and details fragments, fix #1574
This change makes select/deselect menu items invisible on fragments where they should be invisible. To do this, first was needed to "split" two different "select all" actions into different ones, so they are not overlapped. For that, one of them was changed from "action_select_all" to "action_select_all_action_menu". Second, in method filter() that decides which menu items are visible, "inSingleFileFragment" bool is pushed. This is how we decide are we under some listing, or showing single file (either details or any preview fragment).
2017-10-18 16:36:24 +02:00
Andy Scherzinger
55a009705a Merge pull request #1615 from nextcloud/hideProviderOnPasswordChange
Hide provider when changing password
2017-10-18 16:34:19 +02:00
tobiasKaminsky
b09be26992
also hide test server button (arrow) when changing password 2017-10-18 16:20:19 +02:00
tobiasKaminsky
e956b9ee12
hide provider when changing password 2017-10-18 16:20:19 +02:00
Andy Scherzinger
86a822e611 Merge pull request #1617 from nextcloud/listThumbnailSize
Correct filetype icon and preview size in list view(s)
2017-10-18 16:08:56 +02:00
nextcloud-android-bot
456f58f548 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-10-18 13:43:09 +00:00
Andy Scherzinger
3d3d03684d Merge 40d393b234 into 225cd2fda6 2017-10-18 13:26:25 +00:00
AndyScherzinger
40d393b234
resolves #1573 - filetype icons and previews size 2017-10-18 15:26:06 +02:00
Andy Scherzinger
225cd2fda6 Merge pull request #1671 from nextcloud/update-gradle
Update gradle
2017-10-18 15:25:13 +02:00
Andy Scherzinger
20c87564c2 Update lint-results.txt 2017-10-18 13:49:45 +02:00
Andy Scherzinger
964b98a84a Merge pull request #1645 from nextcloud/fixExternalIcons
Correct icons for external links
2017-10-18 11:32:08 +02:00
Andy Scherzinger
9c538e9c56 Update lint-results.txt 2017-10-18 11:29:35 +02:00
Andy Scherzinger
f61cd6e839 Merge pull request #1650 from atomtigerzoo/readme-updates
Readme updates
2017-10-18 11:16:54 +02:00
Nextcloud bot
293ae63044
[tx-robot] updated from transifex 2017-10-18 00:29:29 +00:00
Nextcloud bot
e0ec5e3492
[tx-robot] updated from transifex 2017-10-17 00:28:51 +00:00
Tobias Kaminsky
ab742dc719 Update CHANGELOG.md 2017-10-16 13:35:06 +02:00
Tobias Kaminsky
4b66a0f003 Merge pull request #1631 from nextcloud/centralizeAppVersioning
Centralize app's version code and name
2017-10-16 13:24:15 +02:00
AndyScherzinger
f1c20398c6
centralize app's version code and name 2017-10-16 11:33:36 +02:00
Mario Danic
1506eaa587 Update gradle
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-10-15 21:29:06 +02:00
Nextcloud bot
860ffe0254
[tx-robot] updated from transifex 2017-10-14 02:50:04 +00:00
Tobias Kaminsky
0627678856 Merge pull request #1665 from nextcloud/drone-26
Bump drone
2017-10-13 13:12:35 +02:00
tobiasKaminsky
1a06028744
bump drone 2017-10-13 11:59:16 +02:00
Nextcloud bot
3dc3d69cc2
[tx-robot] updated from transifex 2017-10-13 00:30:47 +00:00
Nextcloud bot
c882c767ea
[tx-robot] updated from transifex 2017-10-12 00:28:48 +00:00
Nextcloud bot
c8f386402f
[tx-robot] updated from transifex 2017-10-11 00:29:01 +00:00
Andy Scherzinger
dfbdb770d5 Merge pull request #1616 from nextcloud/branching
Added branching model
2017-10-11 00:20:20 +02:00
HerrH
d8a4787029 Moved emoji out of italic style 2017-10-10 17:13:57 +02:00
HerrH
a1aa15b8b4 Improved formatting, fixed minor spelling bugs 2017-10-10 17:13:27 +02:00
HerrH
1950a3ae46 Improved url display for IRC channels 2017-10-10 17:00:37 +02:00
HerrH
36a5ca0413 Fixed small grammar/spelling errors 2017-10-10 16:48:37 +02:00
AndyScherzinger
fc43dbcb72
added branching model 2017-10-10 13:03:02 +02:00
tobiasKaminsky
8d1da9569f
correct icons for external links 2017-10-10 08:22:55 +02:00
Nextcloud bot
d6b43c6cc7
[tx-robot] updated from transifex 2017-10-10 00:31:03 +00:00
Tobias Kaminsky
3479328a80 Merge pull request #1627 from nextcloud/AS300beta7
Updating gradle-plugin to 3.0.0-beta7 + forced move buildToolsVersion 26.0.2
2017-10-09 07:57:59 +02:00
nextcloud-android-bot
73e93f1cfb
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-10-09 07:18:23 +02:00
AndyScherzinger
4b30fb44da
updating gradle-plugin to 3.0.0-beta7 including foced move to buildToolsVersion 26.0.2 2017-10-09 07:18:22 +02:00
Nextcloud bot
04f55a95d8
[tx-robot] updated from transifex 2017-10-09 00:29:12 +00:00
Nextcloud bot
bedc2d0272
[tx-robot] updated from transifex 2017-10-07 00:29:09 +00:00
Nextcloud bot
1be764aae9
[tx-robot] updated from transifex 2017-10-06 00:29:34 +00:00
Andy Scherzinger
f2f095f831 Merge pull request #1620 from nextcloud/fix-avatars
Fix avatars
2017-10-05 18:47:42 +02:00
AndyScherzinger
694f042cb1
bump version to 2.0.0RC9 2017-10-05 18:33:15 +02:00