Commit Graph

12797 Commits

Author SHA1 Message Date
Giom Foret f64e87dee9 Bug Fix - tap-on-tab should include the top-of-page location in its cycle of options
#1316
2017-06-20 17:06:12 +02:00
giomfo 947927b9af Merge pull request #1325 from vector-im/fix_contact_search
Bug Fix - Contact search: Unexpected empty search result.
2017-06-20 14:52:34 +02:00
Giom Foret b7c035c0b0 Bug Fix - Contact search: Unexpected empty search result.
To reproduce:
1- search with "tst" pattern
2- erase the 2 last characters of the pattern to set "test" -> empty result NOK
2017-06-20 14:36:14 +02:00
Giom Foret 767698c3ea 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
Nathan van Beelen c8042a58eb Update Copyright statements 2017-06-19 22:31:32 +02:00
manuroe 699d4a3cb6 Merge pull request #1314 from morozkin/callkit
Add call section to settings screen
2017-06-19 17:33:52 +02:00
manuroe 1ef8c52dab BugReportViewController: Remove *Could not load the “” image referenced from a nib* warning at runtime. 2017-06-19 15:47:25 +02:00
giomfo 8c4d374697 Merge pull request #1319 from vector-im/riot_1312
Enhancement - Room Chat: Scrolling manually to the bottom of the no l…
2017-06-19 10:51:16 +02:00
Giom Foret 81468b70d0 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
Nathan van Beelen 124e35f0d2 Create Vector.strings 2017-06-18 11:18:27 +02:00
Nathan van Beelen da6526db17 Create Localizable.strings 2017-06-18 11:17:47 +02:00
Nathan van Beelen 33f8c3ece1 Create InfoPlist.strings 2017-06-18 11:16:30 +02:00
Denis aa6534cdba Merge branch 'develop' into callkit 2017-06-16 19:39:59 +03:00
Denis Morozov f1d2c0c476 Add call section to settings screen 2017-06-16 19:21:07 +03:00
Giom Foret 2f6283ceae version ++ 2017-06-16 17:59:04 +02:00
manuroe 8641812ab8 Update CHANGES.rst 2017-06-16 17:42:11 +02:00
giomfo 921a65d8b2 Merge pull request #1311 from vector-im/riot_1306
Bug Fix - Repeatedly tapping on tab jumps through rooms in wrong order
2017-06-16 17:08:25 +02:00
Giom Foret 77a4c08ca8 Bug Fix - Repeatedly tapping on tab jumps through rooms in wrong order
#1306
2017-06-16 16:55:54 +02:00
manuroe 48400213df Update CHANGES.rst 2017-06-16 16:49:20 +02:00
giomfo b6819aff43 Merge pull request #1310 from vector-im/option_pin_missed_notif_unread
UX Rework - Home: Put the new ordering behind a setting.
2017-06-16 15:45:55 +02:00
Giom Foret 71de529fbe UX Rework - Home: Put the new ordering behind a setting.
Add 2 settings: Pin rooms with missed notif and pin rooms with unread messages
this will pin the rooms at the beginning of the list on your home page
2017-06-16 15:18:33 +02:00
manuroe 8a58ab019c Apply renaming of MXDefaultBackgroundModeHandler to MXUIKitBackgroundModeHandler 2017-06-16 14:35:15 +02:00
giomfo 9477ecba9e Merge pull request #1309 from vector-im/fix_missing_unread_banner
Bug Fix: "Jump to first unread" banner disappeared during back pagina…
2017-06-16 13:52:21 +02:00
Giom Foret b8396aa060 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
giomfo 631e8e2142 Merge pull request #1302 from vector-im/riot_1294
Bug Fix: Read marker: preview mode interferes with typing indicator
2017-06-15 11:20:32 +02:00
Giom Foret d59c133168 Bug Fix: Read marker: preview mode interferes with typing indicator
#1294
2017-06-15 11:15:47 +02:00
giomfo 2573552afc Merge pull request #1300 from vector-im/riot_1291
Bug Fix - Read marker: no "Jump to first message" on landscape mode f…
2017-06-15 11:04:54 +02:00
Giom Foret a20b0333fe 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
giomfo 4d168196cd Merge pull request #1296 from vector-im/hide_jump_banner
RoomViewController: Improve the read marker handling
2017-06-15 09:45:08 +02:00
Giom Foret 701ecb1ff1 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 0f526e069e Merge pull request #1295 from vector-im/riot_1268
Bug Fix: Home View sometimes is empty
2017-06-14 17:56:08 +02:00
Giom Foret 63fcfe7f65 Bug Fix: Home View sometimes is empty
- RecentsDataSource: check configuration change before reloading the table view.

 #1268
2017-06-14 17:53:26 +02:00
giomfo 8b794bcf33 Merge pull request #1290 from vector-im/home_add_badge_in_section_header
UX-Rework - Home: Badge handling.
2017-06-14 17:40:07 +02:00
manuroe 81a406b188 Use UIKit BackgroundTask for handling background tasks in the SDK 2017-06-14 17:37:22 +02:00
Giom Foret c479382c16 Bug Fix: Home View sometimes is empty
#1268
2017-06-14 17:30:01 +02:00
manuroe 85fb424cbf Pods: Reduce number or warnings from other pods 2017-06-14 16:55:06 +02:00
Giom Foret fc4926eb51 UX-Rework - Home: Badge handling.
- Add missed notifications badge in section header.
- Improve invites display.
2017-06-14 13:58:26 +02:00
giomfo a28aa32018 Merge pull request #1288 from vector-im/unnumbered_badge_on_fav
Unnumbered badge on favourite
2017-06-14 10:36:03 +02:00
giomfo ff7f4dbea6 Merge pull request #1287 from vector-im/scroll_to_unread_on_rooms_tab_tap
UX Rework - Rooms tab: Tap on the current tab's icon jumps to next un…
2017-06-14 10:35:53 +02:00
Giom Foret 677033a369 Unnumbered badge on favourite 2017-06-14 10:06:36 +02:00
Giom Foret 8cd95af42c UX Rework - Rooms tab: Tap on the current tab's icon jumps to next unread. 2017-06-14 09:41:15 +02:00
giomfo 718d0847df Merge pull request #1286 from vector-im/home_sort_rooms_collections
UX Rework - Home Tab: Sort the rooms collections
2017-06-14 08:56:00 +02:00
giomfo 1d8a90ff5e Merge pull request #1285 from vector-im/read_marker
Read marker
2017-06-13 19:51:43 +02:00
Giom Foret 14b356b4c7 Read marker: Improvement 2017-06-13 19:51:25 +02:00
Giom Foret 1728c29e65 UX Rework - Home Tab: Sort the rooms collections
by displaying first the rooms with some missed notifs, the rooms with unread, then the others.
2017-06-13 18:43:03 +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 12f364e1b6 Merge commit '8794e41281f14396e867f86a6ef48c892cf0e364' into read_marker 2017-06-13 17:43:55 +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
manuroe 7101af2bc1 Update 3rd party pods 2017-06-13 09:29:08 +02:00
manuroe 2b3f4cac95 Pods: Update WebRTC and Realm pods 2017-06-12 17:58:48 +02:00