Commit graph

1851 commits

Author SHA1 Message Date
Nextcloud bot
417fe82180
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-04 02:22:57 +00:00
Nextcloud bot
d00972108f
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-04 02:22:28 +00:00
Nextcloud bot
626bb43a54
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-03 02:23:38 +00:00
Nextcloud bot
bebdba6421
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-03 02:23:09 +00:00
tobiasKaminsky
cd0aa47855 Use resultData for Push and Notifications
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-06-02 15:04:50 +02:00
tobiasKaminsky
01cc5c72c8
upon update reset capabilities
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-06-02 08:24:50 +02:00
Nextcloud bot
eec7e2c7a7
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-02 02:22:52 +00:00
Nextcloud bot
f1834ab6ef
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-02 02:22:23 +00:00
tobiasKaminsky
8ec5994151
Show conflict notification with newer API
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-06-01 16:01:28 +02:00
tobiasKaminsky
df750bf93a
add missing import
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-06-01 11:27:43 +02:00
Tobias Kaminsky
94dcb8ecbb
Update app/src/main/java/com/nextcloud/ui/fileactions/FileActionsBottomSheet.kt
Co-authored-by: Tom <70907959+ZetaTom@users.noreply.github.com>
Signed-off-by: Tobias Kaminsky <tobias@nextcloud.com>
2023-06-01 11:27:43 +02:00
tobiasKaminsky
1ecbf84505
Prevent having double entries after rotate
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-06-01 11:27:43 +02:00
Tobias Kaminsky
8e86617177
Merge pull request #11673 from nextcloud/fixShowingOneGroupfolder
fix showing only one groupfolder
2023-06-01 10:48:44 +02:00
Nextcloud bot
940428224c
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-01 02:24:20 +00:00
Nextcloud bot
8dfd82a25b
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-01 02:23:51 +00:00
Tobias Kaminsky
8cd3edffff
Merge pull request #11672 from nextcloud/groupfolderCapability
Store groupfolder capability
2023-05-31 08:56:19 +02:00
Tobias Kaminsky
1e5d1e85da
Merge pull request #11286 from afflux/documentsstorageprovider-emptypath
handle files that have just been uploaded in DocumentStorageProvider
2023-05-31 08:32:11 +02:00
Nextcloud bot
6a262ff4a2
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-31 02:30:43 +00:00
Nextcloud bot
983ebae82d
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-31 02:30:15 +00:00
tobiasKaminsky
40d8ea8673 fix showing only one groupfolder
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-30 18:55:02 +02:00
Andy Scherzinger
58fce22ab6
Merge pull request #11675 from nextcloud/fix/password-protected-pdfs
Fix crash when opening password-protected pdfs.
2023-05-30 18:53:29 +02:00
ZetaTom
00904fbcf0
Fix crash when opening password-protected pdfs.
Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com>
2023-05-30 15:22:17 +02:00
Andy Scherzinger
c7d0d0f47d
reformat code
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-05-30 13:56:12 +02:00
tobiasKaminsky
095c5c6766
Store groupfolder capability
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-30 10:40:18 +02:00
dependabot[bot]
c776bfd0e7
Build(deps): Bump com.diffplug.spotless from 6.18.0 to 6.19.0
Bumps com.diffplug.spotless from 6.18.0 to 6.19.0.

---
updated-dependencies:
- dependency-name: com.diffplug.spotless
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-30 08:47:24 +02:00
Nextcloud bot
0a0b9cd2c5
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-30 02:26:14 +00:00
Nextcloud bot
ffcf2287ea
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-30 02:25:46 +00:00
Kjell Braden
5127f12a45 add test for successive write in DocumentsStorageProvider
Signed-off-by: Kjell Braden <afflux@pentabarf.de>
2023-05-29 11:29:21 +02:00
Kjell Braden
d0db9427cd handle files that have just been uploaded in DocumentStorageProvider
fixes #11283

