Commit graph

10228 commits

Author SHA1 Message Date
Andy Scherzinger
77b53a1044
accessibility: 48dp hitbox for send-button plus update from image-button to material button
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-11-19 18:37:34 +01:00
Andy Scherzinger
d249b8fe7f
optimize menu button
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-11-19 18:37:33 +01:00
Andy Scherzinger
81f0f14449
add proper hitboxes for file details buttons
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-11-19 18:37:32 +01:00
Andy Scherzinger
f32a74551c
optimize toolbar layout after accessibility improvements
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-11-19 18:37:31 +01:00
tobiasKaminsky
8c0878de71
Fix account_setup.xml
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-11-19 18:37:30 +01:00
tobiasKaminsky
69256d0c53
Enable accessibility scanner: https://developer.android.com/guide/topics/ui/accessibility/testing#espresso-enable-checks
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-11-19 18:37:25 +01:00
Andy Scherzinger
d3f658d0a2
Merge pull request #7353 from nextcloud/disableFlakyTests
Fix/disable flaky tests
2020-11-19 18:35:47 +01:00
tobiasKaminsky
1ee4cec7ba
disabled flaky tests
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-11-19 08:51:30 +01:00
Nextcloud bot
4ef7aa90b9
[tx-robot] updated from transifex 2020-11-19 03:45:27 +00:00
Andy Scherzinger
c3acfc9de8
Merge pull request #7338 from nextcloud/passwordSnackbar
show snackbar when entering wrong passcode
2020-11-18 23:58:29 +01:00
Andy Scherzinger
96a13de842
Merge pull request #7337 from nextcloud/rorNull
NPE on download
2020-11-18 23:57:09 +01:00
Andy Scherzinger
ef3b90ee92
Merge pull request #7344 from nextcloud/blackText
Fix black text on dark mode for synced folder preferences
2020-11-18 23:55:40 +01:00
Andy Scherzinger
f87bd9b03b
Merge pull request #7339 from nextcloud/mediaOverlaps
Fix overlapping seek bar and softkeys
2020-11-18 17:27:55 +01:00
tobiasKaminsky
7a50d8ccce
Black background on video playback in fullscreen mode
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-11-18 14:14:26 +01:00
tobiasKaminsky
2f4725f55e
Fix testGallerySearch test
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-11-18 11:23:22 +01:00
tobiasKaminsky
5db5aef0d0
Run screenshot tests on GitHub actions
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-11-18 09:57:01 +01:00
Andy Scherzinger
840d7e5f83
no default for share type avatar generation
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-11-17 22:25:04 +01:00
Andy Scherzinger
aa54d02631
remove unused resource
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-11-17 22:16:41 +01:00
tobiasKaminsky
85551b5eec
Updated avatar handling
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-11-17 19:17:10 +01:00
tobiasKaminsky
bea890ceac
Fix black text on dark mode for synced folder preferences
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-11-17 13:16:53 +01:00
tobiasKaminsky
aa28d30fa0
Fix overlapping seek bar and softkeys
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-11-17 11:20:00 +01:00
tobiasKaminsky
a51a4ed52a
show snackbar when entering wrong passcode
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-11-17 09:53:40 +01:00
tobiasKaminsky
06ad76979a
NPE on download
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-11-17 09:22:12 +01:00
Andy Scherzinger
8101dacecb
Merge pull request #7308 from hochwasser/patch-1
Get last modified time from SAF files put it on the uploaded file
2020-11-16 09:25:22 +01:00
Nextcloud bot
ec9bf0b828
[tx-robot] updated from transifex 2020-11-16 03:45:11 +00:00
Christian Tacke
1974689974 Reformat if / try to make Codecy happy
It's nicer to put the try inside the if, anyway.

Signed-off-by: Christian Tacke <8560110+ChristianTacke@users.noreply.github.com>
2020-11-15 21:59:36 +01:00
Nextcloud bot
3ef396befc
[tx-robot] updated from transifex 2020-11-14 03:45:42 +00:00
hochwasser
d814802fa9
Check if cursor is null added
This was found by @tobiasKaminsky thx

Co-authored-by: Tobias Kaminsky <tobias@nextcloud.com>
2020-11-13 15:08:49 +01:00
KwonEunKyung
ce4b98eb57 fixed typo in Migrations.kt 2020-11-13 18:59:52 +09:00
hochwasser
ec16755e5c
added imports for Cursor and DocumentsContract 2020-11-13 00:14:23 +01:00
hochwasser
e36d1e5c41
Get last modified time from SAF files put it on the uploaded file
Get the modified time from SAF files and set it on the cache file.
The uploaded then sets the correct modified time ob the server.
This fixes #5660
2020-11-13 00:04:15 +01:00
Nextcloud bot
c2fb05a743
[tx-robot] updated from transifex 2020-11-12 03:46:15 +00:00
Nextcloud bot
70f5670c94
[tx-robot] updated from transifex 2020-11-11 03:48:55 +00:00
tobiasKaminsky
a733d1e5f0
Show generated avatars is file detail sharing list
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-11-10 10:15:17 +01:00
Kuuuna98
cf62ff3a60 fixed typo in comment 2020-11-10 17:20:59 +09:00
Andy Scherzinger
1767d35535
Merge pull request #7281 from Kuuuna98/Fix_typo
Fixed a typo in a comment
2020-11-10 09:16:49 +01:00
Kuuuna98
318cea9e34 fixed typo in comment 2020-11-10 16:35:26 +09:00
Andy Scherzinger
706f371634
proper edit text coloring
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-11-10 08:28:38 +01:00
Nextcloud bot
05ebdd8853
[tx-robot] updated from transifex 2020-11-10 03:47:27 +00:00
Andy Scherzinger
7b7677c666
stabilize rich workspace UI test
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-11-09 20:08:42 +01:00
Andy Scherzinger
723c4042df
use our screenshot function, which obeys dark/color
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-11-09 20:08:41 +01:00
Andy Scherzinger
933ed34c49
Do not use images for tests, as text placeholder tends to get rendered randomly
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-11-09 20:08:40 +01:00
Andy Scherzinger
a335cd12e8
add wait for stabilizing text file icon rendering
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-11-09 20:08:39 +01:00
Andy Scherzinger
9e6ee79c3f
use dark/light aware screenshot method
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-11-09 20:08:39 +01:00
aqaqsubin
a4343dc050 Fix AppPreferencee Comment Typing Error
Signed-off-by: aqaqsubin <aqaq925120k@naver.com>
2020-11-09 21:54:51 +09:00
Andy Scherzinger
b3aa5a9ff6
Merge pull request #7246 from nextcloud/resetCapability
Reset eTag so that capability get parsed again, so status is set
2020-11-09 10:24:45 +01:00
Tobias Kaminsky
8dba90993d
Merge pull request #7105 from nextcloud/viewBindingFileDetailsFragments
Replace butterknife with native view binding (File Details Fragments)
2020-11-09 09:24:51 +01:00
tobiasKaminsky
baa0de428f
Reset eTag so that capability get parsed again, so status is set
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-11-09 08:50:45 +01:00
Nextcloud bot
da05b8ba52
[tx-robot] updated from transifex 2020-11-09 03:43:53 +00:00
Andy Scherzinger
299a5e4d7c
replace butterknife with native view binding
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-11-08 16:57:22 +01:00