Commit graph

2695 commits

Author SHA1 Message Date
manuroe
df2682981d Merge pull request #575 from vector-im/enable_voip_by_default
Make VoIP features enabled by default
2016-09-05 17:36:14 +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
6a15fd1f3c Merge pull request #573 from vector-im/vector_572
Unable to join federated rooms #572
2016-09-05 15:05:00 +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
850e5dec11 Merge pull request #571 from vector-im/vector_280
Bug Fix - Chat screen: The collapse point for scrolling down the keyb…
2016-09-05 13:31:30 +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
cb79448943 Merge pull request #564 from vector-im/482
Bug Fix - Call: The "Return to call" banner does not rotate with the …
2016-09-05 09:23:47 +02:00
Matthew Hodgson
3906953c85 improve dev doc 2016-09-03 16:29:02 +01: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
f136475036 Merge pull request #561 from vector-im/vector_502
Improve event edit menu
2016-09-02 10:56:26 +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
manuroe
07e97a4c59 Fix crash in [SettingsViewController heightForHeaderInSection:] 2016-09-01 17:35:28 +02:00
giomfo
d1044fef18 Call screen: use white as the background colour on VC on iOS. 2016-09-01 15:49:52 +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
3031d9507b Bug Fix - trim leading/trailing space when setting display names
#554
2016-09-01 14:39:10 +02:00
manuroe
603c69faa1 Room activities: Allow to display the info on 2 lines so that "Connectivity to the server has been lost" can be displayed on iPhone5 in portrait 2016-09-01 11:31:10 +02:00
manuroe
cc280f5d78 Merge pull request #557 from vector-im/vector_440
BF: on iPad, after you use room search, there's no way to leave the search view
2016-09-01 09:45:08 +02:00
manuroe
6f02985d64 BF: on iPad, after you use room search, there's no way to leave the search view (https://github.com/vector-im/vector-ios/issues/440) 2016-09-01 09:23:49 +02:00
giomfo
f18ea27302 Custom audio call sounds 2016-09-01 09:19:54 +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
11b78d59a8 Merge pull request #555 from vector-im/467
Bug Fix - We should put an unread room count next to the back button
2016-08-31 15:36:57 +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
b5e5cd9bf9 Merge pull request #550 from vector-im/532
Chat screen: New message(s) notification #532
2016-08-30 10:29:23 +02:00
giomfo
d5f2fa08fe Chat screen: New message(s) notification #532 2016-08-29 18:34:00 +02:00
manuroe
6758bfc60a Merge pull request #548 from vector-im/vector_547
Intercept matrix.to URLs within the app
2016-08-29 13:44:11 +02:00
manuroe
12f04b1c62 Intercept and create matrix.to URLs within the app #547 2016-08-29 11:57:01 +02:00
manuroe
22f390e487 Intercept matrix.to URLs within the app #547 2016-08-29 09:16:41 +02:00
giomfo
6593cc4af4 Merge pull request #544 from vector-im/541
Settings: Add 'mark all as read' option
2016-08-26 21:33:54 +02:00
manuroe
0a80d9172d Merge pull request #545 from vector-im/vector_442
hyperlink mxids and room aliases
2016-08-26 16:48:58 +02:00
manuroe
d9db412862 hyperlink mxids and room aliases #442
Small fix in the story board
2016-08-26 16:47:54 +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
giomfo
0ff5110bd3 Merge pull request #543 from vector-im/276
Bug Fix - Room Settings: Ability to copy permalinks for rooms and msgs
2016-08-26 16:14:52 +02:00
giomfo
8c044445b0 Settings: Add 'mark all as read' option
#541
2016-08-26 16:12:46 +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
77b28737fb Bug Fix - Room Settings: Ability to copy permalinks for rooms and msgs
#276
2016-08-26 13:15:12 +02:00
giomfo
9a1d5d0c75 Merge pull request #542 from vector-im/503
Bug Fix - Room Settings: tap on existing room address is ignored
2016-08-26 11:05:15 +02:00
giomfo
dabd32236b Bug Fix - Room Settings: tap on existing room address is ignored
#503
2016-08-26 10:34:16 +02:00
manuroe
355a795970 Merge pull request #540 from vector-im/release-v0.1.16
Release v0.1.16
2016-08-25 16:57:48 +02:00
manuroe
318e8db58b version++ 2016-08-25 16:56:28 +02:00
manuroe
a4e2d62261 Settings: Fix crash when logging out 2016-08-25 15:29:00 +02:00
manuroe
13028a745a Merge pull request #539 from vector-im/release-v0.1.15
Release v0.1.15
2016-08-25 11:56:46 +02:00
manuroe
fd4c3385d1 version++ 2016-08-25 11:52:11 +02:00
giomfo
a10d99131a CallViewController: Update video containers content mode (with scaleAspectFill) 2016-08-24 17:42:24 +02:00