Commit graph

1132 commits

Author SHA1 Message Date
giomfo
bb15eb9fa9 Chat screen: disable auto scroll to bottom on keyboard presentation 2016-09-08 14:34:25 +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
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
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
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
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
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
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
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
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
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
dabd32236b Bug Fix - Room Settings: tap on existing room address is ignored
#503
2016-08-26 10:34:16 +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
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
giomfo
2415563dac Bug Fix - Add the VoIP call screen
#455

Support camera switch on video call
2016-08-23 11:38:28 +02:00
giomfo
8c71ddcbbd Bug Fix - Expanded header: Add shortcuts on avatar and room name
#347
2016-08-22 11:54:26 +02:00
giomfo
8787f21d74 Bug Fix - Add the VoIP call screen
#455
2016-08-19 17:43:29 +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
7196b86f3c Bug Fix - Profile changes shouldn't reorder the room list
#494
2016-08-16 17:53:35 +02:00
giomfo
2b94bd5544 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
e11b365089 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
557c6df350 Bug Fix - Chat screen: tapping resend now does nothing
#510
2016-08-12 12:08:19 +02:00
giomfo
50092639af 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
550aeff4d6 Remove useless comments 2016-08-12 11:12:20 +02:00
giomfo
154f0e8eb3 Settings: Adjust the section header display.
Update the section header label style and layout.
2016-08-11 13:59:17 +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
5784d51268 Conference call: Show the same usage warning as web when enabling the feature from settings 2016-08-11 09:27:35 +02:00
manuroe
3a749f21f4 Media Picker: Allow multi selection of pictures #301
Manage the selection of one file
2016-08-09 18:52:46 +02:00
manuroe
06c902540e Merge remote-tracking branch 'origin/develop' into vector_301 2016-08-09 14:17:18 +02:00
manuroe
9d181f5dfd Media Picker: Allow multi selection of pictures #301
Send the selected assets
2016-08-04 17:59:26 +02:00
manuroe
e3c4b7a9f3 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
0016d658f7 AppDelegate: Fix complaint from Xcode Analyse 2016-08-04 11:56:06 +02:00
manuroe
25f007c29c 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
ea8e36f565 Fix: Media album: The aspect fill ratio is not respected #495 2016-08-03 12:42:19 +02:00
manuroe
89ce5d4808 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
6b9c107b7b Display the list of ignored users in user settings #451 2016-08-02 16:13:17 +02:00
manuroe
083fd1d89f 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
f47dbade04 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
81e3e62aad 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
4a5e937426 Banned user list should be shown in room settings #450 2016-08-02 11:06:31 +02:00
manuroe
01e6b0d9c5 version++ 2016-08-01 18:38:06 +02:00
manuroe
ca986b385b Bug fix: Crash in [AppDelegate applicationDidBecomeActive:] #489
This is a possible fix but not 100% sure. I was not able to reproduce the crash.
2016-08-01 17:07:39 +02:00
manuroe
70f19c6dee Crash report: In addition to GA report, prompt the user to send a report by email.
The email contains logs which make debugging easier
2016-08-01 14:21:58 +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
manuroe
a5e89b9692 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
24c2ed8b49 Call: Make audio continue to work when backgrounding the app 2016-07-27 10:58:32 +02:00
manuroe
210b689c1d Call: Fixed the missing return_to_call translation 2016-07-26 16:34:30 +02:00
manuroe
bbfba54c39 version++ 2016-07-26 14:53:29 +02:00
manuroe
9538881900 Third party notices: added libjingle and WebRTC Build Scripts from pristine.io 2016-07-26 08:39:35 +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
manuroe
072eb1cc05 Call: Enabled the Google webrtc stack 2016-07-22 18:26:55 +02:00
manuroe
d47db242c6 https://github.com/vector-im/vector-ios/issues/461: Confirmation prompt before opping someone to same power level 2016-07-20 09:02:07 +02:00
giomfo
5da1f1567f Prepare vector-ios release v0.1.12 2016-07-15 15:46:07 +02:00
giomfo
c232bf20a7 Bug Fix - Room Participants: Admin badge is missing sometimes 2016-07-15 15:31:34 +02:00
giomfo
8558a7dc24 Chat Screen: Set the right tint color of the "send" button. 2016-07-15 15:10:59 +02:00
giomfo
26773e5240 Bug Fix - Reported crash: App crashes during [AppDelegate applicationDidEnterBackground:]
https://github.com/vector-im/vector-ios/issues/452
2016-07-13 18:17:08 +02:00
giomfo
f1c9059812 Enhancement - Messages: switch decline and preview buttons on invites
https://github.com/vector-im/vector-ios/issues/447
2016-07-12 22:40:35 +02:00
giomfo
280ee809f0 Room Settings: Add "Addresses" section
#412

