Jordan Rose
058a0213b7
Check whether you're blocked in a thread without a write transaction
...
In most cases when working with a ConversationItem we already have a
write transaction, but sometimes we don't. In this case, we know you
can only be blocked in a conversation if there's history in it (at
least as far as the local device knows), and so we can ignore any
threads that don't exist.
2022-02-18 14:00:27 -08:00
Igor Solomennikov
6c037a84af
Fix typo in a comment.
2022-01-31 17:57:15 -08:00
Igor Solomennikov
d1a726f467
Do not use UIVC.automaticallyAdjustsScrollViewInsets - deprecated.
...
Use UIScrollView.contentInsetAdjustmentBehavior instead.
2022-01-31 15:41:18 -08:00
Igor Solomennikov
6848210a4c
Remove UIScrollView workaround that was only used in iOS 11.0-11.2
...
Not needed anymore since min supported iOS version is now 12.2
2022-01-31 15:15:18 -08:00
Igor Solomennikov
ec96c7a1c6
Do not use UIVC.topLayoutGuide and UIVC.bottomLayoutGuide.
...
Both are deprecated in iOS 12.
2022-01-31 15:15:18 -08:00
Michelle Linington
f29d37f381
Merge branch 'release/5.27.0'
2022-01-26 12:21:38 -08:00
Martin Böttcher
fcbd352462
renamed some properties and arguments; removed orphaned protocol
2022-01-26 10:46:08 +01:00
Martin Böttcher
777c9785a2
refactored background color handling (part of cell configuration), fixed colors searching on iPad, changed handling of theme change during multi-selection
2022-01-26 10:46:08 +01:00
Martin Böttcher
625fc41416
cell background and context menu react to Theme changes
2022-01-26 10:46:08 +01:00
Martin Böttcher
738cb3c198
home view cells and toolbar reacts to Theme change
2022-01-26 10:46:08 +01:00
Nora Trapp
a2f51dc4a3
Cleanup old feature flags
2022-01-24 10:53:55 -08:00
Martin Böttcher
d5d688f0c7
background and selected background of HomeViewCells got broken if reused
2022-01-21 10:29:47 +01:00
Eugene Bistolas
a60d89afdb
Support emoji search in the emoji picker sheet
2021-12-10 13:03:55 -10:00
Matthew Chen
fc749b4d72
Change phone number.
2021-11-19 14:28:18 -03:00
Michelle Linington
13ad8dbac1
Add badge collection to conversation settings
2021-11-17 15:22:14 -08:00
Nora Trapp
7ecb98e935
PR Feedback
2021-11-10 11:16:52 -08:00
Nora Trapp
ba8154ff7b
Fix conversation picker search bar styling
2021-11-10 11:10:18 -08:00
Michelle Linington
6105ee5a20
Better naming of size classes
...
Also fixes bug with EmojiReactorCell layout
2021-11-09 14:25:55 -08:00
Michelle Linington
dea35199b2
Clean up ConversationAvatarView data sources
...
Creates a special data source enum for ConversationAvatarView data
providers. Before, ContactCell and ConversationAvatarView used the data
source, neither applying to each perfectly
2021-11-09 14:25:55 -08:00
Michelle Linington
9f53832e14
Remove usage of ConversationAvatarView
2021-11-09 14:25:55 -08:00
Nora Trapp
08e8da9c5c
Fix conversation picker search results
2021-11-08 17:16:53 -08:00
Matthew Chen
007a00a17b
Add PhoneNumberUtil singleton.
2021-10-22 19:06:15 -03:00
Matthew Chen
a0efdc2e95
Respond to CR.
2021-10-21 09:21:33 -03:00
Matthew Chen
91ad7d1df7
Respond to CR.
2021-10-21 09:21:31 -03:00
Matthew Chen
5d780d1589
Apply script to normalize includes and imports.
2021-10-21 09:21:10 -03:00
Matthew Chen
7d0485661d
Move window manager to Signal target.
2021-10-19 17:59:13 -03:00
Matthew Chen
57f8212495
Add SignalUI framework target.
2021-10-19 09:39:53 -03:00
Matthew Chen
25f015d8bc
Add SignalUI framework target.
2021-10-19 09:39:53 -03:00
Matthew Chen
21a8175795
Add SignalUI framework target.
2021-10-19 09:39:53 -03:00
Matthew Chen
fbde0356f7
Add SignalUI framework target.
2021-10-19 09:39:53 -03:00
Matthew Chen
b27457ecc6
Add SignalUI framework target.
2021-10-19 09:39:53 -03:00
Matthew Chen
c416609108
Add SignalUI framework target.
2021-10-19 09:39:53 -03:00