tobiasKaminsky
3a39b041de
wip
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-10-25 15:17:46 +02:00
Álvaro Brey Vilas
dc5756246a
Sharing dialog: fix spotbugs
...
Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
2021-10-25 15:13:08 +02:00
Álvaro Brey Vilas
295c24aa78
File sharing: remove unused background parameters that were triggering lint
...
Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
2021-10-25 15:13:07 +02:00
Álvaro Brey Vilas
80327fc3b9
Sharing dialog IT: add retries and sleeps
...
Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
2021-10-25 15:13:07 +02:00
Álvaro Brey Vilas
5afcad3fed
FileSharingFragmentIT: fix test and delete unused variables
...
Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
2021-10-25 15:13:07 +02:00
tobiasKaminsky
891146eb8a
Reduce lint
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-10-25 15:13:06 +02:00
Álvaro Brey Vilas
b367684e21
Patch up integration tests for file sharing
...
This requires a lot of dodgy code, unfortunately. A refactor is greatly needed here.
Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
2021-10-25 15:13:06 +02:00
Álvaro Brey Vilas
42ac3bcb11
Sharing dialog: fix accessibility in bottom sheet
...
Add min height for touchable area.
Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
2021-10-25 15:13:06 +02:00
tobiasKaminsky
80b8173e45
fix ktlint
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-10-25 15:13:06 +02:00
A117870935
df6d590196
Sharing dialog improvement
...
changed overflow menu items for sharing files and folders
completed NMCLOUD-350 for share permissions and fixed test cases as per new changes
permission menu code optimisation
added permission display to share fragment list items
fixed permission issue for files, added strings for german
changed sharing process for internal and external share by creating new full screen permission and note ui.
created new remote operation to share the file/folder with permissions
changed sharing menu options from popup to bottom sheet for all shares, modified options for link share
test cases written for updated sharing process
updated PR as per Tobias feedback:
1. Failed test cases reverted
2. Quick permissions sheet modified
3. Minor UI changes done.
4. Commented code removed
copyright header added
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-10-25 15:12:58 +02:00
Tobias Kaminsky
215c1c90db
Merge pull request #9015 from nextcloud/calendarSync
...
Calendar backup/import
2021-10-25 15:09:11 +02:00
Tobias Kaminsky
d544e18960
Merge pull request #9112 from nextcloud/profilePage
...
Profile page
2021-10-25 15:07:32 +02:00
Tobias Kaminsky
765e2ca442
Merge pull request #9125 from eckR/bugfix/fix-email-type
...
Bugfix/fix email type
2021-10-25 14:33:56 +02:00
tobiasKaminsky
6d07584a54
Profile page
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-10-25 14:05:33 +02:00
tobiasKaminsky
042c413569
Calendar backup/import
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-10-25 13:02:12 +02:00
Tobias Kaminsky
2693c103b3
Merge pull request #9139 from nextcloud/suppress-walled-network-test-on-metered-wifi
...
Suppress walled network check when on metered wifi
2021-10-25 09:55:55 +02:00
Tobias Kaminsky
344a12d95a
Merge pull request #8916 from tom-bowles/master
...
Handle 'Stream with...' option in PreviewMediaFragment
2021-10-25 09:18:05 +02:00
tobiasKaminsky
d064352011
Fix test
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-10-25 09:10:21 +02:00
Tobias Kaminsky
6bdfe17bc8
Merge pull request #9124 from nextcloud/ignore_EI_EXPOSE_REP2
...
Disable spotbugs: EI_EXPOSE_REP2
2021-10-25 08:18:43 +02:00
drone
8b53b54d48
Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
...
Signed-off-by: drone <drone@nextcloud.com>
2021-10-25 06:02:10 +00:00
tobiasKaminsky
6a57af4c90
I think we can disable this, as we only pass objects from our code / Android
...
https://spotbugs.readthedocs.io/en/stable/bugDescriptions.html#ei2-may-expose-internal-representation-by-incorporating-reference-to-mutable-object-ei-expose-rep2
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-10-25 06:02:10 +00:00
Tobias Kaminsky
aa1f1add49
Merge pull request #9137 from nextcloud/fix-npe-in-conflict-resolution-activity
...
Fix NPE in ConflictsResolveActivity
2021-10-25 07:59:01 +02:00
Tobias Kaminsky
9f64cba2b9
Merge pull request #9138 from nextcloud/fix-npe-during-contacts-backup
...
Fix NPE during contacts backup
2021-10-25 07:57:30 +02:00
Nextcloud bot
b423b42b89
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-10-25 03:47:09 +00:00
Chris Narkiewicz
8cf4ed7b71
Suppress walled network check when on metered wifi
...
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2021-10-25 03:34:56 +01:00
Chris Narkiewicz
8e5c8dd840
Fix NPE during contacts backup
...
Fixes #9080
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2021-10-25 02:00:17 +01:00
Chris Narkiewicz
b3e280bce5
Fix NPE in ConflictsResolveActivity
...
Fixes #9133
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2021-10-24 23:23:17 +01:00
Nextcloud bot
ea92f8432c
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-10-24 03:49:18 +00:00
Andy Scherzinger
fdb231e1ea
Merge pull request #9131 from nextcloud/fix-npe-when-uploading-files
...
Fix NPE crash when uploading files
2021-10-23 19:02:59 +02:00
Chris Narkiewicz
130c05e4ca
Fix NPE crash when uploading files
...
Fixes #9099
2021-10-23 14:26:29 +01:00
Nextcloud bot
7c03e0f453
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-10-23 03:53:17 +00:00
Harald Ecker
b5825d73c4
remove icon mapping
...
Signed-off-by: Harald Ecker <harald.ecker@squer.at>
2021-10-22 14:48:07 +02:00
Harald Ecker
1217466fa5
add rfc822 to mimetypeutil
...
Signed-off-by: Harald Ecker <harald.ecker@squer.at>
2021-10-22 14:48:07 +02:00
Tobias Kaminsky
c267d0bd01
Merge pull request #9123 from Thorgrimson/master
...
fix image dimensions
2021-10-22 14:08:53 +02:00
Tobias Kaminsky
8204398825
Merge pull request #9106 from nextcloud/dependabot/gradle/byteBuddyVersion-1.11.21
...
Bump byteBuddyVersion from 1.11.20 to 1.11.21
2021-10-22 14:02:19 +02:00
Tobias Kaminsky
ca49423faf
Merge pull request #9114 from nextcloud/strugee/cleanup-notification-channels
...
Clean up notification channels
2021-10-22 08:45:00 +02:00
Tobias Kaminsky
34906df398
Merge pull request #9072 from nextcloud/deprecate-file-storage-manager-constructors-using-platform-account
...
Deprecate FileDataStorageManager constructors depending on legacy Account
2021-10-22 08:38:24 +02:00
Tobias Kaminsky
f55c7c8785
Merge pull request #9093 from nextcloud/more-hooks-improvements
...
pre-push hook: Exclude merges from signoff check
2021-10-22 08:37:19 +02:00
Nextcloud bot
48668c96d0
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-10-22 03:49:36 +00:00
AJ Jordan
bbf7441715
Delete unused "File observer" notification channel
...
Signed-off-by: AJ Jordan <alex@strugee.net>
2021-10-21 12:02:57 -07:00
AJ Jordan
ebd5b6f1d6
Fix notification channel strings not being updated
...
NotificationManager#createNotificationChannel() is safe to run again
even if the notification channel has already been created - in this case
it simply updates the name and description, which is what we want.
Signed-off-by: AJ Jordan <alex@strugee.net>
2021-10-21 12:02:57 -07:00
AJ Jordan
beef71974c
Make notification channel names less technical
...
Signed-off-by: AJ Jordan <alex@strugee.net>
2021-10-21 12:02:57 -07:00
Thorgrimsson
15bc3966b6
fix image dimensions
...
Signed-off-by: Thorgrimsson <shop.news@posteo.de>
2021-10-21 16:06:49 +02:00
Tobias Kaminsky
2ceb34ae97
Merge pull request #9087 from nextcloud/circularSearchBar
...
Make search bar fully circular rounded
2021-10-21 12:23:53 +02:00
Tobias Kaminsky
150cb04483
Merge pull request #9048 from nextcloud/codecov-uploader-update
...
codecov: Use new codecov uploader instead of the deprecated bash uploader
2021-10-21 11:46:22 +02:00
Tobias Kaminsky
8f7bfd9bf2
Merge pull request #9118 from nextcloud/fastlane-rename-fix
...
fastlane: Don't use rename command
2021-10-21 11:43:37 +02:00
Tobias Kaminsky
33c6aab782
Merge pull request #9103 from nextcloud/dependabot/gradle/tools.fastlane-screengrab-2.1.1
...
Bump screengrab from 2.1.0 to 2.1.1
2021-10-21 11:40:46 +02:00
Álvaro Brey Vilas
2a7ebceaba
fastlane: makeReleases: call androidVersion directly instead of getting from parameter
...
This makes it possible to call makeReleases directly
Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
2021-10-21 11:33:28 +02:00
Tobias Kaminsky
9b18d0d6cb
Merge pull request #9098 from nextcloud/drone-commit-signoff
...
scripts: Have Drone properly signoff commits so that it doesn't break DCO
2021-10-21 10:59:23 +02:00
Andy Scherzinger
fff06f7683
Merge pull request #9119 from nextcloud/changelog-master-stable-3.17.1
...
Add changelog for 3.17.1
2021-10-21 09:20:32 +02:00