Commit Graph

12250 Commits

Author SHA1 Message Date
giomfo 69182bdfd5 Prepare #904: Improve the people invite screens
- Make `RoomParticipantsViewController` inherit of the new class `ContactsTableViewController` to handle room members.
2017-01-11 18:58:11 +01:00
manuroe 985a4d904a Merge remote-tracking branch 'origin/develop' into room_summary 2017-01-11 17:32:25 +01:00
jeangb 9252ef02f2 GitIgnore update 2017-01-11 15:25:57 +01:00
jeangb 8eb31e3680 Add accessibility id for automation purpose.
- Added accessibility ids to some objects on authentication views for UI automation purpose
2017-01-11 15:25:08 +01:00
manuroe c8ae4a4f19 Room summary: beginning 2017-01-11 09:58:09 +01:00
giomfo f83485d319 Prepare #904: Improve the people invite screens
- Rename `ContactPickerViewController` with `HomePeopleSearchViewController`.
- Define a basic view controller class `ContactsTableViewController` to display/filter a contacts list.
- Make `StartChatViewController` inherit of this new class `ContactsTableViewController` to handle contact invite.
2017-01-10 17:56:30 +01:00
David Baker cc04dfac76 Don't pass the args now we use them 2017-01-10 12:05:44 +00:00
David Baker f6db1b175b Hopefully fix CI build for auto-signing 2017-01-10 12:00:18 +00:00
giomfo 1e72202a54 Merge remote-tracking branch 'origin/develop' into local_contacts_methods 2017-01-10 11:38:43 +01:00
giomfo 5eabbf11b0 Choose an initial device view in each .xib files 2017-01-10 11:30:02 +01:00
David Baker 97354a1405 Revert signing fix
Oh, turns out this needs to be set to developer if you're using automatic code signing
2017-01-10 10:16:54 +00:00
David Baker f26f4f4fe1 Fix signing
Fight back in constant, losing battle against whatever keep
setting the release signing identity back to Developer
2017-01-10 10:11:49 +00:00
giomfo 6a021bc39c Merge remote-tracking branch 'origin/master' into develop
- Turn on the 'push notifications' switch
- Re-enable the aps-environment check
- Add privacy strings to the main Info.plist
2017-01-10 10:47:11 +01:00
giomfo d3bf79273c Update Vector Xcode project:
- enable automatic signing mode
- define the development team
2017-01-10 10:38:54 +01:00
giomfo b74099d652 Prepare #904: Improve the people invite screens
Handle 'Start chat' and 'Add new member' screens. (TODO update people search screen)

- Display by default all the local contacts with at least one contact method (email, phone number...) in alphabetic order, mixing Matrix enabled and non-Matrix enabled users.
- The search result lists only the contacts who have the search pattern as prefix in their display name, their matrix identifiers and/or their contact methods (emails, phones).

- The search result is displayed in 2 sections: “Local Contacts" and “Known Contacts”.

- Local contacts with several contact methods are split in several contacts.
2017-01-09 19:29:31 +01:00
David Baker c5d02d0b95 Add privacy strings to the main Info.plist
As well as the i18ned file, otherwise iTunes connect isn't picking
then up.
2017-01-09 14:47:05 +00:00
David Baker 17ec5abc77 Put InfoPlist.strings back to en
Having it in Base doesn't help itunes connect recognise the
existence of the keys
2017-01-09 14:43:34 +00:00
David Baker 938c1b760d Try InfoPlist.strings in Base localisation instead 2017-01-09 14:30:16 +00:00
David Baker d483903c24 Correct localization file
Now in the appropriate lproj folder along with the other strings
files.
2017-01-09 14:06:38 +00:00
David Baker 09ddd387cb Re-enable the aps-environment check 2017-01-09 13:50:19 +00:00
David Baker 057331dd4c Turn on the 'push notifications' switch
in project / capabilities
2017-01-09 13:38:29 +00:00
giomfo 678a32eda7 Merge pull request #909 from vector-im/local_contacts_methods
Enhancement - Improve the people invite screens.
2017-01-09 09:40:13 +01:00
giomfo d6fcfc8bef Enhancement - Improve the people invite screens.
#904

- MXKContactManager: List the local contacts with methods (instead of handling only the emails).
- ContactTableViewCell: Highlight the Matrix-enabled contacts in local contacts section.
2017-01-06 15:09:18 +01:00
giomfo 1fe0d49aec Merge pull request #908 from vector-im/local_contact_sync
The contact book is used to search for users by email or phone number…
2017-01-05 16:06:41 +01:00
giomfo cfaa041d0d The contact book is used to search for users by email or phone number on Riot.
- Update `NSContactsUsageDescription` to turn on by default the matrix user discovering when the user allows the access to the local contacts.

