SBiOSoftWhare
e8d4af46d2
Update all Objective-C MatrixKit imports to handle new location.
2021-11-30 16:09:53 +01:00
Philippe Loriaux
216924165d
Improve the Obj-C Generated Interface Header Name definition
2021-10-26 17:42:33 +02:00
ismailgulek
1eb62fb392
Merge branch 'develop' into ismail/4384_room_summary_store
2021-10-12 11:49:55 +03:00
Doug
7a6deb0c12
Fix generated avatar colours not matching Element Web.
2021-10-11 16:06:15 +01:00
ismailgulek
d1950906a0
Adapt changes
2021-10-02 02:09:36 +03:00
ismailgulek
05d71297b5
Merge branch 'develop' into ismail/4384_room_summary_store
2021-09-28 17:30:39 +03:00
ismailgulek
7b394ef3c4
Fetch room from session when needed
2021-09-23 16:56:39 +03:00
ismailgulek
5357e196d4
Adapt sentStatus changes
2021-09-22 11:41:22 +03: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
Gil Eluard
b824c33013
[Spaces] M10.7 Explore rooms #4571
...
- Update after design review
2021-08-16 15:44:44 +02:00
Gil Eluard
caf241f4d6
[Spaces] Show suggested in room lists #4501
...
- Update after code review
2021-08-16 10:33:10 +02:00
Doug
38b4e94f33
Remove green border from DM avatars.
2021-08-06 12:04:19 +01:00
Gil Eluard
3c1084963d
[Spaces] Show suggested in room lists #4501
...
- Show suggested rooms section in home screen (no actions)
- Show suggested rooms section in rooms screen (no actions)
2021-07-29 23:24:34 +02:00
manuroe
b309c2fe96
Room lists: Do not encryptedRoomIcon in the code
...
Let it sleep hidden in the xib
2021-03-19 09:19:02 +01:00
manuroe
c7e413dc37
Room lists: Remove shields on room avatars
...
#4115
but keep it in the room screen
2021-03-17 15:32:01 +01:00
Gil Eluard
f00281c20f
Retrying & deleting failed messages
...
- Update after code review
2021-03-10 22:19:04 +01:00
Gil Eluard
8d546430d6
Retrying & deleting failed messages
...
- code and UI tweaks
2021-03-03 21:37:04 +01:00
Gil Eluard
5cb904d2ee
Retrying & deleting failed messages
...
- Display an exclamation mark (on a red background). In case of a multi-line message
- When a message with an error is selected, show a bottom bar with the 4 following actions: Retry - Delete - Edit - Copy
- If users press on Delete, a confirmation dialog is displayed
- When error messages occur, a general error message appears above the composer. Selecting Delete will delete all error messages. Pressing on Retry will attempt to resend error messages
- If users press on Delete, a confirmation dialog is displayed
- In room lists, decorate rooms with errored messages with the error icon. Rooms with errors should be sorted first
2021-03-02 21:56:50 +01:00
SBiOSoftWhare
dee944939d
Merge develop into element_3836
2020-11-30 17:54:16 +01:00
SBiOSoftWhare
ec43f572eb
Empty screens: Add RootTabEmptyView a view displayed when there is no UI item to display on a screen.
2020-11-26 10:41:29 +01:00
ismailgulek
e77aceef7b
Section header views adaptation to safe area insets
...
Signed-off-by: ismailgulek <gulekismail@gmail.com >
2020-04-22 14:00:31 +03:00
manuroe
7ccc5740e2
Room decoration: Make shields bigger
2020-01-31 16:20:28 +01:00
manuroe
babec2ff28
Room decoration: Use shields instead of padlocks
...
#2906
2020-01-31 14:59:54 +01:00
SBiOSoftWhare
084909583b
Remove check for +[UIFont systemFontOfSize:weight:] availability.
2019-04-25 12:27:31 +02:00
manuroe
ed3224cba0
Reskin: Text in badges should be white in dark theme
...
#2283
2019-02-21 13:07:37 +01:00
manuroe
0a73f23be6
Reskin: Use same color names as in https://app.zeplin.io/project/5c122fa790c5b4241ffa6be7/screen/5c619592daff2f1241d82e75
2019-02-12 19:06:22 +01:00
manuroe
3f2b781a81
reskin: Use unreadRoomIndentColor
...
#2174
2019-01-23 12:43:53 +01:00
manuroe
b0fc0c9816
reskin: Theme: rename colors as it is in the palette now
2019-01-11 13:13:31 +01:00
manuroe
744a0b8d4f
reskin: Create ThemeService.shared
2019-01-11 11:45:27 +01:00
manuroe
712a632120
reskin: Rename RiotDesignValues -> ThemeService
2019-01-11 10:46:00 +01:00
manuroe
96880a4e2c
reskin: kill headerTextSecondaryColor
2019-01-10 18:10:10 +01:00
manuroe
936a26da1a
reskin: kill kRiotSecondaryTextColor
2019-01-10 18:05:21 +01:00
manuroe
3518ffea04
reskin: kill kRiotPrimaryTextColor
2019-01-10 18:00:45 +01:00
manuroe
f89848ef26
reskin: kill kRiotPrimaryBgColor
2019-01-10 17:50:26 +01:00
manuroe
2b32e32ac4
reskin: rename ColorValues to Theme
2019-01-10 15:32:59 +01:00
manuroe
6d69bfa167
reskin: ColorValues: suffix UIColor properties names with "Color"
2019-01-10 15:23:22 +01:00
manuroe
674fcfaa9d
Reskin: Kill kRiotColorGreen and use RiotDesignValues.colorValues.accent instead
2018-11-30 17:10:28 +01:00
manuroe
58b1ff9381
Reskin: Change the 2 notifications colors
2018-11-30 16:36:34 +01:00
SBiOSoftWhare
26624eafed
Fix image references in xib and storyboards by removing .png suffix
2018-07-10 17:16:26 +02:00
SBiOSoftWhare
fbe1264a5a
Organize views by feature
2018-07-10 10:21:20 +02:00