Aram Sargsyan
4f9e044849
Minor changes
2017-06-22 02:03:03 +04:00
Aram Sargsyan
640a707742
Merge branch 'develop' of https://github.com/aramsargsyan/riot-ios into read-receipts-details
2017-06-22 01:58:48 +04:00
Aram Sargsyan
082de9376a
Created ReadReceiptsViewController
2017-06-21 22:28:16 +04:00
Giom Foret
3ecc15d5ef
Add sanity check
2017-06-20 17:13:55 +02:00
Giom Foret
660c7d7a90
Enhancement - UX Rework: Update the buttons of the room expanded header.
...
- Add a contact list button on the left of the members info to open contact list.
- Add a add members button on the right to open the contacts picker.
https://github.com/vector-im/riot-meta/issues/76
2017-06-20 11:32:54 +02:00
Giom Foret
cd3c263730
Enhancement - Room Chat: Scrolling manually to the bottom of the no live timeline doesn't flip it to read/write view.
...
#1312
2017-06-19 10:32:22 +02:00
Giom Foret
e7b812c525
Bug Fix: "Jump to first unread" banner disappeared during back pagination.
...
We have to wait for the end of table transition before refreshing the banner visibility.
2017-06-16 11:57:19 +02:00
Giom Foret
5c41e46da2
Bug Fix: Read marker: preview mode interferes with typing indicator
...
#1294
2017-06-15 11:15:47 +02:00
Giom Foret
af8fe80f81
Bug Fix - Read marker: no "Jump to first message" on landscape mode for devices with left and right panels
...
RoomViewController: Override exposed method used to reload the bubbles table.
vector-im/riot-ios#1291
2017-06-15 10:28:57 +02:00
Giom Foret
9ed07157f9
RoomViewController: Do not display the banner "jump to last unread message"
...
when the timeline is not in live.
2017-06-14 23:09:56 +02:00
giomfo
be261b8763
Merge pull request #1285 from vector-im/read_marker
...
Read marker
2017-06-13 19:51:43 +02:00
Giom Foret
42536710e4
Read markers should be synchronised across clients
...
Improve "jump to last unread message" banner handling
https://github.com/vector-im/riot-meta/issues/8
2017-06-13 17:46:13 +02:00
Giom Foret
7459f529e6
Read markers should be synchronised across clients
...
The read marker may be defined on an event which is not displayed in the room history.
The MatrixKit has been updated to handle this kind of event in the MXKRoomBubbleCellData object.
Previously these events were ignored during the bubbles rendering. Now a bubble component is created even if the event has no actual display.
This component is useful to display the read marker in the room history, and to allow the user to jump on this read marker.
vector-im/riot-meta#8
2017-06-13 17:43:32 +02:00
Giom Foret
83c6417253
Read Marker: Fix wrong room header display
2017-06-09 15:58:27 +02:00
Giom Foret
78b2f73c0a
Read marker: Fix issues on marker handling
...
https://github.com/vector-im/riot-meta/issues/8
2017-06-09 14:20:00 +02:00
giomfo
713a702080
Merge pull request #1272 from vector-im/read_marker
...
RoomViewController: The unread messages label is displayed whereas t…
2017-06-09 09:45:59 +02:00
Giom Foret
6e4fbff5ae
Read marker:
...
- Initialize the read marker if it does not exist yet, except for the room preview.
- Disable the events acknowledgement in case of room preview.
2017-06-09 09:40:22 +02:00
Giom Foret
ac3d0e0680
RoomViewController: The unread messages label is displayed whereas the bubbles table is not visible yet
2017-06-08 16:27:19 +02:00
giomfo
ab30755ea3
Merge pull request #1267 from vector-im/read_marker
...
Read Marker: Center the bubbles table content on the bottom of the re…
2017-06-08 15:12:33 +02:00
Giom Foret
3ad94887f8
Read Marker: Center the bubbles table content on the bottom of the read marker event
...
in order to display correctly the read marker view.
2017-06-08 12:29:23 +02:00
manuroe
c59f53489b
Merge pull request #1266 from vector-im/move_loading_wheel_with_keyboard
...
RoomVC: Make the activity indicator follow the keyboard
2017-06-08 11:26:44 +02:00
manuroe
eabc946514
RoomVC: Make the activity indicator follow the keyboard
...
This avoids that the indicator view hides the text input.
2017-06-08 10:52:03 +02:00
Giom Foret
33a4897ef1
Initialise the read marker if it does not exist yet.
...
Set it to the current read receipt position by default
2017-06-08 10:30:29 +02:00
Giom Foret
ee7afa86f2
Chat room read marker:
...
- Do not launch the read marker animation if the marker is outside the visible area.
2017-06-07 13:07:44 +02:00
giomfo
ac1e625bbc
Merge pull request #1251 from vector-im/riot_meta_8
...
Riot meta 8
2017-06-06 14:11:38 +02:00
Giom Foret
549fe4d77c
Read markers should be synchronised across clients
...
- move the check on read marker visibility in viewDidAppear method
vector-im/riot-meta#8
2017-06-06 13:31:58 +02:00
Giom Foret
61a087c7cb
Read markers should be synchronised across clients
...
- Support jump to the last unread message.
vector-im/riot-meta#8
2017-06-06 10:53:17 +02:00
giomfo
4b9650b09e
Merge pull request #1231 from vector-im/riot_1207
...
Bug Fix: iOS should have 'Send a message (encrypted)' in placeholder
Available only for the iPads, and the iPhones with a large screen (>= 4p7Inch)
2017-06-06 10:10:26 +02:00
Giom Foret
c2b62a3ea4
Read markers should be synchronised across clients
...
- Fix some layout issues on the `jump to the last unread message` banner.
- TODO: Support jump to the last unread message.
vector-im/riot-meta#8
2017-06-02 10:50:12 +02:00
Giom Foret
1c31664046
Read markers should be synchronised across clients
...
- Handle read marker display
- TODO: Support jump to the last unread message.
vector-im/riot-meta#8
2017-06-01 17:20:08 +02:00
Giom Foret
b34797525c
Bug Fix: iOS should have 'Send a message (encrypted)' in placeholder
...
#1207
2017-05-19 14:46:30 +02:00
Giom Foret
f8141d5c27
Add the badge value for Home tab bar item.
...
Fix the missed discussion count
2017-04-18 15:55:51 +02:00
Giom Foret
4e90defe11
Import RageShakeManager.h and RiotDesignValues.h in App Delegate header
2017-04-07 11:52:53 +02:00
manuroe
059a08ba8b
Merge remote-tracking branch 'origin/master' into room_summary
2017-03-23 16:24:50 +01:00
manuroe
e9f6a52259
Room summary: localUnreadEventCount has moved
2017-03-22 15:45:22 +01:00
Giom Foret
81d5c54ac5
Bug Fix: Chat screen - The missed discussions badge is missing in the navigation bar
2017-03-21 14:20:47 +01:00
manuroe
f6779982dd
UsersDeviceViewController: Add an onComplete param to the displayUsersDevices method
2017-03-15 15:54:50 +01:00
Giom Foret
97a5daddf6
Rebranding: replace Vector by Riot everywhere in the git and github repos
...
- Rename categories
2017-03-09 11:25:36 +01:00
Giom Foret
15eed8fef9
Rebranding: replace Vector by Riot everywhere in the git and github repos
...
- Rename categories
2017-03-09 11:18:18 +01:00
giomfo
06100684bc
Rebranding: replace Vector by Riot everywhere in the git and github repos
...
- Rename VectorDesignValues with RiotDesignValues
2017-03-08 16:14:41 +01:00
giomfo
521e2110e1
Rebranding: replace Vector by Riot everywhere in the git and github repos
...
- Rename "Vector" directory with "Riot"
2017-03-08 11:08:03 +01:00