Directly after upload, UploadFileOperation may change paths to the empty
string (see commit a7304351b1). Most accessors of OCFile handle this, so
DocumentStorageProvider must use one that does.

Signed-off-by: Kjell Braden <afflux@pentabarf.de>
2023-05-29 11:29:21 +02:00
Nextcloud bot
597b3c7317
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-29 02:46:15 +00:00
Nextcloud bot
903f06be5b
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-29 02:45:47 +00:00
Nextcloud bot
656fe547ad
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-28 02:25:29 +00:00
Nextcloud bot
abb5fe4af7
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-28 02:24:59 +00:00
Nextcloud bot
97b8275f20
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-27 02:24:18 +00:00
Nextcloud bot
ce7d6f27ef
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-27 02:23:49 +00:00
tobiasKaminsky
cfe41aced6 correct check for groupfolder entry
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-26 17:20:04 +02:00
tobiasKaminsky
99f5941a60 use TrashbinFile
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-26 09:04:31 +02:00
Nextcloud bot
c3405d1d56
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-26 02:24:06 +00:00
Nextcloud bot
26f5ebd0c5
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-26 02:23:37 +00:00
Andy Scherzinger
22886939b2
remove empty lines
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-05-25 19:32:06 +02:00
tobiasKaminsky
a917ca4bff
have fixed header
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-25 19:05:26 +02:00
tobiasKaminsky
35e276af9e
on landscape mode: scroll is now working
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-25 19:05:21 +02:00
Andy Scherzinger
2c4d5e5a0d
Merge pull request #11658 from tanganellilore/fix_app_videoplayer_agent
Add user agent on Exoplayer
2023-05-25 19:01:36 +02:00
dependabot[bot]
2ae867cc80
Build(deps): Bump androidx.lifecycle:lifecycle-viewmodel-ktx
Bumps androidx.lifecycle:lifecycle-viewmodel-ktx from 2.5.1 to 2.6.1.

