Stefan Ceriu
71488efa07
#4094 - Fixed missing ffmpegkit module on release builds. Disabled cache manager work queue for now as it's still not working properly.
2021-06-25 14:42:52 +03:00
Stefan Ceriu
e353f01c5c
#4094 - Caching layer work queue fixes and preventing sampling division by 0.
2021-06-25 13:18:40 +03:00
Stefan Ceriu
3f7d821c69
#4094 - Fixed improper weak display link targets.
2021-06-25 12:13:43 +03:00
Stefan Ceriu
d627e83d09
#4094 - Added voice message attachment decryption, transcoding and sampling caching layer.
2021-06-25 12:09:41 +03:00
Stefan Ceriu
9a6dfedbd1
Merge branch 'develop' into element_4090
2021-06-24 14:45:27 +03:00
Stefan Ceriu
1594bdda19
#4094 - Added toast notifications and maximum recording duration.
2021-06-24 14:02:41 +03:00
Stefan Ceriu
433cc15f9d
#4094 - Added Opus Ogg support through FFmpegKit backed media conversion.
2021-06-24 12:28:50 +03:00
Stefan Ceriu
a04adf998e
#4094 - Optimize expensive date formatters creation.
2021-06-24 11:33:14 +03:00
Stefan Ceriu
7e2305464c
#4094 - Added multiple observation on media services and a mediaServiceProvider that prevents simultaneous playback from multiple player instances.
2021-06-24 11:29:07 +03:00
Stefan Ceriu
9fea48b8f1
Fix retain cycle between the RoomTitleView (strong tapGestureDelegate) and the RoomViewController.
2021-06-24 09:50:32 +03:00
Stefan Ceriu
1000736265
#4094 - Various tweaks, bug fixes and improvements following code review.
2021-06-23 15:37:34 +03:00
langleyd
07f098b7bd
Add correct asset for notifications icon.
2021-06-22 16:01:21 +01:00
Stefan Ceriu
27fbed011e
#4094 - Fixed voice message toolbar states after sending message while recording in locked mode.
2021-06-22 16:58:36 +03:00
langleyd
997cf15dd3
Add new settings notification feature flag and update ui entry point
2021-06-22 13:39:50 +01:00
Stefan Ceriu
172f197b4d
#4094 - Added voice messages locked mode playback.
2021-06-22 13:19:39 +03:00
Stefan Ceriu
4910066fa5
#4096 - Weakify display link targets.
2021-06-22 09:59:14 +03:00
Stefan Ceriu
d9293e7d2d
#4096 - Added locked mode transition and animations, locked recording mode and real time waveform.
2021-06-22 09:42:38 +03:00
Stefan Ceriu
220b9df8ec
#4096 - Extracted logic from the VoiceMessagePlaybackView. Exposed power levels from audio recorder.
2021-06-22 09:42:37 +03:00
Stefan Ceriu
1a47d4f058
#4096 - Various small UI tweaks and bug fixes.
2021-06-22 09:42:37 +03:00
Stefan Ceriu
fbd03ed206
#4096 - Voice message playback view theme support.
2021-06-22 09:42:37 +03:00
Stefan Ceriu
14f312ad61
#4090 - Added voice messages feature flag.
2021-06-22 09:42:37 +03:00
Stefan Ceriu
29e5557f7a
#4096 - Added voice message decoding, timeline cell and playback UI.
2021-06-22 09:42:37 +03:00
Stefan Ceriu
04986bd407
#4090 - Added recording duration label and permissions checking.
2021-06-22 09:42:37 +03:00
Stefan Ceriu
08f274bd61
#4090 - Add voice message controller, audio recorder and toolbar view links. Working audio file sending and cancellation.
2021-06-22 09:42:37 +03:00
Stefan Ceriu
ad83bbc0f9
#4090 - Corrected dark theme appearance.
2021-06-22 09:42:37 +03:00
Stefan Ceriu
b664326555
#4090 - Corrected dark theme appearance.
2021-06-22 09:42:37 +03:00
Stefan Ceriu
fbb451f33c
#4090 - New voice recording toolbar ui and swipe to cancel interaction.
2021-06-22 09:42:37 +03:00
Gil Eluard
53b2b05b15
Voice Messages - Hold and send
...
- Added voice message button
- voice recording UI state
2021-06-22 09:42:37 +03:00
David Langley
bc73650451
Merge pull request #4405 from vector-im/element_4403
...
Fix crash when entering a DM after a call is hung-up/rejected while being answered (#4403 )
2021-06-09 10:33:21 +01:00
langleyd
68dedfb5d0
Fix crash when entering a DM after a call is hung-up/rejected while being answered ( #4403 )
2021-06-08 14:03:17 +01:00
SBiOSoftWhare
42384a0520
RoomCreationIntroCell: Handle RoomAvatarViewData updates.
2021-06-07 18:46:16 +02:00
SBiOSoftWhare
0280c77201
RoomAvatarView: Now inherits from AvatarView, make RoomAvatarViewData conform to AvatarViewDataProtocol.
2021-06-07 18:46:16 +02:00
Stefan Ceriu
43f6c44c78
Adopt consolidated logging mechanism ( #4370 )
...
* Adopted the new MXLog and replaced NSLog throughout the application - vector-im/element-ios/issues/4351
* Replaced NSLog() and print() usages with MXLog.debug()
* Added swiftlint rules for NSLog(), print(), println() and os_log()
* Escape paths used to run script build phases for swiftlint and swiftgen
2021-06-03 11:30:07 +03:00
manuroe
fc44e44dac
Crypto: Do not decrypt synchronously. It asynchronously happens upstream now
...
#4306 )
2021-05-19 17:29:15 +02:00
ismailgulek
8273d8524d
Merge branch 'develop' into element_4293
2021-05-12 10:34:03 +03:00
ismailgulek
3d7ec9130a
Implement presentation controller delegate
2021-05-12 00:55:58 +03:00
SBiOSoftWhare
8a15d0e993
Merge branch 'spaces_beta' into spaces_feature_unavailable
...
# Conflicts:
# Riot/Modules/Application/LegacyAppDelegate.h
2021-05-07 15:08:45 +02:00
ismailgulek
de28ada648
Use new theme colors
2021-05-04 19:33:56 +03:00
ismailgulek
5805cfc897
Use new tile theme color
2021-05-04 19:25:24 +03:00
ismailgulek
88b087b979
Merge branch 'voip_design_updates' into voip_jitsi_remover
2021-05-04 19:11:17 +03:00
ismailgulek
17e11c6663
Merge branch 'develop' into voip_design_updates
2021-05-04 19:10:22 +03:00
SBiOSoftWhare
d975cd52c7
Use new universal link method where needed.
2021-05-04 10:41:55 +02:00
Gil Eluard
67c5ec4e05
Show / Hide More and Report Content contextual menu from settings
...
- Update after review
2021-04-29 20:10:07 +02:00
Gil Eluard
7ca8fb5d50
Show / Hide More and Report Content contextual menu from settings
2021-04-29 17:03:34 +02:00
Gil Eluard
8dadd54d5f
Enable / disable "Hide all messages from this user" of Room Member Screen from settings
2021-04-29 15:38:19 +02:00
ismailgulek
b7d43c5c4d
Update end call icon color
2021-04-29 14:58:45 +03:00
ismailgulek
76797573ff
Fix header bg color
2021-04-29 11:35:10 +03:00
ismailgulek
6c041114bb
Merge branch 'voip_design_updates' into voip_jitsi_remover
2021-04-29 10:50:20 +03:00
ismailgulek
bdae7b4042
Merge branch 'develop' into voip_design_updates
2021-04-29 10:50:04 +03:00
ismailgulek
a2c63d5d6d
Edit code spacing
2021-04-29 02:21:59 +03:00