Commit graph

171 commits

Author SHA1 Message Date
manuroe
66dbf4e402 Search API support: Customised search in user's rooms display according to the Vector design 2015-12-30 16:23:25 +01:00
manuroe
e2864929ba Search Bar: The new category works for any UIViewController. Renamed it accordingly 2015-12-28 17:27:39 +01:00
manuroe
d695f61699 Search Bar: Changed strategy: add a category for doing search in Vector screens.
This is kind of multiple inheritance. It is more convenient for adding vector search to MatrixKit VCs.
Ex: a MXKRoomViewController can now have a Vector search
2015-12-28 16:50:08 +01:00
manuroe
3153e1f62f Search Bar: Created VectorViewController a mother class to Vector screens.
Its first feature is the management of the search bar.
2015-12-28 16:42:53 +01:00
manuroe
4ec9d21924 Merge remote-tracking branch 'origin/develop' into public_rooms_search
Conflicts:
	Vector/Utils/AvatarGenerator.m
	Vector/ViewController/HomeViewController.m
2015-12-23 11:05:46 +01:00
manuroe
6bee305057 Public rooms search: Created PublicRoomTableViewCell 2015-12-22 09:26:08 +01:00
Yannick LE COLLEN
722a9d788a Merge pull request #32 from vector-im/room_members_search
Room members search
2015-12-22 08:44:54 +01:00
yannick
badbc956a3 room_member_search
Updates after MatrixKit update and review
2015-12-22 08:43:55 +01:00
manuroe
68fd187509 Merge remote-tracking branch 'origin/develop' into public_rooms_search
Conflicts:
	Vector/Base.lproj/Main.storyboard
	Vector/Model/RoomList/RecentsDataSource.m
2015-12-21 10:35:48 +01:00
yannick
f9b8a0d53e room_members_search
-> rename VectorContactTableViewCell to ContactTableViewCell
2015-12-21 10:27:07 +01:00
yannick
9c64a33638 room_members_search
-> add the swipe to remove member / to leave the room
-> add member when selecting a cell.
2015-12-18 15:00:20 +01:00
yannick
fdba00db3c room_members_search
-> apply the Vector design to the cells
-> apply the Vector design to the search bar.
2015-12-18 11:55:35 +01:00
manuroe
76689ada32 Public rooms search: Display the cell with the result 2015-12-18 10:59:45 +01:00
giomfo
b426835a21 Project update: Upgrade IPHONEOS_DEPLOYMENT_TARGET: iOS 8.0 2015-12-17 21:52:37 +01:00
yannick
8fd73ebbd7 room_photo_selection
Move MXRoom+Vector from Model/Room to Categories folder
2015-12-17 12:01:40 +01:00
manuroe
2082bcc7e0 Public rooms search: Start 2015-12-16 16:29:34 +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
4b38e1f286 room_photo_selection
-> add the room rules management
-> fix issues while updating the topic.
2015-12-15 18:17:20 +01:00
yannick
ae1757ff79 room_photo_selection
The room photo can be updated when saving.
2015-12-15 13:14:37 +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
362772a476 Merge remote-tracking branch 'origin/develop' into add_invite_rooms_section 2015-12-10 12:44:17 +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
yannick
c96d6fb9cd add_invite_rooms_section
-> add the customized invite cell.
not yet plugged.
2015-12-09 17:01:29 +01:00
manuroe
a0ca77c770 HomeVC: Killed SearchVC as HomeVC fully replaces it now 2015-12-09 12:35:53 +01:00
manuroe
be9fad2bfa HomeVC: Moved code (createNewRoom button and transparency mask) from RecentsVC to HomeVC 2015-12-09 12:28:25 +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
manuroe
08a43cd465 Search: Show only an image if the search text field is empty 2015-12-07 15:26:06 +01:00
manuroe
452152ca20 Merge remote-tracking branch 'origin/develop' into search_api_support
Conflicts:
	Vector/Base.lproj/Main.storyboard
	Vector/ViewController/RecentsViewController.m
