Nextcloud bot
0d99b89a3d
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-16 13:38:43 +00:00
Andy Scherzinger
bbe3acfee0
Merge pull request #4723 from nextcloud/backport/4722/stable-20.1
...
[stable-20.1] Message count is an Int hence use 'd' not 's' as formatting character
2025-02-16 14:37:09 +01:00
Andy Scherzinger
2a13414d0e
fix(lint): message count is an Int hence use 'd' not 's' as formatting character
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2025-02-16 13:36:23 +00:00
Nextcloud bot
31c40dbfb0
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-16 13:27:42 +00:00
Nextcloud bot
97994f03ec
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-12 03:07:04 +00:00
Nextcloud bot
a4d50bf157
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-11 03:05:45 +00:00
Nextcloud bot
ef3cfe31a1
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-10 03:03:17 +00:00
Nextcloud bot
4748979827
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-09 03:06:57 +00:00
Nextcloud bot
eca7b002ba
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-06 03:04:44 +00:00
Nextcloud bot
cdcea577af
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-03 03:26:21 +00:00
Nextcloud bot
f267f81a73
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-01 03:04:05 +00:00
Nextcloud bot
ca878d223b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-30 03:14:03 +00:00
Nextcloud bot
c0e8a9977f
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-27 03:00:29 +00:00
Nextcloud bot
54242b1933
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-26 03:10:33 +00:00
Nextcloud bot
aac1fea357
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-25 03:21:24 +00:00
Nextcloud bot
e64b71a063
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-24 03:02:57 +00:00
Nextcloud bot
edc5041c0a
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-23 13:39:48 +00:00
Nextcloud bot
17e25c561c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-23 03:04:57 +00:00
Nextcloud bot
47c2b11278
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-22 03:06:07 +00:00
Nextcloud bot
30f9357de7
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-21 03:04:15 +00:00
Nextcloud bot
4a8dd03939
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-20 02:58:59 +00:00
Nextcloud bot
a6e967e30b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-18 03:03:06 +00:00
Nextcloud bot
9a4fb3d4df
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-17 03:02:48 +00:00
Marcel Hibbe
7c3b01ef05
bump version to 20.1.1
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2025-01-16 16:37:55 +01:00
Marcel Hibbe
2e52eab7bf
Merge pull request #4622 from nextcloud/backport/4598/manualBackportTooManyRequestsException
...
manual backport of PR #4598 (TooManyRequestsException)
2025-01-16 15:33:32 +00:00
Marcel Hibbe
36f4c4f497
manual backport of PR #4598 (TooManyRequestsException)
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2025-01-16 16:06:17 +01:00
Marcel Hibbe
237b6fafac
Merge pull request #4612 from nextcloud/backport/4611/stable-20.1
...
[stable-20.1] hopefully fix NPE for currentUser in addToConversationItems
2025-01-16 13:26:19 +00:00
Marcel Hibbe
64d3cdcb54
hopefully fix NPE for currentUser
...
It seems there could have been a race condition because currentUser was initialized too late.
I was not able to reproduce but hopefully this fixes it:
- initialize currentUser earlier (moved from onResume to onCreate)
- use currentUserProvider instead userManager
NPEs were reported via gplay:
1)
Exception java.lang.NullPointerException:
at com.nextcloud.talk.conversationlist.ConversationsListActivity.addToConversationItems (ConversationsListActivity.kt:851)
at com.nextcloud.talk.conversationlist.ConversationsListActivity.access$addToConversationItems (ConversationsListActivity.kt:151)
at com.nextcloud.talk.conversationlist.ConversationsListActivity$initObservers$5$1.invokeSuspend (ConversationsListActivity.kt:394)
at com.nextcloud.talk.conversationlist.ConversationsListActivity$initObservers$5$1.invoke (Unknown Source:8)
at com.nextcloud.talk.conversationlist.ConversationsListActivity$initObservers$5$1.invoke (Unknown Source:4)
2)
Exception java.lang.RuntimeException:
at android.app.ActivityThread.performResumeActivity (ActivityThread.java:5427)
at android.app.ActivityThread.handleResumeActivity (ActivityThread.java:5508)
...
Caused by java.lang.NullPointerException:
at com.nextcloud.talk.conversationlist.ConversationsListActivity.shouldShowNotificationWarning (ConversationsListActivity.kt:1557)
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2025-01-16 12:49:02 +00:00
Nextcloud bot
1557db875a
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-16 03:03:02 +00:00
Marcel Hibbe
5419b03184
Merge pull request #4606 from nextcloud/backport/4603/stable-20.1
...
[stable-20.1] fix to not cut off unread mentions bubble
2025-01-15 10:06:11 +00:00
Marcel Hibbe
cefaa203fc
fix to not cut off unread mentions bubble
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2025-01-15 09:50:02 +00:00
Nextcloud bot
6eb8d1f5d0
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-15 03:03:47 +00:00
Nextcloud bot
c155d19773
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-14 01:44:06 +00:00
Nextcloud bot
0ef607f1bd
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-13 03:01:58 +00:00
Nextcloud bot
aae4d58221
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-12 03:13:41 +00:00
Nextcloud bot
a27e459e61
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-11 03:02:00 +00:00
Marcel Hibbe
28528aaae0
bump version to 20.1.1 RC1
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2025-01-10 14:05:07 +01:00
Marcel Hibbe
7d5fec3bf4
Merge pull request #4583 from nextcloud/backport/4474/stable-20.1
...
[stable-20.1] Replace Popup bubble with Material Button
2025-01-10 11:53:36 +01:00
Marcel Hibbe
27d2cbd2f3
add animation to "unread mentions" button + change design
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2025-01-10 11:44:53 +01:00
github-actions
8f64664b74
Analysis: update lint results to reflect reduced error/warning count
...
Signed-off-by: github-actions <github-actions@github.com>
2025-01-10 11:44:53 +01:00
sowjanyakch
9b19423ada
remove popup bubble dependency
...
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
2025-01-10 10:55:10 +01:00
sowjanyakch
1dd56c0a5b
hide button when scrolling to unread mention
...
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
2025-01-10 10:55:10 +01:00
sowjanyakch
c287f1f2fd
Changes to ConversationsListActivity
...
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
2025-01-10 10:55:10 +01:00
sowjanyakch
3ab4fb39a5
replace popup button with material button
...
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
2025-01-10 10:55:09 +01:00
Nextcloud bot
b4153c4dce
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-10 09:53:44 +00:00
Marcel Hibbe
83cba7197e
Merge pull request #4592 from nextcloud/backport/4591/stable-20.1
...
[stable-20.1] fix translation for polls_option_delete
2025-01-10 10:51:30 +01:00
Marcel Hibbe
448e81679b
fix translation for polls_option_delete
...
$s -> $d
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2025-01-10 09:51:12 +00:00
Nextcloud bot
ab5fe4977d
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-10 03:02:00 +00:00
Nextcloud bot
9b90692354
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-09 16:44:24 +00:00
Marcel Hibbe
c1fe29dbee
Merge pull request #4585 from nextcloud/backport/4584/stable-20.1
...
[stable-20.1] $s -> $d
2025-01-09 17:41:34 +01:00