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
manuroe
e920d124b6
version++
2017-01-24 16:19:15 +01:00
manuroe
7bf1a47239
Logs: Log versions of app, MatrixKit, MatrixSDK etc at startup
2017-01-24 15:46:46 +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
b9ab177ca1
ContactTableViewCell: Let ContactsTableViewController update the matrix ids of the local contacts.
...
Remove the lookup request at cell level because the contacts table triggers now a bulk lookup.
2017-01-24 09:46:25 +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
manuroe
b33beebc9e
MXEvent: Add isLocalEvent property.
2017-01-19 18:12:30 +01:00
giomfo
aaa0e938d9
Bug Fix - Room details members: wrong unknown wording
...
#941
2017-01-19 17:09:08 +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
7d6bb00b70
Version ++
2017-01-19 15:36:22 +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
giomfo
db65922909
Load the local contacts on first account creation,
...
if the contact book access is authorized.
Keep the app settings in case of logout (We don't want to reset the current `syncLocalContacts` flag on logout).
2017-01-17 23:13:30 +01:00
giomfo
aa1c86baaa
Contact Sync: Disable the full update of the matrix ids on local contacts.
...
TODO: We have to use the new bulk lookup API.
2017-01-17 13:55:27 +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
giomfo
3da2fb11d2
Add accessibility identifiers
2017-01-16 17:51:01 +01:00
manuroe
ae380d56ae
Google Analytics: enable MXSession GA stats and send stat on launch screen display time.
2017-01-16 17:26:53 +01:00
giomfo
d5199be3c7
Bug Fix: Crash on Create a room button
...
#935
2017-01-16 16:40:28 +01:00
giomfo
4204b4dce6
Accessibility identifier: Update
2017-01-16 16:11:09 +01:00
giomfo
fd47bb65a5
Accessibility identifiers: Update
2017-01-16 16:06:06 +01:00
giomfo
3e3ecfc5bd
Bug Fix: Hit File tab from room details view make Riot crash
...
#931
2017-01-16 15:03:04 +01:00
giomfo
e1683850e7
Merge pull request #930 from vector-im/people_invite_screen
...
Improve the people invite screens
2017-01-13 18:16:22 +01:00
giomfo
fdf02a4e40
RecentsViewController: Define tableView accessibilityIdentifier.
2017-01-13 18:06:08 +01:00
giomfo
f8340f0b26
Improve the people invite screens
...
#904 .
Enable contacts section shrinking when the 2 sections are displayed.
2017-01-13 18:05:08 +01:00
giomfo
f275276e44
Improve the people invite screens
...
#904 .
Enable contacts section shrinking when the 2 sections are displayed.
2017-01-13 17:36:34 +01:00
giomfo
1a5fae6551
Improve the people invite screens
...
#904 .
Remove a contact from the "Known Contacts" section if a local contact matches with his Matrix identifier.
2017-01-13 16:34:43 +01:00
jeangb
dc924695e4
Add accessibility id for automation purpose
...
- Added accessibility ids to some object on all the view controllers and views (except authentication) for UI automation purpose
2017-01-13 15:12:08 +01:00
giomfo
4ede53e2b2
Merge pull request #926 from vector-im/local_contacts_methods
...
Improve the people invite screens
2017-01-13 12:11:35 +01:00
giomfo
821f9ee75a
Feature - Improve the people invite screens
...
#904 .
+"Add contact" button should be added on Room Member list #905
2017-01-13 12:08:24 +01:00
giomfo
d0dcf2eaa9
Feature - "Add contact" button should be added on Room Member list
...
#905
+ Improve the people invite screens #904 .
2017-01-13 02:24:50 +01:00
giomfo
11bb9703c3
Prepare #904 : Improve the people invite screens
...
- Make `HomePeopleSearchViewController` inherit of the new class `ContactsTableViewController` to handle room members.
2017-01-12 17:30:09 +01:00
jeangb
620cd7f32b
Add accessibility id for automation purpose.
...
- Took on account the review comments.
2017-01-12 11:38:43 +01:00
jeangb
22f88aa5b3
Add accessibility id for automation purpose.
...
- Took on account the review comments.
2017-01-12 11:27:47 +01:00
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