element-ios/Riot/ViewController
manuroe f06b9e3381 Fix: Crash when scrolling in the public rooms from Unified Search (#1355)
Make pagination UI update of DirectoryViewController simpler.

The issue is that the same PublicRoomsDirectoryDataSource instance is shared between DirectoryViewController and RoomsViewController. We can have parallel paginations which makes hard to count the exact number of added cells.
2017-06-26 15:33:45 +02:00
..
AttachmentsViewController.h Rebranding: replace Vector by Riot everywhere in the git and github repos 2017-03-08 11:08:03 +01:00
AttachmentsViewController.m Merge branch 'develop' into ux_rework 2017-04-14 13:43:40 +02:00
AuthenticationViewController.h Rebranding: replace Vector by Riot everywhere in the git and github repos 2017-03-08 11:08:03 +01:00
AuthenticationViewController.m Import RageShakeManager.h and RiotDesignValues.h in App Delegate header 2017-04-07 11:52:53 +02:00
AuthenticationViewController.xib AuthenticationViewController: fix wrong access id 2017-03-10 10:22:36 +01:00
BugReportViewController.h Bug report: Shrink the popup height in portrait for devices with screen bigger than iphone 5. 2017-05-03 17:08:21 +02:00
BugReportViewController.m Bug report: add "locale", the device language and "app_language", the lang used within the app 2017-06-09 12:11:18 +02:00
BugReportViewController.xib BugReportViewController: Remove *Could not load the “” image referenced from a nib* warning at runtime. 2017-06-19 15:47:25 +02:00
CallViewController.h Rebranding: replace Vector by Riot everywhere in the git and github repos 2017-03-08 11:08:03 +01:00
CallViewController.m Remove unnecessary construction methods from CallViewController 2017-06-20 21:38:57 +03:00
CallViewController.xib Rebranding: replace Vector by Riot everywhere in the git and github repos 2017-03-08 11:08:03 +01:00
ContactDetailsViewController.h Rebranding: replace Vector by Riot everywhere in the git and github repos 2017-03-08 11:08:03 +01:00
ContactDetailsViewController.m Import RageShakeManager.h and RiotDesignValues.h in App Delegate header 2017-04-07 11:52:53 +02:00
ContactDetailsViewController.xib Rebranding: replace Vector by Riot everywhere in the git and github repos 2017-03-08 11:08:03 +01:00
ContactsTableViewController.h Create a ContactDataSource from the existing ContactsTableViewController 2017-04-11 09:36:22 +02:00
ContactsTableViewController.m Contact access permission: Ask permission on [ContactsTableViewController viewWillAppear] 2017-06-08 08:47:09 +02:00
ContactsTableViewController.xib Create a ContactDataSource from the existing ContactsTableViewController 2017-04-07 16:42:16 +02:00
CountryPickerViewController.h Rebranding: replace Vector by Riot everywhere in the git and github repos 2017-03-08 11:08:03 +01:00
CountryPickerViewController.m Import RageShakeManager.h and RiotDesignValues.h in App Delegate header 2017-04-07 11:52:53 +02:00
DirectoryServerPickerViewController.h Directory server list: List user's HS directories too 2017-04-21 16:35:27 +02:00
DirectoryServerPickerViewController.m Directory server list: Add detail text for homeserver selection 2017-05-03 11:16:44 +02:00
DirectoryViewController.h Rebranding: replace Vector by Riot everywhere in the git and github repos 2017-03-08 11:08:03 +01:00
DirectoryViewController.m Fix: Crash when scrolling in the public rooms from Unified Search (#1355) 2017-06-26 15:33:45 +02:00
FavouritesViewController.h Bug Fix - Repeatedly tapping on tab jumps through rooms in wrong order 2017-06-16 16:55:54 +02:00
FavouritesViewController.m Bug Fix - Repeatedly tapping on tab jumps through rooms in wrong order 2017-06-16 16:55:54 +02:00
HomeFilesSearchViewController.h Rebranding: replace Vector by Riot everywhere in the git and github repos 2017-03-08 11:08:03 +01:00
HomeFilesSearchViewController.m Import RageShakeManager.h and RiotDesignValues.h in App Delegate header 2017-04-07 11:52:53 +02:00
HomeMessagesSearchViewController.h Rebranding: replace Vector by Riot everywhere in the git and github repos 2017-03-08 11:08:03 +01:00
HomeMessagesSearchViewController.m Import RageShakeManager.h and RiotDesignValues.h in App Delegate header 2017-04-07 11:52:53 +02:00
HomeViewController.h Prepare UX Rework: 2017-05-05 15:30:35 +02:00
HomeViewController.m Bug Fix - Home: tapping on an unread room on home page takes you to the wrong room 2017-06-22 15:17:24 +02:00
MasterTabBarController.h Prepare UX rework: 2017-04-28 14:06:58 +02:00
MasterTabBarController.m Bug Fix - Repeatedly tapping on tab jumps through rooms in wrong order 2017-06-16 16:55:54 +02:00
MediaAlbumContentViewController.h Rebranding: replace Vector by Riot everywhere in the git and github repos 2017-03-08 11:08:03 +01:00
MediaAlbumContentViewController.m Import RageShakeManager.h and RiotDesignValues.h in App Delegate header 2017-04-07 11:52:53 +02:00
MediaAlbumContentViewController.xib Rebranding: replace Vector by Riot everywhere in the git and github repos 2017-03-08 11:08:03 +01:00
MediaPickerViewController.h Rebranding: replace Vector by Riot everywhere in the git and github repos 2017-03-08 11:08:03 +01:00
MediaPickerViewController.m Fix Crash in MediaPickerViewController (https://github.com/vector-im/riot-ios/issues/1252) 2017-06-06 16:17:13 +02:00
MediaPickerViewController.xib Rebranding: replace Vector by Riot everywhere in the git and github repos 2017-03-08 11:08:03 +01:00
PeopleViewController.h Bug Fix - Repeatedly tapping on tab jumps through rooms in wrong order 2017-06-16 16:55:54 +02:00
PeopleViewController.m Bug Fix - Repeatedly tapping on tab jumps through rooms in wrong order 2017-06-16 16:55:54 +02:00
RecentsViewController.h Bug Fix - Repeatedly tapping on tab jumps through rooms in wrong order 2017-06-16 16:55:54 +02:00
RecentsViewController.m Bug Fix - tap-on-tab should include the top-of-page location in its cycle of options 2017-06-20 17:06:12 +02:00
RecentsViewController.xib Improve tab filter 2017-05-23 21:15:38 +02:00
RoomFilesSearchViewController.h Rebranding: replace Vector by Riot everywhere in the git and github repos 2017-03-08 11:08:03 +01:00
RoomFilesSearchViewController.m Import RageShakeManager.h and RiotDesignValues.h in App Delegate header 2017-04-07 11:52:53 +02:00
RoomFilesViewController.h Rebranding: replace Vector by Riot everywhere in the git and github repos 2017-03-08 11:08:03 +01:00
RoomFilesViewController.m Import RageShakeManager.h and RiotDesignValues.h in App Delegate header 2017-04-07 11:52:53 +02:00
RoomMemberDetailsViewController.h Rebranding: replace Vector by Riot everywhere in the git and github repos 2017-03-08 11:08:03 +01:00
RoomMemberDetailsViewController.m Import RageShakeManager.h and RiotDesignValues.h in App Delegate header 2017-04-07 11:52:53 +02:00
RoomMemberDetailsViewController.xib Rebranding: replace Vector by Riot everywhere in the git and github repos 2017-03-08 11:08:03 +01:00
RoomMessagesSearchViewController.h Rebranding: replace Vector by Riot everywhere in the git and github repos 2017-03-08 11:08:03 +01:00
RoomMessagesSearchViewController.m Import RageShakeManager.h and RiotDesignValues.h in App Delegate header 2017-04-07 11:52:53 +02:00
RoomParticipantsViewController.h Rebranding: replace Vector by Riot everywhere in the git and github repos 2017-03-08 11:08:03 +01:00
RoomParticipantsViewController.m Enhancement - UX Rework: Update the buttons of the room expanded header. 2017-06-20 11:32:54 +02:00
RoomParticipantsViewController.xib Rebranding: replace Vector by Riot everywhere in the git and github repos 2017-03-08 11:08:03 +01:00
RoomSearchViewController.h Rebranding: replace Vector by Riot everywhere in the git and github repos 2017-03-08 11:08:03 +01:00
RoomSearchViewController.m Read markers should be synchronised across clients 2017-06-06 10:53:17 +02:00
RoomSettingsViewController.h Rebranding: replace Vector by Riot everywhere in the git and github repos 2017-03-08 11:08:03 +01:00
RoomSettingsViewController.m Import RageShakeManager.h and RiotDesignValues.h in App Delegate header 2017-04-07 11:52:53 +02:00
RoomsViewController.h Bug Fix - Repeatedly tapping on tab jumps through rooms in wrong order 2017-06-16 16:55:54 +02:00
RoomsViewController.m Fix: Room directory: stuck after the 20 first items 2017-06-23 11:44:13 +02:00
RoomViewController.h Enhancement - UX Rework: Update the buttons of the room expanded header. 2017-06-20 11:32:54 +02:00
RoomViewController.m Bug Fix - Read marker: when being kicked, the "Jump to first unread message" shouldn't be displayed 2017-06-23 15:09:43 +02:00
RoomViewController.xib Read markers should be synchronised across clients 2017-06-01 17:20:08 +02:00
SegmentedViewController.h Rebranding: replace Vector by Riot everywhere in the git and github repos 2017-03-09 11:50:12 +01:00
SegmentedViewController.m Import RageShakeManager.h and RiotDesignValues.h in App Delegate header 2017-04-07 11:52:53 +02:00
SegmentedViewController.xib Rebranding: replace Vector by Riot everywhere in the git and github repos 2017-03-08 11:08:03 +01:00
SettingsViewController.h Rebranding: replace Vector by Riot everywhere in the git and github repos 2017-03-08 11:08:03 +01:00
SettingsViewController.m UX Rework - Home: Put the new ordering behind a setting. 2017-06-16 15:18:33 +02:00
StartChatViewController.h Create a ContactDataSource from the existing ContactsTableViewController 2017-04-07 16:42:16 +02:00
StartChatViewController.m Prepare UX rework: 2017-04-11 17:58:59 +02:00
StartChatViewController.xib Create a ContactDataSource from the existing ContactsTableViewController 2017-04-07 16:42:16 +02:00
UnifiedSearchViewController.h Prepare UX rework: 2017-04-06 15:23:54 +02:00
UnifiedSearchViewController.m UX Rework: Add home page 2017-05-11 11:51:42 +02:00
UsersDevicesViewController.h UsersDeviceViewController: Add an onComplete param to the displayUsersDevices method 2017-03-15 15:54:50 +01:00
UsersDevicesViewController.m Create a ContactDataSource from the existing ContactsTableViewController 2017-04-07 16:42:16 +02:00