Commit graph

1708 commits

Author SHA1 Message Date
giomfo
8ecc20e914 Sign in screen
Prepare sign in screen
2016-01-27 12:40:26 +01:00
giomfo
cbaf99759e Merge remote-tracking branch 'origin/master' into develop 2016-01-25 15:46:03 +01:00
giomfo
9bb5c53250 Update Podfile.lock 2016-01-25 15:24:54 +01:00
giomfo
d4beda65ba Merge remote-tracking branch 'origin/release-v0.1.0' 2016-01-25 15:16:37 +01:00
giomfo
a5dcb19418 Merge pull request #57 from vector-im/develop
Chat screen: Hide the unsent button.
2016-01-25 14:30:54 +01:00
giomfo
ce386929c5 Chat screen: Hide the unsent button.
We hide here unsent buttons which is not present in Vector design.
TODO implement the right handling of unsent events.
2016-01-25 11:34:23 +01:00
giomfo
3cf5516b0e Prepare vector-ios release v0.1.0 2016-01-22 17:32:29 +01:00
giomfo
5db9040e10 Room Creation: Update existing room creation screen
- Remove account info when only one account is active.
- Support room avatar.
- TODO: Apply Ribot design.
2016-01-22 10:50:51 +01:00
giomfo
bb808eaad9 MediaPickerViewController: Remove wrong icon use 2016-01-22 10:47:47 +01:00
giomfo
1fb312aaeb MediaPickerViewController: Bug Fix - Navigation Bar is not restored 2016-01-22 10:47:12 +01:00
giomfo
cd0727489a Chat: Apply Ribot update 05.2
Timestamp is now displayed in SFUIText-Light 12.
2016-01-21 18:58:55 +01:00
giomfo
3cc5487655 Chat: Bug Fix event timestamp is not aligned when username is hidden. 2016-01-21 17:57:02 +01:00
giomfo
660912c170 EventFormatter: Customize message sender display in Recents 2016-01-21 11:37:39 +01:00
giomfo
49027c37ba EventFormatter: Update Message text fonts 2016-01-21 10:34:04 +01:00
giomfo
5ea94ea158 Chat: Bug Fix - the display name should be aligned with the message #56. 2016-01-21 09:35:47 +01:00
giomfo
c4af0a21bd Messages: Apply Ribot refactoring 02.2a
TODO: Message sender should be displayed in bold style.
2016-01-20 13:06:13 +01:00
giomfo
e11aecb9af Code cleaning 2016-01-20 12:30:47 +01:00
giomfo
4e64e7c48b Media Picker: Code cleaning 2016-01-20 11:58:30 +01:00
giomfo
d141268548 Media Picker: Support preview for selected video 2016-01-20 11:24:58 +01:00
giomfo
092ac321f4 Media Picker: Apply Ribot design 2016-01-19 18:59:40 +01:00
giomfo
5ab6e04ee0 Chat screen: Update height of the typing notif area 2016-01-15 17:41:56 +01:00
giomfo
c8a999c173 Chat: Bug Fix - Wrong sender name color for incoming attachments 2016-01-15 17:41:56 +01:00
yannick
673c17873d Fix a typo 2016-01-15 16:06:38 +01:00
giomfo
4b33c93bdf Chat: Bug Fix - Adjust text message position when username is hidden. 2016-01-14 16:16:28 +01:00
giomfo
54bb3eff40 Bug fix: Replace People with Members #51 2016-01-14 15:23:58 +01:00
giomfo
fea41e9931 Bug Fix: some read receipts touch typing notif area border #50 2016-01-14 10:05:38 +01:00
giomfo
e97d490472 Bug Fix: change color separator above the Text input #49 2016-01-14 09:44:28 +01:00
giomfo
37406b16eb Bug Fix: move further the chevron in room title view #48
- Remove room topic
- Handle correctly tap on room title view
2016-01-13 19:03:27 +01:00
giomfo
713c546dfb Prepare Fix: move further the chevron in room title view #48. 2016-01-13 18:20:50 +01:00
yannick
1d608ccea4 Fix a potential crash in the avatarGenerator when the text is empty. 2016-01-13 16:22:59 +01:00
yannick
06fb6354d1 Vector displayname : do not use empty alias 2016-01-13 16:08:23 +01:00
giomfo
bfb4332c34 Bug Fix: Rename "Conversations" with "Rooms" #47 2016-01-13 12:56:14 +01:00
giomfo
8081799a99 Bug Fix Date/time formatter #44 2016-01-13 12:47:50 +01:00
giomfo
cf56b94509 Bug Fix #43 Remove weird animation on the input field if you do a multiline input. 2016-01-13 10:06:18 +01:00
giomfo
9cc370c7d0 Bug Fix: background image is displayed over the search result. 2016-01-11 13:22:05 +01:00
giomfo
ed85f5aba5 Code cleaning: Remove useless Action 2016-01-11 13:00:19 +01:00
giomfo
a43582bab7 Bug Fix: lock/unlock whilst viewing photos = no navigation bar. 2016-01-08 10:19:40 +01:00
giomfo
904e0e62f5 Apply MatrixKit changes
The background sync management has been renamed with 'backgroundSync' prefix
2016-01-07 14:00:37 +01:00
manuroe
2a8021aa38 Merge pull request #41 from vector-im/search_background_image
Empty search background image
2016-01-05 18:20:01 +01:00
manuroe
b8e909cf7f Empty cells: hide them where it is needed 2016-01-05 18:18:07 +01:00
manuroe
ebfade0619 Search background image: HomeVC do not show the background image in landscape on iphone 5 & 6 because it overlaps the tabs header 2016-01-05 17:30:30 +01:00
manuroe
ef8e48d85b Search background image: Use new UIViewController+VectorSerch feature in the search in the homeVC 2016-01-05 16:59:22 +01:00
manuroe
73f10e316c UIViewController+VectorSerch: Did some internal renaming 2016-01-05 16:32:58 +01:00
manuroe
a6863e13cb Search background image: UIViewController+VectorSerch: Keep Search background image bottom and keyboard top aligned 2016-01-05 16:27:50 +01:00
manuroe
8368f46b52 Search background image: Made it generic and updated UIViewController+VectorSerch to add it programmatically 2016-01-05 16:03:58 +01:00
manuroe
3f5d7e0c3d Search background image: added it to the "search in one room" page 2016-01-05 11:07:36 +01:00
manuroe
f1128c8fe0 Merge pull request #40 from vector-im/room_messages_search
Room messages search
2016-01-04 18:35:14 +01:00
manuroe
5b43ea2f3a Merge pull request #38 from vector-im/search_api_support_2
Search api support
2016-01-04 18:22:55 +01:00
manuroe
8838088876 Search in room: Applied Vector design (ie stole the cells from the RoomViewController to display search results) 2015-12-31 16:12:32 +01:00
manuroe
674aef23f3 Search in room: Small plumbery to make it work (still MatrixKit design) 2015-12-31 10:29:36 +01:00