- Add a notice "To link to a room it must have an address." when the user let anyone who knows the room's link access the room, whereas no address is defined
2016-07-12 17:22:06 +02:00
giomfo
ce7f5febac Room Settings: Add "Addresses" section
#412

- Support long tap to copy room address, copy room url or remove alias

TODO
- Add a notice "To link to a room it must have an address." when the user let anyone who knows the room's link access the room, whereas no address is defined
2016-07-12 14:41:16 +02:00
giomfo
d478d5a8d3 Room Settings: Add "Addresses" section
#412

- Support tap on room id to copy it
- Align the leading constraint of the content with the separatorInset.left of the cell.

TODO
- Support long tap to copy alias, copy links or remove alias
2016-07-12 00:13:05 +02:00
giomfo
93601f54a6 Room Settings: Add "Addresses" section
#412

- Support add new aliases

TODO
- Support long tap to copy alias, copy links or remove alias
- Support long tap on room id to copy it
2016-07-11 17:53:47 +02:00
giomfo
c376656657 Room Settings: Add "Addresses" section
https://github.com/vector-im/vector-ios/issues/412

- List the existing addresses (room aliases), the local aliases first (remote aliases at the end).
- Support address deletion (Swipe mode)
- Support the change of the main address
- Display Room id in advanced section

TODO:
- Support add new aliases
- Support long tap to copy alias, copy links or remove alias
- Support long tap on room id to copy it
2016-07-08 15:07:05 +02:00
giomfo
894d753e74 Settings: Set the right label text color (Vector TextColor Black) 2016-07-08 15:02:09 +02:00
giomfo
c400452abc Bug Fix - Room Participants: The swipe to Leave/Kick is broken. 2016-07-08 14:51:50 +02:00
giomfo
85c10ffebc BugFix - Room Settings: check room permissions and grey out those boxes (disable) if you can't change them
https://github.com/vector-im/vector-ios/issues/430
2016-07-06 09:38:38 +02:00
giomfo
0027c28299 Enhancement: Add 'leave' button to room settings
https://github.com/vector-im/vector-ios/issues/417
2016-07-05 17:57:33 +02:00
giomfo
d7cc4f29a0 Rename TableViewCellWithTickAndLabel with TableViewCellWithCheckBoxAndLabel 2016-07-05 17:26:55 +02:00
giomfo
9ce530f046 Room Settings - Room tag: replace switches by check boxes
Improve closed issue: https://github.com/vector-im/vector-ios/issues/218
2016-07-05 16:31:07 +02:00
giomfo
4ad1981ede Messages: Add pink red badge on each invitation
https://github.com/vector-im/vector-ios/issues/426
2016-07-05 10:53:38 +02:00
giomfo
79673b84dc BugFix: App crashes when the user leaves Settings whereas an email binding is in progress.
Reported crash: [SettingsViewController showValidationEmailDialogWithMessage:for3PID:]_block_invoke190 (in Vector) (SettingsViewController.m:416).
2016-07-05 00:29:35 +02:00
giomfo
909e709925 Prepare new vector-ios release v0.1.11 2016-07-02 00:12:06 +02:00
giomfo
837b144265 Bug Fix: App crashes on IRC command when no param is provided 2016-07-01 17:06:20 +02:00
giomfo
55ecbfd527 Room Settings: Fix rendering of the room topic. 2016-07-01 15:50:37 +02:00
giomfo
ab563b96a8 Code cleaning: Remove useless TableViewCell classes. 2016-07-01 10:33:07 +02:00
manuroe
e840704f4a Pods: Updated GBDeviceInfo 2016-07-01 08:42:10 +02:00
giomfo
aa637b8eaa Merge pull request #416 from vector-im/337
337
2016-06-30 17:18:07 +02:00
giomfo
e84f1ef42b Room Settings: Have proper room settings
- bug fix: history visibility cells are not selectable
- prompt user before changing history visibility

