Florian Renaud
|
fbf242756e
|
Allow additional content when sending an event
|
2022-10-18 21:08:08 +02:00 |
|
Florian Renaud
|
90803be3ee
|
Voice Broadcast - Move Android API check on fragment
|
2022-10-18 21:07:45 +02:00 |
|
Florian Renaud
|
63c02c6fef
|
Voice Broadcast - Restore feature flag and enable it by default
|
2022-10-18 21:07:44 +02:00 |
|
Florian Renaud
|
5a749bdccf
|
Voice Broadcast - Update labs description
|
2022-10-18 21:07:44 +02:00 |
|
Florian Renaud
|
a03be5d02f
|
Add changelog
|
2022-10-18 21:07:44 +02:00 |
|
Florian Renaud
|
ecc22a1401
|
Voice Broadcast - Change default chunk duration
|
2022-10-18 21:07:44 +02:00 |
|
Florian Renaud
|
036511400e
|
Voice Broadcast - Hide labs setting in Android < 10
|
2022-10-18 21:07:44 +02:00 |
|
Florian Renaud
|
050dff6548
|
Voice Broadcast - Rename voice message files with sequence number
|
2022-10-18 21:07:44 +02:00 |
|
Florian Renaud
|
03ac0f1f03
|
Move Voice Broadcast feature flag to labs settings
|
2022-10-18 21:07:44 +02:00 |
|
Florian Renaud
|
0dad78a24a
|
Merge pull request #7387 from vector-im/feature/fre/voice_broadcast_start_listening
Voice Broadcast - Listening
|
2022-10-18 17:54:07 +02:00 |
|
ericdecanini
|
ed9ecb7fc9
|
Merge remote-tracking branch 'origin/develop' into feature/eric/msc3773
|
2022-10-18 11:03:41 -04:00 |
|
Florian Renaud
|
b67500515c
|
Merge pull request #7363 from vector-im/feature/fre/voice_broadcast_start_record
Voice Broadcast - Start record
|
2022-10-18 16:43:18 +02:00 |
|
Onuray Sahin
|
0c52a7ed04
|
Fix layout after try again button is clicked.
|
2022-10-18 15:45:39 +03:00 |
|
Hugh Nimmo-Smith
|
67be8c3c40
|
The one that got away
|
2022-10-18 12:44:05 +01:00 |
|
Florian Renaud
|
d53ad4328c
|
Voice Broadcast - Pause listening outside of the timeline
|
2022-10-18 13:41:05 +02:00 |
|
Florian Renaud
|
e75ddf763b
|
Add changelog file
|
2022-10-18 13:41:05 +02:00 |
|
Florian Renaud
|
4a32ccecfa
|
Voice Broadcast Player - Add missing try catch
|
2022-10-18 13:41:05 +02:00 |
|
Florian Renaud
|
402224721b
|
Voice Broadcast - Add voice message extensions
|
2022-10-18 13:41:05 +02:00 |
|
Florian Renaud
|
16c27ba174
|
Voice Broadcast - Get voice messages events related to a given VB
|
2022-10-18 13:41:05 +02:00 |
|
Florian Renaud
|
215128c213
|
Voice Broadcast - Add timeline item listening state
|
2022-10-18 13:41:04 +02:00 |
|
Florian Renaud
|
2760781f0a
|
Voice Broadcast - Introduce listening actions
|
2022-10-18 13:41:04 +02:00 |
|
Florian Renaud
|
eb44b02228
|
Create VoiceBroadcastMediaPlayer
|
2022-10-18 13:41:04 +02:00 |
|
Florian Renaud
|
032c0152e4
|
Voice Broadcast - Move timeline item creation to dedicated factory
|
2022-10-18 13:41:04 +02:00 |
|
Florian Renaud
|
5f35926ce6
|
Voice Broadcast - Hide related voice message events
|
2022-10-18 13:41:04 +02:00 |
|
Florian Renaud
|
ce14270fab
|
Introduce MessageAudioEvent
|
2022-10-18 13:41:04 +02:00 |
|
Florian Renaud
|
b9335c6065
|
Rename const DEFAULT_CHUNK_LENGTH_IN_SECONDS
|
2022-10-18 13:33:17 +02:00 |
|
Florian Renaud
|
92bd8cdcfe
|
Voice Broadcast - Remove check on voice message minimum duration
|
2022-10-18 13:33:17 +02:00 |
|
Florian Renaud
|
def9fc07bb
|
Revert AudioMessageHelper.pauseRecording
|
2022-10-18 13:33:16 +02:00 |
|
Florian Renaud
|
400118ed3e
|
Remove useless Android API checks
|
2022-10-18 13:33:16 +02:00 |
|
Hugh Nimmo-Smith
|
f7e0a19833
|
Remove redundant annotations
|
2022-10-18 12:29:48 +01:00 |
|
Hugh Nimmo-Smith
|
811d6d87ae
|
Reuse getDecimalCodeRepresentation from SAS instead of duplicating code
|
2022-10-18 12:23:21 +01:00 |
|
Hugh Nimmo-Smith
|
0acbd9c531
|
Merge branch 'feature/hughns/qr_code_login' of https://github.com/vector-im/element-android into feature/hughns/qr_code_login
|
2022-10-18 12:11:46 +01:00 |
|
Hugh Nimmo-Smith
|
916ae654e7
|
Don't log whole QR code
|
2022-10-18 12:11:41 +01:00 |
|
Hugh Nimmo-Smith
|
a83fb8bf83
|
Update matrix-sdk-android/src/main/java/org/matrix/android/sdk/api/rendezvous/RendezvousChannel.kt
Co-authored-by: Benoit Marty <benoitm@matrix.org>
|
2022-10-18 12:09:17 +01:00 |
|
Hugh Nimmo-Smith
|
8530f8f280
|
Update matrix-sdk-android/src/main/java/org/matrix/android/sdk/api/rendezvous/channels/ECDHRendezvousChannel.kt
Co-authored-by: Benoit Marty <benoitm@matrix.org>
|
2022-10-18 12:09:06 +01:00 |
|
Hugh Nimmo-Smith
|
0d1df3f66e
|
Update matrix-sdk-android/src/main/java/org/matrix/android/sdk/api/rendezvous/RendezvousChannel.kt
Co-authored-by: Benoit Marty <benoitm@matrix.org>
|
2022-10-18 12:08:09 +01:00 |
|
Hugh Nimmo-Smith
|
9fb0db3129
|
Update library/ui-strings/src/main/res/values/strings.xml
Co-authored-by: Benoit Marty <benoitm@matrix.org>
|
2022-10-18 12:07:12 +01:00 |
|
Benoit Marty
|
f3309692a4
|
Merge pull request #7239 from vector-im/feature/bma/arch_fixes
Feature/bma/arch fixes
|
2022-10-18 11:47:12 +02:00 |
|
Benoit Marty
|
3ccabd647a
|
Merge pull request #7390 from vector-im/dependabot/gradle/flipper-0.171.0
Bump flipper from 0.170.0 to 0.171.0
|
2022-10-18 11:45:34 +02:00 |
|
NIkita Fedrunov
|
6f5fefba56
|
lint
|
2022-10-18 10:44:20 +02:00 |
|
Hugh Nimmo-Smith
|
376cd1cb36
|
Missing throws
|
2022-10-18 09:34:28 +01:00 |
|
Benoit Marty
|
42a073627f
|
Merge pull request #7384 from vector-im/tech/bump-wysiwyg-lib-to-0.2.1
Bump WYSIWYG lib to 0.2.1
|
2022-10-18 10:33:38 +02:00 |
|
Hugh Nimmo-Smith
|
57a8dd4a1f
|
Whitespce
|
2022-10-18 09:31:13 +01:00 |
|
Benoit Marty
|
e8dbdbb15f
|
Merge pull request #7392 from vector-im/feature/bma/fix_post_pr
Fix message sent even if the step `ui-tests` is successful.
|
2022-10-18 10:28:40 +02:00 |
|
Benoit Marty
|
cf590c1887
|
Merge pull request #7382 from vector-im/feature/bma/nicer_doctor
Let the doctor be less strict and just warn.
|
2022-10-18 10:28:25 +02:00 |
|
Hugh Nimmo-Smith
|
a1d2944c32
|
Always check master key when provided by verifying device
|
2022-10-18 09:08:40 +01:00 |
|
Benoit Marty
|
6d6d2de08b
|
Fix message send even if the step ui-tests is successful.
Jobs `codecov-units` and `integration-tests` do not exist anymore.
|
2022-10-18 10:00:18 +02:00 |
|
Hugh Nimmo-Smith
|
f297117df2
|
Use mutex
|
2022-10-18 08:48:28 +01:00 |
|
Florian Renaud
|
1db3d69aeb
|
Change chunk_length type in unit test
|
2022-10-18 08:58:21 +02:00 |
|
Johannes Marbach
|
ba822d8231
|
Translated using Weblate (German)
Currently translated at 100.0% (2503 of 2503 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/de/
|
2022-10-18 03:54:23 +00:00 |
|