Commit graph

125 commits

Author SHA1 Message Date
Andy Scherzinger
1a23d43a6d
add screenshot diff image
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-10-13 18:02:42 +02:00
Andy Scherzinger
41056302dd
streamline layout for user infos
Fix #7047

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-10-13 18:02:39 +02:00
Andy Scherzinger
06dacc0965
Update Screenshots
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-10-13 11:18:53 +02:00
Andy Scherzinger
68fb019798
updated screenshot
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-10-06 14:44:10 +02:00
Andy Scherzinger
e01b6177d7
update screenshot
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-10-02 22:43:06 +02:00
tobiasKaminsky
cfdd3d4588
Add send multiple files, if downloaded
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-10-02 22:43:03 +02:00
Andy Scherzinger
33936bc805
update screenshots
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-09-30 09:38:54 +02:00
tobiasKaminsky
a29739c6de
enhance mnemonic on dark mode
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-25 07:41:33 +02:00
tobiasKaminsky
07bb37ab7a
wip
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-23 09:26:49 +02:00
tobiasKaminsky
92070d2934
wip
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-23 09:26:04 +02:00
tobiasKaminsky
c8a49d99ba
Merge remote-tracking branch 'remotes/origin/master' into sharingPart2
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-22 08:14:43 +02:00
Tobias Kaminsky
5f8bd7d5f0
Merge pull request #6961 from nextcloud/comment
Fix not showing comments in file detail view
2020-09-17 16:31:05 +02:00
tobiasKaminsky
4ca33a8438
- removed test data
- added tests

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-16 10:36:06 +02:00
tobiasKaminsky
e0700c376c
new tests for avatars, shares in OCFileList
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-15 08:47:31 +02:00
tobiasKaminsky
bd3f22f65d
wip
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-09 13:06:35 +02:00
tobiasKaminsky
3262461100
wip
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-09 13:06:35 +02:00
tobiasKaminsky
4dfefee31a
wip
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-09 13:06:35 +02:00
tobiasKaminsky
90efc2cdfc
add tests for rich workspaces:
as we will have light/dark screenshots for all, we do not have to do this here manually

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-09 12:59:55 +02:00
Tobias Kaminsky
77c0d4b054
Merge pull request #6533 from nextcloud/ocFileListTest
add TestActivity to launch fragments in it
2020-09-04 07:51:43 +02:00
tobiasKaminsky
1757fa9e53
do not use preview, but directly show placeholder
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-04 07:30:18 +02:00
tobiasKaminsky
e07c2d169a
- use display name for avatar generation
- use new server algorithm
Ref: https://github.com/nextcloud/nextcloud-vue/blob/master/src/functions/usernameToColor/usernameToColor.js

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-03 09:19:03 +02:00
tobiasKaminsky
e6be088897
add screenshot from CI
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-03 09:12:30 +02:00
tobiasKaminsky
430a94ff0e
fix Trashbin IT
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-02 10:12:19 +02:00
tobiasKaminsky
a3cb17a829
add TestActivity to launch fragments in it
fix wrong class cast exception message

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-08-31 17:05:57 +02:00
tobiasKaminsky
91721c6ae2
update trashbin screenshot
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-08-28 12:12:14 +02:00
tobiasKaminsky
43d2edec47
also fix FDA open test
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-08-19 10:22:06 +02:00
tobiasKaminsky
0ecc933d5f
fix mnemonic test
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-08-19 09:19:26 +02:00
Tobias Kaminsky
5a1e57dbd1
Merge pull request #6724 from nextcloud/hideBigLoadingSpinner
Do not show big spinner when initial loading a folder that is known to be not empty
2020-08-18 09:38:39 +02:00
tobiasKaminsky
a6e0d2b8bf
Do not show big spinner when initial loading a folder that is known to be not empty, or on PhotoFragment
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-08-18 08:40:15 +02:00
tobiasKaminsky
be04dec3ea
add tests
- for error: UI test
- for mnemonic: we cannot capture dialog, so it is only an integration test

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-08-17 03:01:30 +02:00
tobiasKaminsky
bee0c7b4a1
add sort option to UploadFilesActivity and FolderPickerActivity
added UI tests

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-08-07 17:51:22 +02:00
Andy Scherzinger
c9d3641136
Update screenshot due to new toolbar height
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-08-03 20:27:24 +02:00
tobiasKaminsky
f7ab5d90dc
TrashbinActivity:
- moved to ViewBindings
- add UI test for error/view

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-08-03 20:05:31 +02:00
tobiasKaminsky
78128ff5dc
Hide cursor to make UI test more stable
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-07-31 08:32:58 +02:00
tobiasKaminsky
69476bba29
Update screenshots, wrong emulator was used
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-07-30 15:57:23 +02:00
tobiasKaminsky
75c8359781
open vcf works again
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-07-30 09:17:02 +02:00
Andy Scherzinger
fdb4489e38
Updated screenshots
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-07-29 08:20:53 +02:00
Andy Scherzinger
4c547c2de2
update screenshot due to updated testcase data
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-07-28 18:01:08 +02:00
Andy Scherzinger
a514ad81a0
update test screenshot due to consolidated icon tinting
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-07-28 17:39:29 +02:00
Andy Scherzinger
080dc4047f
proper button styling
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-07-28 17:28:14 +02:00
tobiasKaminsky
76c20b22db
Write some UI tests for NotificationsActivity
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-07-28 17:28:11 +02:00
Andy Scherzinger
eed4293c43
Updated screenshots
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-07-23 19:20:42 +02:00
tobiasKaminsky
ffa19f0fa9
update screenshots to reflect https
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-07-20 10:58:00 +02:00
tobiasKaminsky
d17dd38589
Fix DialogFragmentIT
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-07-17 12:32:27 +02:00
tobiasKaminsky
78cc80266a
Fix: server IT tests need AbstractOnServerIT
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-07-17 12:16:41 +02:00
tobiasKaminsky
d1adb2bf74
update FileDisplayActivityIT
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-07-17 11:56:23 +02:00
tobiasKaminsky
404f43fad4
Use same color for status bar
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-07-17 08:18:28 +02:00
tobiasKaminsky
be977dda31
update ScreenshotIT
add helper script

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-07-17 07:47:59 +02:00
tobiasKaminsky
db6c1ba055
new screenshots, disabled non working
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-07-15 15:42:26 +02:00
tobiasKaminsky
4336082bb7
Add tests for dialogs
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-07-15 15:42:26 +02:00
Andy Scherzinger
5f73a5ec75
update screenshots
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-06-26 15:15:30 +02:00
Andy Scherzinger
270c8a36d2
update screenshot
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-06-10 07:30:47 +02:00
Andy Scherzinger
94b31a0a37
set gradient via imageview for markdown previews
Fixes #6034

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-06-05 13:36:39 +02:00
tobiasKaminsky
80d83e4721
split up unit&IT tests from screenshot tests
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-05 08:06:42 +02:00
tobiasKaminsky
d0f3a00637
drone/ updateScreenshot update
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-05 08:06:42 +02:00
Andy Scherzinger
45b09c64d2
replace screenshot due to changed toolbar coloring
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-05-05 15:37:34 +02:00
tobiasKaminsky
7eb0f66079
Add circle support for searching / displaying
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-03-19 19:12:23 +01:00
tobiasKaminsky
4bf40b5860
fix wrong assumption how conflict dialog show work
updated tests

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-03-17 09:49:59 +01:00
tobiasKaminsky
ae08a42f8a
Enhance conflict dialog
- fix bug
- add ui tests
- add instrumented tests

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-03-03 10:31:03 +01:00
tobiasKaminsky
ecd5379646
Add screenshot tests
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-02-21 19:40:43 +01:00
Andy Scherzinger
490b292ad9
Merge pull request #5300 from nextcloud/sharedSearchAgain
Re-enable shared search and add ui test for list shares
2020-02-14 13:52:18 +01:00
Andy Scherzinger
67880e2758
Merge pull request #5450 from nextcloud/etmScreenshots
Screenshot tests for ETM
2020-02-12 21:35:07 +01:00
tobiasKaminsky
d841f64254
Screenshot tests for ETM
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-02-12 11:47:55 +01:00
tobiasKaminsky
0569b0de65
Screenshot tests ManageAccountsActivity
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-02-12 09:34:59 +01:00
tobiasKaminsky
c2750aabda
Add ui test for list shares
add test user to drone
switch back to master
use "waitForIdleSync" instead of sleep

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-02-11 08:57:09 +01:00
Andy Scherzinger
c7669fe9db
Merge pull request #5393 from nextcloud/removeUnsetType
Remove UnsetType as we do not have bottom bar anymore…
2020-02-05 15:17:44 +01:00
Tobias Kaminsky
0936945b3c
Merge pull request #5328 from nextcloud/fix/not-enough-space-dialog
Added "not enough space dialog"
2020-02-05 12:14:40 +01:00
tobiasKaminsky
3a78c1b9db
add more UI tests
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-02-05 11:09:14 +01:00
tobiasKaminsky
eb903ab486
add UI test for Markdown
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-02-04 09:40:06 +01:00
tobiasKaminsky
6dbce81c1d
update screenshot
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-01-30 14:55:18 +01:00
tobiasKaminsky
8737d9b835
add ui test
- some small code changes
- removed unneeded code

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-01-28 16:02:19 +01:00
tobiasKaminsky
603825e36f
update screenshot
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-01-10 12:09:57 +01:00
tobiasKaminsky
d6249163a7
new tests
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-12-13 10:59:29 +01:00
tobiasKaminsky
1f69bc2768
update screenshots
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-12-13 09:03:46 +01:00
tobiasKaminsky
76bbc110a9
test ui diff
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-12-12 14:05:31 +01:00