https://github.com/vector-im/vector-ios/issues/337
2016-06-30 17:02:53 +02:00
manuroe
54c0f7f4e8 Room messages text view: Use green as tint color so that links (and text selection) are displayed in the app color 2016-06-30 15:11:51 +02:00
manuroe
0d0f036b40 https://github.com/vector-im/vector-ios/issues/410: BF: Show bing in pink red 2016-06-30 14:57:51 +02:00
giomfo
376b207ba7 Room Settings: Have proper room settings
- Room access
- History visibility

https://github.com/vector-im/vector-ios/issues/337
2016-06-30 13:30:53 +02:00
manuroe
6b0f51cf98 Added license for DTCoreText 2016-06-29 07:43:06 +02:00
giomfo
229c24f521 Bug Fix - Room Settings: Add favourite/low prio toggle in room settings
https://github.com/vector-im/vector-ios/issues/218
2016-06-28 14:58:17 +02:00
manuroe
96f4123293 Added license for GHMarkdownParser 2016-06-27 17:11:16 +02:00
giomfo
316a2ff836 Room chat: Improve instance destruction 2016-06-27 15:34:17 +02:00
giomfo
0fb3f81f20 Room Settings: Keep focus on the current edited field in case of table refresh 2016-06-27 15:32:07 +02:00
giomfo
97c30dff8d MXRoom+Vector: Remove useless property ``isModerator`` 2016-06-27 15:25:58 +02:00
giomfo
42d5453fa9 LaunchScreen: update Copyright symbol 2016-06-27 14:57:22 +02:00
giomfo
7b107aca8c Bug Fix - Room members: double loading wheel
https://github.com/vector-im/vector-ios/issues/180
2016-06-24 15:58:00 +02:00
giomfo
5742c89791 Room Settings: Prompt user to save changes when Members list tab is selected 2016-06-24 15:48:16 +02:00
giomfo
572fdb94ba Messages: Hide room creation when search is active 2016-06-24 15:44:13 +02:00
giomfo
64953db836 Room Settings: Code Cleaning 2016-06-23 18:51:44 +02:00
giomfo
b5a8124c24 Room Participants: Retrieve the potential segmented view controller from the parent view controller. 2016-06-23 18:43:01 +02:00
giomfo
767cc8830f Bug Fix - Room Participants: Idle contacts must be listed before offline contacts in search result. 2016-06-23 14:32:55 +02:00
giomfo
2bd6d65abc Room Participants: withdraw correctly the view controller when user left the room 2016-06-23 10:31:47 +02:00
giomfo
ccf22f3f68 Bug Fix Media Picker: move the camera roll at the top of the folders
https://github.com/vector-im/vector-ios/issues/373
2016-06-23 09:19:56 +02:00
manuroe
ddd2176e92 Merge pull request #401 from vector-im/mark_event
Mark event in permalinks or search results
2016-06-22 16:32:51 +02:00
giomfo
8a79bbd533 Room Participants: Validate correctly matrix user identifier during search session 2016-06-22 16:28:09 +02:00
manuroe
7c7fb72449 Mark event in permalinks or search results: BF: remove systematically the marker view because a table view can be reused for another data source 2016-06-22 16:24:50 +02:00
giomfo
07bc899036 BugFix Can't view MemberInfo when inviting users without actually inviting them
https://github.com/vector-im/vector-ios/issues/271

