-
Notifications
You must be signed in to change notification settings - Fork 781
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Voice Message #3598
Merged
Merged
Voice Message #3598
Changes from 1 commit
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
69350ef
Voice message UI initial implementation.
cb96886
Send voice message.
5676226
Voice message recording view implementations.
9d48b39
Voice message playback implementation.
7a1b138
Merge branch 'develop' into feature/ons/voice_message
6cb53c9
Fix visibility of microphone icon.
5856e56
Put voice message preference under labs.
8452f75
Lint fix.
b1c7cb3
Lint fixes.
a9beded
Lint fix.
3372177
Design review fixes.
b400f3c
Small cleanup
bmarty 558cd6f
Cleanup
bmarty 7a1c6b7
Move the style to the layout, for code clarity. Style are not reused,…
bmarty 9dea519
Fix issue with play / pause button alignment
bmarty 2792d73
Apply missing tint
bmarty a2671bc
Fix touchable area to delete the voice message
bmarty 2c1335a
Theme for Toast
bmarty a69ac96
Fix bad timer display
bmarty 79f4053
Use DimensionConverter
bmarty 2ca0a99
Follow the spec
bmarty 963eb9d
Fix missing duration in audio event, and move `AudioWaveformInfo` to …
bmarty 984112e
Also copy waveform when sending again
bmarty db80ea6
Prefer testing attachment.waveform to see if it's a voice message
bmarty e391a13
Merge branch 'develop' into feature/ons/voice_message
bmarty 0382ae8
Swipe to reply on voice message
bmarty c5b8755
Trick for a better alignment of voice message in the timeline.
bmarty e49290b
Fix mic visible for invite room mode.
bmarty 8b852a2
Fix glitch when opening a room invite
bmarty 9df874c
Merge branch 'develop' into feature/ons/voice_message
bmarty 83bf48d
Fix denied permission issue
bmarty c69bc12
Be more precise if the timer is paused and resume.
bmarty 78e9a4f
Use CountUpTimer
bmarty cae927b
Use CountUpTimer
bmarty fa7c1a7
Render the wave form more often
bmarty bf14fa9
Fix rendering issue of time when playing in the timeline - still buggy
bmarty 7937c99
Untrack
bmarty bff2c6e
Better handling of Paused/Play state
bmarty 6283846
Cleanup
bmarty a52d5f6
Renaming
bmarty 4c5be39
Fix background color of Play/Pause button
bmarty 14dbbee
Fix background color of voice message item
bmarty 6530440
Fix an issue in the color
bmarty cf4e603
Fix background color of voice message recorder
bmarty 9e0f3a1
Fix other color issue
bmarty f40e6b5
Fix other color issue
bmarty 013174d
License file
bmarty 95bb796
Fix color
bmarty 6a0ea11
Follow the spec regarding waveform content
bmarty c938a30
Change filename.
bmarty df795d1
Cleanup
bmarty 0cf10b2
Fix issue with waveform rendering
bmarty 276808c
Fix issue in RTL
bmarty 6ab9b46
Fix mic button color
bmarty bb742eb
Handle record/play error
bmarty 6f947e9
Split to sub fun
bmarty bfc70be
Record voice on Android 21
bmarty 343ea42
Fix issue on Android 21
bmarty 13ae0ba
Convert voice message to be able to play on Android 28 and below
bmarty 6da4f1d
Add comment
bmarty 30bb918
Fix issue about move overflow.
bmarty 6caa2b9
Fix issue with RTL
bmarty a119417
Code review fixes.
bd2ed4c
Stop playback when deleting record on locked mode.
4c8a8d8
Design review fixes.
cdd2fca
Design review fixes.
e945b89
Hide mic if there is a draft message.
cfe64ee
Update initial recording state to restore from background.
1aa706d
Lint fixes.
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should disable this as well