Nextcloud bot
c79def1855
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-28 02:53:22 +00:00
Julius Linus
dcc8fc6954
Major refactoring, implements ChatActivity in MVVM to prepare for federation and offline chatting.
...
Signed-off-by: Julius Linus <julius.linus@nextcloud.com>
2024-02-27 17:52:30 +01:00
Marcel Hibbe
a3ecd82d13
rename MagicWebRTCUtils to WebRTCUtils
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2024-02-27 15:23:11 +01:00
Marcel Hibbe
dd6991e39e
remove hardcoded devices for webrtc audio setup
...
android-talk-webrtc in version 121.6167.0 doesn't allow access to
WebRtcAudioManager
WebRtcAudioUtils
anymore.
These classes were used for
HARDWARE_AEC_EXCLUDE_SET
and
OPEN_SL_ES_INCLUDE_SET
lists, which were not updated for years.
For these reasons the checks for HARDWARE_AEC_EXCLUDE_SET and OPEN_SL_ES_INCLUDE_SET are removed.
If people are complaining about different behaviour of audio performance/echoes, it's worth to have a closer look at the changes again.
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2024-02-27 15:23:11 +01:00
Marcel Hibbe
8c47b89ce5
fix ktlint warnings
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2024-02-27 15:15:56 +01:00
renovate[bot]
66c643a0e8
fix(deps): update dependency com.github.nextcloud-deps:android-talk-webrtc to v121
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-27 13:25:02 +00:00
Nextcloud bot
1c8d2b0dce
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-27 02:43:36 +00:00
Andy Scherzinger
6739086584
Merge pull request #3661 from nextcloud/renovate/com.github.nextcloud.android-common-ui-0.x
...
fix(deps): update dependency com.github.nextcloud.android-common:ui to v0.16.0
2024-02-26 18:20:30 +01:00
Andy Scherzinger
e2dbf0cdbe
Merge pull request #3662 from nextcloud/renovate/com.h3xstream.findsecbugs-findsecbugs-plugin-1.x
...
fix(deps): update dependency com.h3xstream.findsecbugs:findsecbugs-plugin to v1.13.0
2024-02-26 18:04:32 +01:00
Marcel Hibbe
fde635d61b
show test notification + modify doc
...
show test notification from
occ notification:test-push --talk username
This will directly show the push notification without to fetch any data from nextcloud instance.
Additionally some additions to documentation were made
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2024-02-26 16:52:41 +01:00
renovate[bot]
82ea36e598
fix(deps): update dependency com.h3xstream.findsecbugs:findsecbugs-plugin to v1.13.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-26 15:52:31 +00:00
renovate[bot]
403babcc86
fix(deps): update dependency com.github.nextcloud.android-common:ui to v0.16.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-26 15:51:21 +00:00
Marcel Hibbe
c13f2589ff
handle federation invitations
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2024-02-26 16:45:55 +01:00
Nextcloud bot
2c911d998a
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-25 02:44:43 +00:00
Nextcloud bot
18e0ae31bc
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-21 02:41:28 +00:00
Nextcloud bot
094ecea457
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-20 02:40:30 +00:00
renovate[bot]
e51413f78f
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.6.3
2024-02-19 09:53:38 +00:00
Marcel Hibbe
f64bd87d84
Merge remote-tracking branch 'origin/master' into feature/edit_messages
2024-02-19 09:27:20 +01:00
Nextcloud bot
a8aa3e42a4
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-19 02:43:20 +00:00
Nextcloud bot
8768a901cd
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-18 02:43:10 +00:00
Marcel Hibbe
9a4bf14e09
Merge remote-tracking branch 'origin/master' into feature/edit_messages
2024-02-16 17:09:03 +01:00
Marcel Hibbe
1b9fb81e61
bump version to 19.0.0 Alpha 01
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2024-02-16 16:34:17 +01:00
Marcel Hibbe
e3c0d500d8
remove FOREGROUND_SERVICE_PHONE_CALL
...
FOREGROUND_SERVICE_PHONE_CALL is removed because it is not necessary.
Seems it was introduced when moving to Android 14 because NCFirebaseMessagingService originally contained android:foregroundServiceType="phoneCall"
But this foregroundServiceType is not allowed/necessary for NCFirebaseMessagingService so it was removed, but it was forgotten to also remove FOREGROUND_SERVICE_PHONE_CALL permission.
This commit will remove FOREGROUND_SERVICE_PHONE_CALL permission so release process on gplay won't complain.
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2024-02-16 16:01:23 +01:00
Marcel Hibbe
2a856bc77a
avoid to send "speaking" data channel message when mic is muted
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2024-02-16 13:06:56 +01:00
parneet-guraya
d63fc58a62
remove class level notification property
...
Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>
2024-02-16 11:30:03 +01:00
parneet-guraya
d6201cf796
use new builder for failure notification
...
Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>
2024-02-16 11:30:03 +01:00
parneet-guraya
94a1238f28
create notification group using summary notification
...
Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>
2024-02-16 11:30:03 +01:00
renovate[bot]
2f0cff3a73
fix(deps): update dependency com.github.nextcloud.android-common:ui to v0.15.0
2024-02-15 14:25:27 +00:00
sowjanyakch
4e9f62e400
Added content description for ImageView.
...
Signed-off-by: Sowjanya Kota<sowjanya.kch@gmail.com>
2024-02-14 17:30:33 +01:00
sowjanyakch
861b565c01
Added date to editor details and changes related to design.
...
Signed-off-by: Sowjanya Kota<sowjanya.kch@gmail.com>
2024-02-14 16:08:13 +01:00
sowjanyakch
8d4c0fb57c
Minor UI improvements
...
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
2024-02-13 11:47:39 +01:00
Andy Scherzinger
edeb23781b
Merge pull request #3622 from nextcloud/renovate/joda-time-joda-time-2.x
...
fix(deps): update dependency joda-time:joda-time to v2.12.7
2024-02-12 13:10:37 +01:00
Nextcloud bot
d71c73bfe3
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-12 02:41:48 +00:00
Nextcloud bot
740cf529c8
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-10 02:53:53 +00:00
Marcel Hibbe
6708aeebad
fix to show message as edited after editing on own device
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2024-02-09 11:16:21 +01:00
Marcel Hibbe
4e4cb26862
fix to update adapter for "edited messages" by system message
...
This will update the message when an edit was made on other devices.
So the system message will trigger that you are informed about a change. But instead to show the system message, you use it's information to immediately update the adapter.
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2024-02-09 11:14:00 +01:00
sowjanyakch
683f924556
Add editor name and message timestamp to MessageActionsDialog
...
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
2024-02-09 10:05:54 +01:00
Nextcloud bot
8c3713e4fc
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-09 02:42:04 +00:00
renovate[bot]
6360fb837e
fix(deps): update dependency com.google.firebase:firebase-messaging to v23.4.1
2024-02-08 22:04:08 +00:00
Nextcloud bot
fed671380c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-08 02:42:26 +00:00
parneet-guraya
86cd617c6a
handle becoming noisy manually
...
Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>
2024-02-07 15:35:44 +05:30
parneet-guraya
91d5217b1e
handle audio focus and becoming noisy
...
Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>
2024-02-07 15:35:42 +05:30
Sowjanya Kota
716a1f900d
Merge branch 'master' into feature/edit_messages
2024-02-06 10:04:37 +01:00
sowjanyakch
6a0f23c39b
Merge remote-tracking branch 'origin/feature/edit_messages' into feature/edit_messages
...
# Conflicts:
# app/src/main/java/com/nextcloud/talk/api/NcApi.java
# app/src/main/java/com/nextcloud/talk/chat/ChatActivity.kt
# app/src/main/java/com/nextcloud/talk/ui/MessageInput.kt
# app/src/main/java/com/nextcloud/talk/ui/dialog/MessageActionsDialog.kt
# app/src/main/res/drawable/ic_check_24.xml
# app/src/main/res/values/strings.xml
2024-02-05 23:01:25 +01:00
sowjanyakch
d27c7a6212
UI improvements
2024-02-05 22:46:30 +01:00
sowjanyakch
426c8823c5
add (edited) tag in incoming and outgoing messages layout
2024-02-05 22:46:30 +01:00
sowjanyakch
eb27b7039f
Update Edit Message
2024-02-05 22:46:30 +01:00
sowjanyakch
7d4abf19a1
layout - edit message view
2024-02-05 22:46:30 +01:00
sowjanyakch
80c843227e
System Messages and Error handling
2024-02-05 22:46:30 +01:00
sowjanyakch
718369d80e
Edit inputText view refactoring
2024-02-05 22:46:30 +01:00