Commit Graph

316 Commits

Author SHA1 Message Date
Doug e167f9c61a Move presentation of the loading spinner into AuthenticationCoordinator for new users.
Also moves key verification out of a bridge presenter in AuthenticationVC and into the AuthenticationCoordinator.
2022-02-17 17:31:43 +00:00
Andy Uhnak 0efa7d463a Move import 2022-02-16 11:56:33 +00:00
Andy Uhnak 4d86245033 Implement home screen activity indicators 2022-02-16 11:48:26 +00:00
Andy Uhnak b9b2c642e3 Add new loading indicators 2022-02-14 16:51:02 +00:00
Doug d1ded12b5e Fix spinner when clearing cache. 2022-02-11 15:42:12 +00:00
Doug da594c3b8f Merge pull request #5560 from vector-im/doug/5559_fix_stuck_loading
Fix for the green spinner not being dismissed with a local synapse.
2022-02-11 13:11:53 +00:00
Doug f787f12135 Fix for the green spinner not being dismissed with a local synapse. 2022-02-11 12:29:06 +00:00
Andy Uhnak 4c841fc6b2 Exclude all items from iCloud backup
Signed-off-by: Andy Uhnak <andyuhnak@gmail.com>
2022-02-11 11:45:17 +00:00
Stefan Ceriu 1ab7643de1 Fixed various project warnings. Completely disabled nullability checks, went down from ~20k to 195. 2022-02-10 08:43:18 +02:00
Gil Eluard ae27b06f0d Merge branch gil/5230_SP2-Adding_Rooms_to_Spaces into gil/5231_SP3-1_Update_room_settings_for_Spaces 2022-02-05 21:43:29 +01:00
ismailgulek 1aabe2002a Add error logs for event fetch requests 2022-02-03 17:52:48 +03:00
ismailgulek 2375c1763c Add thread setting check to permalinks and search results 2022-02-03 01:40:52 +03:00
David Langley 7d668acd59 Green spinner should only stay up til after initial sync. MXSessionStateProcessingBackgroundSyncCache should not force it to stay up longer if it is taking a long time. 2022-02-02 11:38:08 +00:00
David Langley 9e8482e896 Green spinner should not hide for MXSessionStateProcessingBackgroundSyncCache. 2022-02-01 11:11:37 +00:00
ismailgulek c358f10272 Merge branch 'develop' into ismail/5096_thread_notifications 2022-02-01 01:23:00 +03:00
Doug 6b6a58cc4a Merge pull request #5398 from vector-im/doug/5159_ftue_splash
Add a splash screen before authentication is shown
2022-01-28 15:34:26 +00:00
Doug 7ef1288628 Updates following PR review.
Fix tests by moving constants out of Coordinator (as it is only part of the Riot target).
2022-01-27 15:19:54 +00:00
ismailgulek d2e5e29ad9 Merge branch 'develop' into ismail/5096_thread_notifications 2022-01-27 03:20:25 +03:00
Doug b1ace569e7 Begin implementing an onboarding flow. 2022-01-26 14:25:48 +00:00
ismailgulek a24e208cb1 Fix review remarks 2022-01-25 23:59:19 +03:00
ismailgulek 6ac01ae245 Merge branch 'develop' into ismail/5068_start_thread 2022-01-25 14:30:52 +03:00
ismailgulek 536ae046d2 Do not stack room screen when opening threads from permalinks 2022-01-20 21:36:40 +03:00
David Langley 7a7ee720f2 Change HomeViewControllerWithBannerWrapperViewController to MXKViewControllerActivityHandling conformance. 2022-01-19 09:48:16 +00:00
Gil Eluard 086afb1835 SP3.1: Update room settings for Spaces element-ios#5231
- Changed the Room Settings screen according to the new design
- Implemented the room access flow
- Added room upgrade support
- Implemented the room suggestion screen
2022-01-13 15:53:45 +01:00
ismailgulek 7cb920e582 Merge branch 'ismail/5068_design_tweaks' into ismail/5096_thread_notifications 2022-01-12 13:58:48 +03:00
ismailgulek ac1b79ff92 Merge branch 'develop' into ismail/5068_start_thread 2022-01-04 15:28:19 +03:00
ismailgulek bf6c0b16e3 Open thread on an initial event, fetch the event if doesn't exist 2021-12-24 14:50:11 +03:00
Doug 5c19dca3ec Leave analytics client running on sign out.
Only identify with a running session.
2021-12-16 17:01:22 +00:00
Doug b44642a31d Improve iPad layout. Add separate debug configuration. 2021-12-16 17:01:22 +00:00
Doug 70e0eed440 Move string formatting to Tools.
Revert contacts tracking from MatrixKit.
Final tweaks before PR.
2021-12-16 17:01:22 +00:00
Doug 61f5764cca Support link/html in analytics prompt strings.
Show the new prompt to everyone, even if they previously opted out.
Add docs to Analytics.
2021-12-16 17:01:22 +00:00
Doug 315f5a9cc4 Add AnalyticsScreenTimer and track more screens.
Update Analytics with new methods in MXAnalyticsDelegate.
2021-12-16 16:59:45 +00:00
Doug 418865a388 Use custom generated Swift events.
Add analytics PerformanceTimer event.
2021-12-16 16:59:45 +00:00
Doug f718514516 Add specific methods to track analytics and test generated event types. 2021-12-16 16:59:45 +00:00
Doug e8d02c5458 Don't read analytics opt in status from account data.
Update PostHog to 1.4.3.

Add tests for prompt type.
2021-12-16 16:59:45 +00:00
Doug a984028479 Begin migration from Matomo to PostHog
Add CocoaPods-Keys.
2021-12-16 16:59:26 +00:00
ismailgulek 1bc9db85c3 Merge branch 'ismail/5092_thread_list' into ismail/5094_thread_links 2021-12-10 11:08:01 +03:00
ismailgulek 3a6e7a19e2 Merge branch 'develop' into ismail/5068_start_thread 2021-12-09 15:25:14 +03:00
SBiOSoftWhare d4e8d9400f Merge develop into steve/5020_matrixkit_merge 2021-11-30 16:16:52 +01:00
SBiOSoftWhare e8d4af46d2 Update all Objective-C MatrixKit imports to handle new location. 2021-11-30 16:09:53 +01:00
ismailgulek abd5044023 Merge branch 'ismail/5092_thread_list' into ismail/5094_thread_links 2021-11-30 01:54:56 +03:00
ismailgulek 5dfb0fbbfe Merge branch 'develop' into ismail/5068_start_thread 2021-11-30 01:33:51 +03:00
ismailgulek af5eca3097 Open thread view for root events when available 2021-11-30 01:12:53 +03:00
ismailgulek 78b1ef2715 Pass thread options for permalinks 2021-11-29 18:22:09 +03:00
ismailgulek d6ffe933d2 Replace threadId with ThreadParameters 2021-11-29 18:11:04 +03:00
SBiOSoftWhare 5b9944dd1a LegacyAppDelegate: Don't use private interface from SDK. 2021-11-26 15:26:34 +01:00
ismailgulek 34d0aa54f9 Adapt to event changes 2021-11-26 01:47:08 +03:00
ismailgulek 4e2bafbf84 Add threadId parameter to room navigation parameters 2021-11-25 16:28:42 +03:00
ismailgulek bcec32f8da Merge branch 'develop' into ismail/5068_start_thread 2021-11-19 00:23:24 +03:00
Doug 6dd471045f Merge branch 'master' into develop
# Conflicts:
#	Podfile.lock
#	Riot/Modules/Room/RoomViewController.m
2021-11-17 17:36:44 +00:00