Signal-iOS/SignalMessaging
Michelle Linington 06a83d065c Improves performance of launch jobs
Randall hit an issue where his device would take a few seconds to start
up. His logs indicate that his device is spending time running
LaunchJobs.

The first change here is to make sure we explicitly set the launch job
work at an ultra-high priority. This is okay, since we don't actually
present UI until after we finish these jobs. Running this work at
UserInteractive is appropriate since it quite literally prevents the
user from interacting with the app. There's also no other time-sensitive
UI work we need to be doing (like running animations) that we could be
contending with.

The second change is to add a bit more logging that allows us to monitor
the amount of work these jobs are doing. This will allow us to see if
these jobs are performing an excessive amount of work.

Finally, I moved these LaunchJobs to Swift. Mostly because the ObjC
implementations were block based. The additional code was going to
indent things further and our linter aggressiely indents blocks to begin
with. Moving this to Swift is much more readable.
2022-01-31 11:00:13 -08:00
..
attachments Add SignalUI framework target. 2021-10-19 09:39:53 -03:00
categories fixed some lint issues and modified some UI details due to updated and specified requirements 2021-12-02 20:36:23 +01:00
contacts [Badging] Signal devices when subscription status changes 2021-12-17 13:58:47 -08:00
environment Improves performance of launch jobs 2022-01-31 11:00:13 -08:00
groups GV2: Don't stringify the cache key for GV2 updates 2022-01-28 15:56:20 -08:00
Notifications Cleanup old feature flags 2022-01-24 10:53:55 -08:00
Payments Cleanup old feature flags 2022-01-24 10:53:55 -08:00
profiles Import SignalMetadataKit wholesale into SignalServiceKit 2022-01-26 09:50:55 -08:00
Storage Service Don't validate custom reactions when sync'd from storage-service 2022-01-25 17:33:58 -08:00
Subscriptions Cleanup old feature flags 2022-01-24 10:53:55 -08:00
utils Cleanup old feature flags 2022-01-24 10:53:55 -08:00
Info.plist Shared framework between app and extension 2017-11-29 13:58:27 -08:00
SignalMessaging-Prefix.pch Respond to CR. 2021-10-21 09:21:33 -03:00
SignalMessaging.h Copy in AFNetworking's query string encoding implementation 2021-12-17 14:52:59 -08:00