Commit graph

63 commits

Author SHA1 Message Date
giomfo
e312a08369 Disable voip call on members/contacts details.
Contact details: Start voice call failed silently #745
2016-11-10 15:21:28 +01:00
giomfo
3383f5f680 End-to-end encryption UI/UX
#723

- Prompt user before turning on the room encryption
- Check power level before displaying toggle button
2016-11-07 16:31:48 +01:00
giomfo
9cab08e8f3 fix compilation warning 2016-11-04 15:45:21 +01:00
manuroe
0d144a01c1 Merge pull request #750 from vector-im/e2e
E2e
2016-11-03 15:29:23 +01:00
manuroe
8cdcbadb40 Crypto: RoomSettings: Add encryption switch button 2016-11-03 11:57:08 +01:00
giomfo
6d7335dfca Feature - Converting existing rooms to/from DMs
#715

- 'Start chat' in the Member Details page should instead list the rooms you have in common with the user, as per vector-web.
2016-11-02 14:32:02 +01: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
3031d9507b Bug Fix - trim leading/trailing space when setting display names
#554
2016-09-01 14:39:10 +02:00
manuroe
12f04b1c62 Intercept and create matrix.to URLs within the app #547 2016-08-29 11:57:01 +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
giomfo
8c044445b0 Settings: Add 'mark all as read' option
#541
2016-08-26 16:12:46 +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
giomfo
8c71ddcbbd Bug Fix - Expanded header: Add shortcuts on avatar and room name
#347
2016-08-22 11:54:26 +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
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
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
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
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
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
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
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
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
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
5742c89791 Room Settings: Prompt user to save changes when Members list tab is selected 2016-06-24 15:48:16 +02:00
giomfo
64953db836 Room Settings: Code Cleaning 2016-06-23 18:51:44 +02:00
giomfo
39dfb6ccd5 Screen Tracking: Update screen name. 2016-06-14 11:10:37 +02:00
manuroe
ee461c7519 New room settings: Applied API breaks 2016-06-10 18:25:17 +02:00
giomfo
4452c489a0 Support GA services
Support screen tracking via Google Analytics.

#335
2016-06-03 17:29:34 +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
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
7abcadf0e6 Chat Screen: Improve Room header
- add topic in preview header
- remove new line characters in topic string
- collapse expander header when user scrolls it down.
2016-04-19 15:28:15 +02:00
giomfo
701ab26d14 Bug Fix: Messages - Wait for the end of action before hiding swipe menu #52 2016-03-18 17:56:59 +01:00
giomfo
a0d0070cd6 Remove access token from Vector logs. 2016-02-11 11:29:33 +01:00
giomfo
d22417ee94 issue_80: Rageshake handling
Rageshake doesn't work on the image upload screen #80

- Define the navigation bar tint color.
- Disable navigation bar tint color change according to HS status.
- Set RageShake manager.
2016-02-10 22:12:17 +01:00
manuroe
485f79b51e VectorDesignValues: Load Vector colors at the app load time for the life of the app 2016-02-05 15:21:00 +01:00
giomfo
092ac321f4 Media Picker: Apply Ribot design 2016-01-19 18:59:40 +01:00