Commit Graph

809 Commits

Author SHA1 Message Date
manuroe 96afe1b1b0 e2e: Add global and per-room settings to blacklist unverified devices 2017-03-03 13:07:18 +01:00
manuroe 312afa75af Fix build issues due to sdk update 2017-02-28 10:24:27 +01:00
jeangb 37bcc05c16 UsersDevicesViewController: add accessibility identifiers 2017-02-23 09:56:13 +01:00
giomfo c97b0f375c Bug Fix - App crashes on logout because of a partial tableview reloading 2017-02-22 15:44:04 +01:00
giomfo 36d3bfe6a1 Settings: Support the edition of the current 3rd party ids of the user. 2017-02-22 12:09:27 +01:00
giomfo 59cb731f9a Settings: Support the edition of the current 3rd party ids of the user. 2017-02-22 09:34:40 +01:00
giomfo bfeb93ad7b Settings: Bind phone numbers to the user's profile. 2017-02-20 18:34:41 +01:00
giomfo 0ee7a9af10 Settings: Use the phone numbers to discover Riot users 2017-02-17 09:41:24 +01:00
manuroe 1c2c0efee9 Merge pull request #1040 from vector-im/warn-unknown-devices
Warn unknown devices
2017-02-15 16:07:58 +01:00
manuroe 098ba39389 Warn unknown devices: Show a loading wheel while doing [MXCrypto setDevicesKnown:] 2017-02-15 11:44:22 +01:00
manuroe 79e21f6d75 Warn unknown devices: the dialog is a one time change to check unknown devices.
If the user presses cancel or ok, devices will be no more unknown
2017-02-15 11:36:22 +01:00
manuroe fd86929f5e Warn unknown devices: update the unknown devices list once a device has been verified 2017-02-15 11:12:07 +01:00
manuroe afb09b427a Warn unknown devices: Fix EncryptionInfoView display 2017-02-15 10:43:46 +01:00
manuroe 31a3fe657e Warn unknown devices: Add the screen that list unknown devices (UsersDevicesViewController) 2017-02-14 18:23:09 +01:00
giomfo c299a81eaf Bug Fix - App crashes on new start chat. 2017-02-14 17:45:44 +01:00
manuroe fa0c374e66 Warn unknown devices: Show an alert when sending a message while there are unknown devices in the room.
Show the error in the room activities view too.
2017-02-14 11:01:38 +01:00
giomfo 17a121f36e Bug Fix: local contact section should be collapsable even when no search is started
#1017
2017-02-08 13:54:58 +01:00
giomfo 294e406bfc comments 2017-02-07 09:38:29 +01:00
giomfo 9040a0270e Bug Fix - Trying to delete 3pid invites fails with terrible error
#999
2017-02-06 23:27:12 +01:00
manuroe 7472218d3f Merge pull request #1012 from vector-im/keys_export
E2E keys export: Add an "Export keys" button to the settings
2017-02-06 15:50:14 +01:00
manuroe 421bcd4084 E2E keys export: Add an "Export keys" button to the settings
Use short version of NSTimer usage
2017-02-06 14:24:49 +01:00
manuroe e4357f6685 E2E keys export: Add an "Export keys" button to the settings
Manage the deletion of the keys file after its process by another app
2017-02-06 12:53:08 +01:00
giomfo 3336cad96a comments 2017-02-06 09:26:57 +01:00
manuroe 0c32f69322 E2E keys export: Add an "Export keys" button to the settings
We are Vector Creations Ltd now
2017-02-03 18:36:52 +01:00
manuroe 5a77b5440a E2E keys export: Add an "Export keys" button to the settings 2017-02-03 18:11:45 +01:00
giomfo 74349157a3 Bug Fix - Show riot enabled local contacts in known contacts too.
#1001
2017-02-03 17:44:28 +01:00
giomfo 0a3b364233 Bug Fix - App stuck in Riot animation on cold start
#964

