Commit Graph

77 Commits

Author SHA1 Message Date
giomfo 5a144eac55 Chat Screen: Support tap on bubble cell content view 2015-12-17 21:44:27 +01:00
yannick 4deed38635 Update the room settings page to respect the Zeplin requiremenents (font size, color...) 2015-12-17 15:09:42 +01:00
Yannick LE COLLEN 27690a4333 Merge pull request #28 from vector-im/room_photo_selection
Room photo selection

Improve the room settings page
-> add the room photo management 
-> display if a room is public or private
-> enable / disable the room notification

Else
Improve the room naming.
2015-12-17 12:05:20 +01:00
giomfo a61d2a26ee Chat screen: Bug Fix: Time label is truncated. 2015-12-17 11:28:07 +01:00
giomfo 169a6bb9d3 Chat screen: implementation
Apply Ribot design on pagination title dispalyed between chat bubble cells
2015-12-16 22:50:50 +01:00
giomfo 93958ed07c Chat screen: implementation
Apply Ribot design on toolbar view.
2015-12-16 22:36:14 +01:00
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
yannick 9ddd479772 Merge remote-tracking branch 'origin/develop' into room_photo_selection 2015-12-16 15:53:42 +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
yannick e50c1dbc5c room_photo_selection
-> update to have the same room displayname as the webclient.
2015-12-16 14:24:09 +01:00
yannick cdf8623b80 room_photo_selection
-> add the public / private status
-> factorize the room avatar management.
-> the room avatar was rendered in scaleToFit instead of scaleToFill.
2015-12-16 10:28:58 +01:00
yannick 4b38e1f286 room_photo_selection
-> add the room rules management
-> fix issues while updating the topic.
2015-12-15 18:17:20 +01:00
giomfo d445c1bc5e Chat Screen: Bug Fix: Pagination title is missing for incoming bubble 2015-12-15 17:20:44 +01:00
yannick d2c5611a26 room_photo_selection
Display the room photo in the settings
2015-12-15 10:46:34 +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
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
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 6c9784e40a add_invite_rooms_section
fix some UI issues.
2015-12-10 10:16:22 +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
yannick 6169b39ae5 Improve the invite room display. 2015-12-09 17:38:39 +01:00
yannick c96d6fb9cd add_invite_rooms_section
-> add the customized invite cell.
not yet plugged.
2015-12-09 17:01:29 +01:00
yannick 2ff73cded1 add_invite_rooms_section
-> reduce the recent cell height
2015-12-09 16:09:46 +01:00
yannick e39746369d The read receipts are displayed for incoming messages.
In vector applciation, the outgoing and the imcoming messages are displayed in the same screen side.
2015-12-09 09:50:03 +01:00
giomfo ebf58876f3 Chat screen: rename cell view classes 2015-12-08 10:54:48 +01:00
giomfo 7c6057bfed Chat screen: Update bubble layout
-Define all required cell view classes
-Disable timestamp display (TODO display timestamp for last message, and selected message if any).
2015-12-08 10:10:59 +01:00
giomfo ef69af9adb MXKDataSource refactoring
Table view cell are now defined at view controller level.
2015-12-07 11:50:13 +01:00
yannick 74de3eeb0f Merge remote-tracking branch 'origin/develop' into display_room_avatars
Conflicts:
	Vector/ViewController/RoomViewController.m
2015-12-04 16:43:11 +01:00
giomfo 36eca8d52c RoomInputToolbar: Remove useless items 2015-12-04 16:06:11 +01:00
yannick b12c5d5ebd display_room_avatars :
-> add the room avatars generators
-> display the room avatars in the recents.
2015-12-03 16:21:57 +01:00
yannick 0e6ff54d66 Display the room avatars when it is already known (i.e the room has an avatar or it is a 1:1 room). 2015-12-03 11:39:44 +01:00
yannick fc1d49908c Merge remote-tracking branch 'origin/room_settings_viewcontroller_v2' into develop 2015-12-02 08:34:10 +01:00
giomfo 9c58920897 Fix compilation issue after ios matrix kit update.
TODO: implement correctly chat bubbles.
2015-12-01 19:21:55 +01:00
yannick 5993012c65 Add the green chevron aside the room name. 2015-11-30 14:34:12 +01:00
yannick eaaedb6fbf -> add a .h file to define the vector color
-> restore the done button on the roomSettingsViewController.
2015-11-26 18:04:03 +01:00
giomfo 5a1f3ecffa Chat screen: add a separator at the top of activities view. 2015-11-26 15:01:01 +01:00
giomfo 8ad028f7af Chat screen: remove username handling from outgoing bubble.
The sender'name is now handled by MXKRoomBubbleTableViewCell
2015-11-26 14:26:31 +01:00
giomfo 06e212eb01 Chat screen: Prepare bubble display 2015-11-25 19:11:03 +01:00
yannick 6e6ab76a26 remove useless committed files. 2015-11-24 16:22:15 +00:00
yannick cf954af27e add the typing area above the text input in the roomviewcontroller. 2015-11-24 16:19:45 +00:00
yannick 47e6040b02 Rename RoomExtraInfosView into RoomActivitiesView 2015-11-24 12:34:08 +00:00
yannick 97e6a2068d remove some unected committed files. 2015-11-23 18:00:48 +00:00
yannick b3cdff60e9 Merge roomDetailsViewController
Tapping on the room title view opens a dedicated viewcontroller.

It only updates the room name and the topic.
2015-11-23 17:41:32 +00:00
giomfo fe4b61cc1b RecentTableViewCell: Update 2015-11-20 18:42:07 +01:00
giomfo 10c4b5c10c Prepare Messages screen.
Customize recents source and recent table cells
2015-11-20 18:14:15 +01:00
yannick 726efea874 Add the tableview line separators. 2015-11-20 15:06:48 +01:00
yannick 03ac45c673 Plug the RoomDetailsViewController
But
-> the update is not yet done
-> the ui must be updated.
2015-11-20 14:12:37 +01:00
yannick 2d87c1b686 The typing events are now displayed at the screen bottom. 2015-11-18 15:59:04 +01:00