Commit graph

8754 commits

Author SHA1 Message Date
Andy Scherzinger
3f52b7aad2
fix: Have correct SPDX license header for logo/trademarked items
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-04-25 18:29:46 +02:00
Andy Scherzinger
4ad95bb435
Merge pull request #3870 from nextcloud/renovate/actions-checkout-4.x
Update actions/checkout action to v4.1.4
2024-04-25 15:46:09 +02:00
renovate[bot]
c9afb92808
Update actions/checkout action to v4.1.4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-25 13:20:14 +00:00
Nextcloud bot
bf24629c81
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-25 02:46:42 +00:00
Nextcloud bot
2477284177
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-24 02:46:09 +00:00
Marcel Hibbe
568dcd3969
Merge pull request #3868 from nextcloud/renameMagic
rename classes called 'Magic*'
2024-04-23 16:56:28 +02:00
Marcel Hibbe
b870b0f208
rename classes called 'Magic*'
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2024-04-23 15:26:00 +02:00
Andy Scherzinger
3e1c364119
Merge pull request #3867 from nextcloud/repo-sync/android-config/master
🔄 synced file(s) with nextcloud/android-config
2024-04-23 07:21:18 +02:00
nextcloud-android-bot
1d5231d2c8 🔄 synced local '.github/workflows/' with remote 'config/workflows/'
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2024-04-23 02:23:36 +00:00
Andy Scherzinger
7b69edfc4a
Merge pull request #3865 from nextcloud/renovate/actions-upload-artifact-4.x
Update actions/upload-artifact action to v4.3.3
2024-04-22 22:16:52 +02:00
renovate[bot]
0012efc92e
Update actions/upload-artifact action to v4.3.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-22 20:11:57 +00:00
Andy Scherzinger
e831e8d45b
Merge pull request #3864 from nextcloud/renovate/actions-checkout-4.x
Update actions/checkout action to v4.1.3
2024-04-22 17:12:17 +02:00
renovate[bot]
0935a66757
Update actions/checkout action to v4.1.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-22 14:51:20 +00:00
Nextcloud bot
379dd66612
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-20 02:53:25 +00:00
Andy Scherzinger
0a4e68ddcf
Merge pull request #3862 from nextcloud/renovate/gradle-gradle-build-action-3.x
Update gradle/gradle-build-action action to v3.3.1
2024-04-19 07:12:50 +02:00
Nextcloud bot
e1b07b68dd
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-19 02:47:48 +00:00
renovate[bot]
3840229b28
Update gradle/gradle-build-action action to v3.3.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-18 23:18:29 +00:00
Andy Scherzinger
42090ef235
Merge pull request #3832 from nextcloud/renovate/gradle-wrapper-validation-action-3.x
Update gradle/wrapper-validation-action action to v3.3.1
2024-04-18 23:00:03 +02:00
renovate[bot]
c600b343ee
Update gradle/wrapper-validation-action action to v3.3.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-18 20:15:02 +00:00
Andy Scherzinger
6bd1542c12
Merge pull request #3861 from nextcloud/renovate/com.github.nextcloud.android-common-ui-0.x
Update dependency com.github.nextcloud.android-common:ui to v0.20.0
2024-04-18 18:40:08 +02:00
Andy Scherzinger
393322ff86
Merge pull request #3860 from nextcloud/renovate/actions-upload-artifact-4.x
Update actions/upload-artifact action to v4.3.2
2024-04-18 18:32:45 +02:00
renovate[bot]
a081c9aca2
Update dependency com.github.nextcloud.android-common:ui to v0.20.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-18 16:25:10 +00:00
renovate[bot]
b652c13c28
Update actions/upload-artifact action to v4.3.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-18 16:19:26 +00:00
Sowjanya Kota
d876ec4ef0
Merge pull request #3849 from nextcloud/bugfix/noid/fixToOpenCallsAsVoiceOnly
fix to open calls as voice only when user clicked on voice button
2024-04-18 14:57:10 +02:00
Marcel Hibbe
97cdfb1795
Merge pull request #3839 from nextcloud/bug-fix-chat-refresh-on-load
Fix onLoadMore not refreshing instantly
2024-04-18 14:24:19 +02:00
Julius Linus
57017f95f4
Set pages to be every 50 messages
Large enough to prevent onLoadMore from calling refresh on a few messages, but small enough to refresh when needed.

