Commit graph

63 commits

Author SHA1 Message Date
manuroe
a164d172c3 Merge pull request #1139 from vector-im/riot-341-black-launch-screen-logo
BF: LaunchScreen: black box instead of the vector logo on startup #341
2017-03-31 15:50:09 +02:00
manuroe
70c3d5873d Room summary: Remove @TODO 2017-03-31 15:48:50 +02:00
manuroe
3c0ccc1a2a Merge commit '2d178343b17e1ece55d595d904aeeba87e3d9938' into room_summary 2017-03-31 15:42:11 +02:00
giomfo
4d05210773 Merge pull request #1132 from morozkin/issue898
Check email validity during reset password operation
2017-03-31 13:12:13 +02:00
Denis Morozov
48c5aafcb1 Check delegate instance availability and ability to handle cancel method 2017-03-30 19:05:37 +03:00
manuroe
5dd2396716 BF: LaunchScreen: black box instead of the vector logo on startup #341
The idea is to move the logo png into "Supported files" (like suggested at http://stackoverflow.com/a/36707732).
I have also updated the LaunchScreen.xib into LaunchScreen.storyboard as it is what xcode proposes now.
2017-03-30 12:03:07 +02:00
manuroe
e40be18306 Public rooms: Support new directory search pagination & search APIs #628
^ that was for ref. This commit improves comments.
2017-03-29 11:44:16 +02:00
manuroe
2b3db77bd6 Public rooms: Avoid the flickering of the public room cell when display search 2017-03-29 11:31:15 +02:00
manuroe
1345eb27e6 Public rooms: Do not make a /publicRooms request at app startup 2017-03-29 10:59:27 +02:00
manuroe
34873c80f5 Public rooms: Do not send a /publicRooms request for every keystroke. Let user finish typing 2017-03-29 10:37:53 +02:00
manuroe
eb00ba44c2 Public rooms: Do inconspicuous pagination 2017-03-29 10:02:33 +02:00
Denis Morozov
341ca52db5 Check email validity during reset password operation 2017-03-28 23:20:59 +03:00
manuroe
9dc2f58ff8 Public rooms: Make search homeserver-side 2017-03-28 16:36:21 +02:00
manuroe
81dd4040ce Merge remote-tracking branch 'origin/develop' into room_summary 2017-03-27 15:21:43 +02:00
manuroe
76d9048b11 Room summary: Need to reset the EventFormatter after a clear cache
Else, this is MXKEventFormatter that is used
2017-03-27 10:02:26 +02:00
giomfo
c4f14e3fd0 Merge pull request #1113 from morozkin/upstream
Fix logic of changing room's avatar
2017-03-23 16:30:06 +01:00
giomfo
622f505e6a Merge pull request #1123 from morozkin/issue1111
Increase hit area of the "Matrix users only" checkbox
2017-03-23 16:27:22 +01:00
manuroe
bf7240098e Merge remote-tracking branch 'origin/master' into room_summary 2017-03-23 16:24:50 +01:00
Giom Foret
e5a85d0fce Version ++ 2017-03-23 12:20:11 +01:00
Giom Foret
17db42d093 Define the media cache version at the application level 2017-03-23 11:49:58 +01:00
Denis Morozov
a948c62ab5 Increase hit area of the "Matrix users only" checkbox 2017-03-22 23:07:06 +03:00
Denis Morozov
fe6a725456 Add nil checking for eventTypeForSelectedField 2017-03-22 22:07:06 +03:00
manuroe
341557bc4f Room summary: Add isEncrypted 2017-03-22 17:54:19 +01:00
manuroe
8a28f2b668 Room summary: localUnreadEventCount has moved 2017-03-22 15:45:22 +01:00
Giom Foret
ef577846e7 Merge branch 'release-v0.3.12' into develop 2017-03-21 18:55:11 +01:00
Giom Foret
2dd45510fd version++ 2017-03-21 18:50:19 +01:00
Giom Foret
055477b2ca Bug Fix: Chat screen - The missed discussions badge is missing in the navigation bar 2017-03-21 14:20:47 +01:00
manuroe
0cb82452b5 Room summary: MXSession.ignoreProfileChangesDuringLastMessageProcessing is gone 2017-03-21 09:06:18 +01:00
Denis Morozov
ad02d51c1e Check power level of the user before starting editing room info 2017-03-20 22:15:39 +03:00
Giom Foret
d0bedbe515 Bug Fix - Registration with email failed when the user validated the email on the phone. 2017-03-20 19:43:24 +01:00
Denis Morozov
8c95b94fd8 Fix logic of changing room's avatar 2017-03-18 21:57:06 +03:00
manuroe
e2fe9df08f Room summary: MXKSessionRecentsDataSource.eventFormatter has been removed. Overide the EventFormatter by another mean 2017-03-17 16:46:44 +01:00
manuroe
a6939d376f version++ 2017-03-16 17:40:26 +01:00
Giom Foret
71c17ece60 Suport msisdn registration
- code cleaning
2017-03-16 16:16:44 +01:00
manuroe
0f5eb4f2bf Merge pull request #1104 from vector-im/riot-1058
BF: Unknown devices modal from calling page is different that room page one
2017-03-15 17:39:09 +01:00
manuroe
d90423e78a Merge remote-tracking branch 'origin/develop' into room_summary
# Conflicts:
#	Riot/Categories/MXRoom+Riot.m
#	Riot/Model/RoomList/RecentCellData.m
2017-03-15 17:24:54 +01:00
manuroe
3f73d18679 E2E: manage unknown devices when placing or answering a call (#1058). 2017-03-15 15:56:26 +01:00
manuroe
08c9aabfd9 UsersDeviceViewController: Add an onComplete param to the displayUsersDevices method 2017-03-15 15:54:50 +01:00
Giom Foret
2c6b23c327 Support msisdn registration
- fix registration by using only a phone number (no email)
2017-03-15 14:41:20 +01:00
Giom Foret
5451a54c51 Update accessibility ids used for testing 2017-03-15 11:17:50 +01:00
Giom Foret
fc1167793c Bug Fix - [Tablet / split mode] The room member details page is not popped after signing out
#1062
2017-03-14 17:25:46 +01:00
Giom Foret
a226851500 Bug Fix - Login parameters validation is buggy 2017-03-13 18:05:10 +01:00
Giom Foret
88b20c3ffa Bug Fix - [Direct Chat] No placeholder avatar and display name from the member details view
#923

- Remove the "Direct Chat" section in the room member details view of the current user.
- Handle correctly tap on “Start new chat” cell
2017-03-13 15:11:08 +01:00
Giom Foret
c4d6b06163 version++ 2017-03-10 17:26:19 +01:00
Giom Foret
12a99a74dd Support msisdn login 2017-03-10 14:48:34 +01:00
giomfo
3c68bf2409 Merge pull request #1087 from vector-im/msisdn_login
Support msisdn login
2017-03-10 14:35:32 +01:00
Giom Foret
daada120d5 Support msisdn login 2017-03-10 14:33:31 +01:00
Giom Foret
730f426797 SettingsViewController: Improve 3pid adding UI
- paint the “plus icon” in green when the 3pid input is editing.
2017-03-10 12:02:57 +01:00
Giom Foret
b357132759 Support msisdn login 2017-03-10 11:09:46 +01:00
Giom Foret
ee770cb254 AuthenticationViewController: fix wrong access id 2017-03-10 10:22:36 +01:00