Stefan Ceriu
|
25534cf129
|
#4094 - Reduced the minimum recording duration to 1 second.
|
2021-07-12 10:18:01 +03:00 |
|
Gil Eluard
|
616d192a08
|
#4090 - Update after review
|
2021-07-10 00:16:23 +02:00 |
|
Doug
|
29d7262e38
|
Fix class keyword deprecation warnings everywhere!
Using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
|
2021-07-09 17:05:43 +01:00 |
|
Doug
|
81110387ed
|
Merge branch 'develop' into doug/4483_fix_picking_slow_mo_videos
|
2021-07-09 11:17:44 +01:00 |
|
langleyd
|
bbf93f5c2b
|
Fix logging, add "Notify me for" label, fix theme on avatar and add changes
|
2021-07-08 20:54:32 +01:00 |
|
Doug
|
aa5b71b97b
|
Fix sending a video selected from a document picker.
|
2021-07-08 17:41:55 +01:00 |
|
Doug
|
65e293f546
|
Send videos from the camera as AVURLAsset objects.
|
2021-07-08 16:55:32 +01:00 |
|
Doug
|
459936e076
|
Use AVAsset instead of NSURL to enable sending slow motion videos.
Slow motion videos are returned as AVComposition objects when picked. which lacks a URL property.
|
2021-07-08 16:26:19 +01:00 |
|
Gil Eluard
|
c2302ac81c
|
#4090 - Update after review
|
2021-07-06 23:03:56 +02:00 |
|
langleyd
|
943904fbf7
|
Use theme font types
|
2021-07-06 21:10:42 +01:00 |
|
langleyd
|
9225b910c7
|
Merge branch 'develop' of github.com:vector-im/element-ios into roomNotificationSettings
|
2021-07-06 19:51:17 +01:00 |
|
langleyd
|
e99fb4eff7
|
Fix typos, naming and copywright
|
2021-07-06 19:39:15 +01:00 |
|
Gil Eluard
|
bcd7648bba
|
Update Riot/Modules/Room/RoomViewController.m
Co-authored-by: ismailgulek <ismailgulek@users.noreply.github.com>
|
2021-07-06 15:17:22 +02:00 |
|
langleyd
|
dc94122634
|
Fix build, mute bug and footer label on unencrypted builds
|
2021-07-06 11:38:29 +01:00 |
|
Gil Eluard
|
fc10f906ae
|
MXKeyBackup: trustForKeyBackupVersionFromCryptoQueue must consider MSK trust
- code tweaks and optimizations
|
2021-07-06 08:57:51 +02:00 |
|
langleyd
|
d24e0c220d
|
spacing and cleanup dead code
|
2021-07-05 16:49:06 +01:00 |
|
langleyd
|
526a7500df
|
Fix build and naming of State -> ViewData
|
2021-07-05 16:28:14 +01:00 |
|
langleyd
|
dcc12d36e5
|
Fix service naming
|
2021-07-04 17:27:19 +01:00 |
|
langleyd
|
5d6bf6d8fe
|
Change in behaviour: mute should actually mean mute on update now.
|
2021-07-04 17:06:19 +01:00 |
|
langleyd
|
d225adfc47
|
Add ViewModel tests and change avatar data to use existing AvatarViewDataProtocol
|
2021-07-04 17:01:42 +01:00 |
|
langleyd
|
83d98c077d
|
Add avatar view and title
|
2021-07-04 10:46:17 +01:00 |
|
langleyd
|
8bfef45c9e
|
Add entry points at long press on home view and slide on recents.
|
2021-07-02 20:19:46 +01:00 |
|
Doug
|
4353687e61
|
Fix SwiftLint warnings.
|
2021-07-02 17:13:45 +01:00 |
|
Doug
|
f76db0baa4
|
Fix documentation warnings.
|
2021-07-02 16:46:27 +01:00 |
|
langleyd
|
b858b769ba
|
Update theming and footer
|
2021-07-02 16:16:54 +01:00 |
|
langleyd
|
c54809efc4
|
Fix naming of Repository -> Service, Impl -> Type
|
2021-07-02 10:39:27 +01:00 |
|
langleyd
|
fb8f585435
|
Fix typo and don't show link to account settings until we have global notification settings.
|
2021-07-02 10:30:44 +01:00 |
|
langleyd
|
a08e9c9fff
|
Add translations, footer message and room encryption handling
|
2021-07-02 10:15:35 +01:00 |
|
Gil Eluard
|
627b6639e8
|
#4090 - Improved performances
|
2021-07-02 07:38:56 +02:00 |
|
SBiOSoftWhare
|
63300796f8
|
Update avatar view and view data usage.
|
2021-07-01 00:07:46 +02:00 |
|
SBiOSoftWhare
|
58bee63caf
|
AvatarView: Update AvatarViewDataProtocol, add possibility to set a defaut image.
|
2021-06-30 23:25:15 +02:00 |
|
Gil Eluard
|
37ae52006e
|
#4090 - fixed small theme issues
|
2021-06-29 17:05:01 +02:00 |
|
Gil Eluard
|
d6bbd0152c
|
#4090 - bug fixing and removed work queue
|
2021-06-29 15:08:55 +02:00 |
|
Gil Eluard
|
1abd432caf
|
#4090 - Hide voice message button when on action mode
|
2021-06-29 10:36:10 +02:00 |
|
Gil Eluard
|
4c7542810a
|
#4090 - Fixed UI regression if BuildSettings.voiceMessagesEnabled = false
|
2021-06-29 10:17:15 +02:00 |
|
Gil Eluard
|
107a063bbe
|
#4090 - Use a dedicated dispatch queue for process
|
2021-06-29 08:52:21 +02:00 |
|
langleyd
|
f74adb5909
|
Add NotificationRepository, ViewModel and ViewController
|
2021-06-25 22:38:31 +01:00 |
|
Stefan Ceriu
|
430e33a3f5
|
#4094 - Increased minimum long press duration to 1 second, reversed audio recorder waveform direction, added a minimum recording duration of 5 seconds for hold&send.
|
2021-06-25 16:51:45 +03:00 |
|
Stefan Ceriu
|
a9a6e00e6b
|
#4094 - Fixed toast notifications background color on dark themes.
|
2021-06-25 15:46:48 +03:00 |
|
Stefan Ceriu
|
edd3447b6e
|
#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
|
2dec67c9e2
|
#4094 - Caching layer work queue fixes and preventing sampling division by 0.
|
2021-06-25 13:18:40 +03:00 |
|
Stefan Ceriu
|
546e840cb5
|
#4094 - Fixed improper weak display link targets.
|
2021-06-25 12:13:43 +03:00 |
|
Stefan Ceriu
|
f3b9f30ca8
|
#4094 - Added voice message attachment decryption, transcoding and sampling caching layer.
|
2021-06-25 12:09:41 +03:00 |
|
Stefan Ceriu
|
28f064c142
|
Merge branch 'develop' into element_4090
|
2021-06-24 14:45:27 +03:00 |
|
Stefan Ceriu
|
b6a380a739
|
#4094 - Added toast notifications and maximum recording duration.
|
2021-06-24 14:02:41 +03:00 |
|
Stefan Ceriu
|
71fb68dbfc
|
#4094 - Added Opus Ogg support through FFmpegKit backed media conversion.
|
2021-06-24 12:28:50 +03:00 |
|
Stefan Ceriu
|
3ed8e348cd
|
#4094 - Optimize expensive date formatters creation.
|
2021-06-24 11:33:14 +03:00 |
|
Stefan Ceriu
|
242fb1d808
|
#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
|
7a207b5d2c
|
Fix retain cycle between the RoomTitleView (strong tapGestureDelegate) and the RoomViewController.
|
2021-06-24 09:50:32 +03:00 |
|
Stefan Ceriu
|
6d62b17e5b
|
#4094 - Various tweaks, bug fixes and improvements following code review.
|
2021-06-23 15:37:34 +03:00 |
|