Commit graph

2428 commits

Author SHA1 Message Date
manuroe
59ed764438 Merge pull request #607 from vector-im/vector_605
iOS10: App crashes when it wants to access user's data (Photos, Contacts, Camera, Mic)
2016-09-12 16:16:22 +02:00
manuroe
2737a645a8 iOS10: App crashes when it wants to access user's data (Photos, Contacts, Camera, Mic) #605 2016-09-12 15:42:03 +02:00
manuroe
ca35ce65c2 Merge pull request #604 from vector-im/vector_599
Tapping notifications doesn't take you to the right room in iOS 10
2016-09-12 11:09:13 +02:00
giomfo
ded07906d5 RoomViewController: override correctly 'viewDidLayoutSubviews' 2016-09-12 10:57:44 +02:00
giomfo
d40943e6b1 Merge pull request #601 from vector-im/vector_597
Bug Fix: Screen when placing a voip call can be incredibly ugly
2016-09-12 10:38:36 +02:00
manuroe
5b761e8b12 Tapping notifications doesn't take you to the right room in iOS 10 #599
Maybe a bug in iOS 10 pre-releases. Use the workaround at http://stackoverflow.com/a/39419245 to make it work
2016-09-12 10:33:10 +02:00
manuroe
5460df2d7c Warn explicitly that your addressbook's emails are uploaded for discovering matrix IDs if you enable that permission (#602)
* Settings: Add "LOCAL CONTACTS" > "Use emails to discover users" toggle button

Related to #551

* Users discovery: Warn explicitly that your addressbook's emails are uploaded for discovering matrix IDs if you enable that permission #551.

* FR keyboard typo
2016-09-12 09:46:23 +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
manuroe
3cb52bd198 Merge remote-tracking branch 'origin/master' into develop 2016-09-09 10:37:28 +02:00
manuroe
14512b0067 Update 'WebRTC' pod version to avoid rejection by iTunes Connect because of a bad CFBundleVersion 2016-09-09 09:15:30 +02:00
manuroe
15438cae32 Define CFBundleVersion as it seems mandatory now 2016-09-08 17:24:01 +02:00
manuroe
382f795f49 version ++ (forgot to increment app version) 2016-09-08 17:19:11 +02:00
giomfo
f1869f233d Bug Fix - MXNotificationCenter: The conditions of override and underride rules are defined in an array. 2016-09-08 17:10:03 +02:00
manuroe
e505fff163 version++ 2016-09-08 16:59:26 +02:00
giomfo
80442e8a54 Merge pull request #595 from vector-im/default_contacts_list
Contact picker: display by default all the contacts who share a priva…
2016-09-08 16:37:14 +02:00
giomfo
ccf1aaa5c7 Contact picker: display by default all the contacts who share a private room with the current user. 2016-09-08 16:26:27 +02:00
giomfo
bb15eb9fa9 Chat screen: disable auto scroll to bottom on keyboard presentation 2016-09-08 14:34:25 +02:00
giomfo
ce8e818a9b Merge pull request #586 from vector-im/override_rules
Messages - Room notification modes.
2016-09-08 14:31:39 +02:00
giomfo
54c042294b Messages - Room notification modes.
The web client defines 4 levels of notifications: 'All messages (loud)', 'All messages', 'Mentions only' and 'Mute'.
The ios client support only 2 modes: Mute / Unmute.

We update the client to map these 2 modes with the 4 new ones until a new design is defined to handle the 4 levels on mobile client:
- When a room is in 'Mute' or 'Mentions only mode', it is displayed as mute. Else it is unmute.
- When the user unmute a room, the room switches in 'All message mode'.
- When the user mute a room, the room switches in 'Mentions only' mode.

On ios client, mute a room
2016-09-08 10:43:03 +02:00
giomfo
76235bbce3 Room Creation - Invite people: Cancel room creation when cancel is pressed whereas the participants list is empty 2016-09-08 10:08:36 +02:00
manuroe
0b59ec13d6 Merge pull request #585 from vector-im/vector_559
Until e2e is impl'd, encrypted msgs should be shown in the UI as unencryptable warning text
2016-09-08 10:07:27 +02:00
manuroe
cb8bef0b99 Until e2e is impl'd, encrypted msgs should be shown in the UI as unencryptable warning text #559 2016-09-07 16:22:51 +02:00
giomfo
09a85536f2 Bug Fix - Room participants: the same email address is coming up twice
#367
2016-09-07 09:33:30 +02:00
giomfo
75b956c8bb Merge pull request #580 from vector-im/vector_529
Enhancement: Improve room creation process
2016-09-07 09:16:23 +02:00
giomfo
52012a554e Merge pull request #579 from vector-im/show_alert_on_modal
Bug Fix - AppDelegate: Notification display failed when a view contro…
2016-09-07 09:14:26 +02:00
giomfo
2bfb7ee5e4 Merge pull request #578 from vector-im/vector_487
Bug Fix Folks expect hitting 'done' when entering an mxid to invite, …
2016-09-06 17:41:39 +02:00
giomfo
f2765b1f37 Enhancement: Improve room creation process
#529

Prompt user to let him choose betwwen:
- Start chat by selecting people
or
- Create a new empty room
2016-09-06 17:37:22 +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
giomfo
7a8620550f Bug Fix Folks expect hitting 'done' when entering an mxid to invite, rather than having to hit +
#487
2016-09-06 17:04:30 +02:00
manuroe
c0c5215de9 Incoming call: Fix crash "Application tried to present a nil modal view controller on target <UISplitViewController: 0x13f833800>"
Add some sanity checks
2016-09-06 14:21:11 +02:00
manuroe
bcf8e27060 Merge pull request #576 from vector-im/vector_574
Let users join confs as voice or video
2016-09-06 13:56:33 +02:00
manuroe
2843ba9d2a Conference call banner: hide the 1px separator view that rendered badly with the banner 2016-09-06 13:42:10 +02:00
manuroe
5acef63d29 Conference call: Let users join confs as voice or video #574 2016-09-06 13:30:06 +02:00
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