Commit graph

195 commits

Author SHA1 Message Date
giomfo
3a77967085 End-to-end encryption UI/UX
#723

- Chat screen: Display a padlock in the bottom tool bar in case of encrypted room.
2016-11-07 11:36:32 +01:00
giomfo
6d7335dfca Feature - Converting existing rooms to/from DMs
#715

- 'Start chat' in the Member Details page should instead list the rooms you have in common with the user, as per vector-web.
2016-11-02 14:32:02 +01:00
giomfo
0b3af50ee3 Room Details: Add 'Files' tab
Display now the index of room files
2016-10-12 12:03:39 +02:00
giomfo
8263ae0c9b Bug Fix - Use contains_url filter for navigating files and showing a file index for a room
#652

Support file search at room level.
2016-10-05 09:36:52 +02:00
giomfo
9626d1f63b Bug Fix: App crashes when user taps on room alias with multiple # in chat history.
#668
2016-09-29 17:50:20 +02:00
giomfo
612d6f1f38 RoomSearchDataSource: Remove the matrix session from the parameters in initWithRoomDataSource API.
Use the matrix session of the provided room data source.
2016-09-29 11:47:02 +02:00
manuroe
9dd1f772ec Quoting a msg overrides what I already typed #641. 2016-09-21 09:29:05 +02:00
giomfo
0e6a7c4067 Enable voip call options on contact details 2016-09-14 15:38:08 +02:00
giomfo
ded07906d5 RoomViewController: override correctly 'viewDidLayoutSubviews' 2016-09-12 10:57:44 +02:00
giomfo
f74b5fac9a Bug Fix: Screen when placing a voip call can be incredibly ugly
#597
2016-09-09 15:11:12 +02:00
giomfo
bb15eb9fa9 Chat screen: disable auto scroll to bottom on keyboard presentation 2016-09-08 14:34:25 +02:00
giomfo
e813f7a482 Bug Fix - AppDelegate: Notification display failed when a view controller is presented modally. 2016-09-06 17:20:16 +02:00
manuroe
5acef63d29 Conference call: Let users join confs as voice or video #574 2016-09-06 13:30:06 +02:00
manuroe
26d1ef4780 VoIP: Remove "Conference Call" from Settings > LABS. The feature is always enabled 2016-09-05 16:05:27 +02:00
manuroe
5cd1535888 VoIP: Remove "Placing VoIP/Video calls" from Settings > LABS. The feature is always enabled 2016-09-05 15:56:07 +02:00
manuroe
d5a1ec6f75 Unable to join federated rooms #572
Use the roomAliases field of RoomPreviewData. It contains either the aliases provided by MXPublicRoom or the aliases in the state of a room we are peeking in.
2016-09-05 14:53:09 +02:00
giomfo
26caeca914 Bug Fix - Chat screen: missed discussions badge would go red only if the user missed a highlight
#563
2016-09-05 14:00:56 +02:00
giomfo
cf688f6440 Bug Fix - Chat screen: The collapse point for scrolling down the keyboard should include the activities view
#280
2016-09-05 10:40:46 +02:00
giomfo
00cb861244 Bug Fix - Call: The "Return to call" banner does not rotate with the device
#482

+ handle correclty hangup button in room options menu
2016-09-02 22:21:02 +02:00
manuroe
a1e2ec52e7 Chat screen: Add "view source" option on the selected event #459 2016-09-02 10:07:46 +02:00
manuroe
3e44500289 Cut the event context menu in 2 pages. The 2nd page of options is displayed when pressing "More"
#502
2016-09-02 09:59:27 +02:00
manuroe
e4c190de01 Context menu should have option to quote a message #502 2016-09-02 09:11:09 +02:00
giomfo
fca4ec1c97 Chat screen: Hidden the expanded header when user has left the current room 2016-09-01 15:28:47 +02:00
giomfo
d8804a5b49 Bug Fix - Chat screen: The navigation bar is missing
#414
2016-09-01 15:17:48 +02:00
giomfo
7e4509feed Bug Fix - We should put an unread room count next to the back button
#467