Open contact details is not relevant here, we add the matrix id (if any) in the invitable contact display name. This change provides the missing member info.
+ Prompt user before inviting someone
2016-06-22 15:50:11 +02:00
giomfo
82dc709abe Merge pull request #400 from vector-im/refresh_contact_details_on_notif
Contact Details: Refresh display on contact change notifications
2016-06-22 12:05:47 +02:00
giomfo
757deb92ca Merge pull request #397 from vector-im/fix_room_public_preview
Bug Fix: The preview header is empty for non world readable public room.
2016-06-22 12:05:33 +02:00
giomfo
bd50cb741a Code cleaning
- remove the previous mechanism used to handle the landscape display of the splitviewcontroller on iPad and iPhone 6 +.
2016-06-22 12:03:05 +02:00
giomfo
76f8920f63 Contact Details: Refresh display on contact change notifications 2016-06-22 11:38:13 +02:00
giomfo
040f94c465 Merge pull request #398 from vector-im/room_participants_invitable
Room Participants: improve invitable contacts list
2016-06-22 10:21:25 +02:00
giomfo
37624f3755 Merge pull request #396 from vector-im/343
Search Screen: add People tab
2016-06-22 10:19:33 +02:00
giomfo
f12c016281 Search Screen: add People tab
- rename 'getFirstMatrixId' with 'firstMatrixId'

https://github.com/vector-im/vector-ios/issues/343
2016-06-22 10:19:08 +02:00
giomfo
1aa3b9193b Room Participants: improve invitable contacts list
- list only the contacts who has the search pattern as prefix
2016-06-22 00:15:52 +02:00
giomfo
faf810de8f Bug Fix: The preview header is empty for non world readable public room. 2016-06-21 22:06:32 +02:00
giomfo
9883254c90 Search Screen: add People tab
https://github.com/vector-im/vector-ios/issues/343

- Add Contact details view controller
- Fix Directory / Settings display in Landscape on iPad and iPhone 6 plus
2016-06-21 21:47:20 +02:00
manuroe
eed0fad6ed Mark event in permalinks or search results 2016-06-21 18:18:10 +02:00
giomfo
126c2449c8 Room Member Details: Improve header display in landscape 2016-06-20 15:45:14 +02:00
giomfo
ea2b75623e Search Screen: add People tab
- add contact picker view controller
2016-06-20 14:16:13 +02:00
giomfo
92126b013e Directory: handle tap on clock status bar 2016-06-20 14:11:27 +02:00
giomfo
88520ce712 Initial launch flickers up a blank Messages page before the Login page is shown
https://github.com/vector-im/vector-ios/issues/287
2016-06-16 18:06:05 +02:00
giomfo
573847e131 Bug Fix: Authentication view is not presented when app is launched offline
https://github.com/vector-im/vector-ios/issues/375
2016-06-16 16:50:41 +02:00
giomfo
6bd0e75933 Chat screen: Improve expanded header layout in landscape
Adjust the height of the expanded header according to the actual position of the room avatar.
2016-06-16 13:47:15 +02:00
giomfo
a85bf602fe UIViewController+VectorSearch: fix missing flag initialization 2016-06-16 13:13:19 +02:00
giomfo
7a8f82f75e Rooms global search: Refresh the current search results when view will appear 2016-06-16 10:50:18 +02:00
giomfo
d5b81e3936 Room search: search result should include the search pattern when it corresponds to a valid room alias or id.
+
Room search: Room preview should be used when user selects a public room that he did not join yet.

