Commit Graph

2477 Commits

Author SHA1 Message Date
langleyd 23884eb4c0 Fix build and naming of State -> ViewData 2021-07-05 16:28:14 +01:00
Doug 620b54583a Show encrypted message notification content by default. 2021-07-05 15:27:52 +01:00
langleyd 64efc159ba Fix service naming 2021-07-04 17:27:19 +01:00
langleyd 5cacdac19e Change in behaviour: mute should actually mean mute on update now. 2021-07-04 17:06:19 +01:00
langleyd ff61a79ffb Add ViewModel tests and change avatar data to use existing AvatarViewDataProtocol 2021-07-04 17:01:42 +01:00
langleyd 7a2ba9dfb4 Add avatar view and title 2021-07-04 10:46:17 +01:00
langleyd 3f7d45100c Add entry points at long press on home view and slide on recents. 2021-07-02 20:19:46 +01:00
David Baker 62abdf444f 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 cf860049ef Fix SwiftLint warnings. 2021-07-02 17:13:45 +01:00
Doug 0f720e56d7 Fix documentation warnings. 2021-07-02 16:46:27 +01:00
langleyd ce5d53822b Update theming and footer 2021-07-02 16:16:54 +01:00
langleyd 9c42cb1aeb Fix naming of Repository -> Service, Impl -> Type 2021-07-02 10:39:27 +01:00
langleyd 8b52cda3f7 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 0f10ffa7d7 Add translations, footer message and room encryption handling 2021-07-02 10:15:35 +01:00
Gil Eluard 1e3abae9c7 #4090 - Improved performances 2021-07-02 07:38:56 +02:00
ismailgulek 9d1de5bc29 Adapt Swifty session states 2021-06-30 18:02:11 +03:00
Doug 98b314305a Merge remote-tracking branch 'origin/develop' into element_4485
# Conflicts:
#	CHANGES.rst
2021-06-30 12:43:37 +01:00
Doug c2cce13730 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 1ac89b7617 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 424d57cb5c Merge branch 'develop' into element_4090 2021-06-30 09:22:18 +02:00
Gil Eluard adec2dc99b #4090 - fixed small theme issues 2021-06-29 17:05:01 +02:00
Gil Eluard b16d11e472 #4090 - bug fixing and removed work queue 2021-06-29 15:08:55 +02:00
ismailgulek dd84b33929 Adapt renaming 2021-06-29 15:10:16 +03:00
Doug 93a046fb90 Merge remote-tracking branch 'origin/develop' into element_4485 2021-06-29 10:32:19 +01:00
Doug 83cd179101 Ensure authenticationActivityIndicator is in front of the input fields. 2021-06-29 09:45:07 +01:00
Gil Eluard 8786eb4571 #4090 - Hide voice message button when on action mode 2021-06-29 10:36:10 +02:00
Gil Eluard 721e761e84 #4090 - Fixed UI regression if BuildSettings.voiceMessagesEnabled = false 2021-06-29 10:17:15 +02:00
Gil Eluard bca643e1fd #4090 - Use a dedicated dispatch queue for process 2021-06-29 08:52:21 +02:00
Doug d36e40c7aa 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 f9cbacf2fb SSOAuthenticationService: Handle login callback URL with HTML entities. 2021-06-28 16:49:05 +02:00
SBiOSoftWhare 8cdb019fc4 AuthenticationVC: Show an error alert on SSO authentication failure. 2021-06-28 16:45:20 +02:00
ismailgulek 61237261ac Use new fonts 2021-06-28 15:33:44 +03:00
ismailgulek 55dce25233 Merge branch 'develop' into voip_audio_router_menu 2021-06-28 15:22:52 +03:00
ismailgulek 4a0d74a4d7 Fix horizontal spacing 2021-06-28 15:22:03 +03:00
ismailgulek bbea4ece5d Fix background color of menu 2021-06-28 13:30:36 +03:00
ismailgulek 7f1b474c44 Implement router methods 2021-06-28 02:22:25 +03:00
ismailgulek b60823ceac Audio route menu and item views 2021-06-28 02:21:40 +03:00
ismailgulek 68d1f2ee26 Update UI for new more button 2021-06-28 02:20:59 +03:00
ismailgulek a3261749cf Refactor sliding modal, combine options when passing 2021-06-28 02:13:49 +03:00
langleyd 15c02a2b61 Add NotificationRepository, ViewModel and ViewController 2021-06-25 22:38:31 +01:00
Stefan Ceriu c7c1f436f2 #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 b2ee648f78 #4094 - Fixed toast notifications background color on dark themes. 2021-06-25 15:46:48 +03:00
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
SBiOSoftWhare 9ce2ff6577 Merge pull request #4455 from vector-im/design_kit_fonts
DesignKit: Handle text styles
2021-06-24 16:35:40 +02:00
SBiOSoftWhare b9574e2342 SideMenu: Use right font for the display name. 2021-06-24 15:50:06 +02: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