sowjanyakch
b7074c5412
set limit on conversation description
...
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
2025-02-05 13:53:30 +01:00
sowjanyakch
39391c8bca
calculate conversation description length
...
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
2025-02-05 13:53:29 +01:00
github-actions[bot]
905d97d53e
Merge pull request #4684 from nextcloud/renovate/androidx.compose.runtime-runtime-1.x
...
fix(deps): update dependency androidx.compose.runtime:runtime to v1.7.7
2025-02-05 12:44:20 +00:00
renovate[bot]
cef70753b3
fix(deps): update dependency androidx.compose.runtime:runtime to v1.7.7
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-05 12:12:38 +00:00
github-actions[bot]
f41e552bf2
Merge pull request #4683 from nextcloud/renovate/com.google.devtools.ksp-2.x
...
chore(deps): update plugin com.google.devtools.ksp to v2.1.10-1.0.29
2025-02-05 12:05:54 +00:00
renovate[bot]
6f09598353
chore(deps): update plugin com.google.devtools.ksp to v2.1.10-1.0.29
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-05 11:38:57 +00:00
github-actions[bot]
f981a5660f
Merge pull request #4682 from nextcloud/renovate/ubuntu-noble
...
chore(deps): update ubuntu:noble docker digest to 7229784
2025-02-05 11:31:53 +00:00
renovate[bot]
6be40a3d9a
chore(deps): update ubuntu:noble docker digest to 7229784
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-05 11:03:13 +00:00
github-actions[bot]
9e6b1b5289
Merge pull request #4662 from nextcloud/renovate/org.jetbrains.kotlin.plugin.compose-2.x
...
chore(deps): update plugin org.jetbrains.kotlin.plugin.compose to v2.1.10
2025-02-05 11:02:21 +00:00
renovate[bot]
b23ab8bbca
chore(deps): update plugin org.jetbrains.kotlin.plugin.compose to v2.1.10
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-05 10:18:35 +00:00
Marcel Hibbe
17086d82fb
Merge pull request #4679 from nextcloud/updateWebRtcLibTo132.6834.0
...
Update webRtc lib to 132.6834.0
2025-02-05 10:11:39 +00:00
Marcel Hibbe
4fcbbea086
update verification metadata
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2025-02-05 10:28:38 +01:00
Marcel Hibbe
a9461ff22f
bump webrtc lib to 132.6834.0
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2025-02-05 10:28:37 +01:00
Andy Scherzinger
5c32bfdf1d
Merge pull request #4680 from nextcloud/feat/workflow-auto-update-pr-feedback.yml
...
chore(CI): Updating pr-feedback.yml workflow from template
2025-02-04 20:20:56 +01:00
Nextcloud bot
f6415e283b
chore(CI): Updating pr-feedback.yml workflow from template
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-04 18:53:56 +00:00
Julius Linus
3d2f99907a
Merge pull request #4667 from nextcloud/bugfix/4492/fixMissingUsersInUI
...
Bugfix/4492/fix missing users in UI
2025-02-03 11:51:37 -06:00
Nextcloud bot
a098de9bab
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-03 03:26:06 +00:00
Nextcloud Android Bot
667a67b7fc
Weekly 21.1.0 Alpha 03
2025-02-03 03:12:14 +00:00
Nextcloud bot
b7d4cf6dc5
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-01 03:03:51 +00:00
Andy Scherzinger
42005a3e20
Merge pull request #4670 from nextcloud/repo-sync/android-config/master
...
🔄 synced file(s) with nextcloud/android-config
2025-01-30 07:52:51 +01:00
nextcloud-android-bot
1b6681d5ec
🔄 synced local '.github/workflows/' with remote 'config/workflows/'
...
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2025-01-30 06:51:49 +00:00
Nextcloud bot
4880dcf2cb
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-30 03:13:49 +00:00
Julius Linus
9aa9918664
Merge pull request #4664 from nextcloud/fixDuplicatedDependencies
...
remove duplicated dependencies
2025-01-28 18:04:12 -06:00
Marcel Hibbe
b69f21580a
self heal if multiple current users exist
...
usersDao.getActiveUser() will return only one current users even if multiple exist for whatever reason.
By executing setUserAsActiveWithId(it.id) with the same user, it is made sure all other users current status is set to 0.
This change won't fix the root cause if multiple users are set to current, but it will make sure the state is fixed as soon as there is a query to get the active user.
In fact, this change might also make it harder to find the root cause because debugging may be more difficult! When searching for the root cause, always keep this in mind and maybe revert the change.
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2025-01-28 15:57:41 +01:00
Marcel Hibbe
22b8b59fb3
fix to not execute getAnyUserAndSetAsActive() until userRepository.getActiveUser() is empty
...
To make sure getAnyUserAndSetAsActive() is invoked lazily and avoid any side effects, it's explicitly wrapped it in a lambda.
Maybe.defer ensures that getAnyUserAndSetAsActive() is not invoked until switchIfEmpty decides it’s needed.
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2025-01-28 15:15:06 +01:00
Marcel Hibbe
307ebd384d
ensure that getAnyUserAndSetAsActive will set other users to current=false
...
Before, getAnyUserAndSetAsActive did only set a random first user to current=true without to check if there is any other current user.
So it was up to the calling function of getAnyUserAndSetAsActive to check this.
I did not identify a scenario where the getAnyUserAndSetAsActive could cause to set multiple users to current, but anyway the new implementation might fix some scenario that i could not reproduce.
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2025-01-28 15:11:07 +01:00
Marcel Hibbe
c58df32c87
Merge pull request #4659 from nextcloud/changing-btn-layout-date-time-fragment
...
Switched the "Close" and "Set" Buttons in the remind-me-later dialog
2025-01-28 11:42:34 +01:00
Marcel Hibbe
0918cdd536
Merge pull request #4663 from nextcloud/show_changelog_avatar
...
Message of type actorId "sample" should show talk logo avatar
2025-01-28 11:35:49 +01:00
rapterjet2004
25df5197e5
switched the btns in DateTimeCompose
...
Signed-off-by: rapterjet2004 <juliuslinus1@gmail.com>
2025-01-28 11:29:23 +01:00
Marcel Hibbe
bf97d937b1
remove duplicated dependencies
...
+ minor refactoring
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2025-01-28 11:09:37 +01:00
sowjanyakch
c7c287a7d5
message of type actorId = "sample" should show talk logo avatar
...
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
2025-01-28 11:00:37 +01:00
Andy Scherzinger
61854b7fb6
Merge pull request #4660 from nextcloud/repo-sync/android-config/master
...
🔄 synced file(s) with nextcloud/android-config
2025-01-28 07:26:47 +01:00
nextcloud-android-bot
f13cc859fd
🔄 synced local '.github/workflows/' with remote 'config/workflows/'
...
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2025-01-28 06:24:24 +00:00
github-actions[bot]
28e9e90efa
Merge pull request #4656 from nextcloud/renovate/com.github.spotbugs.snom-spotbugs-gradle-plugin-6.x
...
fix(deps): update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.1.3
2025-01-27 03:37:59 +00:00
renovate[bot]
296ca073e7
fix(deps): update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.1.3
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-27 03:18:32 +00:00
Nextcloud Android Bot
be235c8141
Weekly 21.1.0 Alpha 02
2025-01-27 03:12:32 +00:00
Nextcloud bot
97988a4617
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-27 03:00:13 +00:00
Nextcloud bot
ad572b7222
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-26 03:10:18 +00:00
Nextcloud bot
be6cc855ad
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-25 03:21:09 +00:00
github-actions[bot]
eabe3f5822
Merge pull request #4653 from nextcloud/renovate/github-codeql-action-3.x
...
chore(deps): update github/codeql-action action to v3.28.5
2025-01-25 01:23:36 +00:00
renovate[bot]
9cdb2cea87
chore(deps): update github/codeql-action action to v3.28.5
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-24 23:12:36 +00:00
Andy Scherzinger
f8068acdca
Merge pull request #4651 from nextcloud/renovate/gradle-8.x
...
chore(deps): update dependency gradle to v8.12.1
2025-01-24 17:58:25 +01:00
renovate[bot]
296947d8d4
chore(deps): update dependency gradle to v8.12.1
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-24 16:28:24 +00:00
Nextcloud bot
34806b6b8a
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-24 03:02:43 +00:00
Andy Scherzinger
8cbaff4c38
Merge pull request #4646 from nextcloud/renovate/github-codeql-action-3.x
...
chore(deps): update github/codeql-action action to v3.28.4
2025-01-23 23:25:45 +01:00
github-actions[bot]
09cb8f764b
Merge pull request #4619 from nextcloud/renovate/androidx.compose-compose-bom-2025.x
...
fix(deps): update dependency androidx.compose:compose-bom to v2025
2025-01-23 20:40:21 +00:00
renovate[bot]
61cba43939
fix(deps): update dependency androidx.compose:compose-bom to v2025
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-23 20:19:41 +00:00
renovate[bot]
09a5dd61b5
chore(deps): update github/codeql-action action to v3.28.4
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-23 20:05:14 +00:00
Marcel Hibbe
f89efa1725
bump version to 21.1.0 Alpha 1
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2025-01-23 14:53:29 +01:00
Nextcloud bot
b44296c5eb
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-23 13:39:33 +00:00