https://github.com/vector-im/vector-ios/issues/328
https://github.com/vector-im/vector-ios/issues/329
2016-06-14 22:25:10 +02:00
giomfo
39dfb6ccd5 Screen Tracking: Update screen name. 2016-06-14 11:10:37 +02:00
giomfo
1152d573c5 Attachments viewer: Support rageshake and screen tracking 2016-06-13 17:28:17 +02:00
giomfo
c19056d487 Code cleaning
Remove 'MXKContactDetailsViewController' use
2016-06-13 16:21:19 +02:00
giomfo
7ef5b98a0d Merge pull request #384 from vector-im/peeking_support
Room peeking support
2016-06-10 22:51:44 +02:00
manuroe
ee461c7519 New room settings: Applied API breaks 2016-06-10 18:25:17 +02:00
giomfo
9f9c55d5f5 Merge pull request #383 from vector-im/pop2home
Bug Fix: Room view controller is destroyed whereas it is still visible.
2016-06-10 17:42:09 +02:00
giomfo
ce5f2f7a63 Room participants: Clear the background color of avatar 2016-06-10 17:41:32 +02:00
giomfo
36846071ba Room peeking support
- Update preview header handling.
2016-06-10 17:15:42 +02:00
giomfo
8b206d51de Bug Fix: Room view controller is destroyed whereas it is still visible. 2016-06-10 16:11:09 +02:00
giomfo
3106821c19 Add Vector assets 2016-06-09 14:59:24 +02:00
manuroe
03e8a09c59 Merge pull request #378 from vector-im/room_history_preview
Room history preview
2016-06-09 14:46:56 +02:00
manuroe
4619214a7d Room messages preview: Added FIXMEs for Giom 2016-06-09 14:42:17 +02:00
manuroe
3cb28e0912 Room messages preview: Indicate to RoomVC when to release the datasource 2016-06-09 14:41:55 +02:00
manuroe
d82b1fbe4d Room messages preview: Release peeking room data source better 2016-06-09 11:52:39 +02:00
giomfo
f059313181 Room preview header in landscape
- Use UIInterfaceOrientationIsLandscape macro
2016-06-08 18:56:19 +02:00
manuroe
2e62b485ba Room messages preview: improved comments 2016-06-08 18:29:35 +02:00
giomfo
6f139ad63b Room preview header in landscape
- Smooth header change during screen rotation
2016-06-08 18:22:50 +02:00
manuroe
d60501b530 Room messages preview: Updated RoomPreviewData to use MXPeekingRoom 2016-06-08 18:02:22 +02:00
giomfo
10813d1e50 Room preview header in landscape mode
- Hide room avatar in landscape mode
2016-06-08 17:19:00 +02:00
manuroe
88df216daa BF: Release room data source created to display messages in the past 2016-06-08 17:01:01 +02:00
giomfo
377ff9ab4b Remove Screen tracking on HomeViewController 2016-06-07 15:59:19 +02:00
giomfo
4389630e22 Bug Fix - Room Preview: the room avatar is missing on invited room received by email
#371
2016-06-06 16:01:31 +02:00
giomfo
a3ee520cd9 Prepare vector ios release v0.1.10 2016-06-04 20:45:31 +02:00
giomfo
3edd86f70f Remove misplaced warning in xib file 2016-06-04 20:40:03 +02:00
Matthew Hodgson
d218aeee6a switch to using a green underline on the placeholder text of the search bar rather than the full-width green separator, to make it more obviously tappable and less like a header 2016-06-04 19:20:18 +01:00
Matthew Hodgson
2fd6b5b0a7 increase the search field from 44px to 50px high to give it slightly more prominence 2016-06-04 19:16:49 +01:00
Matthew Hodgson
67be273fcf add space to 'Search / invite' 2016-06-04 19:11:41 +01:00
Matthew Hodgson
c2ab5568c8 fix GA text some more 2016-06-04 17:19:05 +01:00
Matthew Hodgson
fa73852a67 Merge branch 'develop' of git+ssh://github.com/vector-im/vector-ios into develop 2016-06-04 17:00:53 +01:00
Matthew Hodgson
9c578c5ab8 improve GA wording 2016-06-04 17:00:36 +01:00
giomfo
a31c03d6ee Merge remote-tracking branch 'origin/335' into develop 2016-06-04 17:53:52 +02:00
giomfo
2f33f39f95 Bug Fix: Hide Directory during App launch 2016-06-04 17:52:37 +02:00
Matthew Hodgson
329c0cf8a6 cancel buttons always go on the left on iOS 2016-06-04 16:42:09 +01:00
Matthew Hodgson
581b08377e it's a username, not a human name... 2016-06-04 16:42:09 +01:00
giomfo
4112027217 Support GA services
Make GA togglable in Settings

#335
2016-06-04 17:37:23 +02:00
giomfo
0ff2d49993 Support GA services
Update Third-party notices

#335
2016-06-03 18:16:05 +02:00
giomfo
4452c489a0 Support GA services
Support screen tracking via Google Analytics.