---
updated-dependencies:
- dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-25 13:23:35 +00:00
Andy Scherzinger
ae2c57ba46
Merge pull request #11655 from nextcloud/dependabot/gradle/io.coil-kt-coil-2.4.0
Build(deps): Bump io.coil-kt:coil from 2.2.2 to 2.4.0
2023-05-25 15:22:25 +02:00
Lorenzo Tanganelli
7b0669f65e move import at the end
Signed-off-by: Lorenzo Tanganelli <lorenzo.tanganelli@hotmail.it>
Signed-off-by: lorenzo.tanganelli <lorenzo.tanganelli@staff.aruba.it>
2023-05-25 15:14:58 +02:00
Lorenzo Tanganelli
649950fe23 add useragent on Exoplayer
Signed-off-by: lorenzo.tanganelli <lorenzo.tanganelli@staff.aruba.it>
2023-05-25 15:14:58 +02:00
Andy Scherzinger
ff6feca39c Migrate Transformations use to Kotlin extension method syntax
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-05-25 15:07:39 +02:00
dependabot[bot]
6a80d2b770 Build(deps): Bump io.coil-kt:coil from 2.2.2 to 2.4.0
Bumps [io.coil-kt:coil](https://github.com/coil-kt/coil) from 2.2.2 to 2.4.0.
- [Release notes](https://github.com/coil-kt/coil/releases)
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md)
- [Commits](https://github.com/coil-kt/coil/compare/2.2.2...2.4.0)

---
updated-dependencies:
- dependency-name: io.coil-kt:coil
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-25 15:07:39 +02:00
tobiasKaminsky
8d0faaeca5
Migration is needed, otherwise it drops database 😨
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-25 14:09:35 +02:00
Andy Scherzinger
e383ab2ab2
Merge pull request #11631 from nextcloud/dependabot/gradle/commons-io-commons-io-2.12.0
Build(deps): Bump commons-io:commons-io from 2.11.0 to 2.12.0
2023-05-25 10:05:05 +02:00
Andy Scherzinger
7667519748
Merge pull request #11647 from nextcloud/dependabot/gradle/io.gitlab.arturbosch.detekt-detekt-gradle-plugin-1.23.0
Build(deps): Bump io.gitlab.arturbosch.detekt:detekt-gradle-plugin from 1.22.0 to 1.23.0
2023-05-25 09:30:46 +02:00
Andy Scherzinger
fb3bb49b52
Merge pull request #11648 from nextcloud/fixRotateNewFolder
Rotate new folder dialog led to crash
2023-05-25 09:29:14 +02:00
Nextcloud bot
a82b934f32
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-25 02:31:48 +00:00
Nextcloud bot
1d67a8426f
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-25 02:31:19 +00:00
Christian Paul
e51c0f7471
Comment Typo: it's capacity -> its capacity
Signed-off-by: Christian Paul <info@jaller.de>
2023-05-24 22:49:54 +02:00
tobiasKaminsky
6f1461e0e6 Rotate new folder dialog led to crash
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-24 20:01:50 +02:00
Nextcloud bot
ce0e12bf38
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-24 02:25:20 +00:00
Nextcloud bot
5cd8a63c3a
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-24 02:24:50 +00:00
dependabot[bot]
095dcf095e
Build(deps): Bump io.gitlab.arturbosch.detekt:detekt-gradle-plugin
Bumps [io.gitlab.arturbosch.detekt:detekt-gradle-plugin](https://github.com/detekt/detekt) from 1.22.0 to 1.23.0.
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](https://github.com/detekt/detekt/commits)

---
updated-dependencies:
- dependency-name: io.gitlab.arturbosch.detekt:detekt-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-24 01:57:05 +00:00
Tobias Kaminsky
439e5ec10b
Merge pull request #11638 from nextcloud/fix/11600
Fix text duplication when using TextEditorWebView
2023-05-23 08:47:22 +02:00
Nextcloud bot
72143712d1
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-23 02:26:09 +00:00
Nextcloud bot
552f1b3c14
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-23 02:25:40 +00:00
Nextcloud bot
026fd1c227
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-22 02:28:09 +00:00
Nextcloud bot
5210e6655f
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-22 02:27:40 +00:00
Nextcloud bot
85e0f74fac
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-21 02:25:22 +00:00
Nextcloud bot
09311d84b6
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-21 02:24:53 +00:00
Nextcloud bot
915e27f28e
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-20 02:27:28 +00:00
Nextcloud bot
a4d7650eec
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-20 02:26:54 +00:00
ZetaTom
604b4e030b
Fix text duplication when using TextEditorWebView
Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com>
2023-05-19 09:24:41 +02:00
Nextcloud bot
ec2f9a54d2
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-19 02:23:46 +00:00
Nextcloud bot
a526de8348
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-19 02:23:17 +00:00
Nextcloud bot
6f2b168630
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-18 21:06:09 +00:00
Nextcloud bot
2fa1d5160b
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-18 21:05:40 +00:00
Nextcloud bot
fbf82c9e02
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-18 02:28:59 +00:00
Nextcloud bot
5d2b824bd0
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-18 02:28:30 +00:00
Tobias Kaminsky
99edead8e1
Merge pull request #11630 from nextcloud/e2ev11_2
E2E v1.2
2023-05-17 13:55:12 +02:00
tobiasKaminsky
d9c71edba0
fix test
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-17 12:01:49 +02:00
tobiasKaminsky
bbb0dbefed
cleanup
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-17 12:01:40 +02:00
tobiasKaminsky
5492a99e38
E2E v1.2
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-17 12:01:40 +02:00
tobiasKaminsky
b6b5a96361
Bump to 3.26 Alpha
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-17 07:36:35 +02:00
Nextcloud bot
c35e1e6ab3
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-17 05:30:27 +00:00
Nextcloud bot
a3f18ee8c3
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-17 05:29:55 +00:00
Nextcloud bot
f275d6615e
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-17 02:25:09 +00:00
Nextcloud bot
67a6e572b0
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-17 02:24:41 +00:00
dependabot[bot]
d44a5d32a1
Build(deps): Bump commons-io:commons-io from 2.11.0 to 2.12.0
Bumps commons-io:commons-io from 2.11.0 to 2.12.0.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-17 01:57:58 +00:00
Andy Scherzinger
4d4c9e9c9a
Merge pull request #11565 from nextcloud/noRequestedOrientation
Do not enforce orientation change
2023-05-16 15:10:33 +02:00
Andy Scherzinger
e9ac53b834
Update screenshots
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-05-16 15:07:49 +02:00
tobiasKaminsky
3fcee5798b
Fix crash when changing orientation when bottom sheet dialog in preview image is open
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-16 09:24:36 +02:00
Andy Scherzinger
8b50efdea3
Merge pull request #11617 from nextcloud/dependabot/gradle/com.google.android.play-review-ktx-2.0.1
Build(deps): Bump com.google.android.play:review-ktx from 2.0.0 to 2.0.1
2023-05-16 08:40:28 +02:00
Nextcloud bot
2995af9d94
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-16 04:35:58 +00:00
Nextcloud bot
c57f0ec26a
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-16 04:35:29 +00:00
Nextcloud bot
8633a5fd42
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-15 06:46:20 +00:00
dependabot[bot]
fec50812f2
Build(deps): Bump com.google.android.play:review-ktx from 2.0.0 to 2.0.1
Bumps com.google.android.play:review-ktx from 2.0.0 to 2.0.1.

---
updated-dependencies:
- dependency-name: com.google.android.play:review-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-15 01:58:56 +00:00
dependabot[bot]
1bbfdc035f
Build(deps): Bump com.diffplug.spotless from 6.17.0 to 6.18.0
Bumps com.diffplug.spotless from 6.17.0 to 6.18.0.

---
updated-dependencies:
- dependency-name: com.diffplug.spotless
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-15 01:58:46 +00:00
tobiasKaminsky
1b732bdc6e Do not enforce orientation change
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-14 21:52:02 +02:00
Álvaro Brey
f07b222a1d
Fix types after kotlin port of some library classes
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2023-05-14 19:19:33 +02:00
Nextcloud bot
5cd7b6f853
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-14 04:32:20 +00:00
Andy Scherzinger
be28bc8c61
Merge pull request #11349 from nextcloud/dependabot/gradle/com.googlecode.ez-vcard-ez-vcard-0.12.0
Build(deps): Bump com.googlecode.ez-vcard:ez-vcard from 0.11.3 to 0.12.0
2023-05-13 22:53:19 +02:00
tobiasKaminsky
73d87f164a
package rename
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-13 18:32:04 +02:00
tobiasKaminsky
9f49e0dbc4
moved to common package
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-13 18:32:04 +02:00
tobiasKaminsky
331f5b2371
moved to gplay only
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-13 18:32:04 +02:00
A117870935
b89df5a405
Feature non-related code reverted. 2023-05-13 18:32:04 +02:00
A200073727
cf002699af
Implemented Google Play In-App Review.
Commit id-  51336eb,  0db2944,  fdffa0b
from feature/NMCLOUD-832 Implemented Google Play In-App Review.
2023-05-13 18:32:03 +02:00
A200073727
19cf84fd75
added Compilation Fix for type mismatch
Commit id-fdffa0b
from branch feature/NMC-832
added Compilation Fix for type mismatch
2023-05-13 18:32:03 +02:00
A200073727
6d5d7bf5a1
Fixed imports in existing test cases.
Commit id- 0db2944
from branch feature/NMC-832
Fixed imports in existing test cases.
2023-05-13 18:32:03 +02:00
A200073727
5787fcba14
Google Play In-App Review.
Commit id-51336eb
from branch feature/NMCLOUD-832
Google Play In-App Review.
2023-05-13 18:32:03 +02:00
Andy Scherzinger
36b49c01ba
use new input stream creation when API level allows it
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-05-13 18:31:24 +02:00
Andy Scherzinger
f525affb13
Adapt to chanegd ezvCard implementation
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-05-13 18:31:24 +02:00
dependabot[bot]
4cefc8054f
Build(deps): Bump com.googlecode.ez-vcard:ez-vcard from 0.11.3 to 0.12.0
Bumps [com.googlecode.ez-vcard:ez-vcard](https://github.com/mangstadt/ez-vcard) from 0.11.3 to 0.12.0.
- [Release notes](https://github.com/mangstadt/ez-vcard/releases)
- [Commits](https://github.com/mangstadt/ez-vcard/compare/0.11.3...0.12.0)

---
updated-dependencies:
- dependency-name: com.googlecode.ez-vcard:ez-vcard
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-13 18:31:24 +02:00
Andy Scherzinger
ceb6cd6f2f
Merge pull request #11607 from nextcloud/shareLinkMissing
show share link in shared overview for folders
2023-05-13 11:28:25 +02:00
Hammy Havoc
fdf922c629 Improved timeout_richDocuments
Didn't read very well before.

Signed-off-by: Hammy Havoc <hammy@splitanatom.com>
2023-05-13 10:45:10 +02:00
Nextcloud bot
0a343ef967
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-13 04:33:37 +00:00
Nextcloud bot
a97aa883b2
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-13 04:33:06 +00:00
Andy Scherzinger
26fe49ab4a
Add theming for Tags
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-05-12 14:22:40 +02:00
tobiasKaminsky
f313a8317f
empty test not needed
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-12 14:12:24 +02:00
tobiasKaminsky
906137bf2a
add test
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-12 08:41:28 +02:00
tobiasKaminsky
f792a8b679
add test
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-12 08:10:36 +02:00
Nextcloud bot
33e741f93c
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-12 04:39:05 +00:00
Nextcloud bot
4dfe76b7a3
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-12 04:38:34 +00:00
Andy Scherzinger
40130a6b2a
Merge pull request #11603 from nextcloud/dependabot/gradle/com.google.android.material-material-1.9.0
Build(deps): Bump com.google.android.material:material from 1.8.0 to 1.9.0
2023-05-11 12:15:05 +02:00
tobiasKaminsky
d6aea60f7c
show share link in shared overview for folders
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-11 07:31:44 +02:00
Nextcloud bot
28a40964fe
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-10 18:11:31 +00:00
Nextcloud bot
e7b6c11a56
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-10 18:11:00 +00:00
Valdnet
9a6acb999e
i18n: Removal from translation
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2023-05-10 17:15:35 +02:00
Nextcloud bot
2ea488d69b
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-10 04:48:46 +00:00
Nextcloud bot
cfbbd4d61d
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-10 04:48:14 +00:00
dependabot[bot]
bd1a60d398
Build(deps): Bump com.google.android.material:material
Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](https://github.com/material-components/material-components-android/compare/1.8.0...1.9.0)

---
updated-dependencies:
- dependency-name: com.google.android.material:material
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-10 01:56:59 +00:00
dependabot[bot]
7736e55031
Build(deps): Bump com.github.nextcloud.android-common:ui
Bumps [com.github.nextcloud.android-common:ui](https://github.com/nextcloud/android-common) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/nextcloud/android-common/releases)
- [Commits](https://github.com/nextcloud/android-common/compare/0.7.0...0.8.0)

---
updated-dependencies:
- dependency-name: com.github.nextcloud.android-common:ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-09 10:27:18 +00:00
Andy Scherzinger
e95bbe8fa0
Updates screenshots
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-05-09 08:53:56 +02:00
tobiasKaminsky
08f25a3505
add test
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-09 08:53:56 +02:00
Andy Scherzinger
a6fd54ad8a
fix visibility of tags
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-05-09 08:53:56 +02:00
tobiasKaminsky
ad0f1ba812
use groupfolder icon
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-09 08:53:55 +02:00
tobiasKaminsky
1b2572fc5c
use group folder icon
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-09 08:53:55 +02:00
tobiasKaminsky
4760cce257
wip
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-09 08:53:55 +02:00
tobiasKaminsky
464a6ad1b6
wip
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-09 08:53:54 +02:00
tobiasKaminsky
aeac90881d
wip
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-09 08:53:54 +02:00
tobiasKaminsky
577da2ae40
wip
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-09 08:53:48 +02:00
Nextcloud bot
a175fce12b
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-09 04:23:10 +00:00
Nextcloud bot
f1ce44c200
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-09 04:22:41 +00:00
Andy Scherzinger
f064415a22
remove translations -> will come via transifex bot
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-05-08 18:11:55 +02:00
A117870935
a56e62a49c
Unnecessary code revert.
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-05-08 18:11:55 +02:00
A117870935
f9761628fe
Copyright added.
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-05-08 18:11:55 +02:00
A117870935
16c957c834
Configurable calendar backup.
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-05-08 18:11:55 +02:00
Andy Scherzinger
ddb632de69
chore: remove unused variable
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-05-08 16:17:32 +02:00
tobiasKaminsky
d12718f2b1
Bottom sheet expands fully on landscape
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-08 16:16:05 +02:00
Andy Scherzinger
3e1f61afc9
Merge pull request #11515 from nextcloud/tags
Support for viewing tags
2023-05-08 10:57:24 +02:00
Andy Scherzinger
6204e8edc2
Add shortWait to ensure all galelry images are loaded
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-05-08 10:07:53 +02:00
tobiasKaminsky
385d0e9d46
add inject for SyncedFolderProvider
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-08 10:07:53 +02:00
tobiasKaminsky
da2676bd31
add inject for SyncedFolderProvider, more to come
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-08 10:07:52 +02:00
Andy Scherzinger
c5a705d58f
add return value documentation
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-05-08 10:07:52 +02:00
Andy Scherzinger
a43d3befec
Update auto upload folder icon
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-05-08 10:07:52 +02:00
A117870935
ec816b8b8f
Folder icon for AutoUpload folder.
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-05-08 10:07:52 +02:00
A117870935
6a6e8335c8
Test case added
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-05-08 10:07:52 +02:00
A117870935
3db2c7db04
Fixed errors while running.
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-05-08 10:07:51 +02:00
A117870935
a8abd516e1
auto upload folder icon implementation.
Commit id: 8c5ddaa from feature/NMCLOUD-629.

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-05-08 10:07:51 +02:00
A117870935
8ecd3733f3
Cherry pick commit id - 3545a6c from branch feature/NMCLOUD-629.
changed auto upload InstantUpload folder to Camera-Media

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-05-08 10:07:51 +02:00
Nextcloud bot
7cbf51cce2
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-08 04:32:55 +00:00
Nextcloud bot
6441157bdd
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-08 04:32:24 +00:00
Nextcloud bot
8614c62348
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-07 04:33:59 +00:00
Nextcloud bot
ab20242383
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-07 04:33:29 +00:00
Nextcloud bot
0e70ff492e
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-06 04:33:57 +00:00
Nextcloud bot
d4350eca6d
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-06 04:33:26 +00:00
tobiasKaminsky
b3154703eb
Exoplayer: forward 5s
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-05 14:04:02 +02:00
Nextcloud bot
d4e25cfd29
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-05 04:30:24 +00:00
Nextcloud bot
7b26e4f1f3
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-05 04:29:52 +00:00
Andy Scherzinger
e88ed460e2
Optimize layout for tags and allowing for tags-multi-line growth of the line item if needed
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-05-04 15:11:20 +02:00
tobiasKaminsky
96868215fb
fix
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-04 13:15:11 +02:00
tobiasKaminsky
3ab8cc3d17
empty array list for tags
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-04 13:15:11 +02:00
tobiasKaminsky
f6e3bcc8f3
wip
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-04 13:15:10 +02:00
tobiasKaminsky
31560bf1e8
wip
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-04 13:15:10 +02:00
tobiasKaminsky
d9e0304978
use chip group
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-04 13:15:10 +02:00
tobiasKaminsky
d484a88506
fix NPE, polish
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-04 13:15:10 +02:00
tobiasKaminsky
c72354bd3e
show two tags
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-04 13:15:10 +02:00
tobiasKaminsky
eaf8462fe1
correct background color in detail view
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-04 13:15:09 +02:00
tobiasKaminsky
d262b699ef
show tags in file details
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-04 13:15:09 +02:00
tobiasKaminsky
60c8c3526d
color
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-04 13:15:09 +02:00
tobiasKaminsky
f196bfd874
Support for viewing tags
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-04 13:15:08 +02:00
tobiasKaminsky
3b5d2a0391
Show empty message for gallery view
added tests

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-04 10:17:46 +02:00
Nextcloud bot
fcae26e3fc
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-04 04:30:15 +00:00
Nextcloud bot
7aeef8bdc6
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-04 04:29:44 +00:00
Tobias Kaminsky
fa8c72a0e2
Merge pull request #10621 from nextcloud/fix/shared-selection
SharedListFragment: replace file in adapter when fetching the complete data
2023-05-03 16:44:34 +02:00
Andy Scherzinger
a139938300
Merge pull request #11567 from nextcloud/nmc/fileOwnerNameIgnoreCase
Fix file owner and account name check ignore case.
2023-05-03 15:24:17 +02:00
Nextcloud bot
da6545a816
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-03 04:29:49 +00:00
Nextcloud bot
e2f51c9b0c
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-03 04:29:18 +00:00
dependabot[bot]
c827e58ea4
Build(deps): Bump androidx.fragment:fragment-ktx from 1.5.6 to 1.5.7
Bumps androidx.fragment:fragment-ktx from 1.5.6 to 1.5.7.

---
updated-dependencies:
- dependency-name: androidx.fragment:fragment-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-02 10:54:18 +00:00
Andy Scherzinger
5d1feb7ce0
use Nextcloud themed analytics icon
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-05-02 10:56:15 +02:00
A117870935
0dd1872027
File icon handled and added for mime type analytics.
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-05-02 10:56:15 +02:00
tobiasKaminsky
2574ee288b
add test
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-05-02 08:42:06 +02:00
Tobias Kaminsky
b45dbbd553
Merge pull request #11566 from nextcloud/nmc/accountSetupBindingNull
Handling account setup binding null.
2023-05-02 08:31:29 +02:00
Tobias Kaminsky
98774d3735
Merge pull request #11564 from nextcloud/nmc/avoidShowingMultipleShareDialog
Fixed showing multiple send share dialog
2023-05-02 08:30:21 +02:00
Nextcloud bot
de89cb1599
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-02 04:31:24 +00:00
Nextcloud bot
521bb23327
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-02 04:30:53 +00:00
Nextcloud bot
ee23b2379f
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-01 04:36:23 +00:00
Nextcloud bot
5b033f7536
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-01 04:35:52 +00:00
Nextcloud bot
8c21308a5d
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-04-30 04:32:59 +00:00
Nextcloud bot
e10ae00b8a
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-04-30 04:32:28 +00:00
Nextcloud bot
bbc46946a0
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-04-29 04:32:28 +00:00
Nextcloud bot
86dbdad05f
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-04-29 04:31:57 +00:00
A117870935
8703995ca0 Copyright added. 2023-04-28 11:14:05 +05:30