Commit Graph

12250 Commits

Author SHA1 Message Date
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
yannick a111f44d7d Fix a crash in refreshTypingView 2015-12-08 17:45:03 +01:00
Yannick LE COLLEN 087305448a Merge pull request #16 from vector-im/user_settings_page
Add the vector settings page
2015-12-08 17:40:23 +01:00
yannick 9da0bdc9d0 user_settings_page
update after reviewing.
2015-12-08 17:37:59 +01:00
yannick 948a58405a user_settings_page
Hide some unsupported account settings
2015-12-08 16:51:49 +01:00
yannick 49b9266582 Add a comment. 2015-12-08 16:37:52 +01:00
yannick efafa49293 Merge remote-tracking branch 'origin/vector_user_settings' into user_settings_page 2015-12-08 16:09:26 +01:00
yannick 7fba0003c7 Fix some texts 2015-12-08 15:53:12 +01:00
yannick da7b8bd88a user_settings_page
push rules
Make the difference between my user name and my display name rules.
2015-12-08 15:52:54 +01:00
yannick 5340584a8f user_settings_page
-> add password update dialog. (it works only on IOS 8 and above).
2015-12-08 15:39:53 +01:00
manuroe aad25ca2a7 HomeVC: made selectionContainerHeightConstraint accessible 2015-12-08 14:28:53 +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
yannick 8f56adb196 The profile can be updated with the save button. 2015-12-07 17:45:19 +01:00
yannick d4854cafe2 Fix a compilation warning. 2015-12-07 17:40:16 +01:00
yannick 922382f512 user_settings_page
-> first implementation
--> the tableview is the same as the screenshot we have
--> the push rules can be toggled

Need to manage the account updates.
2015-12-07 16:05:50 +01:00
manuroe e73e4bb554 Merge remote-tracking branch 'origin/develop' into search_api_support 2015-12-07 15:51:18 +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 d410f18aa5 Search: SegmentedViewController: Added a customisable background image 2015-12-07 15:08:17 +01:00
manuroe d39a7f7ebe Search: Reuse RecentsViewController with its search capabilities to make search under the "rooms" tab 2015-12-07 14:03:34 +01:00
giomfo 1ed9058be6 Chat screen: Bug Fix - App crashes when user selects a room in recents.
This crash was systematic when the user opened for the second time the same room.
2015-12-07 13:57:21 +01:00
manuroe 899c654832 Search: SegmentedViewController: Made displayedViewController public 2015-12-07 13:52:38 +01:00
manuroe db6eb145bd Merge remote-tracking branch 'origin/develop' into search_api_support 2015-12-07 13:02:14 +01:00
giomfo 521a5786f3 Merge pull request #15 from vector-im/MXKDataSource_refactoring
MXKDataSource refactoring
2015-12-07 11:56:43 +01:00
giomfo ef69af9adb MXKDataSource refactoring
Table view cell are now defined at view controller level.
2015-12-07 11:50:13 +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
manuroe c969859593 Search: Show a search bar 2015-12-07 11:43:11 +01:00
yannick 5d484d9a63 Update the recents section header
-> reduce the font size
-> reduce the header height
2015-12-04 17:45:56 +01:00
yannick fc5279dd5f useless file. 2015-12-04 17:18:18 +01:00
yannick 8dbd2f1b40 Fix a wrong commit 2015-12-04 17:15:19 +01:00
yannick 2074d4db64 fix a Wrong commit 2015-12-04 17:13:19 +01:00
Yannick LE COLLEN 6fbe365e7b Merge pull request #14 from vector-im/display_room_avatars
Display room avatars
Add vector avatar when there is no avatar or an identicon one
-> for the room avatars (recents)
-> for the  member avatars (room history and members list)
2015-12-04 17:08:45 +01:00
yannick 84b56df894 display_room_avatars.
fix a wrong fix in refreshTypingView.
2015-12-04 17:05:40 +01:00
yannick acf8b11322 display_room_avatars
Update the room avatar management with the updated Matrix Kit
2015-12-04 16:58:18 +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
yannick 41e09d59f0 display the
-> swipe menu icons (recents)
-> room creation icon (recents)
2015-12-04 16:32:42 +01:00
giomfo 36eca8d52c RoomInputToolbar: Remove useless items 2015-12-04 16:06:11 +01:00
giomfo 7e5d45f64f EventFormatter: Sender avatar handling
Override senderAvatarURLForEvent to ignore the identicons defined by default in mattrix kit.
2015-12-04 15:37:33 +01:00
Yannick LE COLLEN 6512d36721 Merge pull request #13 from vector-im/mute_room_notifications
mute_room_notifications
2015-12-04 14:47:45 +01:00
yannick eb371f7d8e display_room_avatars
-> display the room avatars in the chat room
2015-12-04 14:28:15 +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 4d8b8d2856 mute_room_notifications
The room notification "mute" button is displayed even if there is a "always notify" room rule.
2015-12-04 11:04:18 +01:00
Yannick LE COLLEN b6bc331b2b Merge pull request #10 from vector-im/fav_recents_display
Fav recents display
2015-12-04 09:02:31 +01:00
yannick e678f57f3e fav_recents_display
Update after Giom's review
2015-12-04 09:02:02 +01:00
Yannick LE COLLEN 63e6c60eeb Merge pull request #9 from vector-im/recents_swipe_actions2
Recents swipe actions2
2015-12-04 08:32:15 +01:00
yannick 9880bd2224 recents_swipe_actions2
-> MXKTools::resizeImage instead of a local method.
2015-12-04 08:31:33 +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 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