Commit Graph

760 Commits

Author SHA1 Message Date
manuroe 03e8a09c59 Merge pull request #378 from vector-im/room_history_preview
Room history preview
2016-06-09 14:46:56 +02:00
manuroe 4619214a7d Room messages preview: Added FIXMEs for Giom 2016-06-09 14:42:17 +02:00
manuroe 3cb28e0912 Room messages preview: Indicate to RoomVC when to release the datasource 2016-06-09 14:41:55 +02:00
manuroe d82b1fbe4d Room messages preview: Release peeking room data source better 2016-06-09 11:52:39 +02:00
giomfo f059313181 Room preview header in landscape
- Use UIInterfaceOrientationIsLandscape macro
2016-06-08 18:56:19 +02:00
manuroe 2e62b485ba Room messages preview: improved comments 2016-06-08 18:29:35 +02:00
giomfo 6f139ad63b Room preview header in landscape
- Smooth header change during screen rotation
2016-06-08 18:22:50 +02:00
manuroe d60501b530 Room messages preview: Updated RoomPreviewData to use MXPeekingRoom 2016-06-08 18:02:22 +02:00
giomfo 10813d1e50 Room preview header in landscape mode
- Hide room avatar in landscape mode
2016-06-08 17:19:00 +02:00
manuroe 88df216daa BF: Release room data source created to display messages in the past 2016-06-08 17:01:01 +02:00
giomfo 377ff9ab4b Remove Screen tracking on HomeViewController 2016-06-07 15:59:19 +02:00
giomfo 4389630e22 Bug Fix - Room Preview: the room avatar is missing on invited room received by email
#371
2016-06-06 16:01:31 +02:00
giomfo a3ee520cd9 Prepare vector ios release v0.1.10 2016-06-04 20:45:31 +02:00
giomfo 3edd86f70f Remove misplaced warning in xib file 2016-06-04 20:40:03 +02:00
Matthew Hodgson d218aeee6a switch to using a green underline on the placeholder text of the search bar rather than the full-width green separator, to make it more obviously tappable and less like a header 2016-06-04 19:20:18 +01:00
Matthew Hodgson 2fd6b5b0a7 increase the search field from 44px to 50px high to give it slightly more prominence 2016-06-04 19:16:49 +01:00
Matthew Hodgson 67be273fcf add space to 'Search / invite' 2016-06-04 19:11:41 +01:00
Matthew Hodgson c2ab5568c8 fix GA text some more 2016-06-04 17:19:05 +01:00
Matthew Hodgson fa73852a67 Merge branch 'develop' of git+ssh://github.com/vector-im/vector-ios into develop 2016-06-04 17:00:53 +01:00
Matthew Hodgson 9c578c5ab8 improve GA wording 2016-06-04 17:00:36 +01:00
giomfo a31c03d6ee Merge remote-tracking branch 'origin/335' into develop 2016-06-04 17:53:52 +02:00
giomfo 2f33f39f95 Bug Fix: Hide Directory during App launch 2016-06-04 17:52:37 +02:00
Matthew Hodgson 329c0cf8a6 cancel buttons always go on the left on iOS 2016-06-04 16:42:09 +01:00
Matthew Hodgson 581b08377e it's a username, not a human name... 2016-06-04 16:42:09 +01:00
giomfo 4112027217 Support GA services
Make GA togglable in Settings

#335
2016-06-04 17:37:23 +02:00
giomfo 0ff2d49993 Support GA services
Update Third-party notices

#335
2016-06-03 18:16:05 +02:00
giomfo 4452c489a0 Support GA services
Support screen tracking via Google Analytics.

#335
2016-06-03 17:29:34 +02:00
giomfo b763cf15ea Support GA services
Remove useless Google dependencies.
2016-06-03 16:38:02 +02:00
giomfo b3de3601d4 Support GA services
#335
2016-06-03 16:07:34 +02:00
giomfo 0165fed51c Directory section should be displayed by default in Messages when recents list is empty.
related to https://github.com/vector-im/vector-ios/issues/358
2016-06-03 10:28:46 +02:00
giomfo 53ba7928c2 Prepare vector-ios release v0.1.9 2016-06-02 16:16:55 +02:00
giomfo c2413674ae Restore matrix.org as default homeserver. 2016-06-02 16:01:39 +02:00
giomfo ec48a5e2e0 Trying to access matrix.org room from a vector.im account fails ("no know server")
https://github.com/vector-im/vector-ios/issues/354
2016-06-02 14:34:51 +02:00
giomfo d31c346b99 Authentication: "Send Reset Email" is truncated on iPhone 4S 2016-06-02 14:33:21 +02:00
giomfo e1c16bf082 Directory item in search doesn't open the directory if I don't search
https://github.com/vector-im/vector-ios/issues/353
2016-06-02 11:38:35 +02:00
giomfo fbd68515f5 BugFix: Room avatars on matrix.org are badly rendered in the directory from a vector.im account
https://github.com/vector-im/vector-ios/issues/355
2016-06-02 11:35:29 +02:00
giomfo 1d2a265233 BugFix: Directory item in search doesn't open the directory if I don't search
https://github.com/vector-im/vector-ios/issues/353
2016-06-02 10:38:45 +02:00
giomfo 4f5b9405be Remove the 'optional' in the email registration field
https://github.com/vector-im/vector-ios/issues/352
2016-06-02 10:12:23 +02:00
giomfo 2f5c800c70 Prepare vector-ios release 0.1.8 2016-06-01 17:56:34 +02:00
giomfo afa84f6675 Bug Fix: Room Participants - Search result: the user id should be displayed when 2 members has the same display name
https://github.com/vector-im/vector-ios/issues/293
2016-06-01 11:11:59 +02:00
giomfo f05f6afa54 Default text in the memberlist search box would be less confusing if it was 'Search/invite by...' instead of the other way around
https://github.com/vector-im/vector-ios/issues/349
2016-05-31 17:14:05 +02:00
giomfo 7700b23a35 Created Room: replace active member label with "invite members" when the logged in user is alone in the room
https://github.com/vector-im/vector-ios/issues/346
2016-05-31 16:55:42 +02:00
giomfo f37fc4f123 Settings: Profile avatar is not clickable
https://github.com/vector-im/vector-ios/issues/351
2016-05-31 16:27:23 +02:00
giomfo aab232192f Settings: Handle correclty the alerts displayed during password reset 2016-05-31 14:11:04 +02:00
giomfo 1a5ae324f4 Bug Fix: Settings: App crashes when user goes back during saving
https://github.com/vector-im/vector-ios/issues/345
2016-05-31 10:53:18 +02:00
giomfo 6ee3d2204e Bug Fix - Champagne search bubbles appears over the rooms list while searching a room member.
https://github.com/vector-im/vector-ios/issues/64
2016-05-30 16:11:24 +02:00
giomfo d7f9011a0b Bug Fix: Directory should be accessible from search even if the search field is empty
https://github.com/vector-im/vector-ios/issues/104
2016-05-30 13:42:45 +02:00
giomfo 982aa45362 Change App badge handling
Replace the missed notications count with the missed discussions count.
2016-05-30 10:24:43 +02:00
giomfo f170a7a1c6 Bug Fix - Authentication: The Bottom area of the reCaptcha is not clickable. 2016-05-27 14:24:35 +02:00
giomfo e3d10cba2e Option to autocomplete nicknames from their member info page
https://github.com/vector-im/vector-ios/issues/317
2016-05-26 18:30:41 +02:00