Commit graph

8833 commits

Author SHA1 Message Date
AndyScherzinger
a2d182cf75
fixed size of the share icon hitbox in list view 2017-10-18 22:03:21 +02:00
AndyScherzinger
be097d238b
fix boolean 2017-10-18 21:56:35 +02:00
AndyScherzinger
1bd5c65a02
fix method call after rebase due to changed method signature 2017-10-18 21:56:03 +02:00
Hari
0e352b3bb8
Hide share option in per-item menu 2017-10-18 21:53:33 +02:00
Hari
fde6e8bd82
Hide share and overflow icons in the selected state 2017-10-18 21:53:33 +02:00
AndyScherzinger
e558a9910a
file local file listing 2017-10-18 21:53:32 +02:00
AndyScherzinger
c5ac05bd55
fix line formatting to 120 characters 2017-10-18 21:53:32 +02:00
AndyScherzinger
afa497cdff
Fix NPE for grid views (as in non-list-views) 2017-10-18 21:53:32 +02:00
AndyScherzinger
1924766a66
fix lint warnings for clickable items + content description 2017-10-18 21:53:31 +02:00
AndyScherzinger
4508370aca
replace shared via link pngs with vector variant 2017-10-18 21:53:31 +02:00
AndyScherzinger
b555e975f0
replace share via user vector with Nextcloud variant 2017-10-18 21:53:31 +02:00
Hari
f3755fa842
Align row icons to action bar icons 2017-10-18 21:53:30 +02:00
Hari
2eae215984
Change dimensions of svg to 16dp x 16dp 2017-10-18 21:53:30 +02:00
Hari
8e65a1dece
Align the overflow icon and share icon vertically 2017-10-18 21:53:30 +02:00
Hari
dbad84667d
Do not show select/deselect all in the per-item overflow menus 2017-10-18 21:53:29 +02:00
Hari
8d476f6578
Add material design specs 2017-10-18 21:53:29 +02:00
Hari
1e7bc78d87
Revert change in favourite icon 2017-10-18 21:53:28 +02:00
Hari
7312979808
Add options for operations on single files 2017-10-18 21:53:28 +02:00
Andy Scherzinger
af57cbdd68 Merge pull request #1668 from nextcloud/userWhitespace
Escape whitespaces in user name
2017-10-18 21:50:33 +02:00
tobiasKaminsky
af7d2e7261
escape whitespaces in user name 2017-10-18 21:28:44 +02:00
Andy Scherzinger
d3eb43e4b7 Merge pull request #1643 from apicellaj/master
add transparency to navigation bar for image preview
2017-10-18 19:20:23 +02:00
AndyScherzinger
95e330e70e
change coloring of corrupt image text 2017-10-18 18:52:17 +02:00
Joe Apicella
5d9a92ad40
set image error screen to black 2017-10-18 18:36:05 +02:00
Joe Apicella
91a33aab47
remove unused imports 2017-10-18 18:36:05 +02:00
Joe Apicella
7d1d76a97b
switch transparency to overlay theme 2017-10-18 18:36:04 +02:00
Joe Apicella
6719f891ac
add transparency to navigation bar for image preview 2017-10-18 18:36:04 +02:00
Andy Scherzinger
db2c505333 Merge pull request #1677 from xXSTrikeXx/patch-1
Remove Corrupt Account Warning
2017-10-18 18:26:27 +02:00
xXSTrikeXx
1c187dd6dd
Remove Corrupt Account Warning
as mentioned in #1676
Preperation for stable-release.
2017-10-18 18:10:05 +02:00
xXSTrikeXx
4c3d4c86b2
Remove do not show warning on very first start 2017-10-18 18:09:30 +02:00
xXSTrikeXx
331e62865f
remove do not show warning on very first start 2017-10-18 18:09:29 +02:00
xXSTrikeXx
bc1debb915
Update strings.xml
Remove corrupt account string
2017-10-18 18:09:26 +02:00
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