github-actions[bot]
1c94338a7b
Merge pull request #4253 from nextcloud/renovate/org.jetbrains.kotlinx-kotlinx-serialization-json-1.x
...
Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.7.3
2024-09-19 19:25:39 +02:00
renovate[bot]
bddf1361f8
Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.7.3
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-19 16:56:56 +00:00
Julius Linus
5351296afd
Merge pull request #4240 from nextcloud/bugfix/4238/fixToHideMessageInputWhenNoRestriction
...
fix to hide messageInputFragment when user has no restriction to write
2024-09-19 18:48:25 +02:00
github-actions[bot]
11fb200f0d
Merge pull request #4247 from nextcloud/renovate/github-codeql-action-3.x
...
Update github/codeql-action action to v3.26.8
2024-09-19 12:47:14 +02:00
renovate[bot]
7a91e3a38f
Update github/codeql-action action to v3.26.8
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-19 10:37:37 +00:00
Nextcloud bot
663ba0a2ed
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-19 02:51:16 +00:00
github-actions[bot]
444dabda1e
Merge pull request #4246 from nextcloud/renovate/lifecycleversion
...
Update lifecycleVersion to v2.8.6
2024-09-18 23:33:12 +02:00
github-actions[bot]
d7e725d490
Merge pull request #4245 from nextcloud/renovate/androidx.lifecycle-lifecycle-viewmodel-compose-2.x
...
Update dependency androidx.lifecycle:lifecycle-viewmodel-compose to v2.8.6
2024-09-18 23:30:42 +02:00
renovate[bot]
7c37d1f111
Update lifecycleVersion to v2.8.6
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-18 21:26:18 +00:00
renovate[bot]
d480fe3008
Update dependency androidx.lifecycle:lifecycle-viewmodel-compose to v2.8.6
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-18 21:24:09 +00:00
github-actions[bot]
cb114b64f1
Merge pull request #4244 from nextcloud/renovate/androidx.lifecycle-lifecycle-runtime-ktx-2.x
...
Update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.8.6
2024-09-18 22:34:32 +02:00
github-actions[bot]
5c84125aa4
Merge pull request #4243 from nextcloud/renovate/androidx.compose-compose-bom-2024.x
...
Update dependency androidx.compose:compose-bom to v2024.09.02
2024-09-18 22:28:47 +02:00
renovate[bot]
ef3cd824c0
Update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.8.6
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-18 20:20:43 +00:00
github-actions[bot]
09ebaf0dbd
Merge pull request #4242 from nextcloud/renovate/androidx.compose.ui-ui-test-junit4-1.x
...
Update dependency androidx.compose.ui:ui-test-junit4 to v1.7.2
2024-09-18 22:19:04 +02:00
renovate[bot]
c1c68570b3
Update dependency androidx.compose:compose-bom to v2024.09.02
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-18 20:18:10 +00:00
renovate[bot]
bc57bb20de
Update dependency androidx.compose.ui:ui-test-junit4 to v1.7.2
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-18 22:10:23 +02:00
github-actions[bot]
73b919d5e9
Merge pull request #4241 from nextcloud/renovate/androidx.compose.runtime-runtime-1.x
...
Update dependency androidx.compose.runtime:runtime to v1.7.2
2024-09-18 22:07:53 +02:00
renovate[bot]
6122650202
Update dependency androidx.compose.runtime:runtime to v1.7.2
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-18 19:56:24 +00:00
Marcel Hibbe
9e91bdeb1d
fix to hide messageInputFragment when user has no restriction to write
...
The messageInputFragment was hidden by checkShowMessageInputView(), but it was immediately shown again by checkLobbyState()
This fix will execute checkShowMessageInputView() inside checkLobbyState() in the correct order.
Additionally, the check
checkLobbyState()
has to be already executed in
GetCapabilitiesInitialLoadState
as well as
checkShowCallButtons()
Otherwise the expected behavior would only be set after 30 seconds.
An improvemnt for the future must be to improve the capabilities handling.
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2024-09-18 17:34:10 +02:00
Nextcloud bot
3db9bc6247
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-18 02:53:40 +00:00
github-actions[bot]
6b89fe4aed
Merge pull request #4237 from nextcloud/renovate/com.android.tools.build-gradle-8.x
...
Update dependency com.android.tools.build:gradle to v8.6.1
2024-09-18 03:05:21 +02:00
renovate[bot]
45ecaed26d
Update dependency com.android.tools.build:gradle to v8.6.1
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-18 00:58:18 +00:00
Marcel Hibbe
529218aac0
Merge pull request #4233 from nextcloud/bugfix/noid/doNotShowErrorWhenPendingInvitationsFailed
...
dont show error when fetching pending invitations failed
2024-09-17 12:05:57 +02:00
Marcel Hibbe
28906dd999
dont show error when fetching pending invitations failed
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2024-09-17 12:05:02 +02:00
Marcel Hibbe
e66dc4d805
Merge pull request #4231 from nextcloud/bugfix/noid/fixToShowAccountsFromOlderServers
...
fix to show accounts from older servers in switch account dialog
2024-09-17 11:43:33 +02:00
Marcel Hibbe
5991b91460
fix to show accounts from older servers in switch account dialog
...
if invitations were not supported, the account did not show up
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2024-09-17 11:30:36 +02:00
Marcel Hibbe
951c073db1
Merge pull request #4221 from nextcloud/bugfix/4219/fixToShowUserStatus
...
fix to show user status in conversation list
2024-09-17 11:05:17 +02:00
Marcel Hibbe
722914fb6c
fix to show user status in conversation list
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2024-09-17 11:04:18 +02:00
Marcel Hibbe
3b51fde300
Merge pull request #4223 from nextcloud/bugfix/noid/fixNoChatForOldNcServerVersion
...
fix to load chat for old server version
2024-09-17 11:00:21 +02:00
github-actions[bot]
d9632ab5ad
Merge pull request #4228 from nextcloud/renovate/ubuntu-noble
...
Update ubuntu:noble Docker digest to dfc1087
2024-09-17 07:15:12 +02:00
renovate[bot]
7bbe4f8673
Update ubuntu:noble Docker digest to dfc1087
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-17 05:08:03 +00:00
Nextcloud bot
2f05ffb3d6
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-17 02:55:40 +00:00
github-actions[bot]
c98c316272
Merge pull request #4226 from nextcloud/renovate/ubuntu-noble
...
Update ubuntu:noble Docker digest to 56a8952
2024-09-17 02:51:38 +02:00
renovate[bot]
198a9ddb9e
Update ubuntu:noble Docker digest to 56a8952
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-17 00:41:05 +00:00
Marcel Hibbe
3f06801e59
fix to load chat for old server version
...
With server version 23.0.12 it happened that the chat did not load because values were null. Now default values in json model are set (because that's easier than changing the entity).
Additionally a check was added in CallActivity that a callStartTime of 0 would not be used (but it should not be used anyway if it would be 0 because then capability should also not be available).
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2024-09-16 17:29:08 +02:00
Marcel Hibbe
fd7e86d2b4
Merge pull request #4218 from nextcloud/bugfix/4166/fixDuplacteDependencies
...
remove duplicated dependencies
2024-09-16 12:25:17 +02:00
Marcel Hibbe
37033af668
remove duplicated dependencies
...
found by the tool
https://stackblitz.com/edit/find-gradle-dependency-duplicates?file=src%2Fapp%2Fapp.component.ts
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2024-09-16 11:38:38 +02:00
Marcel Hibbe
9be076e2c3
Merge pull request #4216 from nextcloud/modify_setup.md
...
Update SETUP.md
2024-09-16 10:17:52 +02:00
Nextcloud Android Bot
911c52c37b
Weekly 20.1.0 Alpha 04
2024-09-16 03:11:34 +00:00
Nextcloud bot
b99cdd2e29
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-16 02:45:50 +00:00
github-actions[bot]
a7ed999e46
Merge pull request #4217 from nextcloud/renovate/joda-time-joda-time-2.x
...
Update dependency joda-time:joda-time to v2.13.0
2024-09-16 01:32:09 +02:00
renovate[bot]
0af66a3a6e
Update dependency joda-time:joda-time to v2.13.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-15 23:15:38 +00:00
Nextcloud Android Bot
a6dcd14f4e
Weekly 20.1.0 Alpha 03
2024-09-15 15:19:37 +00:00
Marcel Hibbe
3521308496
manually bump to 20.1.0 Alpha 02
...
As build script was not able to push to master, it failed and next time it tried to build the same version again.
Thats why Google complained the apk already exists.
The bot was now changed to have admin permissions. So this commit will bump the version number manually and in the next runs everything should work again.
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2024-09-15 17:06:35 +02:00
sowjanyakch
516cd96934
Update SETUP.md
...
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
2024-09-15 15:58:51 +02:00
Nextcloud bot
ee6ca8f1ae
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-15 03:35:39 +00:00
Sowjanya Kota
a65527042c
Merge pull request #4213 from nextcloud/bumpChangelogTo20.0.0
...
add v20.0.0 to CHANGELOG.md
2024-09-14 16:54:12 +02:00
Marcel Hibbe
d357669e26
add v20.0.0 to CHANGELOG.md
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2024-09-14 16:36:10 +02:00
Nextcloud bot
c6d5d7b2d8
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-14 02:56:28 +00:00
Marcel Hibbe
af6e058c70
Merge pull request #4210 from nextcloud/bugfix/noid/fixConnectionLostHint
...
fix to show connection lost hint when internet is gone
2024-09-13 18:42:44 +02:00