Commit Graph

58 Commits

Author SHA1 Message Date
Stefan Ceriu 7b75dec011 vector-im/element-ios/issues/4899 - Replaced (*almost*) all NSLocalizedString calls with newly generated ObjC methods. 2021-09-30 09:40:12 +03:00
Gil Eluard 6335acc0cd 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
Gil Eluard 21f5d73b6f [Spaces] M10.8 Browsing users in a space #4682
- Update after code review
2021-09-14 16:59:32 +02:00
Gil Eluard aa931a3c1a [Spaces] M10.8 Browsing users in a space #4682
- Update after code review
2021-09-14 11:45:33 +02:00
Gil Eluard 6aa9f0f5c7 [Spaces] M10.8 Browsing users in a space #4682
- Renamed coordinators
2021-09-02 09:34:25 +03:00
Gil Eluard b85ad68591 [Spaces] M10.8 Browsing users in a space #4682
- Present space members screen from people tab if space has been selected
2021-08-22 09:23:58 +03:00
Doug 00c557f23d Remove directRoomBorderView from InviteRecentTableViewCell.xib. 2021-08-12 09:50:18 +01:00
Doug 0b6d7216ee Remove peopleCellDataArray from total item count. 2021-07-27 16:06:41 +01:00
Doug fa182416a6 Remove old MXKRecentsDataSource methods. 2021-07-27 15:59:36 +01:00
Doug 8a3e60c5e7 Remove old conformances. 2021-07-27 14:53:58 +01:00
Doug c6e412e916 Allow recentsTableView to use recentsDataSource now that there are no contacts to insert.
Remove all unnecessary datasource/delegate methods.
2021-07-27 14:51:10 +01:00
Doug f7c5279416 Remove headers from PeopleViewController. 2021-07-09 14:22:33 +01:00
Doug 61e02323ba Tidy up PeopleViewController data source methods. 2021-07-06 17:43:16 +01:00
Doug d99e7ce7b5 Begin removing contacts section from PeopleViewController. 2021-07-06 16:14:32 +01:00
SBiOSoftWhare eefc7c5deb Navigation: Add possibility to instantiate each tab bar item controller programmatically. 2021-05-20 21:29:08 +02:00
ismailgulek 94314a07df Merge branch 'voip_2746' into voip_dialpad 2021-02-10 00:38:23 +03:00
Gil Eluard ba9f22c6b5 The Invite cell behaviour is not driven by MXRoom.isDirect property anymore 2021-02-05 10:25:27 +01:00
ismailgulek 6128a96805 Merge branch 'voip_2746' into voip_dialpad
# Conflicts:
#	Riot.xcodeproj/project.pbxproj
2021-01-20 16:25:36 +03:00
ismailgulek 4fd4377b15 Move dialpad into room 2021-01-14 13:38:17 +03:00
ismailgulek ee48d297b0 Fix orientation 2021-01-14 12:13:25 +03:00
ismailgulek 748b0f1e68 Open dialpad on people tab 2021-01-13 22:30:03 +03:00
SBiOSoftWhare 2f60a6db4c Invite friends: Make app name customizable in share text. 2021-01-12 11:34:05 +01:00
SBiOSoftWhare f3c7b900a5 Add InviteFriendsPresenter that enables to share current user contact to someone else. 2021-01-11 18:25:39 +01:00
SBiOSoftWhare 698bd175ee Merge develop into element_3836 2020-11-30 17:54:16 +01:00
SBiOSoftWhare 638fa64958 Empty screens: Use dark artworks when the theme is dark or black. 2020-11-30 16:42:47 +01:00
SBiOSoftWhare 5c6480bbea InviteRecentTableViewCell: Do not show preview button. 2020-11-26 18:17:02 +01:00
SBiOSoftWhare 08d40ee61f Empty screens: Prevent empty screens display while searching. 2020-11-26 12:02:18 +01:00
SBiOSoftWhare 84f10d15b1 Empty screens: Implement people empty screen. 2020-11-26 11:22:55 +01:00
SBiOSoftWhare 14f992457c InviteRecentTableViewCell: Use MXRoomSummary.membershipTransitionState to calculate buttons loading state. 2020-11-19 22:38:27 +01:00
SBiOSoftWhare ad15230839 InviteRecentTableViewCell: Use "accept" as right button only for DM invite and restore "preview" action for room invite. 2020-11-17 22:40:37 +01:00
SBiOSoftWhare b58accec86 Update MXMembershipChangeState related code. 2020-11-17 21:27:57 +01:00
SBiOSoftWhare 57fc4d40bc InviteRecentTableViewCell: Add disclosure indicator to indicate preview action. 2020-11-13 17:16:43 +01:00
SBiOSoftWhare 07b6acf338 Fix conflict. 2020-11-13 09:47:39 +01:00
ismailgulek 29b7d76606 Use the new extension where appropriate 2020-10-09 12:40:46 +03:00
ismailgulek ee218cd2b8 Change icon and behaviour on People screen 2020-09-08 13:09:30 +03:00
SBiOSoftWhare 4995d71334 Remove old AppDelegate imports. 2020-08-31 19:38:06 +02:00
ismailgulek a044eb7fba Use allowLocalContactsAccess in PeopleViewController 2020-07-30 16:45:30 +03:00
SBiOSoftWhare 3a5c549607 Theme: Update disclosure indicator with theme color. 2020-07-16 23:16:11 +02:00
SBiOSoftWhare 332dae6540 Update tint color for favourites and people tabs. 2020-07-10 15:37:19 +02:00
SBiOSoftWhare f0b1d4f29b Tab bar root view controllers now use the same floating button. 2020-07-10 15:23:50 +02:00
manuroe c36089b938 Privacy: Do not try to scan local contacts in background when the user has not decided yet to use or not an identity server.
But try to scan when the user opens a screen with a list of contacts
2019-10-10 15:18:58 +02:00
Fridtjof Mund bf9f682a5b Merge branch 'develop' into deprecations/contacts-api 2019-02-20 18:14:36 +01:00
fridtjof 7518421e2a fix changes made in ae4d7514 2019-02-20 18:12:18 +01:00
manuroe 29aa20f810 Reskin: Use same color names as in https://app.zeplin.io/project/5c122fa790c5b4241ffa6be7/screen/5c619592daff2f1241d82e75 2019-02-12 19:06:22 +01:00
fridtjof 245de393e2 replace contact availability checks with the iOS 9+ way 2019-02-05 01:36:13 +01:00
manuroe 7efcf8f6c4 reskin: Theme: rename colors as it is in the palette now 2019-01-11 13:13:31 +01:00
manuroe 9cce93ecea reskin: Kill kRiotColorXxxx 2019-01-11 11:57:02 +01:00
manuroe 2fdb06d879 reskin: Create ThemeService.shared 2019-01-11 11:45:27 +01:00
manuroe f0c22a14af reskin: Rename RiotDesignValues -> ThemeService 2019-01-11 10:46:00 +01:00
manuroe c702350171 reskin: rename ColorValues to Theme 2019-01-10 15:32:59 +01:00