Fix the case where the App is launched on a Riot notification.
2017-02-01 00:18:01 +01:00
giomfo ca2f533b2b Bug Fix - App stuck in Riot animation on cold start
#964

Fix the case where the App is launched on a Riot notification.
2017-01-31 16:50:28 +01:00
giomfo fd33bbfae1 ContactsTableViewController: Remove the count in the Local contacts header,
when no search is in progress.
2017-01-30 16:58:16 +01:00
giomfo ab9ca8eb0f Bug Fix - The room data listeners are not removed correctly 2017-01-30 10:58:16 +01:00
giomfo f31ee9e27b Improve the people invite screens
#904

- Keep visible the Local contacts header even if no local contacts is displayed in order to keep visible the check box "Matrix user only".
2017-01-27 14:57:10 +01:00
giomfo 13280105d3 Improve the people invite screens
#904

- Keep visible the Local contacts header even if no local contacts is displayed in order to keep visible the check box "Matrix user only".
2017-01-27 11:55:48 +01:00
giomfo 97c98373a8 Automatic tests: Add accessibility id in alert view controller. 2017-01-27 11:28:58 +01:00
giomfo 1efe31a5d0 Improve the people invite screens
#904

- Hide/show the non-matrix-enabled contacts from the local contacts section.
2017-01-26 23:36:26 +01:00
giomfo b27767cba0 Bug Fix - New invite button should still be visible when the keyboard is shown
#961
2017-01-26 11:57:46 +01:00
giomfo 256105bde3 Bug Fix - New invite button should still be visible when the keyboard is shown
#961
2017-01-26 10:48:04 +01:00
giomfo 3e392e8c2a Bug Fix - Unexpected red navigation bar.
The navigation bar became red when the app was offline on a room members screen.
2017-01-24 18:29:19 +01:00
giomfo 62a35245a6 Merge pull request #969 from vector-im/fix_crash_on_screen_transition
Bug Fix: App may crash when user rotates the device while he joins a …
2017-01-24 14:08:59 +01:00
manuroe 6d7bde665c Warn that logging out will lose E2E keys (#950).
Add a check on weakSelf.
2017-01-24 13:48:42 +01:00
manuroe 1f72d5056b Warn that logging out will lose E2E keys (#950).
Add a check on weakSelf.
2017-01-24 13:47:32 +01:00
giomfo 4c8e72e746 Bug Fix: App may crash when user rotates the device while he joins a room.
Related crash log:
-[RoomTitleView roomAvatar]: unrecognized selector sent to instance

Note: when the app does not crash the header display is corrupted.
2017-01-24 13:35:06 +01:00
manuroe 6927a627f7 Warn that logging out will lose E2E keys (#950). 2017-01-24 12:07:28 +01:00
manuroe fd69304e2b Warn that logging out will lose E2E keys (#950). 2017-01-24 12:05:43 +01:00
giomfo ca918d1d00 ContactsTableViewController: refresh the matrix ids in the local contacts when view will appear. 2017-01-23 18:40:30 +01:00
giomfo 7b290fd615 AuthenticationViewController: update layout on iPhone 7 2017-01-19 16:48:56 +01:00
giomfo 49ce235809 SettingsViewController: Apply OLMKit API change. 2017-01-19 15:44:17 +01:00
giomfo 60907cf97b Bug Fix - Search from rooms list: bg bubbles recovering known contacts list
#946
2017-01-19 14:28:44 +01:00
giomfo 5d204d0721 ContactsTableViewController: Ignore @facebook.com email addresses from the results - facebook have discontinued that service... 2017-01-18 11:53:22 +01:00
giomfo ee193f3373 Code cleaning 2017-01-18 11:17:29 +01:00
manuroe ea49c3aa2f Merge pull request #937 from vector-im/ga-stats
Google Analytics: enable MXSession GA stats and send stat on launch screen display time
2017-01-16 18:20:15 +01:00