element-x-ada/libraries/matrix/api/src
Marco Romano 5a7f77bc92
Extract more content from audio messages. (#1607)
`TimelineItemAudioContent`:
- Use `java.time.Duration` instead of milliseconds. This will ease up things in the future because currently milliseconds are sent over the wire but in the future seconds will be sent (as per the stable MSC). Using `Duration` will allow our downstream code to be independent of what's passed over the wire.
- Rename `audioSource` property to `mediaSource` to better match its type.

`AudioMessageType`:
- Add and populate new fields `details` and `isVoiceMessage` to be used by voice messages.
2023-10-19 13:32:43 +02:00
..
main Extract more content from audio messages. (#1607) 2023-10-19 13:32:43 +02:00
test/kotlin/io/element/android/libraries/matrix/api Konsist: add rule obout test class name, and fix existing issue 2023-10-12 15:03:50 +02:00