Commit Graph

12250 Commits

Author SHA1 Message Date
giomfo 942365678a Enable voip call options on contact details 2016-09-14 15:38:08 +02:00
giomfo 53683752ff Update logs 2016-09-14 15:37:39 +02:00
giomfo 321b5c6d65 Call screen: Change the status bar visibility whereas the call screen is presented.
This prevent displaying wrong layout of the root view controller.
2016-09-14 15:36:42 +02:00
manuroe af1c2d910a RageShake: Update email address 2016-09-14 15:20:30 +02:00
manuroe 956de1fd62 Make URLs on the settings page i18nable 2016-09-14 15:19:01 +02:00
manuroe 6af18eae58 Add Settings > Copyright 2016-09-14 15:08:00 +02:00
manuroe 7344daff57 Use the prod path of the web app for email validation callback 2016-09-14 14:49:00 +02:00
manuroe 443a314c2b Update universal links origin 2016-09-14 14:35:28 +02:00
giomfo bbeefde149 Messages: "Start chat" is the suggestion to replace 'invite people' 2016-09-14 14:26:33 +02:00
manuroe 52024e5b47 Tap on avatar in Member Info page to zoom to view avatar full page #517
Fix the tap area. Tap worked only at the top of the avatar, not when tapping on the middle or the bottom
2016-09-14 13:54:18 +02:00
giomfo f09c2c4977 Code cleaning: use the right enum value for keyboard autocapitalization type 2016-09-14 11:42:15 +02:00
giomfo e2873591d8 Bug Fix - Change the message edit edit like in web
#591
2016-09-14 11:41:08 +02:00
giomfo 7a6a30495e Update assets 2016-09-13 17:58:27 +02:00
manuroe 45262d9c56 i18n: For the app name, use CFBundleDisplayName rather than hardwriting Vector 2016-09-13 17:57:29 +02:00
giomfo b377941630 Update assets 2016-09-13 16:50:41 +02:00
manuroe 892d1c4376 Remove copyright from launch screen 2016-09-13 16:43:40 +02:00
manuroe 85688c8c9c i18n: For the app name, use CFBundleDisplayName rather than hardwriting Vector 2016-09-13 16:35:12 +02:00
manuroe ff62f7cbae version++ 2016-09-13 16:16:55 +02:00
manuroe 638ebaab7e Podfile.lock: update GoogleAnalytics for iOS 10 2016-09-13 15:51:15 +02:00
manuroe d30aeb0064 Tap on avatar in Member Info page to zoom to view avatar full page #517 2016-09-13 11:49:31 +02:00
giomfo 1de9860ca0 Messages: Regular notifications should be ignored when the room is in mentions only mode. 2016-09-12 21:22:34 +02:00
manuroe dde04d57af Add WebRTC-iOS license 2016-09-12 17:06:37 +02:00
manuroe f8ddaa5f6f 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 299c313e97 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 d37ecd7081 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 8a11cad277 RoomViewController: override correctly 'viewDidLayoutSubviews' 2016-09-12 10:57:44 +02:00
giomfo 1c1a608af7 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 edcf905b34 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 d571de0b73 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 d79b414ef3 Bug Fix: Screen when placing a voip call can be incredibly ugly
#597
2016-09-09 15:11:12 +02:00
manuroe 45f52d3422 Merge remote-tracking branch 'origin/master' into develop 2016-09-09 10:37:28 +02:00
manuroe 55fbd70929 Update 'WebRTC' pod version to avoid rejection by iTunes Connect because of a bad CFBundleVersion 2016-09-09 09:15:30 +02:00
manuroe c406d31307 Define CFBundleVersion as it seems mandatory now 2016-09-08 17:24:01 +02:00
manuroe 0513775195 version ++ (forgot to increment app version) 2016-09-08 17:19:11 +02:00
giomfo 5c8d405955 Bug Fix - MXNotificationCenter: The conditions of override and underride rules are defined in an array. 2016-09-08 17:10:03 +02:00
manuroe d93c032f36 version++ 2016-09-08 16:59:26 +02:00
giomfo 594b35885f 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 c391a32b37 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 b25158f1df Chat screen: disable auto scroll to bottom on keyboard presentation 2016-09-08 14:34:25 +02:00
giomfo d49a33c9e4 Merge pull request #586 from vector-im/override_rules
Messages - Room notification modes.
2016-09-08 14:31:39 +02:00
giomfo 0c17bf4068 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 cd809e8e8c 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 cd369b1c15 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 e7859ba1fb 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 75cf1a9b8a Bug Fix - Room participants: the same email address is coming up twice
#367
2016-09-07 09:33:30 +02:00
giomfo 9b93a693d8 Merge pull request #580 from vector-im/vector_529
Enhancement: Improve room creation process
2016-09-07 09:16:23 +02:00
giomfo 76b66c1d3d 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 cbbbaaff3f 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 73d21eac29 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 2fa2c5f4df Bug Fix - AppDelegate: Notification display failed when a view controller is presented modally. 2016-09-06 17:20:16 +02:00