Commit Graph

12250 Commits

Author SHA1 Message Date
giomfo eef696b65c Fix Room members: Add a specific section INVITED
#132
2016-04-08 17:26:42 +02:00
manuroe eb2b2ffe0c Merge pull request #209 from vector-im/call_type_action_sheet
VoIP: Show an action sheet when the user clicks on the call button
2016-04-08 16:43:02 +02:00
manuroe dbf4402df8 VoIP: Show an action sheet when the user clicks on the call button. He will be able to select Voice or Video Call 2016-04-08 16:34:52 +02:00
giomfo ba62ec54b9 Merge remote-tracking branch 'origin/master' into develop 2016-04-08 11:29:53 +02:00
giomfo 4be6a52c57 Merge remote-tracking branch 'origin/release-v0.1.3' 2016-04-08 11:26:39 +02:00
giomfo 87fa72db35 Prepare vector-ios release v0.1.3 2016-04-08 11:25:31 +02:00
manuroe 02a277ca9d Universal link: Implemented the happy path: links to rooms (and permalinks) known by the user 2016-04-07 17:38:19 +02:00
manuroe 25cbee45c0 HomeVC: Added optional eventId param to [HomeViewController selectRoomWithId::] 2016-04-07 17:36:18 +02:00
giomfo 9717bd19b6 BugFix: Room members search
Keyboard is dismissed at each tap (when search result has been scrolled)
2016-04-07 15:43:39 +02:00
giomfo 345f5a06d1 Room member details: Failed to display member invited by email #133
For the moment, no details are available for member invited by email.
2016-04-07 14:07:49 +02:00
giomfo 183d5a224c BugFix: Need a way to cancel registration #203 2016-04-07 09:28:27 +02:00
giomfo bdf32eb43a Merge pull request #204 from vector-im/vector_ios_196
BugFix: Include address book emails in search result #196
2016-04-07 09:17:39 +02:00
giomfo 8dd7751cec BugFix Entering invalid email address into registration
gives error saying it's not supported #201
2016-04-06 18:51:48 +02:00
giomfo 37877b9083 BugFix: Include address book emails in search result #196 2016-04-06 18:33:26 +02:00
manuroe 6d444184c5 Universal link: Added vector.im as associated-domains 2016-04-06 18:05:26 +02:00
giomfo 018f72e58c BugFix: Chat: Resume on empty room (Please select a room) #128 2016-04-06 11:28:45 +02:00
manuroe cbceed3be5 Merge pull request #198 from vector-im/email_bind
Email bind
2016-04-06 10:56:17 +02:00
manuroe 0b1f7d7572 Email binding: Keep ref to the MXKAlert to be able to dismiss it viewWillDisappear (incoming call) 2016-04-06 10:55:16 +02:00
giomfo 66b68ba482 BugFix: Tapping on room name in expanded header should let you edit it #195 2016-04-06 09:41:23 +02:00
giomfo ca81dc38a5 Merge pull request #200 from vector-im/show_auth_screen
Authentication screen: Handle correctly custom server options
2016-04-06 08:31:05 +02:00
giomfo b26280f941 Authentication screen: Handle correctly custom server option 2016-04-05 18:43:52 +02:00
manuroe eec411f876 Email binding: SettingsVC binding email: Added loading wheel 2016-04-05 18:12:55 +02:00
giomfo 6ae476aba0 Merge pull request #197 from vector-im/show_auth_screen
Bug Fix: Do not stop registration process when app is backgrounded.
2016-04-05 18:06:05 +02:00
giomfo 781dab6f69 Authentication screen: rename popRoomViewControllerAnimated 2016-04-05 18:05:50 +02:00
manuroe 6d54098423 Email binding: SettingsVC binding email: dismiss the keyboard when the user click on the + button in the nav bar 2016-04-05 17:53:43 +02:00
manuroe 891fb3cb6b Email binding: SettingsVC: Added binding of a new email 2016-04-05 17:44:02 +02:00
giomfo 3feb915aeb Bug Fix: Do not stop registration process when app is backgrounded. 2016-04-05 15:31:52 +02:00
manuroe e4726eeef9 SettingsVC: BF: Removed the firstResponder thing.
I believe it was here to hide the keyboard on tableview scroll but this feature is already enabled in the storyboard.
The bug was that it unexpectly hides the keyboard when editing the displayname in landscape.
2016-04-05 14:53:01 +02:00
manuroe 7eeb341daa Email binding: SettingsVC: Display users linked emails 2016-04-05 10:44:22 +02:00
manuroe 1f8c5146af Email binding: SettingsVC: Replace "Email Address" by "Email" which lets more room for displaying user email addresses 2016-04-05 10:40:03 +02:00
manuroe 3e8b6567c1 Email binding: SettingsVC: Made the user settings section rows dynamic 2016-04-05 09:33:53 +02:00
giomfo 92f1a992d3 Merge pull request #193 from vector-im/registration_support
Registration support: Finalize implementation
2016-04-04 19:43:14 +02:00
giomfo c6287c773a Registration support: Finalize implementation
- Check first the validity of the parameters.
- Check the availability of the user id.
- Handle then the registration stages
2016-04-04 17:12:05 +02:00
giomfo 8a56666d63 Merge pull request #191 from vector-im/registration_support
Registration support
2016-04-01 18:43:56 +02:00
giomfo 7afd069f81 Update comments 2016-04-01 18:39:57 +02:00
giomfo 72b41c69b9 Registration support: Check validity of the non empty user name. 2016-04-01 18:35:05 +02:00
giomfo d82dd99420 Merge remote-tracking branch 'origin/develop' into registration_support 2016-04-01 16:36:57 +02:00
giomfo 2e1aed9254 BugFix: App crashes on iPhone 6S in case of rotation on login screen.
Previous fix was incomplete (https://github.com/vector-im/vector-ios/commit/f1b0917a8763647725bee805e8e750129191d700)
2016-04-01 16:35:55 +02:00
giomfo 87811e8350 Registration support.
Support the 2 following flows: m.login.email.identity and m.login.recaptcha.
2016-04-01 16:31:13 +02:00
manuroe d0a73d7e57 Crash log symbolication: Added build information into crash.log 2016-03-30 16:11:29 +02:00
giomfo 236d202142 Registration support - Room Members: Use MXTools method to validate email address. 2016-03-29 17:08:26 +02:00
giomfo 95a97b0db4 Registration support - Prepare authentication screen. 2016-03-29 15:35:37 +02:00
giomfo f1b0917a87 BugFix: App crashes on iPhone 6S in case of rotation on login screen.
The crash reason was the following:
Terminating app due to uncaught exception 'NSRangeException', reason: 'Cannot remove an observer <RoomViewController> for the key path "isOffline" from <AppDelegate> because it is not registered as an observer.
2016-03-29 14:37:18 +02:00
manuroe f12196709b Merge pull request #186 from vector-im/vector_178
https://github.com/vector-im/vector-ios/issues/178: Make room members UI more intuitive
2016-03-25 14:21:22 +01:00
manuroe 35ec0dff7f https://github.com/vector-im/vector-ios/issues/178: Make room members UI more intuitive
Used the stock UITableCellView.accessoryView instead of .customAccessoryView
2016-03-25 10:21:16 +01:00
manuroe ea7f0f24bd https://github.com/vector-im/vector-ios/issues/178: Make room members UI more intuitive
The keyboard Done button acts as a cancelation of the invitation process.
Fixed the plus icon that was unexpectedly displayed when trying to remove a member
2016-03-25 09:18:54 +01:00
manuroe 0ebedaff57 https://github.com/vector-im/vector-ios/issues/178: Make room members UI more intuitive
Changed to invite placeholder by "Invite by name, email, id"
2016-03-25 08:57:29 +01:00
manuroe 46d12292cd https://github.com/vector-im/vector-ios/issues/178: Make room members UI more intuitive
In the UI for adding people, add a + icon
2016-03-25 08:53:00 +01:00
giomfo bb4386f89d Merge pull request #173 from vector-im/configurable_push_gateway_url
The push gateway url is now configurable.
2016-03-23 15:18:28 +01:00
giomfo 1d8be86358 BugFix: Reduce battery usage.
Presently we are not able to initialize the matrix session(s) when the app is launched in background as a result of a remote notification [The session(s) are opened and never paused].
Patch: In that case the session(s) initialisation takes place when the app enters in foreground.
2016-03-23 14:45:16 +01:00