Nextcloud bot
7e1cb0f0df
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-09-06 03:57:12 +00:00
Valdnet
6a65298699
Change to a capital letter
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-09-05 13:10:18 +02:00
Nextcloud bot
194ca7885c
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-09-05 03:56:23 +00:00
Nextcloud bot
fb3957423f
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-09-04 03:54:41 +00:00
Tobias Kaminsky
f6fbfbd4c5
Notification buttons enhancement ( #8932 )
...
* Show buttons:
two or primary and more option menu
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
* NotificationsActivityIT: fix linting issues
Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
* Fix kotlin syntax
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Co-authored-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
2021-09-03 11:36:14 +02:00
Nextcloud bot
03a1c31a86
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-09-02 03:55:14 +00:00
Nextcloud bot
052df0f42c
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-09-01 03:54:48 +00:00
Tom Bowles
721efe3445
Handle 'Stream with...' option in PreviewMediaFragment
2021-08-31 00:23:46 +01:00
Nextcloud bot
8591733fa6
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-27 03:56:32 +00:00
Nextcloud bot
7039208461
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-25 03:54:06 +00:00
Nextcloud bot
5eba647fb5
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-24 03:55:02 +00:00
Nextcloud bot
337ca8393b
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-23 03:52:02 +00:00
Nextcloud bot
95e4e8a7a0
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-21 03:57:24 +00:00
Nextcloud bot
6b902c68bf
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-20 03:55:28 +00:00
Nextcloud bot
9190c3afba
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-19 08:42:27 +00:00
Nextcloud bot
5589d5eaa1
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-19 08:39:27 +00:00
Nextcloud bot
b19ee307c9
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-19 07:06:30 +00:00
Nextcloud bot
dc27330264
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-19 06:34:07 +00:00
Nextcloud bot
f9813bcdcb
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-18 03:55:17 +00:00
Andy Scherzinger
c006691de8
Merge pull request #8712 from nextcloud/addShareTest
...
Add shares to folder and check them
2021-08-17 16:08:00 +02:00
Nextcloud bot
3e062a7f8c
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-16 05:29:21 +00:00
Tobias Kaminsky
17d2cec881
Merge pull request #8532 from nextcloud/removed-account-from-text-preview-fragments
...
Removed Account dependency from preview fragments
2021-08-11 11:44:26 +02:00
Tobias Kaminsky
4bd14b34b0
Merge pull request #8577 from nextcloud/tokenRemoval
...
Delete app password on account removal
2021-08-11 11:44:15 +02:00
tobiasKaminsky
ee14d7e135
Add shares to folder and check them
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-08-11 11:43:20 +02:00
Tobias Kaminsky
8090cd0e13
Merge pull request #8833 from nextcloud/fixNPE
...
catch AccountNotFoundException from createNextcloudClient
2021-08-11 09:10:10 +02:00
Nextcloud bot
44972891c9
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-10 04:11:41 +00:00
tobiasKaminsky
00c14377f7
catch AccountNotFoundException from createNextcloudClient
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-08-09 08:50:01 +02:00
Nextcloud bot
31d515c66c
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-09 03:55:52 +00:00
Luca Santarelli
f4597d879a
Fix: boxed primitive for compare
...
[Broken Window Theory] As per current SpotBugs report, replace all usages
of boxed Long.compareTo(Long) with Long.compare(long, long)
2021-08-08 23:24:59 +02:00
Nextcloud bot
ed87079885
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-08 03:51:01 +00:00
binsky
238c7d610d
add license header, clear comments in PatchMethod class
...
Signed-off-by: binsky <timo@binsky.org>
2021-08-06 22:06:16 +02:00
Andy Scherzinger
d46dfa8ded
ktlint: reformat kotlin
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-08-06 16:05:50 +02:00
Tobias Kaminsky
eceb3a13d4
Merge pull request #8365 from af7567/notifications
...
Use unique requestcode for notification PendingIntents
2021-08-06 11:25:49 +02:00
tobiasKaminsky
cd10e2db15
Delete app password on account removal
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-08-06 11:21:37 +02:00
Chris Narkiewicz
0e71f05931
Removed Account dependency from preview fragments
...
Remove Account dependency in text preview fragment.
Remove Account dependency from outdated JavaDoc in
image and video preview fragments.
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2021-08-06 08:26:58 +00:00
Tobias Kaminsky
4a5fc357c8
Merge pull request #8737 from hrk/patch-1
...
Avoid redundant call to getConnectivity()
2021-08-06 10:23:17 +02:00
Nextcloud bot
a75dde5283
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-06 04:03:50 +00:00
binsky
55bdbc1f55
add custom PatchMethod class to use http PATCH requests with the Nextcloud SSO api
...
Signed-off-by: binsky <timo@binsky.org>
2021-08-06 02:24:13 +02:00
tobiasKaminsky
dd46ce928c
Fix SSO test
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-08-05 09:41:34 +02:00
Tobias Kaminsky
5b2398bf0c
Merge pull request #7995 from nextcloud/parameterV2
...
SSO: support of parameter v2, which allows to have multiple values for same key
2021-08-05 07:59:21 +02:00
Nextcloud bot
8b0a8b27ac
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-04 03:55:43 +00:00
Tobias Kaminsky
7f995726b3
Merge pull request #8791 from alvarobrey/fix-connectedTest-crashes
...
Fix connected test crashes
2021-08-02 08:56:17 +02:00
Nextcloud bot
a4ad5848ff
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-01 03:29:50 +00:00
Álvaro Brey
f13ebd3abb
Replace server and server.com with an invalid domain everywhere.
...
This should fix the timeout crashes in screenshot tests.
This also speeds up integration tests significantly, as the resolution fails
immediately, in contrast to the timeout for server.com.
As a bonus, we don't ping server.com from our IPs when running tests :)
I've chosen nextcloud.localhost for a fake domain, but suggestions are welcome.
Signed-off-by: Álvaro Brey <alvaro.brv@gmail.com>
2021-07-31 18:24:11 +02:00
Álvaro Brey
6f212de7ea
androidTest: DialogFragmentIT: remove unneeded shortSleep in @Before
...
Leftover from testing
Signed-off-by: Álvaro Brey <alvaro.brv@gmail.com>
2021-07-31 18:24:11 +02:00
Álvaro Brey
2dbf0a313c
androidTest: DialogFragmentIT: fix process crash when running tests
...
This involved:
1. quitting the opened loopers
2. force-setting tokens to prevent a NullPointerException in createNextcloudClient,
which also crashed the process because it was in an AsyncTask.
Signed-off-by: Álvaro Brey <alvaro.brv@gmail.com>
2021-07-31 18:24:11 +02:00
Álvaro Brey
ece95ef2c0
SettingsActivityIT: fix crash due to unclosed looper
...
Signed-off-by: Álvaro Brey <alvaro.brv@gmail.com>
2021-07-31 18:24:11 +02:00
Tobias Kaminsky
412c5219ea
Merge pull request #8779 from nextcloud/fixLogin
...
Pass user info result upon success
2021-07-30 13:25:51 +02:00
Nextcloud bot
7f1f295899
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-30 03:26:58 +00:00
Nextcloud bot
b0538c5967
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-29 03:25:25 +00:00
tobiasKaminsky
f5b8bcd906
Pass user info result upon success
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-07-28 11:17:12 +02:00
Nextcloud bot
bbbccd5987
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-28 03:28:19 +00:00
Nextcloud bot
0fcf49beaa
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-27 03:26:47 +00:00
Nextcloud bot
ac05b03bae
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-26 03:27:48 +00:00
tobiasKaminsky
ffcad70c12
Fix exception when running CommentFileOperation
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-07-25 00:19:18 +02:00
tobiasKaminsky
02eb42e42a
For SyncOperation FileDataStorageManager is required, therefore this is now part of constructor, whereas it before was only part of .execute()
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-07-24 15:22:59 +02:00
Andy Scherzinger
dcfef5754f
Merge pull request #8758 from nextcloud/davChanges
...
Use new dav
2021-07-24 15:16:34 +02:00
Nextcloud bot
dbf433ca69
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-24 03:32:05 +00:00
tobiasKaminsky
3805692fd7
Use new dav
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-07-23 10:33:05 +02:00
Tobias Kaminsky
a66a7e4d9c
Merge pull request #8670 from nextcloud/fixSearchTests
...
Fix tests
2021-07-23 10:31:49 +02:00
Nextcloud bot
cbd36eb47e
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-23 03:28:24 +00:00
Valdnet
3d5df69570
Change to uppercase
2021-07-22 10:36:43 +02:00
tobiasKaminsky
706beabdc9
Fix tests
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-07-22 07:40:18 +02:00
Nextcloud bot
6f2ea735a0
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-22 03:30:08 +00:00
tobiasKaminsky
dadb52e364
Fix test for DocumentsStorageProvider
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-07-21 06:45:47 +00:00
tobiasKaminsky
c3846b7d25
Fix test for FileDataStorageManager
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-07-21 06:01:11 +00:00
Luca Santarelli
c7ca196631
Avoid redundant call to getConnectivity()
...
[Broken Windows Theory] avoid calling getConnectivity() a second time, since the object is still fresh in the else branch of the check for WiFi.
2021-07-20 09:03:18 +02:00
Nextcloud bot
092b605b4a
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-19 06:37:00 +00:00
Chris Narkiewicz
3745201b54
Initialize last displayed user to correct empty Optional in FileDisplayActivity
...
Fixes #8725
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2021-07-17 23:46:51 +01:00
Andy Scherzinger
a0fce98f85
Merge pull request #8511 from nextcloud/migrate-uploads-storage-manager-to-user
...
Remove Account from UploadsStorageManager
2021-07-17 22:41:16 +02:00
Andy Scherzinger
2535103a73
remove break due to rebase
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-07-17 14:16:41 +02:00
Andy Scherzinger
c9beb66272
Update WebView
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-07-17 14:16:41 +02:00
Andy Scherzinger
8cfd9aa8c7
improve spotbugs score
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-07-17 14:16:40 +02:00
Andy Scherzinger
84edbdedac
implement native view bindings in activities/fragments/adapters
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-07-17 14:16:40 +02:00
Andy Scherzinger
1fdea011a7
replace switch statements with if/else since resource ids will be non-final in Android Gradle Plugin version 7.0
...
...so avoid using them in switch case statements.
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-07-17 14:16:39 +02:00
Tobias Kaminsky
5e83b6ca90
Merge pull request #8654 from nextcloud/fix-npe-in-preview-media-fragment
...
Fix NPE when navigating out of PreviewMediaFragment during video loading
2021-07-16 12:02:54 +02:00
Tobias Kaminsky
b94a439e4b
Merge pull request #8535 from nextcloud/fix-auth-with-uppercase-scheme
...
Normalize input URL scheme during auth process
2021-07-16 12:01:42 +02:00
Tobias Kaminsky
0c9eb86c68
Merge pull request #8658 from nextcloud/migrate-file-display-activity-to-user-model
...
Migrate FileDisplayActivity to User model
2021-07-16 12:00:10 +02:00
Tobias Kaminsky
6664a8e5d9
Merge pull request #8655 from nextcloud/remove-unused-method
...
Remove unused UserListItem.getAccount() method
2021-07-16 11:01:38 +02:00
Tobias Kaminsky
bf2685d247
Merge pull request #8543 from nextcloud/darkNcText
...
Respect dark mode for Web Text Editor
2021-07-16 11:00:46 +02:00
Nextcloud bot
6b34599103
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-13 03:54:46 +00:00
Nextcloud bot
9fdc4eb2b2
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-10 04:07:16 +00:00
Nextcloud bot
b33b39cdef
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-09 03:56:01 +00:00
Tobias Kaminsky
646251c197
Merge pull request #8630 from nextcloud/fix/8308/dismiss-service-when-in-backgroud
...
move service dismissal to handler to prevent race-condition
2021-07-06 09:14:08 +02:00
Nextcloud bot
2f7072e720
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-06 03:55:57 +00:00
Chris Narkiewicz
c4116456fa
Migrate FileDisplayActivity to User model
...
1. server version is available from User, so we can skip
redundant retrieval via Account
2. last displayed account can be safely changed to User,
eliminating name comparison complexities
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2021-07-04 23:34:39 +01:00
Chris Narkiewicz
d99d047885
Remove unused UserListItem.getAccount() method
...
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2021-07-04 16:27:10 +01:00
Chris Narkiewicz
39a682fa1d
Fix NPE when navigating out of PreviewMediaFragment during video loading
...
Although original error has been fixed by migration to Exo player,
there is still a potential NPE when fragment went through
onDestroyView().
Fixes #8620
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2021-07-04 15:18:37 +01:00
Nextcloud bot
7675066907
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-04 03:52:22 +00:00
Tobias Kaminsky
33157b5e66
Merge pull request #8639 from nextcloud/shareType
...
Add new ShareType: GUEST, FEDERATED_GROUP, DECK, DECK_USER
2021-07-02 09:08:11 +02:00
Tobias Kaminsky
16243c2909
Merge pull request #8647 from nextcloud/fixContactBackup
...
SyncOperations always need fileDataStorageManager: throw an Exception if not properly started
2021-07-02 07:13:54 +02:00
Nextcloud bot
dd86175529
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-02 05:03:28 +00:00
tobiasKaminsky
262c156fd2
SyncOperation always need fileDataStorageManager: throw an Exception if not properly started
...
Fix ContactsBackupWork
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-07-01 12:04:13 +02:00
tobiasKaminsky
2d9c4176a0
Add new ShareType: GUEST, FEDERATED_GROUP, DECK
...
Moved SearchRemoteOperation and GetSharesRemoteOperation to use typed response
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-07-01 10:14:11 +02:00
tobiasKaminsky
4a6aa837c8
missing share type: federated group
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-07-01 10:14:11 +02:00
Tobias Kaminsky
0a4911ea79
Revert "better localId"
2021-06-30 08:12:52 +02:00
Tobias Kaminsky
c22f2ce744
Merge pull request #8567 from nextcloud/localID
...
better localId
2021-06-30 08:11:18 +02:00
Felix Nüsse
1bf01f1a52
move service dismissal to handler to prevent race-condition
...
Signed-off-by: Felix Nüsse <felix.nuesse@t-online.de>
2021-06-28 16:16:50 +00:00
Andy Scherzinger
04fd45d2d2
remove unused import
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-06-28 17:12:38 +02:00
Chris Narkiewicz
99b45dfa0f
Fix NPE when syncing contacts
...
Fixes #8592
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2021-06-28 13:52:26 +00:00
Nextcloud bot
04de7e3469
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-28 03:57:36 +00:00
Nextcloud bot
163d97bbb5
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-27 03:55:24 +00:00
Nextcloud bot
25e09314ba
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-25 03:55:58 +00:00
Nextcloud bot
9319d267e4
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-24 03:55:37 +00:00
Nextcloud bot
ff7523dad9
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-22 03:57:52 +00:00
Nextcloud bot
930ed12cce
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-21 03:59:27 +00:00
Nextcloud bot
e1147e2597
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-19 04:22:37 +00:00
Nextcloud bot
f5af1b1214
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-18 04:03:53 +00:00
Nextcloud bot
05767855e8
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-17 04:01:05 +00:00
Nextcloud bot
f3a56c0f94
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-16 03:59:02 +00:00
Nextcloud bot
7f2882b93c
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-15 04:07:03 +00:00
Nextcloud bot
830bc3703c
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-14 03:57:24 +00:00
tobiasKaminsky
4e508a9e8b
better localId
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-06-11 12:25:21 +02:00
Andy Scherzinger
9b1d03181c
Merge pull request #8554 from nextcloud/correctEtagCheck
...
Correct etag check/store when it has changed
2021-06-11 10:12:57 +02:00
Nextcloud bot
fcb1e072a2
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-11 04:04:11 +00:00
tobiasKaminsky
7aede46b0a
Correct etag check/store when it has changed
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-06-10 11:46:33 +02:00
Nextcloud bot
7d59ce3d34
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-10 04:14:56 +00:00
Tobias Kaminsky
18594f99cb
Merge pull request #8132 from nextcloud/exoPlayer
...
Replace video player by ExoPlayer
2021-06-09 11:16:39 +02:00
Nextcloud bot
078769b39e
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-09 04:03:51 +00:00
Nextcloud bot
91a55d2025
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-08 04:04:55 +00:00
Andy Scherzinger
111def7bd4
respect dark mode for web view
...
Resolves #8524
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-06-07 15:46:13 +02:00
Andy Scherzinger
306ea92b36
Add license header and remove duplicate empty lines
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-06-07 09:57:17 +02:00
Valdnet
42b24e680c
l10n: Separate words
2021-06-07 09:24:52 +02:00
Nextcloud bot
d7a743244b
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-07 04:01:10 +00:00
Chris Narkiewicz
c893834576
Normalize input URL scheme during auth process
...
Fixes #8519
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2021-06-07 00:23:20 +01:00
Nextcloud bot
9b7163e733
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-06 04:02:17 +00:00
Nextcloud bot
4cee1c6832
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-04 04:09:53 +00:00
Nextcloud bot
686a0ca5c6
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-03 04:06:39 +00:00
Tobias Kaminsky
51b82fcdd4
Merge pull request #8405 from nextcloud/grant-apps-access-to-trashbin
...
Allow 3rd party apps to open the trashbin for a specific account
2021-06-02 12:34:50 +02:00
tobiasKaminsky
1ea436e4dd
Use ExoPlayer for audio/video player
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-06-02 10:09:09 +02:00
Andy Scherzinger
a7ab5ae320
Merge pull request #8509 from nextcloud/dropLollipop
...
Drop Android 5.0 Support
2021-06-02 09:28:45 +02:00
Nextcloud bot
0fbd21b576
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-02 04:04:02 +00:00
Chris Narkiewicz
9171fb1d1c
Remove Account from UploadsStorageManager
...
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2021-06-02 01:54:51 +01:00
Andy Scherzinger
d6e1d3e333
remove deprecated test
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-06-01 19:16:12 +02:00
Andy Scherzinger
56a8c779be
remove unused imports, shorten when construct
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-06-01 17:59:18 +02:00
Andy Scherzinger
80d3a552e5
use if/else instead of switch for menu actions
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-06-01 17:47:38 +02:00
Andy Scherzinger
14e1eabc48
remove unused code due to Android 5.0 support dropped
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-06-01 17:46:19 +02:00
Andy Scherzinger
4fd407bc11
Drop Android 5.0 support
...
Resolves #8508
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-06-01 17:02:39 +02:00
Nextcloud bot
f35ab82b6d
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-01 04:03:51 +00:00
Andy Scherzinger
ec073440a1
Merge pull request #8499 from nextcloud/Valdnet-patch-1
...
l10n: With a capital letter
2021-05-31 11:27:32 +02:00
Nextcloud bot
2e27e17639
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-05-31 04:13:04 +00:00
Valdnet
d52107a79c
l10n: With a capital letter
2021-05-30 19:36:17 +02:00
Chris Narkiewicz
ebf63f064b
New upload manager
...
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2021-05-29 21:34:58 +02:00
Torsten Grote
44227d828d
Optimize writing out files to Nextcloud via SAF
...
Signed-off-by: Torsten Grote <t@grobox.de>
2021-05-29 18:59:28 +02:00
Andy Scherzinger
ab221fbb14
Merge pull request #8359 from nextcloud/etag
...
Use correct eTag to check if something has changed on server
2021-05-29 18:48:24 +02:00
Nextcloud bot
177b229154
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-05-29 04:18:15 +00:00
Nextcloud bot
b48babbeb4
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-05-28 04:05:47 +00:00
Nextcloud bot
178ad5ea52
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-05-27 04:03:37 +00:00
Tobias Kaminsky
daa10d5dfe
Merge pull request #8228 from nextcloud/inputURL
...
Use web/http input type
2021-05-26 12:58:34 +02:00
Nextcloud bot
b1171a9e77
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-05-26 04:07:19 +00:00
tobiasKaminsky
61cef4979f
Renamed QueryPair
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-05-25 09:34:05 +02:00
tobiasKaminsky
9a464ca5c5
Renamed QueryPair
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-05-25 09:32:18 +02:00
Nextcloud bot
3f83d4164e
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-05-25 07:05:57 +00:00
Nextcloud bot
248e94c49a
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-05-25 06:02:52 +00:00
Andy Scherzinger
377853190d
Merge pull request #8438 from nextcloud/checkKey
...
check e2e keys
2021-05-20 13:11:53 +02:00
Andy Scherzinger
b80db0fe27
Merge pull request #8439 from nextcloud/enhanceAccountRemoval
...
re-order account removal
2021-05-20 13:07:08 +02:00
Tobias Kaminsky
3902664bc0
Merge pull request #8435 from nextcloud/dependabot/gradle/androidx.appcompat-appcompat-1.3.0
...
Bump appcompat from 1.2.0 to 1.3.0
2021-05-20 10:32:29 +02:00
Tobias Kaminsky
8af3112fff
Merge pull request #8433 from nextcloud/verifyLocalPath
...
prevent upload from sensitive path
2021-05-20 09:19:07 +02:00
tobiasKaminsky
7f82183bad
Fix: Using android:onClick on older version of the platform is broken
...
Move to view bindings
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-05-20 08:42:20 +02:00
Tobias Kaminsky
c09e3505d3
Merge pull request #6949 from nextcloud/uploadNothing
...
Allow upload only if a file is selected
2021-05-20 08:24:29 +02:00
tobiasKaminsky
e70b61d7a3
re-order
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-05-19 10:22:54 +02:00
tobiasKaminsky
df2714ffad
check e2e keys
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-05-19 09:56:43 +02:00
tobiasKaminsky
e94b149852
Add UI tests
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-05-19 08:36:30 +02:00
Andy Scherzinger
f6d14856a4
Merge pull request #8343 from nextcloud/fixLeakingService
...
Avoid leaking AccountManagerService via InputStreamBinder
2021-05-18 08:20:37 +02:00
tobiasKaminsky
97d6f2954c
prevent upload from sensitive path
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-05-18 07:58:04 +02:00
Tobias Kaminsky
3c6415147b
Merge pull request #8385 from nextcloud/fix-is-internet-walled-check
...
Fix ConnectivityService.isInternetWalled() check when content length is -1
2021-05-18 07:18:56 +02:00
Stefan Niedermann
6396d4c0be
3rd-party-apps trashbin: Use Intent.EXTRA_USER in favor of custom String key
2021-05-17 11:26:17 +02:00
Andy Scherzinger
c538e5248d
Merge pull request #8346 from nextcloud/Valdnet-patch-2
...
l10n: Change to lowercase
2021-05-17 11:26:11 +02:00
Stefan Niedermann
80c50395f0
3rd-party-apps trashbin: Use SessionMixin to switch to targetUser
2021-05-17 10:02:54 +02:00
Nextcloud bot
38f58e8db0
[tx-robot] updated from transifex
2021-05-17 04:01:13 +00:00
Stefan Niedermann
a7c62f7ede
3rd-party-apps trashbin: Replace logging with toast, use User#nameEquals
2021-05-16 11:16:33 +02:00
Unpublished
7632f12f98
Avoid leaking AccountManagerService via InputStreamBinder
...
Signed-off-by: Unpublished <unpublished@gmx.net>
2021-05-15 12:30:09 +02:00
Stefan Niedermann
0472fb0759
Allow 3rd party apps to open the trashbin for a specific account
2021-05-14 15:52:10 +02:00
Andy Scherzinger
969bfb13df
update test to latest constructor change
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-05-14 10:57:24 +02:00
Andy Scherzinger
a6c87ac78b
Merge pull request #8356 from nextcloud/avatarInAccount
...
Avatar generation can take long, so better check if ChooseAccountDialogFragment is still active
2021-05-14 09:47:27 +02:00
Nextcloud bot
1195dda3bc
[tx-robot] updated from transifex
2021-05-14 03:54:42 +00:00
Chris Narkiewicz
fadf1b0dfd
Fix ConnectivityService.isInternetWalled() check when content length is -1
...
When server returns no Content-Length, the check was failing due to
expectation of 0. Change the condition to account for no content-length
situation and updated test.
Fixes #8384
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2021-05-13 23:48:40 +01:00
Nextcloud bot
bd241ecd5d
[tx-robot] updated from transifex
2021-05-13 03:51:48 +00:00
tobiasKaminsky
2e9269510a
wip
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-05-11 10:07:44 +02:00
Tobias Kaminsky
02d0f8aec0
Merge pull request #8321 from nextcloud/https
...
Prevent http redirection if https is used during login
2021-05-11 08:28:22 +02:00
Adam
4f5ed31618
Revert translation files that shouldn't have been changed
...
Signed-off-by: Adam <adam.feakin@gmail.com>
2021-05-09 16:58:33 +01:00
Nextcloud bot
c318115218
[tx-robot] updated from transifex
2021-05-09 03:56:02 +00:00
Nextcloud bot
63ff8e57ea
[tx-robot] updated from transifex
2021-05-08 03:58:28 +00:00
Adam
540a286877
don't go over 120 characters
...
Signed-off-by: Adam <adam.feakin@gmail.com>
2021-05-07 19:01:40 +01:00
Nextcloud bot
9b960cef18
[tx-robot] updated from transifex
...
Signed-off-by: Adam <adam.feakin@gmail.com>
2021-05-07 19:01:40 +01:00
Nextcloud bot
b7e033f07e
[tx-robot] updated from transifex
...
Signed-off-by: Adam <adam.feakin@gmail.com>
2021-05-07 19:01:40 +01:00
Adam
fc155f0ba8
Use notificationID as requestcode to allow multiple android notifications
...
Signed-off-by: Adam <adam.feakin@gmail.com>
2021-05-07 19:01:40 +01:00
Nextcloud bot
33a70e53e7
[tx-robot] updated from transifex
2021-05-07 04:01:49 +00:00
tobiasKaminsky
a6e7f1082e
Use correct eTag to check if something has changed on server
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-05-06 12:14:03 +02:00
tobiasKaminsky
3ceb0b359e
Avatar generation can take long, so better check if ChooseAccountDialogFragment is still active
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-05-06 07:28:55 +02:00
Nextcloud bot
4af63635c8
[tx-robot] updated from transifex
2021-05-06 04:01:53 +00:00
Tobias Kaminsky
126a639fd0
Merge pull request #8334 from nextcloud/npeOnNonExistingAccount
...
Prevent NPE on non-existing account
2021-05-05 15:26:18 +02:00
Tobias Kaminsky
6977da20f7
Merge pull request #8344 from nextcloud/Valdnet-patch-1
...
l10n: Spelling unification
2021-05-05 15:25:52 +02:00
Tobias Kaminsky
87b8c1342f
Merge pull request #8340 from nextcloud/fixInflaterCall
...
Attach view to parent when calling Inflater
2021-05-05 10:30:20 +02:00
Nextcloud bot
bdc6aeaae5
[tx-robot] updated from transifex
2021-05-05 04:10:00 +00:00
Valdnet
067679fdd7
l10n: Change to lowercase
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-05-04 22:09:09 +02:00
Valdnet
ccf3bec722
l10n: Spelling unification
...
Spelling unification in Transifex.
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-05-04 09:47:31 +02:00
tobiasKaminsky
1d60d23b9d
Merge remote-tracking branch 'origin/parameterV2' into parameterV2
2021-05-04 09:19:26 +02:00
tobiasKaminsky
4875b20c6c
Use own QueryPair implementation that supports serializable
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-05-04 09:19:16 +02:00
Nextcloud bot
3fac3f4953
[tx-robot] updated from transifex
2021-05-04 03:58:47 +00:00
Andy Scherzinger
1147440f3e
attached view to parent when calling Inflater
...
Fixes #8332
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-05-02 16:07:19 +02:00
Nextcloud bot
9e32fc0aa5
[tx-robot] updated from transifex
2021-05-02 03:55:45 +00:00
Nextcloud bot
2b11b7802c
[tx-robot] updated from transifex
2021-05-01 03:59:34 +00:00
tobiasKaminsky
697541e054
Prevent NPE on non-existing account
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-04-30 11:37:54 +02:00
Nextcloud bot
b5d97f7d10
[tx-robot] updated from transifex
2021-04-29 04:01:27 +00:00
tobiasKaminsky
17b52e8271
Prevent http redirection if https is used during login
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-04-28 11:47:10 +02:00
Nextcloud bot
2346ddd657
[tx-robot] updated from transifex
2021-04-28 03:59:27 +00:00
Nextcloud bot
14133a5679
[tx-robot] updated from transifex
2021-04-27 04:01:06 +00:00
Nextcloud bot
a5ac4b0075
[tx-robot] updated from transifex
2021-04-26 05:18:28 +00:00
Andy Scherzinger
67a5f867d9
Merge pull request #8258 from nextcloud/Valdnet-patch-1
...
l10n: Correct spelling
2021-04-19 10:35:26 +02:00
Nextcloud bot
efc1d2f692
[tx-robot] updated from transifex
2021-04-19 04:01:13 +00:00
Nextcloud bot
0aef497c3f
[tx-robot] updated from transifex
2021-04-18 03:54:39 +00:00
Nextcloud bot
d269804df0
[tx-robot] updated from transifex
2021-04-17 03:56:35 +00:00
Nextcloud bot
573f26df67
[tx-robot] updated from transifex
2021-04-16 06:39:27 +00:00
Valdnet
87b3475ff3
l10n: Unify spelling
...
Spelling unification in Nextcloud applications.
2021-04-12 12:06:55 +02:00
Nextcloud bot
8282df5ae5
[tx-robot] updated from transifex
2021-04-12 03:56:36 +00:00
Nextcloud bot
12f2cfc128
[tx-robot] updated from transifex
2021-04-10 04:08:12 +00:00
Valdnet
6900cee21f
l10n: Correct spelling
...
Unify the spelling in applications.
2021-04-09 11:50:56 +02:00
Nextcloud bot
247d422b37
[tx-robot] updated from transifex
2021-04-08 03:56:39 +00:00
Nextcloud bot
d382365eae
[tx-robot] updated from transifex
2021-04-07 03:57:21 +00:00
Nextcloud bot
3cbb48195b
[tx-robot] updated from transifex
2021-04-06 03:55:58 +00:00
Nextcloud bot
c94cb32915
[tx-robot] updated from transifex
2021-04-04 03:54:40 +00:00
Nextcloud bot
d1a4313273
[tx-robot] updated from transifex
2021-04-03 04:13:22 +00:00
Nextcloud bot
3e03e729f5
[tx-robot] updated from transifex
2021-04-02 03:56:34 +00:00
Tobias Kaminsky
e6f8cc2599
Merge pull request #8224 from Karumi/configure-shot-test-runner
...
Update instrumentation test runner and Shot version
2021-04-01 14:15:58 +02:00
tobiasKaminsky
adbdcd2670
Use web/http input type
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-04-01 12:32:50 +02:00
Nextcloud bot
796f983e04
[tx-robot] updated from transifex
2021-04-01 03:56:35 +00:00
Nextcloud bot
59750e5530
[tx-robot] updated from transifex
2021-03-31 03:57:33 +00:00
Pedro Gómez
28660ed001
Update instrumentation test runner and shot version
2021-03-30 10:41:01 +02:00
Nextcloud bot
cb2d234b93
[tx-robot] updated from transifex
2021-03-30 03:52:50 +00:00
Nextcloud bot
261fb28c46
[tx-robot] updated from transifex
2021-03-28 03:52:44 +00:00
Nextcloud bot
093e9af01d
[tx-robot] updated from transifex
2021-03-27 03:54:17 +00:00
Nextcloud bot
0285bb0c27
[tx-robot] updated from transifex
2021-03-26 03:56:00 +00:00
Nextcloud bot
7ceb982f67
[tx-robot] updated from transifex
2021-03-25 03:55:57 +00:00
Nextcloud bot
41d6a2d1e9
[tx-robot] updated from transifex
2021-03-24 03:53:54 +00:00
Nextcloud bot
5f38da1271
[tx-robot] updated from transifex
2021-03-23 03:53:01 +00:00
Nextcloud bot
235062ec88
[tx-robot] updated from transifex
2021-03-22 03:52:35 +00:00
Nextcloud bot
44a7ceea2b
[tx-robot] updated from transifex
2021-03-21 03:48:31 +00:00
Nextcloud bot
e6ecc27b68
[tx-robot] updated from transifex
2021-03-20 03:51:10 +00:00
Andy Scherzinger
3249ab3c96
Merge pull request #8188 from nextcloud/passwordDialog
...
Password dialog
2021-03-19 10:39:18 +01:00
Nextcloud bot
c96212fe43
[tx-robot] updated from transifex
2021-03-19 03:51:16 +00:00
Andy Scherzinger
e7a79e7f9c
Merge pull request #8187 from nextcloud/fix/8179/dismissDownloadbar
...
dismiss only after delay to remove stuck notification
2021-03-18 21:18:46 +01:00
Stefan Niedermann
59a2187447
Fix another NPE when parameterV2 is null
2021-03-18 20:30:16 +01:00
tobiasKaminsky
3d8418f078
Password dialog:
...
- enforced password: prevent dismiss if empty password
- optional password: rename cancel button to skip
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-03-18 17:01:01 +01:00
tobiasKaminsky
42a0dff86a
Password dialog:
...
- enforced password: prevent dismiss if empty password
- optional password: rename cancel button to skip
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-03-18 16:51:58 +01:00
Felix Nüsse
d48ffc769e
dismiss only after delay to remove stuck notification
...
Signed-off-by: Felix Nüsse <felix.nuesse@t-online.de>
2021-03-18 16:07:32 +01:00
tobiasKaminsky
e7bc146524
fix possible NPE
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-03-18 15:31:50 +01:00
tobiasKaminsky
561cff8157
SSO: support of parameter v2, which allows to have multiple values for same key
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-03-18 15:31:50 +01:00
Tobias Kaminsky
9baa1556a8
Merge pull request #8137 from nextcloud/overlappingAvatars
...
Enhance overlapping multi-avatar display
2021-03-18 08:20:49 +01:00
Tobias Kaminsky
28f4cf94e7
Merge pull request #7794 from nextcloud/themedHeader
...
Themes header: plain background color and logo, if available
2021-03-18 08:11:07 +01:00
Andy Scherzinger
32caf48782
Enhance overlapping multi-avatar display
...
Resolves #6019
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-03-18 07:54:25 +01:00
Tobias Kaminsky
be651e6616
Merge pull request #7877 from Ich5003/master
...
Allow to upload whole folders.
2021-03-18 07:22:01 +01:00
Tobias Kaminsky
f2e9d4f285
Merge pull request #7289 from nextcloud/showSortingAgain
...
All files -> media --> all files: show sort header
2021-03-18 07:21:33 +01:00
tobiasKaminsky
fd9e0e2f69
Themes header: plain background color and logo, if available
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-03-17 14:30:21 +01:00
Jens Mueller
7fd9a05e72
fix documentprovider test failure because of asynchronous upload
...
Signed-off-by: Jens Mueller <tschenser@gmx.de>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-03-17 08:40:13 +01:00
Andy Scherzinger
f671a6a4ed
update screenshot test
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-03-17 08:25:06 +01:00
tobiasKaminsky
cbf80a7422
Change test so that it does not need server
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-03-17 08:25:06 +01:00
tobiasKaminsky
830be6c914
All files -> media --> all files: show sort header
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-03-17 08:25:06 +01:00
Nextcloud bot
357cbb0e22
[tx-robot] updated from transifex
2021-03-17 03:50:53 +00:00
Nextcloud bot
99a4104d8f
[tx-robot] updated from transifex
2021-03-16 08:42:38 +00:00
Nextcloud bot
15765d7089
[tx-robot] updated from transifex
2021-03-16 03:51:30 +00:00
Nextcloud bot
f4a3fa58cf
[tx-robot] updated from transifex
2021-03-13 03:48:31 +00:00
Nextcloud bot
87d87c70df
[tx-robot] updated from transifex
2021-03-12 03:49:32 +00:00
Nextcloud bot
79024d47d6
[tx-robot] updated from transifex
2021-03-10 04:02:18 +00:00
Andy Scherzinger
1e0ec8b2d4
Merge pull request #8091 from nextcloud/hardenEmptyNotificationTest
...
Harden notification empty screenshot test
2021-03-09 09:05:28 +01:00
Nextcloud bot
18e7840ad8
[tx-robot] updated from transifex
2021-03-09 03:53:37 +00:00
Lucas Haug
a114a593a8
Added Tests
...
Signed-off-by: Lucas Haug <fuermhandy@gmail.com>
2021-03-08 18:35:34 +01:00
Lucas Haug
17bdb8979e
Added comment
...
Signed-off-by: Lucas Haug <fuermhandy@gmail.com>
2021-03-08 18:35:33 +01:00
Lucas Haug
1e3ea9e74c
Implementation of folder uploads
...
Signed-off-by: Lucas Haug <fuermhandy@gmail.com>
2021-03-08 18:35:33 +01:00
Andy Scherzinger
c8696d9f64
harden notification empty screenshot test
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-03-08 18:26:22 +01:00
Tobias Kaminsky
a64ad5f179
Merge pull request #8124 from Mehdi-git/master
...
Fixed Misdisplaying view in landscape mode.
2021-03-08 07:29:31 +01:00
Tobias Kaminsky
0a1a32c68c
Merge pull request #8106 from nextcloud/useV2
...
Use v2 for user info, also switched to typed response
2021-03-08 07:15:15 +01:00
Nextcloud bot
827f0a9f84
[tx-robot] updated from transifex
2021-03-08 03:53:02 +00:00
mehdi-git
c6e27fd4aa
Fixed Misdisplaying view in landscape mode.
2021-03-07 16:51:25 +03:30
Nextcloud bot
dbee7bf0fc
[tx-robot] updated from transifex
2021-03-07 03:49:05 +00:00
Nextcloud bot
f78765e672
[tx-robot] updated from transifex
2021-03-06 03:53:33 +00:00
tobiasKaminsky
3fd76e1e2a
Use v2 for user info, also switched to typed response
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-03-05 08:27:47 +01:00
Tobias Kaminsky
2d087215de
Merge pull request #7892 from tomaszduda23/master
...
Reduce number of calls to /index.php/204 if there is nothing to do.
2021-03-05 07:40:12 +01:00
Nextcloud bot
283ea398da
[tx-robot] updated from transifex
2021-03-05 03:52:45 +00:00
Tomasz
cc69e660f0
Reduce number of calls to /index.php/204 if there is nothing to do.
...
https://github.com/nextcloud/android/issues/2263
Signed-off-by: Tomasz <tomaszduda23@gmail.com>
2021-03-02 23:03:21 +01:00
Andy Scherzinger
b160958a95
Merge pull request #8084 from nextcloud/fixShareResponse
...
Correctly parse share api
2021-03-02 16:43:06 +01:00
Andy Scherzinger
dd3c8b4363
Merge pull request #7620 from nextcloud/kotlin-android-extensions
...
plugin: 'kotlin-android-extensions' deprecrated
2021-03-02 10:22:48 +01:00
Andy Scherzinger
4822bc68b3
reformat code
2021-03-02 09:29:02 +01:00
Nextcloud bot
b041ee1f42
[tx-robot] updated from transifex
2021-03-02 03:58:55 +00:00
tobiasKaminsky
6a0b91e2c3
Correctly parse share api
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-03-01 15:03:05 +01:00
Nextcloud bot
9b1e0f3e8a
[tx-robot] updated from transifex
2021-03-01 03:49:44 +00:00
Nextcloud bot
dfaffb34af
[tx-robot] updated from transifex
2021-02-28 03:47:51 +00:00
Nextcloud bot
6ad1fa7a13
[tx-robot] updated from transifex
2021-02-27 03:52:42 +00:00
Nextcloud bot
5c56fba753
[tx-robot] updated from transifex
2021-02-26 03:50:22 +00:00
Andy Scherzinger
9addd74bec
codacy: remove unused line
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-25 21:15:08 +01:00
tobiasKaminsky
6a3f3051c4
Previously TestActivity overwrote Capabilities on start
...
if there is no account passed to ThemeUtils when fetching primary Color, FileDataStorageManager is created, there we need application context, normal context is not enough for testing
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-02-25 21:15:07 +01:00
Andy Scherzinger
9eae1aea56
Merge pull request #8012 from nextcloud/dialogActionAlignment
...
Moving "cancel" dialog-button-action
2021-02-25 14:56:54 +01:00
Andy Scherzinger
739ff2a91e
remove unused variable
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-25 08:29:05 +01:00
Nextcloud bot
1c964b4032
[tx-robot] updated from transifex
2021-02-25 03:51:52 +00:00
tobiasKaminsky
b4283b2654
Fix after rebase
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-02-24 15:39:07 +01:00
Andy Scherzinger
2e7c16d736
simplify primary borderless button theming
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-24 15:33:24 +01:00
Andy Scherzinger
7ab77f7194
harden UI tests
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-24 15:33:23 +01:00
Andy Scherzinger
f7627365b2
simplify and unify borderless button theming
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-24 15:33:21 +01:00
Andy Scherzinger
840e3909e0
moving "cancel" dialog-button-action from negative to neutral action-button
...
Resolves #8006
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-24 15:33:20 +01:00
Andy Scherzinger
5073e04b0b
remove unexpected spacing
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-24 15:07:50 +01:00
Andy Scherzinger
1af19c6b04
use binding instead of findById
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-24 15:07:50 +01:00
tobiasKaminsky
71e6540a72
plugin: 'kotlin-android-extensions' deprecrated
...
use viewbinding
see: https://developer.android.com/topic/libraries/view-binding/migration
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-02-24 15:07:49 +01:00
Tobias Kaminsky
ecbf815f23
Merge pull request #7992 from nextcloud/fixSharing
...
Fix wrong sharing behavior.
2021-02-24 14:18:36 +01:00
Andy Scherzinger
723d81e8a7
Merge pull request #7868 from nextcloud/ezaquarii/migrate-thumbnail-cache-manager-to-user-model
...
Migrate ThumbnailsCacheManager to User model
2021-02-24 14:09:55 +01:00
Chris Narkiewicz
23536be206
Migrate UriUploader to User model
...
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2021-02-24 13:08:16 +01:00
Andy Scherzinger
9c44d5d866
Merge pull request #8024 from nextcloud/uncommonFilesAddBin
...
Fix: uncommon files add bin
2021-02-24 13:02:35 +01:00
Andy Scherzinger
9e2920b2dc
format code
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-24 11:55:58 +01:00
Andy Scherzinger
debc206ab0
Update screenshots
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-24 11:55:57 +01:00
Andy Scherzinger
8bf657ce27
replace Random with SecureRandom and ignore Spotbugs warnign about randomness (just creating Notification IDs)
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-24 11:55:57 +01:00
Felix Nüsse
4c77c6ad51
Dont dismiss notification after each upload/download
...
Signed-off-by: Felix Nüsse <felix.nuesse@t-online.de>
2021-02-24 11:55:56 +01:00
Tobias Kaminsky
2f4b1e7861
Merge pull request #8014 from nextcloud/refactorColorSystem
...
Move color(-calculation) related implementation to distinct classes
2021-02-24 11:29:08 +01:00
tobiasKaminsky
a763d693db
Fix wrong sharing behavior.
...
Test:
- open sharing detail of a file
- share a file
- go back
- refresh folder or go into another folder
-> should work as expected
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-02-24 11:19:17 +01:00
Nextcloud bot
454abad732
[tx-robot] updated from transifex
2021-02-24 03:57:29 +00:00
tobiasKaminsky
d4aaebe5ac
Fix wrong renaming of unkown file types
...
Fix #7962
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-02-23 23:52:25 +01:00
tobiasKaminsky
891532ca55
Rename .java to .kt
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-02-23 23:52:25 +01:00
Andy Scherzinger
ce4a8159b6
Merge pull request #7993 from nextcloud/noAvatars
...
user search: when reusing temp file, we first need to delete it
2021-02-23 23:48:42 +01:00
Chris Narkiewicz
1451a115d9
Migrate ThumbnailsCacheManager to User model
...
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2021-02-23 23:47:22 +01:00
Andy Scherzinger
c9a888ce4a
Merge pull request #8027 from nextcloud/federatedUser
...
Try to fetch avatar only if sharee type is "federated"
2021-02-23 23:29:59 +01:00
Andy Scherzinger
d24a58c007
Merge pull request #8026 from nextcloud/handlePassAfterReboot
...
After reboot passcode timeout was miscalculated
2021-02-22 22:08:23 +01:00
tobiasKaminsky
d23145bb77
Try to fetch avatar only if sharee type is "federated"
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-02-22 15:09:59 +01:00
Andy Scherzinger
fe42bb799b
move color(-calculation) related implementation to distinct class
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-22 14:44:51 +01:00
tobiasKaminsky
86e83b66b2
After reboot passcode timeout was miscalculated
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-02-22 14:43:11 +01:00
Andy Scherzinger
6fa3ed0556
replace edge colors for primary color highlighting of tabs
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-22 08:39:47 +01:00
Nextcloud bot
b49a07ed3b
[tx-robot] updated from transifex
2021-02-22 06:07:08 +00:00
Andy Scherzinger
06b581a7a9
codacy: introduce constant
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-19 14:09:08 +01:00
Andy Scherzinger
eaeb0f350c
codacy: remove unused code/imports
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-19 14:07:08 +01:00
Andy Scherzinger
9868245fdd
remove deprecated style definition and use new theming method
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-19 11:47:31 +01:00
Andy Scherzinger
cd341063fb
preserve button state and title on restore
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-19 09:00:13 +01:00
Andy Scherzinger
99e1e8a24c
show helper text for more than one template only
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-19 09:00:12 +01:00
Andy Scherzinger
3253e1356f
Use dynamic titles
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-19 09:00:11 +01:00
Andy Scherzinger
cdc611a71e
hide template chooser in case there is only one template
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-19 09:00:10 +01:00
Andy Scherzinger
39433b57f1
proper code formatting
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-19 09:00:09 +01:00
Andy Scherzinger
06ced09c7a
update rich document chooser for new prefill logic
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-19 09:00:09 +01:00
Andy Scherzinger
64ad49163f
add auto pre-filling of file name upon template chosen
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-19 09:00:08 +01:00
Andy Scherzinger
299248766c
proper text input handling for button state checks
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-19 09:00:07 +01:00
Andy Scherzinger
adb0394722
Add button state coloring
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-19 09:00:06 +01:00
tobiasKaminsky
6edaaa3d3c
enable "create" button only if template is selected and name is valid
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-02-19 09:00:05 +01:00
Andy Scherzinger
44b2e565b2
use neutral instead of negative button for cancel action
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-19 09:00:04 +01:00
Andy Scherzinger
46da2040ae
polish template chooser dialog
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-19 09:00:03 +01:00
tobiasKaminsky
d326044bfe
Template Dialog: template needs to be selected
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-02-19 08:59:56 +01:00
Andy Scherzinger
44926b6f24
Merge pull request #7207 from nextcloud/newGet
...
Use new GetMethod, drop apache one
2021-02-19 08:59:16 +01:00
Andy Scherzinger
a07a5fa8e7
Merge pull request #8001 from nextcloud/containerizedTextfields
...
Containerized textfield theme
2021-02-19 08:57:42 +01:00
Nextcloud bot
d41ba8ce0f
[tx-robot] updated from transifex
2021-02-19 03:54:48 +00:00
Andy Scherzinger
99f1bfa6e6
repsect color-edge cases for share dialog tinting
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-18 16:31:26 +01:00
Andy Scherzinger
43f034c778
optimize search view
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-18 16:31:20 +01:00
Andy Scherzinger
5c7ebccd1d
add avatar to comment field
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-18 16:31:19 +01:00
Andy Scherzinger
9a44fed0b5
adjust menu alignment with headline text
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-18 16:31:18 +01:00
Andy Scherzinger
90437b237f
adjust text colors
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-18 16:31:17 +01:00
Andy Scherzinger
f9c74c1ea3
remove unused imports
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-18 16:31:17 +01:00
Andy Scherzinger
99e5694ece
harmonize text sizes, make active tab easier to discover
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-18 16:31:15 +01:00
Andy Scherzinger
204cd0d4b7
replace edge color for input field
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-18 16:31:14 +01:00
Andy Scherzinger
433a541b64
cleanup legacy text size values
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-18 16:31:13 +01:00
Andy Scherzinger
f55e711801
add button tinting
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-18 16:31:09 +01:00
Andy Scherzinger
b286740148
harmonize text sizes, make active tab easier to discover
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-18 16:31:09 +01:00
Andy Scherzinger
1e250109ab
containerize status text field
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-18 16:30:39 +01:00
Andy Scherzinger
8792e2e3f2
simplify PIN theming for non-containerized input field
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-18 16:30:38 +01:00
Andy Scherzinger
136dfea69a
Use containerized text input field styling
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-18 16:30:34 +01:00
Andy Scherzinger
6c9a639bd6
Merge pull request #7997 from nextcloud/pinBruteForce
...
Pin prompt: add brute force: delay from 1 to 10s when wrong input
2021-02-18 16:28:22 +01:00
tobiasKaminsky
d29e0305ef
Fix during CI
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-02-18 14:58:19 +01:00
tobiasKaminsky
d3306ba516
Fix tests
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-02-18 14:58:19 +01:00
Andy Scherzinger
71894243f0
codacy: Avoid declaring a variable if it is unreferenced before a possible exit point.
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-02-18 14:58:19 +01:00
tobiasKaminsky
4905d01e67
Add test
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-02-18 14:58:19 +01:00
tobiasKaminsky
f97a86df68
Use new GetMethod, drop apache one
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-02-18 14:58:18 +01:00
Nextcloud bot
a64d74027d
[tx-robot] updated from transifex
2021-02-18 03:54:24 +00:00
tobiasKaminsky
42619191d7
user search: when reusing temp file, we first need to delete it
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-02-17 10:57:43 +01:00
tobiasKaminsky
048bb8aa34
Pin prompt: add brute force: delay from 1 to 10s when wrong input
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-02-17 09:06:13 +01:00
Andy Scherzinger
c4e8c3df6c
Set text field text color
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-17 09:03:05 +01:00
Andy Scherzinger
7650c8f8ea
Add screenshot tests
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-17 09:03:04 +01:00
Andy Scherzinger
4714e7767e
resize input fields so they don't span 100% width
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-17 09:03:03 +01:00
Nextcloud bot
fe2887456e
[tx-robot] updated from transifex
2021-02-17 03:48:18 +00:00
Nextcloud bot
241ba4104b
[tx-robot] updated from transifex
2021-02-16 03:49:43 +00:00
Nextcloud bot
62c2ef9340
[tx-robot] updated from transifex
2021-02-15 03:45:30 +00:00
Nextcloud bot
fadda0d76f
[tx-robot] updated from transifex
2021-02-14 03:43:10 +00:00
Nextcloud bot
12b47af1c0
[tx-robot] updated from transifex
2021-02-13 03:46:08 +00:00
Andy Scherzinger
b760abde36
Merge pull request #7971 from nextcloud/textfieldDesign
...
Textfield design
2021-02-12 12:03:56 +01:00
Andy Scherzinger
e21f6ef0db
hardening of passcode screenshot test
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-12 10:25:51 +01:00
Nextcloud bot
2bdd186a67
[tx-robot] updated from transifex
2021-02-12 03:46:28 +00:00
Andy Scherzinger
d776035132
Add some more whitespace below the input field
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-11 18:53:25 +01:00
Andy Scherzinger
d863131821
user container-styling for text field on login screen
...
* utilize endIcon capabilities
* move to native view binding
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-11 18:36:51 +01:00
Andy Scherzinger
c7a8062f00
spotbugs: remove unused paramter and add null-check where needed
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-11 18:27:52 +01:00
Andy Scherzinger
0dad4840f1
add helper text to server address field
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-11 17:56:04 +01:00
Andy Scherzinger
c8144a08d5
user container-styling for text field on login screen
...
* utilize endIcon capabilities
* move to native view binding
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-11 13:54:52 +01:00
Andy Scherzinger
1a8434dd45
move note dialog to native view binding
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-11 12:51:23 +01:00
Andy Scherzinger
65300c35df
Merge pull request #7916 from nextcloud/logo
...
Use full width of drawer for logo
2021-02-11 12:48:41 +01:00
tobiasKaminsky
c51588715a
Merge remote-tracking branch 'origin/logo' into logo
...
# Conflicts:
# screenshots/gplay/debug/com.nextcloud.client.ActivitiesActivityIT_openDrawer.png
# screenshots/gplay/debug/com.nextcloud.client.ActivitiesActivityIT_openDrawer_light_white.png
# src/main/res/drawable/nextcloud_logo.xml
2021-02-11 08:51:24 +01:00
tobiasKaminsky
86df058774
suppress lint, as it looks good on Android 5.0
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-02-11 08:49:35 +01:00
Nextcloud bot
aef0c40a48
[tx-robot] updated from transifex
2021-02-11 03:46:09 +00:00
Andy Scherzinger
27cf0987e6
remove obsolete dimens-value
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-02-10 23:12:52 +01:00
tobiasKaminsky
ba89d40fe8
Use full width of drawer for logo
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-02-10 23:12:22 +01:00
Andy Scherzinger
593c0a652d
Merge pull request #7955 from nextcloud/clientDuringSAF
...
It can happen that client is null during thumbnail generation via SAF, if so let us create it
2021-02-10 19:16:08 +01:00
tobiasKaminsky
2fddaab17a
It can happen that client is null during thumbnail generation via SAF, if so let us create it
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-02-10 09:30:45 +01:00
Nextcloud bot
759d9443c7
[tx-robot] updated from transifex
2021-02-10 03:52:59 +00:00
Andy Scherzinger
33945b880b
Merge pull request #7919 from nextcloud/parseLoginUrl
...
Do not crash if wrong deep login url is used
2021-02-09 23:47:55 +01:00
Andy Scherzinger
87f5237e36
Merge pull request #7937 from nextcloud/opensShareDialogCorrectly
...
Opens bottom share dialog on every file
2021-02-09 23:08:47 +01:00
Nextcloud bot
4bb6a85fe0
[tx-robot] updated from transifex
2021-02-09 03:46:14 +00:00
Nextcloud bot
93266c20cf
[tx-robot] updated from transifex
2021-02-08 03:46:10 +00:00
Nextcloud bot
00bc1aad10
[tx-robot] updated from transifex
2021-02-07 03:47:06 +00:00
Nextcloud bot
178e114f84
[tx-robot] updated from transifex
2021-02-06 03:49:55 +00:00
tobiasKaminsky
42da5f572a
Fix not showing share view when clicking on it in send share dialog
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-02-05 11:16:08 +01:00
tobiasKaminsky
f443cc8383
Opens bottom share dialog on every file
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-02-05 10:45:56 +01:00