Commit graph

7508 commits

Author SHA1 Message Date
Andy Scherzinger
f77d7e57ed
remove empty line
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-09-08 18:47:00 +02:00
dependabot[bot]
f633af2091
Build(deps): Bump org.mockito:mockito-android from 2.24.5 to 5.5.0
Bumps [org.mockito:mockito-android](https://github.com/mockito/mockito) from 2.24.5 to 5.5.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v2.24.5...v5.5.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-android
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-08 18:46:12 +02:00
Andy Scherzinger
8840f6d460
Merge pull request #3262 from nextcloud/dependabot/gradle/org.jetbrains.kotlinx-kotlinx-serialization-json-1.6.0
Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.5.1 to 1.6.0
2023-09-08 17:00:59 +02:00
Marcel Hibbe
db3996b3a0
Merge pull request #3280 from Smarshal21/UnitTest
Added Unit Test For UserIdUtils
2023-09-08 10:58:01 +02:00
Smarshall
76e86ca536 Updated Gradle and added the license header as comment 2023-09-08 10:49:34 +02:00
Smarshall
27d977af11 Added Unit Test For UserIdUtils 2023-09-08 10:49:34 +02:00
Nextcloud bot
781a4f75d8
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-08 02:50:12 +00:00
Nextcloud bot
5ad74a1995
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-08 02:49:52 +00:00
Andy Scherzinger
4889c81c10
Merge pull request #3305 from nextcloud/repo-sync/android-config/master
🔄 synced file(s) with nextcloud/android-config
2023-09-07 20:12:23 +02:00
nextcloud-android-bot
05cdc8a391 🔄 synced local '.github/workflows/' with remote 'config/workflows/'
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2023-09-07 17:47:18 +00:00
dependabot[bot]
1f85b98009
Build(deps): Bump org.jetbrains.kotlinx:kotlinx-serialization-json
Bumps [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Kotlin/kotlinx.serialization/compare/v1.5.1...v1.6.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-07 16:52:16 +00:00
Andy Scherzinger
37186a15c2
Merge pull request #3303 from nextcloud/dependabot/gradle/lifecycleVersion-2.6.2
Build(deps): Bump lifecycleVersion from 2.6.1 to 2.6.2
2023-09-07 18:50:44 +02:00
Nextcloud bot
ec9ba25477
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-07 02:49:06 +00:00
Nextcloud bot
897bbabdd8
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-07 02:48:46 +00:00
dependabot[bot]
6d883adb5a
Build(deps): Bump lifecycleVersion from 2.6.1 to 2.6.2
Bumps `lifecycleVersion` from 2.6.1 to 2.6.2.

Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.6.1 to 2.6.2

Updates `androidx.lifecycle:lifecycle-livedata-ktx` from 2.6.1 to 2.6.2

Updates `androidx.lifecycle:lifecycle-viewmodel-ktx` from 2.6.1 to 2.6.2

Updates `androidx.lifecycle:lifecycle-process` from 2.6.1 to 2.6.2

Updates `androidx.lifecycle:lifecycle-common` from 2.6.1 to 2.6.2

---
updated-dependencies:
- dependency-name: androidx.lifecycle:lifecycle-runtime-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.lifecycle:lifecycle-livedata-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.lifecycle:lifecycle-process
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.lifecycle:lifecycle-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-07 01:14:24 +00:00
Marcel Hibbe
bc7939ffd8
Merge pull request #3298 from nextcloud/feature/88/detectTalkingAndSendDataChannelMessage
detect when user is talking and send data channel message
2023-09-06 13:29:12 +02:00
github-actions
f5ef1e4cdb Analysis: update lint results to reflect reduced error/warning count
Signed-off-by: github-actions <github-actions@github.com>
2023-09-06 11:07:30 +00:00
Marcel Hibbe
fd248f098d
solve ktlint + detekt warnings
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-09-06 12:58:33 +02:00
Marcel Hibbe
a58a5df3ec
detect when user is talking and send data channel message
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-09-06 12:58:33 +02:00
Andy Scherzinger
4e8a8c486c
Merge pull request #3300 from nextcloud/repo-sync/android-config/master
🔄 synced file(s) with nextcloud/android-config
2023-09-06 12:31:16 +02:00
Andy Scherzinger
03e52f1aad
update score to actual one
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-09-06 12:30:51 +02:00
Nextcloud bot
6df76a1098
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-06 03:09:11 +00:00
Nextcloud bot
aff67fba45
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-06 03:08:52 +00:00
nextcloud-android-bot
111aa416fa 🔄 synced local '.github/workflows/' with remote 'config/workflows/'
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2023-09-06 02:16:57 +00:00
Marcel Hibbe
4ca0620bf8
Merge pull request #3296 from nextcloud/feature/3073/groupSystemMessagesFollowup
group system messages followup
2023-09-05 14:18:43 +02:00
Marcel Hibbe
ce98117741
fix collapse/expand icon color
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-09-05 14:17:16 +02:00
Marcel Hibbe
f172fcc006
Merge pull request #3284 from Smarshal21/Share
Implemented media/photo share functionality
2023-09-05 13:56:20 +02:00
Marcel Hibbe
9f3ca51f06
Merge branch 'master' into Share 2023-09-05 13:56:00 +02:00
Andy Scherzinger
915a4b7bfb
Merge pull request #3297 from nextcloud/dependabot/github_actions/actions/checkout-4.0.0
Build(deps): Bump actions/checkout from 3.6.0 to 4.0.0
2023-09-05 07:14:30 +02:00
Nextcloud bot
86ad8aa9b0
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-05 02:45:27 +00:00
Nextcloud bot
567c4f7aa0
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-05 02:45:07 +00:00
dependabot[bot]
5ffbd42de8
Build(deps): Bump actions/checkout from 3.6.0 to 4.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](f43a0e5ff2...3df4ab11eb)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 23:20:57 +00:00
Marcel Hibbe
cc6cb71520
Merge branch 'master' into Share 2023-09-04 11:11:06 +02:00
Marcel Hibbe
abb3389308
fixups and refactoring for sharing by context menu
When sharing a file by context menu that is not downloaded yet, do not open it after download but just share it. This is done by 'openWhenDownloaded' variable in chatMessage.

Pass a method to downloadFileToCache, so it's more flexible what to do when download finished.

Add some minor changes
2023-09-04 11:08:20 +02:00
Nextcloud Android Bot
84607845a5 Weekly 17.20.0 Alpha 02 2023-09-04 03:11:27 +00:00
Nextcloud bot
d867b5e01f
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-04 02:55:05 +00:00
Nextcloud bot
4937c27c91
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-04 02:54:45 +00:00
Smarshall
869ddd1f47
Merge branch 'master' into Share 2023-09-03 22:27:29 +05:30
Nextcloud bot
e2c5f04b1b
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-03 02:44:25 +00:00
Nextcloud bot
0b1e4630ec
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-03 02:44:04 +00:00
Nextcloud bot
fd25774cd1
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-02 02:44:59 +00:00
Nextcloud bot
14fa520111
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-02 02:44:38 +00:00
Smarshall
3c82ded256
Merge branch 'master' into Share 2023-09-01 23:32:57 +05:30
Andy Scherzinger
6024b71961
Merge pull request #3294 from nextcloud/bumpVersionTo17.2.0alpha
bump version to 17.2.0 Alpha01
2023-09-01 19:23:45 +02:00
Smarshall
48135f3fab
Merge branch 'master' into Share 2023-09-01 18:55:57 +05:30
Smarshall
ab64a30957 Merge remote-tracking branch 'origin/Share' into Share 2023-09-01 18:46:21 +05:30
Smarshall
1690ad9216 Fixed media/photo share functionality if not downloaded before 2023-09-01 18:45:49 +05:30
Marcel Hibbe
de7190ff71
bump version to 17.2.0 Alpha01 a.k.a "17.20.0 Alpha 01"
please be aware that Alpha versions for
17.20.* are meant to be 17.2.*

This is because of a typo that happened in 17.1

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-09-01 10:32:25 +02:00
Nextcloud bot
59a04f97c4
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-01 02:49:17 +00:00
Nextcloud bot
da2729a7b3
Fix(l10n): Update Transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-01 02:48:57 +00:00