Commit Graph

303 Commits

Author SHA1 Message Date
Stefan Ceriu 0b9c2a6d31 Prepare for new sprint 2022-05-05 16:11:24 +03:00
Doug c5878d288a Add Authentication Flow WIP.
- Add Registration Screen.
- Add Server Selection Screen.
- Rename AuthenticationCoordinator to LegacyAuthenticationCoordinator.
- Add AuthenticationService and RegistrationWizard.
- Async extensions.
- Add global white and EMS colors to the themes.
- Add tests for server selection and registration screens.
- Accessibility and iPad layout tweaks.
- Remove MainActor from Auth Coordinators/VMs/Views.
(It broke the protocol conformances so now the methods and properties are marked individually.)
2022-05-04 19:26:38 +01:00
ismailgulek 860549fc11 Update provisioning profiles 2022-04-26 12:09:42 +03:00
SBiOSoftWhare 6317cd63f8 Project.xcconfig: Update to Swift 5.6. 2022-04-22 13:10:43 +02:00
SBiOSoftWhare 95bf93f14a Project.xcconfig: Update deployment target. 2022-04-22 12:58:40 +02:00
gulekismail 230b603b02 Prepare for new sprint 2022-04-20 16:50:58 +03:00
Doug c967f264fe Stop excluding ARM64 simulator builds.
Follows on from an update to JitsiMeetSDK in matrix-ios-sdk.
2022-04-11 13:05:42 +01:00
Doug 0bb7c84bcb Update PostHog debug configuration. 2022-04-11 11:51:18 +01:00
Doug 96a46b1bf8 Rename NOTIFICATION key to Notification for missing translations.
Make Bundle.app a stored property.
Exclude Pirate from the supported languages.
2022-04-08 14:14:34 +01:00
aringenbach 740b04f799 Merge pull request #5999 from vector-im/aringenbach/5995_presence_offline_mode
Presence offline mode setting
2022-04-07 11:43:13 +02:00
aringenbach 53d8379af6 Rename build setting & encode with string value 2022-04-07 09:38:21 +02:00
Doug 260d1e4f3b Prepare for new sprint 2022-04-06 17:48:54 +01:00
aringenbach 18e2e9940b Add presence offline mode setting 2022-04-06 15:18:54 +02:00
Doug 52396d0a71 Prepare for new sprint 2022-04-05 16:00:29 +01:00
Doug 45dea89b8c Prepare for new sprint 2022-03-31 10:39:28 +01:00
Doug 20126d687f Merge pull request #5936 from vector-im/doug/5935_enable_all_langauges
Enable all translations
2022-03-29 09:33:06 +01:00
Doug c848b0068c Add BuildSettings to SwiftUI targets.
Remove RTL change on UIAlertController.
2022-03-28 17:53:34 +01:00
Doug 8a82930814 Add a RTL BuildSetting and use this for SwiftUI views too. 2022-03-28 16:52:07 +01:00
Stefan Ceriu c2bd2f7a9b Prepare for new sprint 2022-03-28 13:45:39 +03:00
David Langley edf7830357 Merge pull request #5743 from vector-im/langleyd/5017_uisi_autoreporter
App: UISI AutoReporting
2022-03-24 14:58:23 +00:00
aringenbach e5b8be4724 Merge pull request #5894 from vector-im/aringenbach/5837_handle_empty_jitsi_default_url
Allow empty Jitsi default url in BuildSettings
2022-03-23 15:40:26 +01:00
Stefan Ceriu acd095bbbd Prepare for new sprint 2022-03-22 16:59:35 +02:00
aringenbach e5157dbe92 Remove automatically hiding call button when no Jitsi URL is available 2022-03-22 15:38:53 +01:00
aringenbach 51cba95b63 Enable nilability on Jitsi server URL 2022-03-22 14:10:09 +01:00
Doug 4a63b6cdc8 Add onboarding avatar screen.
Includes a PhotoPickerPresenter to pick photos without requesting permissions.
2022-03-21 17:36:40 +00:00
Andy Uhnak 27e8f29cd4 Prepare for new sprint 2022-03-18 17:07:35 +00:00
David Langley 712a9bee13 Merge branch 'develop' of github.com:vector-im/element-ios into langleyd/5017_uisi_autoreporter 2022-03-16 21:45:33 +00:00
David Langley d53c90f47c Update detector to match web implementation(only track decryption attempts), add labs flag, increase rate limit spacing. 2022-03-16 17:47:41 +00:00
Andy Uhnak 7140e83c26 Prepare for new sprint 2022-03-14 16:26:10 +00:00
David Langley 477dc34a50 Add AutoReported, re-work big client interface and hook up AutoReporter. 2022-03-11 16:47:08 +00:00
Andy Uhnak 0d0a5d1af4 Prepare for new sprint 2022-03-09 15:15:58 +00:00
Andy Uhnak 7c60341121 Prepare for new sprint 2022-03-08 18:20:22 +00:00
Arnaud Ringenbach e300d6ea6f Rename profile as userAvatarAndName 2022-03-07 13:45:02 +01:00
Arnaud Ringenbach 6ccf209ed8 Use only latest profiles in the timeline (labs) 2022-03-07 13:45:02 +01:00
Doug 792e7ebb3b Remove unused NSBundle extension methods.
Fix compile errors and remove duplicate strings after rebase.
2022-03-03 10:04:20 +00:00
SBiOSoftWhare ce338c76d4 Add live location sharing build flag. 2022-03-02 14:39:30 +01:00
Andy Uhnak 830feeb7c0 Enable home and room user indicators 2022-03-01 15:50:24 +00:00
Doug 709ea15631 Merge pull request #5698 from vector-im/doug/5653_ftue_analytics_prompt
Prepare onboarding flow for personalisation screens.
2022-02-28 17:25:19 +00:00
Doug d0c6a1059e Merge branch 'develop' of github.com:vector-im/element-ios into develop 2022-02-25 11:42:49 +00:00
Doug b6e5163f80 Prepare for new sprint 2022-02-25 11:40:13 +00:00
Doug 4900c1018b Prepare onboarding flow for personalisation screens.
Add a BuildSetting to control the display of the personalisation screens.
Add a property to delay the AuthenticationCoordinator from showing any screens.
Add Congratulations screen to onboarding flow.
2022-02-25 11:27:27 +00:00
Andy Uhnak 6b6b6af9a3 Enable home activity indicator
Signed-off-by: Andy Uhnak <andyuhnak@gmail.com>
2022-02-25 09:54:13 +00:00
Anderas a5f3987bd1 Merge pull request #5630 from vector-im/andy/5605_leave_room
Update activity indicators on leaving room
2022-02-25 09:52:03 +00:00
Doug 69f9a92a47 Disable the default analytics configurations for forks. (#5688)
* Disable the default analytics configurations for forks.

* Check the analytics configuration instead of the PostHog Config.
2022-02-24 15:46:18 +00:00
Andy Uhnak c9c8438250 Rename properties and arguments 2022-02-22 16:44:22 +00:00
Doug a1ce129193 Prepare for new sprint 2022-02-22 14:16:36 +00:00
Andy Uhnak 6a3a9959b1 Temporarily disable activity indicators 2022-02-21 12:50:50 +00:00
Andy Uhnak b0ee449c5d Implement home screen activity indicators 2022-02-16 11:48:26 +00:00
Stefan Ceriu 329e655071 Prepare for new sprint 2022-02-16 12:45:10 +02:00
Stefan Ceriu 4b1eb75fd3 Fixed various project warnings. Completely disabled nullability checks, went down from ~20k to 195. 2022-02-10 08:43:18 +02:00