Nextcloud bot
bdd8e534d7
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-29 02:43:47 +00:00
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
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
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
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
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
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
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
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
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
sowjanyakch
5ecfd3cd3b
Basic Edit feature
2024-02-05 22:46:30 +01:00
Sowjanya Kota
96a244408e
Checking Edit Capability
2024-02-05 22:46:29 +01:00
Nextcloud bot
a0a044815e
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-05 02:41:32 +00:00
Nextcloud bot
ec2c1fbc9a
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-04 02:45:56 +00:00
Nextcloud bot
354fa7e2cf
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-03 02:42:57 +00:00
Sowjanya Kota
0e13c1f3ce
Merge branch 'master' into feature/edit_messages
...
Signed-off-by: Sowjanya Kota <sowjanya.kch@gmail.com>
2024-02-02 17:09:42 +01:00
Nextcloud bot
e97ff4aaea
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-02 02:44:56 +00:00
sowjanyakch
6db42115ba
add (edited) tag in incoming and outgoing messages layout
...
Signed-off-by:Sowjanya Kota <sowjanya.kch@gmail.com>
2024-02-01 22:37:41 +01:00
sowjanyakch
253c3fe024
Update Edit Message
...
Signed-off-by: Sowjanya Kota <sowjanya.kch@gmail.com>
2024-02-01 13:34:13 +01:00
Julius Linus
d45277beaf
Impl "Add to Notes Action"
...
- Note to self option should only appear if conversation is available
- Added ic_edit_note_24_xml
- Implemented MVVM functions for cleaner data flow
- Added the option to the XML
- Works for Voice Messages
- Works for Files(and Gifs) + captions
- Works for GeoLocation Messages
- Added SnackBar
Signed-off-by: Julius Linus <julius.linus@nextcloud.com>
2024-02-01 12:18:06 +01:00
Nextcloud bot
5b85731097
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-01 02:44:34 +00:00
Marcel Hibbe
e4a80429d3
remove foregroundServiceType="phoneCall"
...
for NCFirebaseMessagingService
Using a foregroundServiceType for firebase is not recommended:
https://firebase.google.com/docs/cloud-messaging/android/client#manifest
and it would violate android14 terms:
https://developer.android.com/about/versions/14/changes/fgs-types-required
tested and notifications still work as expected
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2024-01-31 11:20:24 +01:00
sowjanyakch
cc8719668d
layout - edit message view
...
Signed-off-by: Sowjanya Kota <101803542+sowjanyakch@users.noreply.github.com>
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
2024-01-31 09:22:13 +01:00
Andy Scherzinger
69d6d2c043
Add foreground service phone call for gplay build
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-01-30 14:26:08 +01:00
Andy Scherzinger
f2b838f8b7
properly name context variable
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-01-30 14:26:08 +01:00
Andy Scherzinger
7fe6dd066b
Register ReceiverFlags when registering receivers for Android 13+
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-01-30 14:26:08 +01:00
Andy Scherzinger
f931407d56
Add general receiver registration implementation
...
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-01-30 14:26:08 +01:00
sowjanyakch
2b24c69cbf
System Messages and Error handling
...
Signed-off-by: Sowjanya Kota <101803542+sowjanyakch@users.noreply.github.com>
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
2024-01-30 09:45:15 +01:00
Nextcloud bot
59aaa6034a
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-28 02:39:55 +00:00
Nextcloud bot
8e7dd58cb2
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-27 03:11:46 +00:00
Nextcloud bot
1f73e9e7dd
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-26 02:43:47 +00:00
sowjanyakch
33de105048
Edit inputText view refactoring
...
Signed-off-by: Sowjanya Kota <101803542+sowjanyakch@users.noreply.github.com>
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
2024-01-25 17:47:21 +01:00
Nextcloud bot
03a14c5d90
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-25 02:41:46 +00:00
sowjanyakch
337f07abfe
Basic Edit feature
...
Signed-off-by: Sowjanya Kota <101803542+sowjanyakch@users.noreply.github.com>
2024-01-24 14:00:27 +01:00
Nextcloud bot
7193f9a2f3
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-24 02:41:55 +00:00
Nextcloud bot
7f14df9b40
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-22 02:42:11 +00:00
Nextcloud bot
6113d07baf
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-21 03:02:01 +00:00
Sowjanya Kota
d8d1de2f35
Checking Edit Capability
...
Signed-off-by:Sowjanya Kota <101803542+sowjanyakch@users.noreply.github.com>
2024-01-19 18:12:31 +01:00
Nextcloud bot
9e301a0e52
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-19 02:42:13 +00:00
Nextcloud bot
b14e4b9c4e
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-18 02:41:43 +00:00
parneet-guraya
6f88c8bcbd
add cancel upload functionality
...
Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>
2024-01-17 09:21:32 +01:00
Nextcloud bot
64732b8155
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-17 02:42:05 +00:00
Nextcloud bot
8a175f5c2f
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-16 02:41:15 +00:00
Julius Linus
30c6ad5ab6
save cursor position
...
Signed-off-by: Julius Linus <julius.linus@nextcloud.com>
2024-01-15 15:16:32 +01:00
Marcel Hibbe
f232fda7c1
set string "Build flavor" to translatable=false
...
otherwise translators won't understand what this is.
As translations were already made a new key was introduced to avoid "Translated Untranslatable" warnings
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2024-01-15 12:51:29 +01:00
Nextcloud bot
921773cb1d
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-15 11:05:44 +00:00
rakekniven
045d55a039
Update strings.xml
...
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2024-01-15 11:17:16 +01:00
rakekniven
3d3e8f38cf
fix(i18n): Adapted trademarks and fixed grammar
...
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2024-01-15 11:17:16 +01:00
Nextcloud bot
cc529b84f5
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-15 02:39:14 +00:00
Nextcloud bot
eba8260861
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-14 02:42:26 +00:00
Nextcloud bot
a3d77f7563
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-13 02:47:47 +00:00
Marcel Hibbe
52d63fbdb0
Merge pull request #3558 from nextcloud/feature/noid/addNotificationHintsToSettings
...
Add diagnose screen and add permission checks in settings
2024-01-12 10:03:45 +01:00
Marcel Hibbe
c7a72aaf4a
add diagnose screen and permission warnings in settings
...
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2024-01-12 09:54:28 +01:00
Nextcloud bot
abba4eb04e
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-12 08:04:41 +00:00
Nextcloud bot
8b62de880c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-12 02:39:44 +00:00
Nextcloud bot
0881f21e5f
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-12 02:39:25 +00:00
Nextcloud bot
83552c1b42
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-11 02:40:23 +00:00
Nextcloud bot
3f3ea511ed
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-11 02:40:02 +00:00
Nextcloud bot
e9d0708d2d
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-10 02:43:59 +00:00
Nextcloud bot
18a5c4a74a
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-10 02:43:39 +00:00
Nextcloud bot
a9c6c5563e
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-09 02:44:38 +00:00
Nextcloud bot
2b84b79411
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-09 02:44:18 +00:00
Nextcloud bot
0fc5857d4d
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-08 02:44:38 +00:00
Nextcloud bot
f76a852f8c
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-08 02:44:19 +00:00
Nextcloud bot
c12fdd73e9
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-07 02:46:24 +00:00
Nextcloud bot
64d4d8466a
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-07 02:46:04 +00:00
Nextcloud bot
8d1199e11c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-06 02:47:48 +00:00
Nextcloud bot
405c698606
Fix(l10n): Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-06 02:47:29 +00:00
Nextcloud bot
a5b5388477
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-05 02:46:41 +00:00