ismailgulek
|
f0c2861930
|
Remove useless operation and cancel viewAction
|
2020-09-15 16:41:55 +03:00 |
|
ismailgulek
|
055903b95c
|
Update Riot/Modules/Room/Views/BubbleCells/RoomCreationWithPaginationCollapsedBubbleCell.m
Co-authored-by: manuroe <manuroe@users.noreply.github.com>
|
2020-09-15 16:36:09 +03:00 |
|
ismailgulek
|
d44b01fcc6
|
Update Riot/Modules/Room/Views/BubbleCells/RoomCreationCollapsedBubbleCell.m
Co-authored-by: manuroe <manuroe@users.noreply.github.com>
|
2020-09-15 16:36:02 +03:00 |
|
ismailgulek
|
cb2f12ada2
|
Update Riot/Modules/Room/Views/BubbleCells/RoomCreationCollapsedBubbleCell.m
Co-authored-by: manuroe <manuroe@users.noreply.github.com>
|
2020-09-15 16:35:55 +03:00 |
|
ismailgulek
|
6fb68b1b82
|
Update Riot/Modules/Room/Views/BubbleCells/RoomCreationCollapsedBubbleCell.h
Co-authored-by: manuroe <manuroe@users.noreply.github.com>
|
2020-09-15 16:35:47 +03:00 |
|
ismailgulek
|
a5d871df69
|
Remove extra bottom space on iPads
|
2020-09-15 14:48:40 +03:00 |
|
ismailgulek
|
9852918447
|
Fix multiline layout
|
2020-09-15 14:17:33 +03:00 |
|
ismailgulek
|
7ca642af30
|
UI updates
|
2020-09-15 14:09:57 +03:00 |
|
ismailgulek
|
2c507fc10c
|
Span view
|
2020-09-15 14:09:42 +03:00 |
|
ismailgulek
|
2466ffb5e4
|
Add encryption badge
|
2020-09-15 12:13:30 +03:00 |
|
ismailgulek
|
b031ccab8d
|
Fix room avatar for direct chats
|
2020-09-15 12:01:21 +03:00 |
|
ismailgulek
|
7b6668e243
|
Change cells, add separator, fix room display name, fix content height, introduce AutoSizedTableView
|
2020-09-15 11:58:14 +03:00 |
|
ismailgulek
|
e65db40498
|
Use new module from room view controller
|
2020-09-14 19:44:30 +03:00 |
|
ismailgulek
|
3d0a16b800
|
Implement new module
|
2020-09-14 19:44:07 +03:00 |
|
ismailgulek
|
51cc939691
|
New bubble cells for the timeline
|
2020-09-14 15:39:08 +03:00 |
|
ismailgulek
|
207a130145
|
Use inline collapsing and the same cell for now
|
2020-09-14 14:24:41 +03:00 |
|
ismailgulek
|
c1b0ed423a
|
Add new tag: RoomBubbleCellDataTagRoomCreateConfiguration
|
2020-09-14 14:11:24 +03:00 |
|
SBiOSoftWhare
|
32a37d9041
|
Merge pull request #3603 from vector-im/reduce_warnings
Reduce Xcode warnings
|
2020-09-04 13:13:54 +02:00 |
|
SBiOSoftWhare
|
9934c42d54
|
Remove code used before iOS 11.
|
2020-09-01 14:19:21 +02:00 |
|
SBiOSoftWhare
|
317e8ec845
|
Remove deprecated -[UIApplication openURL] usage.
|
2020-09-01 12:20:44 +02:00 |
|
SBiOSoftWhare
|
4995d71334
|
Remove old AppDelegate imports.
|
2020-08-31 19:38:06 +02:00 |
|
ismailgulek
|
5ead6cd03c
|
Update room input toolbar on theme change
|
2020-08-27 12:29:39 +03:00 |
|
manuroe
|
14f2ed58f1
|
Code Quality: Make sonar happier
by removing some code smells
|
2020-08-25 18:54:47 +02:00 |
|
ismailgulek
|
d9d8ded0a3
|
Suppress warnings
|
2020-08-18 17:38:52 +03:00 |
|
ismailgulek
|
76c9ecc431
|
Use TableViewSections in RoomSettingsViewController
|
2020-08-18 17:32:13 +03:00 |
|
ismailgulek
|
5097415c1d
|
Replace edit API with swipe actions configuration
|
2020-08-18 13:53:43 +03:00 |
|
ismailgulek
|
bc7309312b
|
Refactor section tags
|
2020-08-18 13:11:13 +03:00 |
|
ismailgulek
|
680ae8a7ef
|
Refactor room settings screen to use new settings
|
2020-08-18 13:06:20 +03:00 |
|
ismailgulek
|
b206349f5d
|
Change config name
|
2020-08-14 14:55:06 +03:00 |
|
ismailgulek
|
08f47b1348
|
Introduce messageDetailsAllowSaving
|
2020-08-14 14:06:22 +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 |
|
SBiOSoftWhare
|
440a3db46a
|
RoomDataSource: Handle cells conforming to BubbleCellReactionsDisplayable.
|
2020-08-04 17:25:53 +02: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 |
|
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 |
|
ismailgulek
|
4df19ef1b2
|
Remove report content setting
|
2020-07-30 18:12:17 +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
|
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 |
|
ismailgulek
|
d952f3c72f
|
Integrate allowMessageDetailsViewSource
|
2020-07-30 16:11:39 +03:00 |
|
ismailgulek
|
1d765c4549
|
Integrate allowSendingStickers
|
2020-07-30 16:11:30 +03:00 |
|