Commit Graph

797 Commits

Author SHA1 Message Date
giomfo d79a7f53f2 Custom audio call sounds 2016-09-01 09:19:54 +02:00
giomfo dd9e0c0811 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 bfc7e723b2 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 d6ea001c99 Bug Fix - We should put an unread room count next to the back button
#467
2016-08-31 15:12:46 +02:00
giomfo 456cb8d770 Chat screen: New message(s) notification #532 2016-08-29 18:34:00 +02:00
manuroe acdc01c3c2 Intercept and create matrix.to URLs within the app #547 2016-08-29 11:57:01 +02:00
giomfo 1fc61f7ea6 Merge pull request #544 from vector-im/541
Settings: Add 'mark all as read' option
2016-08-26 21:33:54 +02:00
manuroe a9fd9e5598 Merge pull request #545 from vector-im/vector_442
hyperlink mxids and room aliases
2016-08-26 16:48:58 +02:00
manuroe 8c22c6ea56 hyperlink mxids and room aliases #442 2016-08-26 16:20:20 +02:00
manuroe 14f63a0ff6 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 f282c53f0b Settings: Add 'mark all as read' option
#541
2016-08-26 16:12:46 +02:00
manuroe e9f8659290 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 0e58365d19 Bug Fix - Room Settings: Ability to copy permalinks for rooms and msgs
#276
2016-08-26 13:15:12 +02:00
giomfo 26620faf3e Bug Fix - Room Settings: tap on existing room address is ignored
#503
2016-08-26 10:34:16 +02:00
manuroe 71f6b3987a Settings: Fix crash when logging out 2016-08-25 15:29:00 +02:00
giomfo 4dc26fb11b CallViewController: Update video containers content mode (with scaleAspectFill) 2016-08-24 17:42:24 +02:00
giomfo c597d6bb7a Bug Fix - Add the VoIP call screen
#455

Support camera switch on video call
2016-08-23 11:38:28 +02:00
giomfo c4a9a05dff Bug Fix - Expanded header: Add shortcuts on avatar and room name
#347
2016-08-22 11:54:26 +02:00
giomfo af23c844e8 Bug Fix - Add the VoIP call screen
#455
2016-08-19 17:43:29 +02:00
manuroe 7ad23df6d7 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 6b8591b255 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 889e85de93 Merge pull request #509 from vector-im/vector_443
Redacting membership events should immediately reset the displayname …
2016-08-12 17:11:40 +02:00
giomfo b534f51cbf Redacting membership events should immediately reset the displayname & avatar of room members.
#443

Fix Manu's comments (https://github.com/matrix-org/matrix-ios-sdk/pull/118)
2016-08-12 16:50:27 +02:00
giomfo 57b1dce363 Bug Fix - Chat screen: tapping resend now does nothing
#510
2016-08-12 12:08:19 +02:00
giomfo c536f4f5a0 Redacting membership events should immediately reset the displayname & avatar of room members.
vector-im/vector-ios#443

Refresh Room members list on state event redaction
2016-08-12 11:13:48 +02:00
giomfo c4b08d1355 Settings: Adjust the section header display.
Update the section header label style and layout.
2016-08-11 13:59:17 +02:00
giomfo 9427d835c3 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 23ccec1199 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 b9fad75210 Conference call: Show the same usage warning as web when enabling the feature from settings 2016-08-11 09:27:35 +02:00
manuroe f03c9d2746 Media Picker: Allow multi selection of pictures #301
Manage the selection of one file
2016-08-09 18:52:46 +02:00
manuroe 80c632dd28 Merge remote-tracking branch 'origin/develop' into vector_301 2016-08-09 14:17:18 +02:00
manuroe 28b477a00e Media Picker: Allow multi selection of pictures #301
Send the selected assets
2016-08-04 17:59:26 +02:00
manuroe bfcde35468 Media Picker: Allow multi selection of pictures #301
Show only multisession only when required (ie not for the choosing the room avatar)
2016-08-04 16:15:29 +02:00
manuroe 0f989049bd Media Picker: Allow multi selection of pictures #301
Multi selection in the media album is done.
2016-08-03 14:59:54 +02:00
manuroe 50cb95c537 Fix: Media album: The aspect fill ratio is not respected #495 2016-08-03 12:42:19 +02:00
manuroe 3fde9d75b3 Display the list of ignored users in user settings #451
When clicking on an ignored user, show a popup to unignore them
2016-08-02 17:27:24 +02:00
manuroe 67664fe4c4 Display the list of ignored users in user settings #451 2016-08-02 16:13:17 +02:00
manuroe 56949464e0 Banned user list should be shown in room settings #450
Made the code more robust on banned members changes
2016-08-02 12:06:06 +02:00
manuroe 66ae1036fb Banned user list should be shown in room settings #450
Added the ability to unban through RoomMemberDetailsViewController
2016-08-02 11:57:02 +02:00
manuroe 2e65790fb6 Banned user list should be shown in room settings #450
Update display on live change of the banned users list
2016-08-02 11:22:58 +02:00
manuroe e6024e0e54 Banned user list should be shown in room settings #450 2016-08-02 11:06:31 +02:00
manuroe f53190557f 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 764a299df1 BF: RoomViewController: Fixed crash reported by GA 2016-07-29 11:17:58 +02:00
manuroe 9325ee5a74 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 42ae4df769 Settings: Renamed "VoIP" in Settings > LABS to "Placing VoIP/Video calls" 2016-07-28 11:54:19 +02:00
manuroe b614352893 Settings: the VoIP feature can be now enabled from Settings > LABS 2016-07-28 10:24:22 +02:00
manuroe 7d6dccc4e5 BF: Call button should be greyed or not be displayed in room with more than 2 users #477
Hide call button no 1:1 room
2016-07-27 18:11:09 +02:00
manuroe b1e72d1e7f #429: The room privacy setting text doesn't fit in phone mode
Forgot one cell
2016-07-25 16:28:13 +02:00
manuroe 35c8098116 #429: The room privacy setting text doesn't fit in phone mode 2016-07-25 16:17:00 +02:00
manuroe 9e7633e581 RoomSettingsViewController: Fixed crash when displaying room addresses (matrix room aliases 2016-07-25 13:57:26 +02:00