Commit Graph

3547 Commits

Author SHA1 Message Date
ismailgulek 884a79eae4 Make modal fullscreen 2020-08-06 16:34:21 +03:00
ismailgulek a5ddfd1195 Fix interface orientation 2020-08-06 10:48:19 +03:00
ismailgulek 676fb1fd3f Merge branch 'develop' into reuse_base_bundle_identifier 2020-08-05 19:12:05 +03:00
SBiOSoftWhare 3763c3e4ee Merge pull request #3491 from vector-im/sizable_cell
Room: Create a base cell to manage default UI structure and create a self sizing base cell for child using auto layout
2020-08-05 16:40:26 +02:00
ismailgulek 1f2c5d37ca Use new variables 2020-08-05 17:11:46 +03:00
ismailgulek 0c31df7de1 Merge pull request #3505 from vector-im/element_3467
Fix Custom Homeserver Textfield on AuthenticationViewController
2020-08-05 16:40:51 +03:00
ismailgulek bf31d8d269 Move scroll method to an extension 2020-08-05 15:22:27 +03:00
ismailgulek aedad2bf10 Move scroll logic to KeyboardAvoider 2020-08-05 14:49:37 +03:00
ismailgulek e566acf9a9 Call super initializer on KeyboardAvoider 2020-08-05 14:16:42 +03:00
SBiOSoftWhare 440a3db46a RoomDataSource: Handle cells conforming to BubbleCellReactionsDisplayable. 2020-08-04 17:25:53 +02:00
ismailgulek 6a05f14faa Use KeyboardAvoider instead of keyboard height 2020-08-04 17:01:26 +03:00
ismailgulek da83cff8ed Change auth scrollView contentInsets to automatic 2020-08-04 17:01:01 +03:00
ismailgulek 716ae3e2fe Make KeyboardAvoider respect to safe area insets 2020-08-04 17:00:09 +03:00
ismailgulek a9044c7955 Make KeyboardAvoider ObjC compatible 2020-08-04 16:59:41 +03:00
ismailgulek c6574ca19c Auto scroll to the custom server textfield 2020-08-04 13:08:44 +03:00
ismailgulek 0fe3bc37f0 Adjust scrollView scrollIndicatorInsets 2020-08-04 13:06:44 +03:00
ismailgulek 46aa312888 Fix contentSize when custom servers option hidden 2020-08-04 13:03:44 +03:00
ismailgulek cf7277d3c2 Make scrollView dismiss mode interactive 2020-08-04 13:02:11 +03:00
SBiOSoftWhare d734415090 Add comments. 2020-08-03 19:43:45 +02:00
ismailgulek 5dbc026d05 Namespace some settings 2020-08-03 16:07:39 +03:00
ismailgulek 7ee5791cc0 Disable popup for fresh installs 2020-08-03 15:15:33 +03:00
SBiOSoftWhare 3d52eaf811 Create SizableBubbleCell that enables to self size a cell using Auto Layout. 2020-07-31 19:01:50 +02:00
SBiOSoftWhare ea02b639de Create SizingViewHeightStore to store a view height relative to a width. 2020-07-31 18:58:53 +02:00
SBiOSoftWhare 4532fcf304 Create BaseBubbleCell that embed the base UI structure of timeline cells (BubbleCellContentView). 2020-07-31 18:56:33 +02:00
SBiOSoftWhare bacaf567f9 RoomBubbleCellData: Factorize additional view height calculation and use BubbleReactionsViewSizer to get reactions view height. 2020-07-31 18:32:44 +02:00
SBiOSoftWhare 711a23f29b Create a BubbleReactionsViewSizer in order to determine reactions view height. 2020-07-31 18:27:38 +02:00
SBiOSoftWhare fb6e777502 Creates a BubbleReactionsViewModelBuilder. 2020-07-31 18:27:03 +02:00
SBiOSoftWhare b6d6fefb54 BubbleCellContentView: Handle display of new UI elements: sender info, encryption status and reactions. 2020-07-31 18:26:09 +02:00
SBiOSoftWhare 76143478fb Add BubbleCellReactionsDisplayable protocol indicating that a cell support displaying reactions. 2020-07-31 18:24:07 +02:00
manuroe 59bf60feb8 BuildSettings: Add options for Room directory 2020-07-31 15:14:26 +02:00
manuroe e73c5ceab8 BuildSettings: Integrate default HS and IS URLs
We still have them in user defaults but default values are defined in BuildSettings
2020-07-31 12:47:28 +02:00
manuroe 091d774a65 BuildSettings: Integrate applicationWebAppUrlString 2020-07-31 11:44:26 +02:00
manuroe 39e0dcd3f1 BuildSettings: Integrate roomDirectoryServers 2020-07-31 09:02:35 +02:00
manuroe ca870774dd BuildSettings: Integrate stunServerFallback 2020-07-31 08:49:30 +02:00
manuroe 2eb255469e BuildSettings: Integrate Bug report 2020-07-31 08:37:27 +02:00
manuroe 8225d7f4d0 BuildSettings: Integrate legal URLs 2020-07-31 08:29:22 +02:00
manuroe 31e6ea9e98 AuthenticationVC: Make custom server options and register button configurable 2020-07-30 18:07:16 +02:00
ismailgulek 7faad4f407 Avoid mutation of sections to avoid crashes 2020-07-30 18:21:53 +03:00
ismailgulek 3c8d875246 Add sanity checks 2020-07-30 18:13:25 +03:00
ismailgulek c3ba8aadf6 fix copy/paste issue, thanks to @Manu 2020-07-30 18:12:51 +03:00
ismailgulek 4df19ef1b2 Remove report content setting 2020-07-30 18:12:17 +03:00
ismailgulek 2c462184e8 Move Row and Section to individual classes 2020-07-30 18:09:30 +03:00
ismailgulek 872e04ce53 Integrate alloLocalContactsAccess at more points 2020-07-30 16:54:54 +03:00
ismailgulek a044eb7fba Use allowLocalContactsAccess in PeopleViewController 2020-07-30 16:45:30 +03:00
ismailgulek 9afaed5e72 Integrate allowVoIPUsage 2020-07-30 16:13:27 +03:00
ismailgulek c4c39ff54b All new settings moved to BuildSettings 2020-07-30 16:13:08 +03:00
ismailgulek 3d85e64a53 Use matrixApps for allowIntegrations, will be moved later 2020-07-30 16:12:12 +03:00
ismailgulek 3db34f9c10 Integrate allowMessageDetailsShare 2020-07-30 16:12:03 +03:00
ismailgulek 351d2c93d9 Integrate allowMessageDetailsPermalink 2020-07-30 16:11:55 +03:00
ismailgulek cf81fc423c Integrate allowMessageDetailsReportContent 2020-07-30 16:11:47 +03:00