Signed-off-by: rapterjet2004 <juliuslinus1@gmail.com>
2024-04-18 14:16:59 +02:00
Sowjanya Kota
188aed721d
Merge pull request #3855 from nextcloud/bugfix/noid/fixEditTestLostAfter30sec
fix to keep text of message-editing after 30sec
2024-04-18 13:53:53 +02:00
Marcel Hibbe
8a8b128ac6
fix to keep text of message-editing after 30sec
without this fix, the text when editing a message was lost after pulling chat messages (30sec), because inputEditText was initialized again with the initial text

As a fix, message editing is only initialized once when the edit button was clicked.

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2024-04-18 12:45:50 +02:00
Andy Scherzinger
5967a06ff2
Merge pull request #3841 from nextcloud/renovate/com.google.android.gms-play-services-base-18.x
Update dependency com.google.android.gms:play-services-base to v18.4.0
2024-04-18 09:22:27 +02:00
renovate[bot]
9e288b38ab
Update dependency com.google.android.gms:play-services-base to v18.4.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-18 08:57:06 +02:00
Nextcloud bot
38dac71239
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-18 02:46:11 +00:00
Andy Scherzinger
d8f68cb3ad
Merge pull request #3852 from nextcloud/renovate/androidx.core-core-ktx-1.x
Update dependency androidx.core:core-ktx to v1.13.0
2024-04-17 21:52:30 +02:00
renovate[bot]
5c06fce1c4
Update dependency androidx.core:core-ktx to v1.13.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-17 19:24:55 +00:00
Andy Scherzinger
a7309e39fa
Merge pull request #3850 from nextcloud/renovate/androidxcameraversion
Update androidxCameraVersion to v1.3.3
2024-04-17 21:18:43 +02:00
renovate[bot]
939cf19042
Update androidxCameraVersion to v1.3.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-17 18:30:32 +00:00
Marcel Hibbe
ca65995f84
fix to open calls as voice only when user clicked on voice button
Before this fix, KEY_CALL_VOICE_ONLY was not included in the intent extras so call always started as videocall

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2024-04-17 17:00:37 +02:00
Sowjanya Kota
ea02248247
Merge pull request #3847 from nextcloud/bugfix/noid/showNoteToSelfIconInConvInfo
fix to show "Note to self" icon in conversation info
2024-04-17 15:33:40 +02:00
Marcel Hibbe
3ea3f94cff
fix to show "Note to self" icon in conversation info
share conversation link to other apps

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2024-04-17 14:40:01 +02:00
Marcel Hibbe
1983f2aadb
Merge pull request #3812 from nextcloud/share_conversation_link
share conversation link to other apps
2024-04-17 14:32:46 +02:00
Andy Scherzinger
7ba89eee00
Merge pull request #3845 from nextcloud/renovate/github-codeql-action-3.x
Update github/codeql-action action to v3.25.1
2024-04-17 14:17:25 +02:00
Marcel Hibbe
f628d357ea
use conversationType to check if share button should be shown for conversation
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2024-04-17 13:55:55 +02:00
sowjanyakch
080937305a
Make conversation settings visible
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
2024-04-17 13:39:31 +02:00
sowjanyakch
287ba3bbc9
Not sharing the conversation link of Note to self
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
2024-04-17 13:39:31 +02:00
sowjanyakch
1c26c757f0
Refactor ShareUtils and remove ShareUtilsTest file
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
2024-04-17 13:39:31 +02:00
sowjanyakch
b6ab867280
Make conversation link available for copy and paste in the Conversation settings.
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
2024-04-17 13:39:31 +02:00
sowjanyakch
7832f72d12
share conversation link to other apps
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
2024-04-17 13:39:30 +02:00
renovate[bot]
53757a256b
Update github/codeql-action action to v3.25.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-17 11:35:25 +00:00
Marcel Hibbe
c75095d67e
Merge pull request #3842 from nextcloud/bugfix/3547/fixNoteToSelfConversationType
fix to set ConversationType for "Note to self"
2024-04-17 13:34:32 +02:00
Marcel Hibbe
94257242a3
fix to set ConversationType for "Note to self"
Fix to check if a conversation is "Note to self" by checking the ConversationType instead to check conversation name by hardcoded string

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2024-04-17 12:02:52 +02:00
Nextcloud bot
b9b449f0bf
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-17 02:45:18 +00:00