2015-12-07 11:47:49 +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
8d99a2554c Add some ios Vector assets 2015-12-04 13:56:41 +01:00
manuroe
be8017dedb Search API Support: set up SearchViewController in the storyboard 2015-12-04 13:38:05 +01:00
yannick
fa0cb4001b display_room_avatars :
Display the room members avatars in the member lists.
2015-12-03 18:09:32 +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
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
yannick
e715344144 -> MXKRoomDetailsViewController becomes MXKSettingsDetailsViewController
-> The room details is now properly launched.
2015-11-26 16:47:24 +01:00
yannick
b3cb64b946 dummy implementation of the segmentedViewController :
> the tar items are displayed (even if they are currently hardcoded)
> the tab items can selected (the selected marker view is displayed)
2015-11-25 16:22:17 +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
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
10c4b5c10c Prepare Messages screen.
Customize recents source and recent table cells
2015-11-20 18:14:15 +01:00
giomfo
2e26eb3c2e Prepare Messages screen.
Remove all useless stuff: public rooms, unread count...
2015-11-20 15:55:35 +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
b63d07c32b Add the vector ExtraInfoView 2015-11-18 14:42:25 +01:00
giomfo
ef28b58abb Remove the TabBarController 2015-11-18 00:15:52 +01:00
giomfo
4fdf0394f8 MediaPicker: use the new MXKMediaCollectionViewCell class. 2015-10-22 17:22:10 +02:00
giomfo
759e8eb628 Authentication: prepare C-S auth API v2 support 2015-09-28 10:23:33 +02:00
giomfo
77aa104be0 Disable bitcode 2015-09-24 11:50:26 +02:00
giomfo
0e799dd2dc Display room members in Room Participants View Controller 2015-09-11 13:03:20 +02:00
giomfo
89921f8f58 Add Room participants view controller 2015-09-10 12:09:23 +02:00
giomfo
d4d5915a52 Media picker: Add video icon on video in recents collection, Set label and button text (localized string). 2015-09-03 15:06:36 +02:00
giomfo
a737527519 MediaPicker: Fix issues:
- record audio with video
- fix video attachment from recents
- play recorded video
2015-09-03 14:17:08 +02:00
giomfo
fd37eba659 MediaPicker: First implementation of the carousel 2015-09-02 18:50:51 +02:00
giomfo
708e6a589d MediaPickerViewController: prepare image/video capture 2015-09-02 09:43:52 +02:00
giomfo
993650d64f Media Picker: prepare media picker view controller 2015-08-28 16:30:17 +02:00
giomfo
6c6b42f873 RoomBubbleTableViewCell: show/hide message timestamp 2015-08-25 11:19:49 +02:00
giomfo
4cf5972bb6 Chat screen: Customize bubble cells 2015-08-21 20:00:39 +02:00
giomfo
a8454f8269 Add missing icon for recents tab in iOS7. 2015-08-20 13:36:42 +02:00
giomfo
d8caa26014 update IPHONEOS_DEPLOYMENT_TARGET = 7.0 2015-08-19 15:21:46 +02:00
giomfo
d63605ab0d Chat screen: Finalize submenu handling 2015-08-19 10:45:45 +02:00
giomfo
22bac0e984 Chat screen: Add other option menu 2015-08-18 16:24:48 +02:00
giomfo
ef7b4dfe91 Chat screen: add send button 2015-08-18 10:51:28 +02:00
giomfo
e30bb8aad3 Prepare chat screen. 2015-08-18 10:04:30 +02:00
giomfo
3a32a9acfc New Chat screen: Patch chat picture option 2015-08-14 18:39:42 +02:00
giomfo
44fc29a4cb New Chat screens: implement participants selections. 2015-08-14 16:40:03 +02:00
giomfo
f260ad9d5f Add first implementation of Room creation screens 2015-08-14 09:21:39 +02:00
giomfo
78d139dea5 Update Vector storyboard:
- remove home tab (add public rooms in recents).
- remove contacts tab
- clean settings
2015-08-12 09:32:45 +02:00
giomfo
a8e9732d94 Finalize Vector project (ios target: 8.0 and later) 2015-08-10 17:19:43 +02:00
giomfo
60fbaf3ffc replace matrixConsole project with Vector Xcode project. 2015-08-10 16:58:31 +02:00