Commit Graph

24010 Commits

Author SHA1 Message Date
Michelle Linington
6e58c93c24 PR Feedback 2021-07-29 14:59:06 -07:00
Michelle Linington
20f5019d3d Fix imports for linter 2021-07-29 14:59:06 -07:00
Michelle Linington
4ef2d4d467 Remove a couple comments
Sender key error messages are collapsing as expected. Nothing needs to
change here.
2021-07-29 14:59:06 -07:00
Michelle Linington
c329d64565 Improved handling of placeholder interactions
- Deferred display now works for "resendable" messages
- Replacement expiration now works
- Error messages now show up correctly in conversation view
2021-07-29 14:59:06 -07:00
Eugene Bistolas
dc391eb398 Merge branch 'eb/contextMenuAnimations' 2021-07-29 11:43:45 -10:00
Eugene Bistolas
f4999c3fbc Context Menus: Animate presentation / dismissal of context menu 2021-07-29 10:26:23 -10:00
Matthew Chen
6cc69c8c67 Enable announcement-only groups capability in production. 2021-07-29 13:25:01 -03:00
Matthew Chen
ca2a5cb0be "Bump build to 5.18.0.27." (Internal) 2021-07-29 13:24:01 -03:00
Matthew Chen
9cbb28067c Merge branch 'charlesmchen/homeViewTweaks' 2021-07-29 09:38:08 -03:00
Matthew Chen
ec5524c0e3 Refine home view loading when returning from background. 2021-07-29 09:30:58 -03:00
Matthew Chen
620f434b5c Refine home view initial loads. Fix home view selection glitch. 2021-07-29 09:30:58 -03:00
Matthew Chen
529c5b1b22 Refine home view initial loads. 2021-07-29 09:30:57 -03:00
Matthew Chen
0e39dc5291 Refine home view initial loads. 2021-07-29 09:30:57 -03:00
Matthew Chen
3f8bb0b19b Refine home view initial loads. 2021-07-29 09:30:57 -03:00
Matthew Chen
4daee11f80 Refine home view initial loads. 2021-07-29 09:30:57 -03:00
Matthew Chen
6c2aab22d4 Merge branch 'charlesmchen/announcementOnlyGroupEdgeCase' 2021-07-29 09:30:22 -03:00
Matthew Chen
525da3e1b5 Re-fetch profile of potential members of announcement-only groups without the capability. 2021-07-29 09:30:11 -03:00
Nora Trapp
0bcec0c7ab "Bump build to 5.18.0.26." (nightly-07-29-2021) 2021-07-29 04:00:31 -07:00
Nora Trapp
430d7e9469 Revert "Restore ZXing"
This reverts commit 5677ad9cfe.
2021-07-28 12:08:34 -07:00
Michelle Linington
d1834bab4f Merge branch 'mlin/PR/IOS-1618_SenderKeyDeserializationFailure' 2021-07-28 11:23:40 -07:00
Michelle Linington
4e34715e51 IOS-1618: Failed deserialization of sender key metadata
Setting a nil value in SDSKeyValueStore encodes "nil" to data and stores
that in the database. When we fetch, we fail to deserialize since we're
expecting a key metadata struct.

Instead, we should use removeValue(forKey:transaction:) to remove the value
2021-07-28 11:23:17 -07:00
Matthew Chen
916e8d2d6f "Bump build to 5.18.0.25." (Internal) 2021-07-28 12:30:26 -03:00
Matthew Chen
d2a7d3e757 Merge branch 'release/5.17.0' 2021-07-28 12:29:30 -03:00
Matthew Chen
ee96a11d6c "Bump build to 5.17.0.49." 2021-07-28 12:28:11 -03:00
Matthew Chen
3d6a3ef21b "Feature flags for .beta." 2021-07-28 12:28:05 -03:00
Matthew Chen
847fc07556 "Bump build to 5.17.0.48." 2021-07-28 12:27:44 -03:00
Matthew Chen
3cce412c7e "Feature flags for .production." 2021-07-28 12:27:34 -03:00
Matthew Chen
9be7ee569d Merge branch 'charlesmchen/announcementOnlyRemoteConfig' into release/5.17.0 2021-07-28 12:25:45 -03:00
Matthew Chen
7b8f34f210 "Bump build to 5.18.0.24." (Internal) 2021-07-28 12:21:57 -03:00
Matthew Chen
3e7def58ec Refine announcement-only capability. 2021-07-28 12:02:25 -03:00
Matthew Chen
f27e260019 Refine announcement-only capability. 2021-07-28 12:00:45 -03:00
Matthew Chen
088c1e1d34 Refine announcement-only capability. 2021-07-28 11:49:07 -03:00
Nora Trapp
35a9d7eb84 "Bump build to 5.18.0.23." (nightly-07-28-2021) 2021-07-28 04:00:30 -07:00
Nora Trapp
55fe4faa67 "Bump build to 5.18.0.22." (Internal) 2021-07-27 19:47:48 -07:00
Nora Trapp
ece9012f89 Merge branch 'release/5.17.0' 2021-07-27 19:47:28 -07:00
Nora Trapp
33364d8d1d "Bump build to 5.17.0.47." (Beta) 2021-07-27 19:42:40 -07:00
Nora Trapp
52397ab045 "Feature flags for .beta." 2021-07-27 19:42:38 -07:00
Nora Trapp
0aed325e3f "Bump build to 5.17.0.46." 2021-07-27 19:42:20 -07:00
Nora Trapp
b905d4883d "Feature flags for .production." 2021-07-27 19:42:19 -07:00
Nora Trapp
5677ad9cfe Restore ZXing 2021-07-27 19:34:05 -07:00
Eugene Bistolas
7d01392cd2 Merge branch 'eb/contextMenuLayout' 2021-07-27 16:07:14 -10:00
Eugene Bistolas
58715d6629 Context Menus: Ensure correct layouts for small phones, split screen devices, landscape, iPads, etc. 2021-07-27 15:38:58 -10:00
Eugene Bistolas
221777dea6 Review feedback for Context Menus: Integrate existing message actions with context menu API 2021-07-27 15:32:34 -10:00
Eugene Bistolas
aa0c9413ad Integrate existing message actions with context menu API 2021-07-27 15:32:34 -10:00
Eugene Bistolas
984193e523 Review feedback for: Support swipe gesture behavior in context menu action picker 2021-07-27 15:31:29 -10:00
Eugene Bistolas
e7fa7ca67b Support swipe gesture behavior in context menu action picker 2021-07-27 15:18:48 -10:00
Nora Trapp
f09a7604da Merge branch 'release/5.17.0' 2021-07-27 12:18:54 -07:00
Nora Trapp
036184d18e "Bump build to 5.17.0.45." (Beta) 2021-07-27 12:17:06 -07:00
Nora Trapp
67db085639 "Feature flags for .beta." 2021-07-27 12:17:05 -07:00
Nora Trapp
293ed6d5f8 "Bump build to 5.17.0.44." 2021-07-27 12:16:54 -07:00