session-ios/Signal/src
Michael Kirk 0a57e7db09 Fix slow start crash after upgrade to 2.16
We were opening a write transaction before our sync extensions were
registered. This seems to have caused our views to rebuild themselves
once they did register, which in turn can cause device timeout.

Instead of opening transcations in `init`, we only build the
localProfile once it's needed.

A future PR will ensure transactions
aren't being created before syncViews are registered.

// FREEBIE
2017-08-23 11:02:24 -04:00
..
call Debug actions for calling 2017-08-11 09:21:11 -04:00
contact CR: RTL, trim profile names, ensure not empty 2017-08-17 12:24:31 -04:00
crypto Remove some more RP related code 2017-03-30 11:00:28 -04:00
environment Start reworking the contact offers. 2017-08-21 17:05:42 -04:00
Jobs Store undecrypted envelopes before doing any processing. 2017-07-26 14:29:56 -04:00
Models Respond to CR. 2017-08-21 17:13:36 -04:00
network Store undecrypted envelopes before doing any processing. 2017-07-26 14:29:56 -04:00
Observers Read receipts remove lockscreen notifications 2016-09-17 13:51:33 -04:00
Profiles Fix slow start crash after upgrade to 2.16 2017-08-23 11:02:24 -04:00
Storyboard Convert home view to programmatic layout. 2017-07-11 16:01:19 -04:00
UserInterface extract dismiss string -> CommonStrings.dismissButton 2017-07-13 17:08:41 -04:00
util Show "share profile with group" banner. 2017-08-21 17:49:54 -04:00
ViewControllers Respond to CR. 2017-08-21 17:50:40 -04:00
views Show "share profile with group" banner. 2017-08-21 17:49:54 -04:00
AppDelegate.h Convert home view to programmatic layout. 2017-07-11 16:01:19 -04:00
AppDelegate.m Rework the contact offers. 2017-08-21 17:05:42 -04:00
MessageSender+Promise.swift Debug actions for calling 2017-08-11 09:21:11 -04:00
Signal-Bridging-Header.h aes-gcm via openssl 2017-08-21 16:37:16 -04:00
UIApplication+OWS.swift Respond to CR. 2017-07-06 13:20:21 -04:00
UIColor+OWS.h Show "share profile with group" banner. 2017-08-21 17:49:54 -04:00
UIColor+OWS.m Show "share profile with group" banner. 2017-08-21 17:49:54 -04:00
UIDevice+featureSupport.swift one-time carousel of changes 2017-03-02 14:37:50 -05:00
UIStoryboard+OWS.swift Convert FingerprintViewController to programmatic layout. 2017-06-08 14:55:26 -04:00
UIView+OWS.h Respond to CR. 2017-07-21 14:49:24 -04:00
UIView+OWS.m Remove iOS 9-only APIs from layout code. 2017-08-01 15:10:36 -04:00