#335
2016-06-03 17:29:34 +02:00
giomfo
b763cf15ea Support GA services
Remove useless Google dependencies.
2016-06-03 16:38:02 +02:00
giomfo
b3de3601d4 Support GA services
#335
2016-06-03 16:07:34 +02:00
giomfo
0165fed51c Directory section should be displayed by default in Messages when recents list is empty.
related to https://github.com/vector-im/vector-ios/issues/358
2016-06-03 10:28:46 +02:00
giomfo
53ba7928c2 Prepare vector-ios release v0.1.9 2016-06-02 16:16:55 +02:00
giomfo
c2413674ae Restore matrix.org as default homeserver. 2016-06-02 16:01:39 +02:00
giomfo
ec48a5e2e0 Trying to access matrix.org room from a vector.im account fails ("no know server")
https://github.com/vector-im/vector-ios/issues/354
2016-06-02 14:34:51 +02:00
giomfo
d31c346b99 Authentication: "Send Reset Email" is truncated on iPhone 4S 2016-06-02 14:33:21 +02:00
giomfo
e1c16bf082 Directory item in search doesn't open the directory if I don't search
https://github.com/vector-im/vector-ios/issues/353
2016-06-02 11:38:35 +02:00
giomfo
fbd68515f5 BugFix: Room avatars on matrix.org are badly rendered in the directory from a vector.im account
https://github.com/vector-im/vector-ios/issues/355
2016-06-02 11:35:29 +02:00
giomfo
1d2a265233 BugFix: Directory item in search doesn't open the directory if I don't search
https://github.com/vector-im/vector-ios/issues/353
2016-06-02 10:38:45 +02:00
giomfo
4f5b9405be Remove the 'optional' in the email registration field
https://github.com/vector-im/vector-ios/issues/352
2016-06-02 10:12:23 +02:00
giomfo
2f5c800c70 Prepare vector-ios release 0.1.8 2016-06-01 17:56:34 +02:00
giomfo
afa84f6675 Bug Fix: Room Participants - Search result: the user id should be displayed when 2 members has the same display name
https://github.com/vector-im/vector-ios/issues/293
2016-06-01 11:11:59 +02:00
giomfo
f05f6afa54 Default text in the memberlist search box would be less confusing if it was 'Search/invite by...' instead of the other way around
https://github.com/vector-im/vector-ios/issues/349
2016-05-31 17:14:05 +02:00
giomfo
7700b23a35 Created Room: replace active member label with "invite members" when the logged in user is alone in the room
https://github.com/vector-im/vector-ios/issues/346
2016-05-31 16:55:42 +02:00
giomfo
f37fc4f123 Settings: Profile avatar is not clickable
https://github.com/vector-im/vector-ios/issues/351
2016-05-31 16:27:23 +02:00
giomfo
aab232192f Settings: Handle correclty the alerts displayed during password reset 2016-05-31 14:11:04 +02:00
giomfo
1a5ae324f4 Bug Fix: Settings: App crashes when user goes back during saving
https://github.com/vector-im/vector-ios/issues/345
2016-05-31 10:53:18 +02:00
giomfo
6ee3d2204e Bug Fix - Champagne search bubbles appears over the rooms list while searching a room member.
https://github.com/vector-im/vector-ios/issues/64
2016-05-30 16:11:24 +02:00
giomfo
d7f9011a0b Bug Fix: Directory should be accessible from search even if the search field is empty
https://github.com/vector-im/vector-ios/issues/104
2016-05-30 13:42:45 +02:00
giomfo
982aa45362 Change App badge handling
Replace the missed notications count with the missed discussions count.
2016-05-30 10:24:43 +02:00
giomfo
f170a7a1c6 Bug Fix - Authentication: The Bottom area of the reCaptcha is not clickable. 2016-05-27 14:24:35 +02:00
giomfo
e3d10cba2e Option to autocomplete nicknames from their member info page
https://github.com/vector-im/vector-ios/issues/317
2016-05-26 18:30:41 +02:00
giomfo
cc6dfad638 Bug Fix: need to publish third party licenses
https://github.com/vector-im/vector-ios/issues/304
2016-05-26 14:05:44 +02:00
giomfo
467081de12 RoomViewController: remove useless delegate 2016-05-25 14:06:26 +02:00
giomfo
8fc7c23249 Settings: Disable spell-checking on add email field 2016-05-24 13:17:14 +02:00
giomfo
44b867a6e3 Bug Fix - Settings: Signout button gives zero user feedback when tapped
https://github.com/vector-im/vector-ios/issues/302
2016-05-24 11:55:54 +02:00
giomfo
f7580ff0d8 Add login information to the settings page
https://github.com/vector-im/vector-ios/issues/330
2016-05-24 00:02:55 +02:00
David Baker
24e97a20b8 Change version to 0.1.7
because 0.1.7-develop is not an acceptable version string to Apple
2016-05-23 17:11:12 +01:00
David Baker
47c0921937 Bump marketing version to 0.1.7-develop
(since itunes will not let us upload another 0.1.6)
2016-05-23 17:04:21 +01:00
giomfo
8a937ab2ca Remove useless source code
AccountDetailsViewController and GlobalNotificationSettingsViewController.
2016-05-23 16:25:02 +02:00
giomfo
2e8deb0baa Bug Fix: 'Not supported voip call' prompt failed
#336

