manuroe
571c5630a6
reskin: Fix display of RoomMemberDetailsVC header.
...
Apply the same logic as in RoomVC in the previous commit
2018-12-28 17:54:19 +01:00
manuroe
0a0279e8b6
reskin: Improve a bit RoomVC expanded header display
...
RoomVC is displayed in another UINavigationController. Its bar can be translucent. Then, we just need to make sure that the main UINavigationController navigationBar is translucent when displaying the expanded header.
Note: there is a UI glitch when navigating back when the expanded header is displayed but that bug existed before (in v0.7.8)
2018-12-28 17:52:45 +01:00
manuroe
e6862e0d15
reskin: Fix display of expanded header in Room VC
2018-12-28 09:16:24 +01:00
manuroe
cc050e6da0
Reskin: Paint icons with RiotDesignValues.colorValues.accent when possible
2018-12-03 17:14:32 +01:00
manuroe
6ad603a6ca
Reskin: Kill kRiotColorGreen and use RiotDesignValues.colorValues.accent instead
2018-11-30 17:10:28 +01:00
manuroe
ba51d3630f
Reskin: Change the 2 notifications colors
2018-11-30 16:36:34 +01:00
manuroe
56cd67857c
Reskin:Create [RiotDesignValues applyStyleOnSearchBar:] and use it
2018-11-30 15:57:19 +01:00
manuroe
42b089c498
Reskin: Factorise *RoomTitleViews
...
and apply them kRiotDesignNavigationBarBarTintColor as background color to mimic the nav bar color
2018-11-29 17:47:42 +01:00
manuroe
00e19fe259
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
Giom Foret
3bcdd88022
MXImageView: use the new interface [setImageURI:...] instead of the deprecated one [setImageURL:...] .
...
Note - DirectoryServerTableViewCell:
Presently the thirdPartyProtocolInstance.icon is not a Matrix Content URI. We could not use here MXKImageView setImageURI method
without breaking the instance icon rendering. We use the deprecated interface until this point is fixed on the server side.
2018-11-11 15:20:32 +01:00
Giom Foret
0d68e42fb4
Replace the deprecated MXMediaManager and MXMediaLoader interfaces use
2018-11-10 14:28:08 +01:00
manuroe
56941a7f20
Server Quota Notices: Implement the blue banner
...
Fix Steves's remark
2018-10-04 18:37:25 +02:00
manuroe
40092917c0
Server Quota Notices: Implement the blue banner
...
Closes #1937
2018-10-02 15:30:00 +02:00
manuroe
ecafb8e306
BF: Weird text color when selecting a message
...
#2046
2018-09-24 14:23:48 +02:00
manuroe
47703f95ed
Room settings: Anyone can now set a room alias
...
Fix #2033
2018-09-21 16:23:32 +02:00
manuroe
6f6dd084a3
Make code use the "Empty room" i18n string from MatrixKit
2018-09-20 11:05:46 +02:00
manuroe
29a518f13e
Lazy-Loading: Fix missing read receipts
2018-09-13 17:12:53 +02:00
SBiOSoftWhare
2da84a1ba2
Fix roomInputToolbar reset (cleared text, black avatar, wrong e2e icon) in RoomViewController when MXSession state change.
2018-08-27 15:32:37 +02:00
manuroe
68af893095
MAU: Fix text font in red banner
2018-08-24 17:05:22 +02:00
manuroe
8220dc0530
RoomVC: Show a "Resource Limit Exceeded" banner if it happens in a /sync response
...
Hide the text composer too.
2018-08-23 17:03:32 +02:00
manuroe
fd75adc00d
RoomVC: Show a "Resource Limit Exceeded" banner if it happens in a /sync response
...
#1937
2018-08-21 18:25:56 +02:00
manuroe
b431aa47c9
Chat screen: Add "view decrypted source" option on the selected event
...
#1642
2018-08-08 16:14:56 +02:00
manuroe
1913031687
Fix compilation issue while merging room versioning and lazy_loading
2018-08-07 18:20:22 +02:00
manuroe
9df0874458
Merge remote-tracking branch 'origin/develop' into lazy_loading
...
# Conflicts:
# CHANGES.rst
# Riot/Modules/Room/RoomViewController.m
2018-08-07 18:06:58 +02:00
SBiOSoftWhare
7c758bbfb1
[RoomViewController] Now use RoomPredecessorBubbleCell to display room predecessor informations.
2018-08-07 11:27:37 +02:00
SBiOSoftWhare
d54ec8a120
Create RoomPredecessorBubbleCell in order to display room predecessor info when needed
2018-08-07 11:26:35 +02:00
SBiOSoftWhare
4ee2033cfa
[RoomBubbleCellData] Update way to put tag `RoomBubbleCellDataTagRoomCreateWithPredecessor
2018-08-07 11:25:04 +02:00
SBiOSoftWhare
9a918317a0
[RoomViewController] Fix a crash when user highlight a message and write to room is forbidden.
2018-08-06 14:08:28 +02:00
manuroe
2e622c4b70
Lazy-loading: Fix search display
...
Use profile info sent in the search response.
2018-08-03 17:01:53 +02:00
manuroe
6a72e4be3b
Lazy-loading server side: Use MXRoomSummary.membersCount when possible
2018-08-02 11:36:40 +02:00
manuroe
8f6f185730
Lazy-loading server side: Use new async [MXRoom members:lazyLoadedMembers:]
2018-08-01 17:25:38 +02:00
manuroe
b216279225
New async [MXRoom state:]: Fix issue using preloadRoomsData
2018-07-31 16:53:08 +02:00
SBiOSoftWhare
86e5202a3c
[RoomViewController] Use simple cell in order to display room create predecessor information
2018-07-27 18:53:51 +02:00
SBiOSoftWhare
d831e309c6
[RoomBubbleCellData] Add room create with predecessor tag in order to identify this particular case
2018-07-27 18:49:36 +02:00
SBiOSoftWhare
6c83e8847c
[RoomActivities] Improve display room replacement
2018-07-27 18:33:46 +02:00
SBiOSoftWhare
60b4b0efce
[RoomViewController] Handle obsolete room (m.room.tombstone event type) and display replacement room in activities view
2018-07-27 11:56:51 +02:00
SBiOSoftWhare
6fb3ce0e24
[RoomActivitiesView] Add room replacement display
2018-07-27 11:48:38 +02:00
SBiOSoftWhare
e17bc0fe28
Fix boolean condition when updating placholder in RoomInputToolbarView
2018-07-24 16:53:07 +02:00
SBiOSoftWhare
1ec776e52d
Fix MXKSlashCommands import from RoomViewController
2018-07-24 16:53:07 +02:00
SBiOSoftWhare
ce76318841
Update join slash command constant in RoomViewController from MXKSlashCommands
2018-07-24 16:53:07 +02:00
SBiOSoftWhare
1b613e6fcd
[RoomViewController] Handle sending a reply by highlighting a message on timeline for supported events.
2018-07-24 16:53:06 +02:00
SBiOSoftWhare
50fea9cf52
Add send reply mode in RoomInputToolbarView in order to update text input placeholder when sending a reply.
2018-07-24 16:53:06 +02:00
manuroe
cd6b6a51ab
New async [MXRoom state:]: Fix issue reported in Steve's review
2018-07-24 16:30:48 +02:00
SBiOSoftWhare
d22e04cc8e
Fix boolean condition when updating placholder in RoomInputToolbarView
2018-07-24 13:32:40 +02:00
SBiOSoftWhare
f53d554d52
Fix MXKSlashCommands import from RoomViewController
2018-07-24 13:31:37 +02:00
SBiOSoftWhare
f6469b3958
Update join slash command constant in RoomViewController from MXKSlashCommands
2018-07-24 12:24:12 +02:00
manuroe
59e585e8d7
New async [MXRoom state:]: Use new [MXRoom listenToEventsOfTypes:]
2018-07-23 18:14:45 +02:00
SBiOSoftWhare
42fffae6de
[RoomViewController] Handle sending a reply by highlighting a message on timeline for supported events.
2018-07-23 16:56:03 +02:00
SBiOSoftWhare
f81ba36880
Add send reply mode in RoomInputToolbarView in order to update text input placeholder when sending a reply.
2018-07-23 16:54:23 +02:00
manuroe
57da2eb744
New async [MXRoom state:]: Use [MXRoom members:]
2018-07-23 15:38:50 +02:00