Commit Graph

66 Commits

Author SHA1 Message Date
giomfo 1925d5ba3f BugFix: vector-ios #87
Please can we have default ios long-tap to select and clipboard behaviour again?
2016-02-11 15:19:49 +01:00
giomfo a0d0070cd6 Remove access token from Vector logs. 2016-02-11 11:29:33 +01:00
giomfo 24dbee9e43 Merge pull request #91 from vector-im/issue_80_rageshake_handling
issue_80: Rageshake handling
2016-02-11 09:07:33 +01:00
giomfo d22417ee94 issue_80: Rageshake handling
Rageshake doesn't work on the image upload screen #80

- Define the navigation bar tint color.
- Disable navigation bar tint color change according to HS status.
- Set RageShake manager.
2016-02-10 22:12:17 +01:00
giomfo ce4a283932 Chat: Expanded header
Fix issues on iPhone 6 plus (landscape).
2016-02-10 15:08:51 +01:00
giomfo 5b5679ebb6 Chat: Expanded header
Hide the header only on scroll down.
2016-02-10 12:25:40 +01:00
giomfo 7a9ac019da Chat: Expanded header
Fix issue: scroll to the top of the bubbles table failed
2016-02-10 11:13:30 +01:00
giomfo f5fb047062 Chat: Expanded header 2016-02-10 10:59:48 +01:00
giomfo 3cc5487655 Chat: Bug Fix event timestamp is not aligned when username is hidden. 2016-01-21 17:57:02 +01:00
giomfo 37406b16eb Bug Fix: move further the chevron in room title view #48
- Remove room topic
- Handle correctly tap on room title view
2016-01-13 19:03:27 +01:00
giomfo cf56b94509 Bug Fix #43 Remove weird animation on the input field if you do a multiline input. 2016-01-13 10:06:18 +01:00
manuroe 8838088876 Search in room: Applied Vector design (ie stole the cells from the RoomViewController to display search results) 2015-12-31 16:12:32 +01:00
manuroe 5078e25604 Search in room: Imported UI from MatrixKit 2015-12-31 10:12:45 +01:00
manuroe 7ee94863b0 Search API support: Fixed Wrong commit on RoomVC 2015-12-30 18:00:37 +01:00
manuroe 29c9d66606 Search API support: Added session search from MatrixKit 2015-12-30 15:15:08 +01:00
giomfo 5995b94453 Chat screen: Bug Fix: typing notif is not displayed
Typing notification was not displayed for member without display name.
2015-12-22 12:52:18 +01:00
giomfo c0be7ac0fe Chat screen: update localized string used during event edition 2015-12-18 15:37:28 +01:00
giomfo 623af56397 Chat screen : support event edition 2015-12-18 15:20:57 +01:00
giomfo 5a144eac55 Chat Screen: Support tap on bubble cell content view 2015-12-17 21:44:27 +01:00
giomfo 93958ed07c Chat screen: implementation
Apply Ribot design on toolbar view.
2015-12-16 22:36:14 +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 a111f44d7d Fix a crash in refreshTypingView 2015-12-08 17:45: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 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
giomfo ef69af9adb MXKDataSource refactoring
Table view cell are now defined at view controller level.
2015-12-07 11:50:13 +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 eb371f7d8e display_room_avatars
-> display the room avatars in the chat room
2015-12-04 14:28:15 +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 5993012c65 Add the green chevron aside the room name. 2015-11-30 14:34:12 +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 596b781357 Done button refresh update 2015-11-26 18:23:50 +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 71806aaaa8 -> set the roomDetails viewController title
-> the selected section title text was not a bold font.
2015-11-26 17:04:16 +01:00
yannick e715344144 -> MXKRoomDetailsViewController becomes MXKSettingsDetailsViewController
-> The room details is now properly launched.
2015-11-26 16:47:24 +01:00
giomfo 879c6d8a5a Chat screen: Remove top menu view. 2015-11-25 16:53:52 +01: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 648a9c2188 -> use the storyboard to display the roomDetailsViewController.
-> the "Back" is removed from the back key in the navbar.
2015-11-20 17:07:45 +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
yannick b63d07c32b Add the vector ExtraInfoView 2015-11-18 14:42:25 +01:00
yannick 68709837d2 Add the typing notifications text building. 2015-11-18 09:38:55 +01:00
giomfo ef28b58abb Remove the TabBarController 2015-11-18 00:15:52 +01:00
giomfo cc4842d03c Fix: A constraint cannot be made between a leading/trailing attribute and a right/left attribute. Use leading/trailing for both or neither.' 2015-10-01 10:36:22 +02:00
giomfo 57f757cab2 Chat screen: Bug Fix: App crashes when user taps on avatar 2015-09-15 09:36:23 +02:00