Commit Graph

355 Commits

Author SHA1 Message Date
ismailgulek 2278d4edfe Do not expose session from the protocol 2021-10-08 16:57:54 +03:00
ismailgulek e444b0cb81 Update Riot/Modules/Common/Recents/Model/DiscussionsCount.swift
Co-authored-by: manuroe <manuroe@users.noreply.github.com>
2021-10-08 16:52:56 +03:00
ismailgulek 24ab353a5b Remove old code piece 2021-10-08 16:52:09 +03:00
ismailgulek 76c5179bbd Adapt api changes 2021-10-08 14:43:19 +03:00
Gil Eluard 8fc3632863 [Spaces] M10.4.1 Home space data filtering #4570
- Added settings menu for Home space
2021-10-07 15:37:20 +02:00
SBiOSoftWhare 5e1c886c1a MasterTabBarController: Clean code. 2021-10-05 16:24:58 +02:00
ismailgulek 6f80bb04bf Remove extra argument labels 2021-10-05 15:17:30 +03:00
ismailgulek f5f773e7d9 Merge branch 'develop' into ismail/4384_room_summary_store 2021-10-05 13:48:25 +03:00
ismailgulek 43d122b73e Add comments 2021-10-05 13:29:41 +03:00
ismailgulek cc403113cb Generate server notice rooms 2021-10-05 13:17:15 +03:00
ismailgulek 8d75f61961 Generate some mock data 2021-10-05 11:44:24 +03:00
ismailgulek 7b0679c3ed Simplify empty view logic 2021-10-04 17:29:04 +03:00
ismailgulek 5200dbdde4 Architecture update 2021-10-04 17:28:21 +03:00
ismailgulek e43ce3d15b Create suggested rooms fetcher 2021-10-02 02:10:13 +03:00
ismailgulek d1950906a0 Adapt changes 2021-10-02 02:09:36 +03:00
manuroe 6dbdb15e03 RecentsDataSource: Memory leak in [RecentsDataSource dataSource:didStateChange:] 2021-10-01 11:34:39 +01:00
manuroe a2ce7af946 Merge branch 'master' into develop 2021-09-30 23:51:17 +01:00
ismailgulek f971fc2f18 Add suggested rooms fetcher 2021-09-30 16:01:26 +03:00
ismailgulek 4625982871 Refactor recent cell data 2021-09-30 16:00:52 +03:00
ismailgulek d0320f11b5 Fix merge conflict 2021-09-30 12:43:49 +03:00
ismailgulek cc46decec2 Merge branch 'develop' into ismail/4384_room_summary_store 2021-09-30 12:35:46 +03:00
Stefan Ceriu 8b80b3f4c7 vector-im/element-ios/issues/4899 - Replaced (*almost*) all NSLocalizedString calls with newly generated ObjC methods. 2021-09-30 09:40:12 +03:00
ismailgulek 1b15786228 Add spaces option 2021-09-29 15:10:41 +03:00
SBiOSoftWhare f536c8fde1 AvatarViewData: Make mediaManager property optional. 2021-09-29 11:28:13 +02:00
ismailgulek 05d71297b5 Merge branch 'develop' into ismail/4384_room_summary_store 2021-09-28 17:30:39 +03:00
ismailgulek d63bb926df Refactor recents data source to use new room list data fetchers 2021-09-24 18:50:41 +03:00
Gil Eluard f08a2535d7 Suggested Spaces appear as suggested rooms #4903
- Fixed
2021-09-24 14:31:35 +02:00
ismailgulek 7b394ef3c4 Fetch room from session when needed 2021-09-23 16:56:39 +03:00
Gil Eluard bfe5835082 Merge branch 'develop' into spaces 2021-09-23 15:26:06 +02:00
ismailgulek c979075d04 Merge pull request #4877 from vector-im/ismail/4874_fix_scroll_crash
RecentsViewController: Fix scroll crash
2021-09-22 18:43:34 +03:00
Gil Eluard 3c0a4c0633 Merge branch 'develop' into spaces
# Conflicts:
#	Riot/Assets/en.lproj/Vector.strings
2021-09-22 15:39:06 +02:00
ismailgulek 7be98ecf8e Adapt to cell data changes 2021-09-22 11:47:21 +03:00
ismailgulek e7db1f9889 Change method parameter 2021-09-22 11:43:07 +03:00
ismailgulek 5357e196d4 Adapt sentStatus changes 2021-09-22 11:41:22 +03:00
ismailgulek 1f70cab0ef Check index path is valid before scrolling 2021-09-22 11:04:56 +03:00
David Langley d189c4d618 Merge branch 'develop' of https://github.com/vector-im/element-ios into langleyd/4781_swiftui_template_examples 2021-09-15 14:33:05 +01:00
Gil Eluard 9279d17226 Merge branch 'develop' into spaces
# Conflicts:
#	Riot/Modules/Common/Avatar/AvatarViewDataProtocol.swift
#	Riot/Modules/Common/Recents/RecentsViewController.m
#	Riot/Modules/Home/Views/RoomCollectionViewCell.m
#	Riot/Modules/TabBar/TabBarCoordinator.swift
2021-09-15 14:42:04 +02:00
Stefan Ceriu 62cdb29331 Revert "Revert "#4693 - Drop iOS 11 support."" 2021-09-14 11:41:36 +03:00
David Langley f965620bfe CoordinatorParamters, Type -> Protocol, remove MX Prefix. 2021-09-08 15:47:24 +01:00
ismailgulek b5b51297ab Post data ready notification every time 2021-09-08 13:54:08 +03:00
ismailgulek ccb6404fca Move data ready notification to RecentsViewController 2021-09-08 11:18:18 +03:00
David Langley bcc3b23b1c Remove unneeded protocol and methods on VectortHostingController 2021-09-07 22:49:11 +01:00
David Langley d82ae75a0b Add Simple Template Example
- Add a simple Template example that shows a user profile with avatar, displayName and presence.
- ScreenCoordinator: closure based with less protocols and delegates.
- Reducer: Reducer function that manages all state modifications.
- SwiftUI View: Decomposes UI into appropriate sub components.
- Uses Theme and Dependency Management Infrastructure
2021-09-06 17:12:31 +01:00
Stefan Ceriu 8f46e037f2 Revert "#4693 - Drop iOS 11 support."
This reverts commit a2b359f21960e1b9f75139d94adc7aeb35fa479f.
2021-09-06 18:24:26 +03:00
Gil Eluard fd5d96aff9 [Spaces] M10.6 Space preview bottom sheet #4497 2021-09-06 07:46:43 +03:00
David Langley c5881e11ae Merge branch 'develop' of https://github.com/vector-im/element-ios into langleyd/4776_extract_swiftui 2021-09-02 10:14:11 +01:00
Stefan Ceriu 0b2616ddb3 #4693 - Drop iOS 11 support. 2021-09-01 15:55:41 +03:00
David Langley ada377dcf2 Finish extraction
- Moves SwiftUI code out of Riot and into RiotSwiftUI which has no dependency on Matrix SDK.
- Git wasn't smart enough to see the file moves. Most feature function has remain unchanged. 1 change I did make was remove NotificationSettingsViewModel's dependence on MxPushRule, so that the view model could be moved into RiotSwiftUI.
- Add LocaleProvider to abstract VectorL10n's use of Matrix SDK language so it can be used in RiotSwiftUI.
- Split Theme into UKit/SwiftUI version to remove RiotSwiftUI's dependence on ThemeService and ThemeV1.
- Migrated from ThemeObserver to ThemePublisher. We push updates to ThemePublisher so that we can remove ThemeService as dependency.
- Add .DS_Store to .gitignore
2021-09-01 12:34:38 +01:00
David Langley cb0403ed8d Extract and start to split theme. 2021-08-27 16:26:56 +01:00
David Langley f49af07c11 Merge pull request #4752 from vector-im/langleyd/4467_account_notification_settings
Account Notification Settings and Keywords
2021-08-26 11:07:11 +01:00