Commit Graph

12 Commits

Author SHA1 Message Date
Martin Böttcher
f670447fd9
removed some compiler warnings (#4027) 2022-03-02 09:26:58 +01:00
Michelle Linington
6f4d3ea56a Remove debug log messages and lint 2021-10-04 09:53:37 -03:00
Michelle Linington
8446ab4069 Minor changes to folder selection and restoration cleanup 2021-10-04 09:53:36 -03:00
Michelle Linington
56f3f3d3d8 IOS-832: Device transfer flow should handle missing folders
A user hit an issue on an iPhone 5s. Device transfer would fail because
their app group was missing the ProfileAvatars directory.

This directory is lazily created as a post-launch job at background QoS.
It's not too big of a deal and it'll be created on demand if necessary.
The 5s was probably CPU constrained enough to never have a chance to run
any background jobs.

The fix is to just have our recursive filesystem traversal ignore any
unknown directory errors. This is only used in a couple places and the
behavior makes sense in each place.
2020-09-10 15:27:10 -07:00
Matthew Chen
b6ace5a3f6 Fix bug in link preview view measurement. 2020-09-08 17:54:43 -03:00
Matthew Chen
22bae9e37e Remote deprecation. 2020-09-02 16:51:59 -03:00
Matthew Chen
83e0f649ac Respond to CR. 2020-08-10 11:47:37 -03:00
Matthew Chen
0808cbc3ce Fix edge case around file cleanup. 2020-08-10 11:45:28 -03:00
Matthew Chen
1442e37363 Fix edge case around file cleanup. 2020-08-10 11:45:28 -03:00
Matthew Chen
f8fe2961c5 Resumable attachment download. 2020-08-01 12:18:13 -03:00
Matthew Chen
aa6b269269 Resumable attachment download. 2020-08-01 12:18:13 -03:00
Matthew Chen
587b8f2c36 Resumable attachment download. 2020-08-01 12:18:13 -03:00