mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-06-04 08:11:57 +00:00
android: Audio messages (#1070)
* Audio messages testing * Without Vorbis * Naming * Voice message auto-receive, voice message composing * Experiments with audio * More recording features * Unused code * Merge master * UI * Stability * Size limitation * Tap and hold && tap and wait and click logics * Deleted unused lib * Voice type * Refactoring * Refactoring * Adapting to the latest changes * Mini player in preview * Different UI for some elements * send msg view style * *** in translation * Animation * Fixes animation performance * Smaller font for recording time * File names * Renaming * No edit possible for audio messages * Prevent adding text to edittext * Bubble layout * Layout * Refactor * Paddings * No crash, please * Draw progress as a ring * Padding * Faster status updates while listening voice * Faster status updates while listening voice * Quote * backend comment * Align * Stability * Review * Strings * Just better * Sync of recorder and players * Replaced Icon's with ImageButton's * Icons size * Error processing * Update apps/android/app/src/main/java/chat/simplex/app/MainActivity.kt * rename composable Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
0cb8f8ad82
commit
a4be68f4bd
@@ -386,6 +386,8 @@ processChatCommand = \case
|
||||
| otherwise = case qmc of
|
||||
MCImage _ image -> MCImage qTextOrFile image
|
||||
MCFile _ -> MCFile qTextOrFile
|
||||
-- consider same for voice messages
|
||||
-- MCVoice _ voice -> MCVoice qTextOrFile voice
|
||||
_ -> qmc
|
||||
where
|
||||
-- if the message we're quoting with is one of the "large" MsgContents
|
||||
|
||||
Reference in New Issue
Block a user