Commit Graph

2777 Commits

Author SHA1 Message Date
SBiOSoftWhare 7a70af54f2 TabBarCoordinator: Prepare space switching. 2021-07-02 16:46:53 +02: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 12a180df66 AppCoordinator: Update AppNavigator usage. Prepare space switching. 2021-07-01 00:25:00 +02:00
SBiOSoftWhare 45209ee4d0 SideMenuCoordinator: Update side menu view width. Handle space list. 2021-07-01 00:23:43 +02:00
SBiOSoftWhare 845ec667cb AppNavigator: Add method to navigate to a screen or a state. 2021-07-01 00:21:20 +02:00
SBiOSoftWhare 8dde57a6d9 SideMenuViewController: Update UI and add container view for space list. 2021-07-01 00:20:06 +02:00
SBiOSoftWhare bd5c422e0e Side menu: Hide app version. 2021-07-01 00:18:49 +02:00
SBiOSoftWhare 63300796f8 Update avatar view and view data usage. 2021-07-01 00:07:46 +02:00
SBiOSoftWhare 0cb160c74d Create space list screen. 2021-07-01 00:07:04 +02:00
SBiOSoftWhare 95ff839981 Create SpaceAvatarView. 2021-06-30 23:29:00 +02:00
SBiOSoftWhare 58bee63caf AvatarView: Update AvatarViewDataProtocol, add possibility to set a defaut image. 2021-06-30 23:25:15 +02:00
ismailgulek 0d656ecf2e Adapt Swifty session states 2021-06-30 18:02:11 +03: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