- Ask to the existing users the permission to upload emails when the contact access is already granted.

- Update matrix ids for all the local contacts in only one request when device contacts are loaded and an identity server is available.
2017-01-05 15:44:00 +01:00
giomfo 40e50e1420 Merge pull request #903 from vector-im/riot_887
Bug Fix - Performance on searching people when inviting is terrible.
2017-01-05 10:02:55 +01:00
giomfo 23ddccd6d0 Merge remote-tracking branch 'origin/develop' into riot_887
# Conflicts:
#	Vector/ViewController/StartChatViewController.m
2017-01-05 09:59:25 +01:00
giomfo 33de6be49d Merge pull request #902 from vector-im/kit_94
Improvement - View controller: Remove properties initialization from …
2017-01-05 09:50:44 +01:00
giomfo 941bb3ea22 Bug Fix - Performance on searching people when inviting is terrible.
#887

- Improve the contact search in the 'Start Chat' screen.
- TODO: Report this changes in 'Room Settings' to add new members, and in 'People Search' screen.
2017-01-03 17:52:42 +01:00
giomfo b5af0a295c Improvement - View controller: Remove properties initialization from 'viewDidLoad'.
see https://github.com/matrix-org/matrix-ios-kit/issues/94
2017-01-03 14:40:23 +01:00
giomfo bdcf8f2011 Room Members / Invite screen: Split in two sections the search result.
one for the contact book, another for the room contacts
2016-12-28 17:44:55 +01:00
giomfo c800f2de77 Bug Fix - Room Members/Invite screen: Remove the current participants from the default displayed list. 2016-12-28 12:15:31 +01:00
giomfo cf58f11c59 Bug Fix - App crashes when the user taps on an avatar in a search result.
#895
2016-12-27 16:30:45 +01:00
giomfo 4d4acd2aa4 Finalize Outgoing Messages Refactoring.
PR https://github.com/matrix-org/matrix-ios-sdk/pull/210.

- Add `MXEventSentStatePreparing` value in `MXEventSentState` enum:
The event is an outgoing event which is preparing by converting the data to sent, or uploading additional data.
2016-12-27 14:43:17 +01:00
manuroe 4756b99c5b version++ 2016-12-23 12:32:03 +01:00
manuroe 289c7aa116 iTunes Connect complained about NSCameraUsageDescription and cie 2016-12-23 12:26:59 +01:00
manuroe c2f24a2e3c version++ 2016-12-23 10:24:26 +01:00
manuroe e0ab00a4d2 Launch: Add a timing log to check launch time 2016-12-23 09:15:29 +01:00
manuroe 43582f0bc4 Podfile: use official OLMKit pod 2016-12-22 18:38:02 +01:00
manuroe e04fea6070 Update CHANGES.rst 2016-12-20 17:20:14 +01:00
manuroe 0225901fe8 Launch: Add a spinner under the GIF logo 2016-12-20 17:19:58 +01:00
manuroe 265c0f1836 Podfile: Update GBDeviceInfo to handle iPhone 7 2016-12-20 10:34:10 +01:00
manuroe 5e0e6abe1e Chat screen - Encrypted room: messages being encrypted are now displayed in green. 2016-12-19 16:47:18 +01:00
manuroe d8f3f40edc Merge pull request #877 from vector-im/outgoing_msg_refactoring
Outgoing Messages Refactoring:
2016-12-19 15:33:31 +01:00
manuroe 714412632f Merge pull request #876 from vector-im/padlock_on_room_avatar
Crypto: Add a padlock over the avatar of encrypted rooms in screens w…
2016-12-19 09:45:52 +01:00
manuroe 98362b71c1 Merge pull request #870 from vector-im/rageshake_mail_update
Rageshake: Add e2e device id to the message and …
2016-12-19 09:45:40 +01:00
giomfo 8b1a63aadc Outgoing Messages Refactoring:
- Apply the MatrixKit changes in the MXKAttachment class
2016-12-17 19:04:16 +01:00
giomfo 064856c33d Outgoing Messages Refactoring:
- Apply the MatrixKit changes in the `MXKAttachment` class
2016-12-16 18:24:24 +01:00
manuroe 34dd9e59c7 Crypto: Add a padlock over the avatar of encrypted rooms in screens with list of rooms 2016-12-16 18:15:15 +01:00
manuroe 5ceef8cc6a Prepare release 2016-12-16 17:28:20 +01:00