Commit graph

1572 commits

Author SHA1 Message Date
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
yannick
62971d1a76 typing crash issue. 2015-12-03 11:38:37 +01:00
yannick
07e34203a2 fix a crash in refreshTypingView 2015-12-03 10:51:07 +01:00
yannick
3603791ad2 Vector uses only one account by now. 2015-12-03 10:28:45 +01:00
yannick
3edb07f011 Vector manages only one account by now.
We do not have the multi account UI.

-> the low-priority / favorites must be merged ?
-> each account recents must be in a dedicated section / sub-section.
2015-12-03 09:37:45 +01:00
yannick
0431cf654c Fix the search crash. 2015-12-03 09:06:40 +01:00
yannick
ccd57f177f Keep the fav / low priority order 2015-12-02 18:10:22 +01:00
yannick
c4084a4e68 Fix the recents favorites refresh 2015-12-02 17:38:10 +01:00
yannick
66f523a243 ->Display the recents sorted by tags (favorites, converstations, lower priority)
-> the tag event is listened but seems bugged.
2015-12-02 17:18:55 +01:00
yannick
c8fe9d6d20 Add the mute/ummute room notifications in the swipe menu. 2015-12-02 13:12:27 +01:00
yannick
978bce9a59 Add the swipe to update room tag. 2015-12-02 10:09:01 +01:00
Yannick LE COLLEN
fb99a80d46 Merge pull request #8 from vector-im/room_creation_overlay
Room creation overlay
2015-12-02 08:40:26 +01:00
yannick
fc1d49908c Merge remote-tracking branch 'origin/room_settings_viewcontroller_v2' into develop 2015-12-02 08:34:10 +01:00
yannick
cc0d42b2fc Rename addNavBarButtons to setNavBarButtons 2015-12-02 08:32:39 +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
giomfo
0c501eb93f Room Members: use rounded picture instead of rounded corner picture 2015-12-01 18:43:46 +01:00
yannick
d1d55986de -> Add the generic swipe to delete (UITableViewRowAction)
-> Add the background generation from image (UITableViewRowAction)
2015-12-01 18:08:40 +01:00
manuroe
c6e7643983 SYIOS-177: Clear MXStore if the app systematically crashes at startup
Reported https://github.com/matrix-org/matrix-ios-console/pull/5 on Vector
2015-11-30 17:22:39 +01:00
yannick
5993012c65 Add the green chevron aside the room name. 2015-11-30 14:34:12 +01:00
yannick
762231d0a1 Add the room creation button. 2015-11-30 10:41:49 +01:00
yannick
ae6d8951be Add a gradient view above the recents view. 2015-11-30 09:48:08 +01:00
yannick
dedee1697c update the search title color. 2015-11-27 17:48:09 +01:00
yannick
e113c95e1e Update the roomParticipant text color
-> use vector green color
-> remove useless title
-> add a place holder in the search bar.
2015-11-27 17:14:10 +01:00
yannick
86390b7e5c SegmentedViewController : add the unreachable homeserver management (i.e. the navbar background color becomes red) 2015-11-27 15:53:41 +01:00
yannick
f842ae75aa Cancel the room member search if the view disappears. 2015-11-27 15:29:54 +01:00
yannick
1e85502cb6 Add the update error case management. 2015-11-27 15:16:16 +01:00
yannick
6073b3a949 Update the navbar buttons the room participants & room settings viewcontroller. 2015-11-27 14:02:37 +01:00
yannick
004fdb2491 descrive how to update the navbar items color. 2015-11-27 13:30:14 +01:00