Commit graph

1417 commits

Author SHA1 Message Date
giomfo
72d752155d Use the property mxSession instead of the shared MatrixSDKHandler object. 2015-04-17 14:05:40 +02:00
giomfo
a667c09aba The current text message partially typed is now saved in room data source 2015-04-17 14:04:10 +02:00
manuroe
47b7018d41 MXSession: Created const strings for keys passed in notification userInfo dict 2015-04-17 08:53:50 +02:00
giomfo
96620c31ff Handle the case where user leaves the selected room. 2015-04-16 19:08:29 +02:00
manuroe
bf3dd8e8d4 RecentsViewController: update title when total unreadCount changes 2015-04-16 16:25:05 +02:00
giomfo
66277b6158 Dismiss room member view controller when user leaves the related room. 2015-04-16 14:20:40 +02:00
giomfo
49f933eb3a Dismiss the view controller when member left the room. 2015-04-16 13:46:48 +02:00
giomfo
6cf4d386ee Remove TODO 2015-04-15 18:51:06 +02:00
giomfo
32afde849e Remove patch related to HPGrowingTextView use. 2015-04-15 17:35:38 +02:00
manuroe
4f6e43fafc Fixed naming with kMXSessionXxxxNotifications 2015-04-15 17:34:27 +02:00
giomfo
84bfa19115 BugFix: In-App notifications did not work. 2015-04-15 17:03:21 +02:00
giomfo
01946ea351 Restore all settings usage. 2015-04-15 16:27:58 +02:00
giomfo
004825a3fc Update MXKAppSettings use. 2015-04-15 14:46:54 +02:00
giomfo
915e1b55a5 Move AppSettings in MatrixKit. 2015-04-15 10:14:14 +02:00
giomfo
f5ded32823 Contacts view controller is now based on UITableViewController (instead of UIViewController). 2015-04-14 17:02:46 +02:00
giomfo
36ec668416 Search in room members option has been moved into matrix kit. 2015-04-14 15:30:10 +02:00
giomfo
d5c7fd3924 BugFix Console fails to open new created rooms. 2015-04-14 12:52:35 +02:00
giomfo
a59fc6c185 Fix crash on new room creation on iOS 7. 2015-04-14 12:37:21 +02:00
giomfo
dfe648fa7c Replace MXCViewController/MXCTableViewController with MXKViewController/MXKTableViewController (from MatrixKit). 2015-04-14 10:55:18 +02:00
giomfo
2ed0372b10 Remove warning 2015-04-14 10:22:33 +02:00
giomfo
eb850b5e58 Adjust Activity indicator on Settings view controller. 2015-04-13 19:02:02 +02:00
giomfo
e598b864d0 Update Settings view controller / MatrixKit. 2015-04-13 18:00:39 +02:00
giomfo
e076dbcdac Room members: keep visible the search bar during scrolling. 2015-04-13 14:40:24 +02:00
giomfo
f3fe4c5478 Report matrixKit changes related to UITableViewController use. 2015-04-13 14:25:28 +02:00
giomfo
e123ed70c4 Recents: Keep visible the search bar during scrolling 2015-04-13 10:42:27 +02:00
giomfo
27c8925428 Handle correctly clear cache option. 2015-04-12 01:44:25 +02:00
giomfo
7f2d5d1138 Hide temporarily settings related to room events display. They are not available now. 2015-04-10 17:42:06 +02:00
giomfo
15ff363c06 Report matrixKit renaming 2015-04-10 17:31:47 +02:00
giomfo
d21f8d7bbe Code cleaning 2015-04-10 17:25:14 +02:00
giomfo
bc66ccaec8 Report matrix kit renaming 2015-04-10 16:55:28 +02:00
giomfo
e5053c22ee Customize room members view controller (add search option, open details). 2015-04-10 15:23:43 +02:00
giomfo
4924012a36 Restore room member list. 2015-04-10 00:17:15 +02:00
giomfo
30812cb955 Report Matrix SDK api changes (urlOfContentThumbnail) 2015-04-09 17:43:26 +02:00
manuroe
1d625ae5dc Made use of MXKRoomDataSourceManager so that we reuse the same references of roomDataSource with their pending outgoing messages 2015-04-09 16:35:03 +02:00
manuroe
ebc63fe6cf Podfile.lock: Do not store commit version for MatrixSDK and MatrixKit to retrieve the latest develop versions 2015-04-09 10:57:08 +02:00
manuroe
02c9b3d0e9 Podfile.lock: updated CocoaPods version 2015-04-09 10:28:55 +02:00
manuroe
372a84b2f9 Moved code in the Console folder to the root of the repo 2015-04-09 10:09:51 +02:00
manuroe
bdaf730b11 Moved code in the Console folder to the root of the repo 2015-04-09 10:09:06 +02:00
manuroe
7cd1d29d02 Moved code in the Console folder to the root of the repo 2015-04-09 10:08:20 +02:00
manuroe
e1c8f905bb Removed duplicated README 2015-04-09 10:05:12 +02:00
manuroe
664ae0f8b4 Updated with changes on MatrixKit recents 2015-04-09 08:56:58 +02:00
manuroe
b94e041b2d Updated with changes on MatrixKit recents 2015-04-09 08:53:12 +02:00
giomfo
e6134edd0e Attributes renaming. 2015-04-07 16:22:40 +02:00
giomfo
5271c63edf Code cleaning 2015-04-07 16:12:05 +02:00
giomfo
af5d694b76 Code cleaning 2015-04-07 16:11:44 +02:00
David Baker
0a4682c200 Merge branch 'master' into develop 2015-04-07 11:16:43 +01:00
David Baker
38bd15c7b1 Still can't clean if we don't have an xcworkspace yet 2015-04-07 11:14:47 +01:00
David Baker
7b5aec0fe3 Don't check pod install has been run if we're only cleaning 2015-04-07 11:07:48 +01:00
manuroe
d379cb35c0 Made podfile points to develop pod on develop branch 2015-04-07 09:21:30 +02:00
manuroe
4642e0ec2f Update README.rst
with MatrixKit as we now use it
2015-04-03 18:29:46 +02:00