Nextcloud bot
2f41625520
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-18 03:08:35 +00:00
Nextcloud bot
08446154e3
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-17 11:01:50 +00:00
Marcel Hibbe
390f1abc87
Merge pull request #5063 from nextcloud/manual-backport-5061
...
fix wrong plurals implementation
2025-06-17 09:15:17 +00:00
Marcel Hibbe
16d13fb2df
fix wrong plurals implementation
...
(backported manually)
- key was duplicated
- kotlin handling of plurals was missing
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2025-06-17 09:46:28 +02:00
Marcel Hibbe
d1b3e7cb4d
Merge pull request #5060 from nextcloud/backport/5053/stable-21.1
...
[stable-21.1] Better null and error handling when playing voice messages
2025-06-13 14:12:44 +00:00
Marcel Hibbe
34e7c3cd01
modify lint results
...
something is wrong with the checks. need to investigate next...
For now, changing the warning result is workaround
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2025-06-13 16:01:05 +02:00
rapterjet2004
198f9783b6
better null and error handling in the seekbar update observer
...
Signed-off-by: rapterjet2004 <juliuslinus1@gmail.com>
2025-06-13 12:44:57 +00:00
Nextcloud bot
909fae08bf
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-13 03:04:48 +00:00
Nextcloud bot
7fddb9255d
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-11 03:07:52 +00:00
Nextcloud bot
64327de34f
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-10 03:06:02 +00:00
Nextcloud bot
ac27223bf2
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-08 03:05:18 +00:00
Nextcloud bot
a0f7e3fb23
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-07 03:03:53 +00:00
Nextcloud bot
83f33a0b0a
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-06 03:12:52 +00:00
Nextcloud bot
fcbbed0c90
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-05 03:08:01 +00:00
Marcel Hibbe
f59e2d5478
bump version to 21.1.0
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2025-06-04 15:29:12 +02:00
Marcel Hibbe
26aece63fc
Merge pull request #5036 from nextcloud/backport/5035/stable-21.1
...
[stable-21.1] Profile data in ConversationInfo: catch http 405 if endpoint is not available
2025-06-04 12:03:32 +00:00
Marcel Hibbe
c434394c3d
catch http 405 if endpoint is not available.
...
E.g. for older server versions
Without this fix there would be the crash:
E FATAL EXCEPTION: main
Process: com.nextcloud.talk2, PID: 7161
retrofit2.HttpException: HTTP 405
at retrofit2.KotlinExtensions$await$2$2.onResponse(KotlinExtensions.kt:53)
at retrofit2.OkHttpCall$1.onResponse(OkHttpCall.java:164)
at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@4a67b41, Dispatchers.Main.immediate]
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2025-06-04 11:44:04 +00:00
Sowjanya Kota
3ebad8a49b
Merge pull request #5034 from nextcloud/backport/5028/stable-21.1
...
[stable-21.1] UI improvements to automatic conversation deletion information for event, sip and instant meetings conversation
2025-06-04 12:24:56 +02:00
Marcel Hibbe
d2e645483b
Merge pull request #5033 from nextcloud/backport/5030/stable-21.1
...
[stable-21.1] Fixes message timestamp color
2025-06-04 10:04:01 +00:00
sowjanyakch
3a71de3964
format
...
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
2025-06-04 07:52:15 +00:00
sowjanyakch
a0ad34c479
remove menu item after pressing keep button
...
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
2025-06-04 07:52:15 +00:00
sowjanyakch
9e54aadea8
popup menu color
...
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
2025-06-04 07:52:15 +00:00
sowjanyakch
1af65a68d4
consistent color to text and icon
...
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
2025-06-04 07:52:15 +00:00
rapterjet2004
42ccf9a49d
Fixes message timestamp color
...
Signed-off-by: rapterjet2004 <juliuslinus1@gmail.com>
2025-06-04 07:36:08 +00:00
Marcel Hibbe
3b7bf2bbd4
Merge pull request #5029 from nextcloud/backport/5023/stable-21.1
...
[stable-21.1] Fix & rearrange options in conversation button menu
2025-06-04 07:24:50 +00:00
Marcel Hibbe
44d5946c31
Merge pull request #5031 from nextcloud/backport/5024/stable-21.1
...
[stable-21.1] simplify how search results are shown
2025-06-04 07:22:03 +00:00
Nextcloud bot
67e8d112ac
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-04 03:06:45 +00:00
Marcel Hibbe
4341a59546
simplify how search results are shown
...
1. reverting changes from commit 971cc79b76
. The scroll to methods are used in other places and a user reported that the search window suddenly opened without to search.
2. remove checkIfMessageIsSaved method. If the message is saved or not does not matter. The only fact for "scroll to" would be that it's loaded in the adapter.
3. As the adapter is always null with the current implementation (when coming back from the first search window), the "scroll to" is replaced with the startContextChatWindowForMessage. This could be changed again when adapter is not null anymore after coming back from the other screen...
startContextChatWindowForMessage
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2025-06-03 17:24:17 +00:00
Marcel Hibbe
04e0099e31
show "Archive conversation" just before Leave & Delete
...
same as for web/iOS
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2025-06-03 16:50:27 +00:00
Marcel Hibbe
d9951b8bac
show "Delete conversation" as last entry
...
same as for web/iOS
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2025-06-03 16:50:27 +00:00
Marcel Hibbe
b8b7909cf5
rely on conversationOperationLeave to show "Leave conversation" button
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2025-06-03 16:50:27 +00:00
Marcel Hibbe
b7b527ada9
rely on canDeleteConversation to show "Delete conversation" button
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2025-06-03 16:50:26 +00:00
Marcel Hibbe
2af047144b
Merge pull request #5025 from nextcloud/backport/5020/stable-21.1
...
[stable-21.1] Include mentions in the attachments
2025-06-03 14:56:30 +00:00
sowjanyakch
c69b170b43
format
...
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
2025-06-03 12:24:39 +00:00
sowjanyakch
ca2e26291e
Include mentions in the attachments
...
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
2025-06-03 12:24:39 +00:00
Nextcloud bot
144458f670
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-03 03:05:20 +00:00
Nextcloud bot
0b0a244e57
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-02 03:39:37 +00:00
Nextcloud bot
c0e31e1230
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-01 03:04:04 +00:00
Nextcloud bot
cd0ed2e2b5
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-31 03:04:46 +00:00
Marcel Hibbe
dbb9b521d5
bump version to 21.1.0 RC3
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2025-05-30 16:26:09 +02:00
Marcel Hibbe
6f4cc903f8
Merge pull request #5014 from nextcloud/bugfix/4983/tryToAvoidCrashInConvInfo
...
try to avoid crash in conversation info
2025-05-30 14:17:02 +00:00
Marcel Hibbe
c01e058ff9
Merge pull request #5010 from nextcloud/initializeRootEglBaseEarlier
...
initialize rootEglBase earlier (hopefully fixes crash)
2025-05-30 14:15:17 +00:00
Marcel Hibbe
a559fd5ea6
try to avoid crash in conversation info
...
could not reproduce.
Code copied from Julius' PR https://github.com/nextcloud/talk-android/pull/5004/
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2025-05-30 16:10:20 +02:00
Marcel Hibbe
c8b33a380a
initialize rootEglBase earlier (hopefully fixes crash)
...
There was a report that the app crashed after coming back from PIP mode.
And i once saw in logs
"call to OpenGL ES API with no current context (logged once per thread)"
By initializing rootEglBase very early there is a chance this fixes these issues.
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2025-05-30 15:34:20 +02:00
Marcel Hibbe
78a88a9ce5
Merge pull request #5009 from nextcloud/issue-4966-fix-fetch-users
...
Getting users to show up on query
2025-05-30 13:22:00 +00:00
rapterjet2004
1ccc3ebb94
Getting users to show up on query
...
Signed-off-by: rapterjet2004 <juliuslinus1@gmail.com>
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2025-05-30 14:43:22 +02:00
Marcel Hibbe
89d51837b7
Merge pull request #4898 from nextcloud/add_button_to_add_participants
...
"Add" button to add participants
2025-05-30 12:07:39 +00:00
Marcel Hibbe
6ec4e05cb1
suppress kltint warning about Property name
...
not sure why "Property name should start with a lowercase letter and use camel case (cannot be auto-corrected)" is shown.
also see commit
523b8080d1
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2025-05-30 09:49:00 +02:00
sowjanyakch
87f8272b10
ktlintFormat
...
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
2025-05-30 09:49:00 +02:00
sowjanyakch
05815ebeae
bug with search view alignment
...
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
2025-05-30 09:48:59 +02:00