Improve badge position handling
2016-08-31 20:57:08 +02:00
giomfo
44dbb7218b Bug Fix - We should put an unread room count next to the back button
#467

Ignore the current room in the missed discussions count.
2016-08-31 15:47:34 +02:00
giomfo
54f982bf15 Bug Fix - We should put an unread room count next to the back button
#467
2016-08-31 15:12:46 +02:00
giomfo
d5f2fa08fe Chat screen: New message(s) notification #532 2016-08-29 18:34:00 +02:00
manuroe
12f04b1c62 Intercept and create matrix.to URLs within the app #547 2016-08-29 11:57:01 +02:00
manuroe
054e520850 hyperlink mxids and room aliases #442 2016-08-26 16:20:20 +02:00
manuroe
b5eb0bde49 hyperlink mxids and room aliases: open room when clicking on a room id or room alias #442
Do nothing with click on event id because we cannot know the id of the room it belongs to.
2016-08-26 16:16:49 +02:00
manuroe
a1f8534e53 hyperlink mxids and room aliases: open room member detail or contact detail screen when clicking on a mxid #442 2016-08-26 16:00:32 +02:00
giomfo
8c71ddcbbd Bug Fix - Expanded header: Add shortcuts on avatar and room name
#347
2016-08-22 11:54:26 +02:00
manuroe
31b5a44c14 Bug fix: The initialisation of a conference call silently fails when the room member has not enough power level
https://github.com/vector-im/vector-web/issues/1948
2016-08-19 09:59:31 +02:00
manuroe
c7a1f008ce Bug fix: The initialisation of a conference call silently fails when the room member has not enough power level
https://github.com/vector-im/vector-web/issues/1948
2016-08-19 09:57:35 +02:00
giomfo
557c6df350 Bug Fix - Chat screen: tapping resend now does nothing
#510
2016-08-12 12:08:19 +02:00
giomfo
0184da173f Bug Fix - Crash in [AppDelegate applicationDidBecomeActive:]
Remove KVO handling on [AppDelegate isOffline] by introducing a new notification kAppDelegateNetworkStatusDidChangeNotification.

#489
2016-08-11 10:38:10 +02:00
manuroe
9854c7ca85 Conference call: bug fix: Do not show the "Ongoing conference call" banner if the setting is disabled 2016-08-11 09:31:09 +02:00
manuroe
3e55266f73 Conference call: Show the "Ongoing conference call" banner only if the user is not in the conference 2016-08-09 13:00:37 +02:00
manuroe
4cbf981a19 Room & Call: Manage the end of the call detection when the room screen is displayed 2016-08-09 12:51:14 +02:00
manuroe
d101d9e3a8 Room: When a call is active, turn the call button into a hangup button 2016-08-09 12:24:58 +02:00
manuroe
5dfd985bf2 Conference call: Add ongoing conference call banner 2016-08-08 18:47:16 +02:00
manuroe
76ee3506f4 Conference call: Add an enabled button in Settings > LABS 2016-08-08 10:42:53 +02:00
manuroe
6c19b7b7b4 Group call: Enable the call button in group chat 2016-08-05 17:46:33 +02:00
manuroe
52369189a3 API break: [MXRoom placeCall:] is now asynchronous 2016-08-05 15:16:09 +02:00
manuroe
2194e6a5c1 Call: Check permissions before accessing to the camera and the microphone.
It is particularly useful when a perm has been denied.
2016-07-29 17:59:59 +02:00
manuroe
5bd2a24514 BF: RoomViewController: Fixed crash reported by GA 2016-07-29 11:17:58 +02:00
manuroe
f8224718bc Call: Bug fix: call must be available in 1:1 rooms (invited and banned users do not count) 2016-07-28 15:56:20 +02:00
manuroe
2e8f8f8c3e Settings: Renamed "VoIP" in Settings > LABS to "Placing VoIP/Video calls" 2016-07-28 11:54:19 +02:00
manuroe
f8c9003e28 Settings: the VoIP feature can be now enabled from Settings > LABS 2016-07-28 10:24:22 +02:00