Open the room concerned by the call
2016-05-23 16:01:11 +02:00
giomfo
b4bcbca892 Bug Fix: 'Not supported voip call' prompt failed
https://github.com/vector-im/vector-ios/issues/336
2016-05-23 15:39:48 +02:00
giomfo
2f6e69d108 Bug Fix - 'Not supported voip call' prompt failed
https://github.com/vector-im/vector-ios/issues/336
2016-05-23 14:42:46 +02:00
giomfo
3882b1f531 Settings: Prompt user when notifications are denied 2016-05-20 18:25:11 +02:00
giomfo
fbcb082096 Messages: Increase the font size of the missed notifications label. 2016-05-20 17:29:02 +02:00
manuroe
84fdff598a Display all call events (invite, answer, hangup): Just fixed compilation due to change in the kit 2016-05-20 16:55:59 +02:00
manuroe
9e6d922329 Handle missing VoIP better (#323): Fixed crash when logging out 2016-05-20 15:45:29 +02:00
manuroe
1a98ec1959 Handle missing VoIP better (#323): Display the "VoIP not yet supported" alert only when there is no call stack 2016-05-20 15:30:10 +02:00
manuroe
41caff1ebb Handle missing VoIP better (#323): Do not show expired call invites when resuming the app 2016-05-20 14:44:18 +02:00
manuroe
0fd7b9e104 Handle missing VoIP better (#323): Show a popup on call invite so that the end user can ignore the call or reject it 2016-05-20 14:31:23 +02:00
giomfo
1aad31cdd8 Merge pull request #332 from vector-im/vector_125
BugFix: Tap on clock status bar should scroll you up
2016-05-19 17:53:45 +02:00
giomfo
c9eee9ff4e BugFix: Tap on clock status bar should scroll you up
https://github.com/vector-im/vector-ios/issues/289
https://github.com/vector-im/vector-ios/issues/125
2016-05-19 17:22:29 +02:00
giomfo
97142ab1a5 Code cleaning
Remove use of deprecated API: addConstraint/removeConstraint
2016-05-19 17:09:07 +02:00
giomfo
8f31f0a14f Messages: bold the notif badge 2016-05-19 10:07:02 +02:00
giomfo
dba7e0099f BugFix - Messages: missed notifs and unread msgs in the room list
https://github.com/vector-im/vector-ios/issues/290
2016-05-18 11:23:50 +02:00
manuroe
e2aad60d72 Merge pull request #325 from vector-im/vector_313
Improved images & videos sending failure UX
2016-05-18 08:14:13 +02:00
manuroe
f844f6fe96 https://github.com/vector-im/vector-ios/issues/313: Improved images & videos sending failure UX: Show the action sheet to resend the media when clicking on it 2016-05-17 17:16:13 +02:00
manuroe
de61867134 https://github.com/vector-im/vector-ios/issues/313: Improved images & videos sending failure UX: Show the action sheet to resend the media when clicking on it 2016-05-17 17:09:17 +02:00
giomfo
5c50421248 BugFix: It's too hard to press names to auto-insert nicks.
https://github.com/vector-im/vector-ios/issues/309
2016-05-17 16:47:55 +02:00
manuroe
00c7400b0f https://github.com/vector-im/vector-ios/issues/313: Improved images & videos sending failure UX: Show a red border when the attachment sending failed 2016-05-17 13:55:38 +02:00