Commit graph

1562 commits

Author SHA1 Message Date
giomfo
ba57dc1653 Messages screen: Update recents display.
Apply Ribot  design on recents cell
2015-12-16 17:08:53 +01:00
giomfo
7f464f928e Chat screen
Apply Ribot design on typing notification
2015-12-16 16:52:32 +01:00
giomfo
77850c20dd Fix compilation error
syntax error
2015-12-16 16:50:51 +01:00
giomfo
ed1877282b Chat Screen implementation
Apply Ribot design on bubble cell (Pagination display is not correct yet).
2015-12-16 15:16:37 +01:00
giomfo
a321ffc9f7 Update Vector assets 2015-12-16 09:52:28 +01:00
yannick
f426356da4 Merge remote-tracking branch 'origin/develop' into develop 2015-12-16 09:17:44 +01:00
yannick
d081a58930 Add the recents drag & drop feature
-> to be able to drag in favourites / low priority sections, they must exist (created with the swipe menu)
2015-12-16 09:17:28 +01:00
giomfo
e6863c1ff1 Merge pull request #26 from vector-im/chat_screen_implementation
Chat screen implementation
2015-12-16 09:08:04 +01:00
yannick
4bb827480a recents_category_drag_drop
Updates after internal reviews
2015-12-16 08:59:40 +01:00
manuroe
6642709e82 Merge pull request #27 from vector-im/segmented-vc-improvement
Segmented VC improvement
2015-12-15 18:25:11 +01:00
manuroe
d6e66cb0e8 SegmentedVC improvement: Oops. Fixed buggy renaming. 2015-12-15 18:22:38 +01:00
giomfo
09623a5d47 Chat screen: implementation
Handle read receipt display
2015-12-15 17:45:16 +01:00
manuroe
7fdd6ed6e6 SegmentedVC improvement: Improve animation when quitting searh in HomeVC 2015-12-15 17:43:32 +01:00
manuroe
39e57199c5 SegmentedVC improvement: Renamed displayedViewController to selectedViewController to be uniform with selectedIndex 2015-12-15 17:31:16 +01:00
giomfo
d445c1bc5e Chat Screen: Bug Fix: Pagination title is missing for incoming bubble 2015-12-15 17:20:44 +01:00
manuroe
b74975cf49 SegmentedVC improvement: Made selectedIndex public so that it can be changed outside.
Use it from the HomeVC
2015-12-15 17:13:59 +01:00
manuroe
c1402cc7e4 SegmentedVC improvement: Make SegmentedVC call viewWillAppear on the currently selected child.
This fixes the handling of keyboard which is centrally managed in [MXKViewController viewWillAppear]
2015-12-15 16:20:21 +01:00
yannick
2010554782 recents_category_drag_drop
-> the moving room was not always the expected one
-> update after SDK update (room tag order computation)
2015-12-15 08:34:46 +01:00
yannick
b8a340ff45 recents_category_drap_drop
fix a crash when the move is cancelled.
2015-12-14 13:06:25 +01:00
yannick
00c0cc9a5c recents_category_drag_drop
remove the debug background color.
2015-12-14 11:14:58 +01:00
yannick
644996aa1e recents_category_drag_drop
fix a refresh issue / crash after updating the room order.
2015-12-14 11:08:57 +01:00
yannick
513a54f7a0 recents_category_drag_drop
Hide the moving cell.
2015-12-14 10:47:10 +01:00
giomfo
acb48e5e15 Merge pull request #21 from vector-im/chat_screen_implementation
Chat screen implementation
2015-12-14 10:21:09 +01:00
yannick
ef03fba63d didMXSessionInviteRoomUpdate
Refresh the sections indexes before refreshing the list.
2015-12-14 08:29:01 +01:00
yannick
3ed9696716 recents_category_drag_drop
fix some crashes
2015-12-11 16:20:26 +01:00
yannick
26fe1ba0ba recents_category_drag_drop
fix a refresh issue.
2015-12-11 15:30:26 +01:00
yannick
922607d521 recents_category_drag_drop
Add the cell drag and drop.
2015-12-11 14:59:55 +01:00
giomfo
3b5db63660 Chat screen implementation
Handle event selection when user taps on text message view.

Note: The read receipts are still displayed by MatrixKit, they may overlap timestamp until Vector handle them correctly.
2015-12-11 14:01:56 +01:00
giomfo
f35e08ccdc Chat screen implementation
Disable identicon use in Vector.
2015-12-11 13:51:48 +01:00
yannick
7d790e4a2f recents_category_drag_drop
add traces.
2015-12-11 12:03:05 +01:00
yannick
27a72ae7db recents_category_drag_drop
the drag and drop is implemented : the cell can be move in the recents sections.
2015-12-11 11:50:13 +01:00
yannick
5e8e81d019 recents_category_drag_drop
Implement the cell selection and its moving (with tableview);
2015-12-11 09:11:44 +01:00
giomfo
bc0aedab89 Define Vector text black color 2015-12-10 22:02:40 +01:00
yannick
65f0fd0282 remove useless DS_Store file 2015-12-10 17:20:02 +01:00
Yannick LE COLLEN
c54b69a2b0 Merge pull request #20 from vector-im/add_invite_rooms_section
Add invite rooms section
2015-12-10 17:08:42 +01:00
yannick
1b7f4e3939 add_invite_rooms_section
Update after Giom's review
2015-12-10 17:08:09 +01:00
giomfo
82f82edf76 Messages screen: Apply Ribot layout for Create Room button 2015-12-10 14:38:20 +01:00
yannick
06945fd1a9 add_invite_rooms_section
fix some unexpected commits
2015-12-10 14:23:21 +01:00
yannick
dd1b9c92e6 Update to the latest UI design 2015-12-10 14:17:02 +01:00
yannick
2a84654014 Merge remote-tracking branch 'origin/develop' into add_invite_rooms_section
Conflicts:
	Vector/Views/RoomList/RecentTableViewCell.xib
2015-12-10 13:52:20 +01:00
yannick
8d2bede598 add_invite_rooms_section
Fix a crash when selected a recent cells.
2015-12-10 13:41:03 +01:00
giomfo
c9467cc73f RecentTableViewCell: Apply Ribot layout: Update avatar position 2015-12-10 13:19:30 +01:00
giomfo
3d1ef7fc7f RecentTableViewCell: Apply Ribot layout (TODO set the right font). 2015-12-10 13:06:16 +01:00
yannick
362772a476 Merge remote-tracking branch 'origin/develop' into add_invite_rooms_section 2015-12-10 12:44:17 +01:00
yannick
6c9784e40a add_invite_rooms_section
fix some UI issues.
2015-12-10 10:16:22 +01:00
giomfo
3d60a8c27d Merge pull request #18 from vector-im/search_api_support
Home View Controller
2015-12-10 09:42:41 +01:00
yannick
09567f1c29 add_invite_rooms_section
Plug the join/reject button
The join does not refresh properly the recents.
2015-12-10 09:00:57 +01:00
manuroe
e99b575968 Merge remote-tracking branch 'origin/develop' into search_api_support
Conflicts:
	Vector.xcodeproj/project.pbxproj
2015-12-09 18:28:53 +01:00
manuroe
c1e96f7cfa HomeVC: Added missing comments 2015-12-09 18:20:00 +01:00
manuroe
12dda5379b HomeVC: Use it from the AppDelegate
Fixed [AppDelegate restoreInitialDisplay] to be async: this avoids "while a presentation is in progress" warning
HomeVC now support adding and removing of MXSessions
2015-12-09 18:12:42 +01:00