Commit Graph

2324 Commits

Author SHA1 Message Date
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
David Baker 5dbd7f1f5a Use different title for scan button for self verification
Because it's not 'their' device, it's your own device.
2021-07-02 17:38:12 +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
Doug 9dfa582a11 Merge remote-tracking branch 'origin/develop' into element_4485
# Conflicts:
#	CHANGES.rst
2021-06-30 12:43:37 +01:00
Doug aaf04b0005 Move authenticationActivityIndicator into a container.
Observe the indicator's hidden property to show and hide the container.
2021-06-30 12:33:43 +01:00
ismailgulek e05ca9f16e Merge pull request #4487 from vector-im/voip_audio_router_menu
VoIP: Audio Router Menu
2021-06-30 12:26:13 +03:00
Gil Eluard 7cdf820edb Merge branch 'develop' into element_4090 2021-06-30 09:22:18 +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
ismailgulek 66b8cf2dda Adapt renaming 2021-06-29 15:10:16 +03:00
Doug b9d7056d9e Merge remote-tracking branch 'origin/develop' into element_4485 2021-06-29 10:32:19 +01:00
Doug d6e91909d9 Ensure authenticationActivityIndicator is in front of the input fields. 2021-06-29 09:45:07 +01: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
Doug 75f7554d73 Use secondary colour from the theme for authenticationActivityIndicator.
This allows the indicator to be seen when using a dark theme.
2021-06-28 16:38:54 +01:00
SBiOSoftWhare 38347a3fc5 SSOAuthenticationService: Handle login callback URL with HTML entities. 2021-06-28 16:49:05 +02:00
SBiOSoftWhare f26f8f1866 AuthenticationVC: Show an error alert on SSO authentication failure. 2021-06-28 16:45:20 +02:00
ismailgulek b56ff93066 Use new fonts 2021-06-28 15:33:44 +03:00
ismailgulek eb36065a20 Merge branch 'develop' into voip_audio_router_menu 2021-06-28 15:22:52 +03:00
ismailgulek 59eca8560d Fix horizontal spacing 2021-06-28 15:22:03 +03:00
ismailgulek db47c8817d Fix background color of menu 2021-06-28 13:30:36 +03:00
ismailgulek 6d87ec23a4 Implement router methods 2021-06-28 02:22:25 +03:00
ismailgulek a57803b134 Audio route menu and item views 2021-06-28 02:21:40 +03:00
ismailgulek c92d48782d Update UI for new more button 2021-06-28 02:20:59 +03:00
ismailgulek b4c510e727 Refactor sliding modal, combine options when passing 2021-06-28 02:13:49 +03: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
SBiOSoftWhare c19af4bc3b Merge pull request #4455 from vector-im/design_kit_fonts
DesignKit: Handle text styles
2021-06-24 16:35:40 +02:00
SBiOSoftWhare aad7485d7a SideMenu: Use right font for the display name. 2021-06-24 15:50:06 +02: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