Commit Graph

43 Commits

Author SHA1 Message Date
ismailgulek 690afd773d Merge branch 'voip_2746' into voip_dialpad 2021-02-10 00:38:23 +03:00
Gil Eluard b77b2410ea The Invite cell behaviour is not driven by MXRoom.isDirect property anymore 2021-02-05 10:25:27 +01:00
ismailgulek a75a19330b Merge branch 'voip_2746' into voip_dialpad
# Conflicts:
#	Riot.xcodeproj/project.pbxproj
2021-01-20 16:25:36 +03:00
ismailgulek 585617bb7b Move dialpad into room 2021-01-14 13:38:17 +03:00
ismailgulek 00dfbe2510 Fix orientation 2021-01-14 12:13:25 +03:00
ismailgulek aeeee8b38a Open dialpad on people tab 2021-01-13 22:30:03 +03:00
SBiOSoftWhare b59b010a10 Invite friends: Make app name customizable in share text. 2021-01-12 11:34:05 +01:00
SBiOSoftWhare 8aab5eb71b Add InviteFriendsPresenter that enables to share current user contact to someone else. 2021-01-11 18:25:39 +01:00
SBiOSoftWhare 5ab5843736 Merge develop into element_3836 2020-11-30 17:54:16 +01:00
SBiOSoftWhare 61372a8775 Empty screens: Use dark artworks when the theme is dark or black. 2020-11-30 16:42:47 +01:00
SBiOSoftWhare 307082fca1 InviteRecentTableViewCell: Do not show preview button. 2020-11-26 18:17:02 +01:00
SBiOSoftWhare 0f7b1849d0 Empty screens: Prevent empty screens display while searching. 2020-11-26 12:02:18 +01:00
SBiOSoftWhare 15e3776b3e Empty screens: Implement people empty screen. 2020-11-26 11:22:55 +01:00
SBiOSoftWhare 07c4865eb9 InviteRecentTableViewCell: Use MXRoomSummary.membershipTransitionState to calculate buttons loading state. 2020-11-19 22:38:27 +01:00
SBiOSoftWhare 9b6ce746fd 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 2cb9a2ce6d Update MXMembershipChangeState related code. 2020-11-17 21:27:57 +01:00
SBiOSoftWhare 2ae22d6983 InviteRecentTableViewCell: Add disclosure indicator to indicate preview action. 2020-11-13 17:16:43 +01:00
SBiOSoftWhare 1e07134232 Fix conflict. 2020-11-13 09:47:39 +01:00
ismailgulek d44d6271d3 Use the new extension where appropriate 2020-10-09 12:40:46 +03:00
ismailgulek 66e73e99c1 Change icon and behaviour on People screen 2020-09-08 13:09:30 +03:00
SBiOSoftWhare bc6306bda9 Remove old AppDelegate imports. 2020-08-31 19:38:06 +02:00
ismailgulek 4141fd103a Use allowLocalContactsAccess in PeopleViewController 2020-07-30 16:45:30 +03:00
SBiOSoftWhare 832f1d219c Theme: Update disclosure indicator with theme color. 2020-07-16 23:16:11 +02:00
SBiOSoftWhare b375905e5d Update tint color for favourites and people tabs. 2020-07-10 15:37:19 +02:00
SBiOSoftWhare bd40f418f3 Tab bar root view controllers now use the same floating button. 2020-07-10 15:23:50 +02:00
manuroe f0abd96604 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 23ba14b73c Merge branch 'develop' into deprecations/contacts-api 2019-02-20 18:14:36 +01:00
fridtjof 16da95bae0 fix changes made in f5f16e16 2019-02-20 18:12:18 +01:00
manuroe 1f98b2395f Reskin: Use same color names as in https://app.zeplin.io/project/5c122fa790c5b4241ffa6be7/screen/5c619592daff2f1241d82e75 2019-02-12 19:06:22 +01:00
fridtjof f5f16e1693 replace contact availability checks with the iOS 9+ way 2019-02-05 01:36:13 +01:00
manuroe dc3d8d6734 reskin: Theme: rename colors as it is in the palette now 2019-01-11 13:13:31 +01:00
manuroe 3ff86cf431 reskin: Kill kRiotColorXxxx 2019-01-11 11:57:02 +01:00
manuroe bed6b151cb reskin: Create ThemeService.shared 2019-01-11 11:45:27 +01:00
manuroe d94284a100 reskin: Rename RiotDesignValues -> ThemeService 2019-01-11 10:46:00 +01:00
manuroe de0f5522ff reskin: rename ColorValues to Theme 2019-01-10 15:32:59 +01:00
manuroe a7fa1134cc reskin: ColorValues: suffix UIColor properties names with "Color" 2019-01-10 15:23:22 +01:00
manuroe 5147648085 reskin: Put back riot colors in the main tab bar icons 2019-01-10 15:12:24 +01:00
manuroe a28271afcb Reskin: Kill kRiotColorGreen and use RiotDesignValues.colorValues.accent instead 2018-11-30 17:10:28 +01:00
manuroe 9fea29617e Reskin: Change the 2 notifications colors 2018-11-30 16:36:34 +01:00
manuroe 5beaa454db Reskin: Use the new [RiotDesignValues applyStyleOnNavigationBar:] method everywhere
Note that we do not change anymore the bar tint color when changing tabs. This is alwasy the same.
2018-11-29 17:31:41 +01:00
SBiOSoftWhare d70a63189d Fix image references in xib and storyboards by removing .png suffix 2018-07-10 17:16:26 +02:00
SBiOSoftWhare 53e9214b1d Organize views by feature 2018-07-10 10:21:20 +02:00
SBiOSoftWhare 73ca630780 Structure project almost by features. Start by organizing view controllers. 2018-07-10 10:21:20 +02:00