Commit Graph

22799 Commits

Author SHA1 Message Date
Michelle Linington
c346d4e673 Merge branch 'mlin/PR/CacheCoverViews' into release/5.3.0 2021-01-23 10:29:46 -08:00
Michelle Linington
2231f098ca PR Feedback
Adopt NSCache in the ManageStickersViewController coverView cache
2021-01-23 10:27:10 -08:00
Michelle Linington
d51bb201d6 Reuse cover views when rebuilding sticker management table
Creating fresh cover views resets the animation playback and causes
weird flicker. If we just cache the views that we're already using then
we can avoid the flicker.

Eventually we should move this table towards reusable cells, but until
then, reusable image views will have to do.
2021-01-23 05:50:52 -08:00
Nora Trapp
9fdd3ffcd3 "Bump build to 5.3.0.13." (Internal) 2021-01-22 19:19:37 -08:00
Nora Trapp
3cc4f6d67b Feature flags for .qa. 2021-01-22 19:19:33 -08:00
Nora Trapp
836ed5d3ee "Bump build to 5.3.0.12." 2021-01-22 19:19:30 -08:00
Nora Trapp
76bd3553b9 Feature flags for .beta. 2021-01-22 19:19:24 -08:00
Nora Trapp
c43f2e0d44 Tweak conversation list colors and alignment 2021-01-22 19:11:08 -08:00
Matthew Chen
980fde1539 Update l10n strings. 2021-01-22 23:39:47 -03:00
Matthew Chen
70cb73a86e Merge branch 'charlesmchen/profileBioRefinements' into release/5.3.0 2021-01-22 23:29:12 -03:00
Matthew Chen
bfaec1385a Respond to CR. 2021-01-22 23:28:35 -03:00
Matthew Chen
4aca268be1 Profile bio refinements. 2021-01-22 23:28:35 -03:00
Michelle Linington
34e218812d Merge branch 'mlin/PR/FixBannerAppearanceOnPinRestoration' into release/5.3.0 2021-01-22 18:27:52 -08:00
Michelle Linington
6df7d14fbf Fix issue where banner sporadically appears after pin restoration
We shouldn't be reading from the UI database snapshot

Additionally, adds extra parameter to notify conversation list view
controller to dismiss without animation
2021-01-22 18:27:31 -08:00
Matthew Chen
02b1567815 Merge branch 'charlesmchen/minorFixes2021.01.22.3' into release/5.3.0 2021-01-22 23:24:54 -03:00
Matthew Chen
67d2125607 Fix scroll state issue when presenting CVC with no unread messages. 2021-01-22 23:24:39 -03:00
Matthew Chen
39ef391ebb Update design of the conversation list cells. 2021-01-22 23:24:38 -03:00
Matthew Chen
6aa45651a3 Merge branch 'charlesmchen/fixMessageDetails' into release/5.3.0 2021-01-22 23:24:04 -03:00
Matthew Chen
30f14b0d0d Fix issues around message details view. 2021-01-22 23:23:48 -03:00
Matthew Chen
ff8a5e087d Merge branch 'charlesmchen/shareExtensionOOM' into release/5.3.0 2021-01-22 23:23:04 -03:00
Matthew Chen
23dc0f021c Avoid OOM crashes in SAE. 2021-01-22 23:22:43 -03:00
Matthew Chen
0931081de1 Avoid OOM crashes in SAE. 2021-01-22 23:22:43 -03:00
Matthew Chen
fdaff8918e Disable system contact fetches in SAE. 2021-01-22 23:22:43 -03:00
Nora Trapp
bf3e518b01 Merge branch 'nt/wallpapers-4' into release/5.3.0 2021-01-22 18:21:35 -08:00
Nora Trapp
e5ac651f34 Tweak blur protection styling 2021-01-22 18:21:16 -08:00
Nora Trapp
efa858fd50 Tweak unread indicator divider color 2021-01-22 18:21:16 -08:00
Nora Trapp
4bcf268c13 make messages bubbles black/white when wallpaper is enabled 2021-01-22 18:21:16 -08:00
Nora Trapp
337ecaa864 Add protection behind the send failure badge 2021-01-22 18:21:16 -08:00
Nora Trapp
10673a7f7d Add protection behind swipe-to-reply 2021-01-22 18:21:16 -08:00
Nora Trapp
fa3c368b77 Add blur setting to wallpaper preview 2021-01-22 18:21:16 -08:00
Michelle Linington
536e4d0b66 Merge branch 'mlin/PR/ConversationViewController_WallpaperContentInsetFix' into release/5.3.0 2021-01-22 17:21:57 -08:00
Michelle Linington
bb4d6188cd Fix collection view content inset adjustments
The wallpaper can't be subview index 0 in ConversationViewController.
UIViewController will only automatically adjust content insets for
scroll view's at index 0.

Instead, let's make it index 1 and set the layer's z-index behind the
collection view.
2021-01-22 17:14:55 -08:00
Michelle Linington
ef7caa0929 Merge branch 'mlin/PR/RemoveStickerTooltip' into release/5.3.0 2021-01-22 13:53:23 -08:00
Michelle Linington
593cb20482 Remove sticker tooltip 2021-01-22 13:51:50 -08:00
Michelle Linington
54546e7a46 Merge branch 'mlin/PR/TinyAvatarTweaks' into release/5.3.0 2021-01-22 13:49:52 -08:00
Michelle Linington
945886a3ce Tiny bits of avatar feedback
- Add edit button for contact threads
- Scale up avatars to full screen
- New contacts will inherit profile avatar
2021-01-22 13:48:12 -08:00
Nora Trapp
c4269d0480 "Bump build to 5.3.0.11." (Internal) 2021-01-22 13:21:50 -08:00
Nora Trapp
cc8a84d7c8 Feature flags for .qa. 2021-01-22 13:21:46 -08:00
Nora Trapp
fcc08530b1 "Bump build to 5.3.0.10." 2021-01-22 13:21:41 -08:00
Nora Trapp
e5ab34a4ae Feature flags for .beta. 2021-01-22 13:21:37 -08:00
Nora Trapp
7b0b267969 Fix selection state 2021-01-22 13:21:16 -08:00
Nora Trapp
cf022e554f Merge branch 'charlesmchen/minorFixes2021.01.22.2' into release/5.3.0 2021-01-22 13:08:37 -08:00
Nora Trapp
256308f698 Fix name label compression 2021-01-22 12:59:00 -08:00
Matthew Chen
2cf5f435f9 Update design of the conversation list cells. 2021-01-22 16:23:08 -03:00
Nora Trapp
bcebbbb959 "Bump build to 5.3.0.9." (Internal) 2021-01-22 10:26:08 -08:00
Nora Trapp
f3ed06f20d Feature flags for .qa. 2021-01-22 10:26:04 -08:00
Nora Trapp
7d065affc3 "Bump build to 5.3.0.8." 2021-01-22 10:26:01 -08:00
Nora Trapp
53decba6d6 Feature flags for .beta. 2021-01-22 10:25:57 -08:00
Nora Trapp
1d6fec97f4 Merge branch 'charlesmchen/minorFixes2021.01.22' into release/5.3.0 2021-01-22 10:24:48 -08:00
Matthew Chen
3669b30506 Update design of the conversation list cells. 2021-01-22 10:24:36 -08:00