You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-ios/Signal
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
8 years ago
..
AudioFiles
Certificates
Fonts
Images
Images.xcassets Sketch out profile header in app settings view. 8 years ago
src Fix slow start crash after upgrade to 2.16 8 years ago
test fix some tests 8 years ago
translations Show "share profile with group" banner. 8 years ago
.swiftlint.yml
Signal-Info.plist Bump build from to 2.16.0.5. 8 years ago
Signal-Prefix.pch Always sync and log push tokens. Apply OWSAlerts in more places. 9 years ago
Signal.entitlements
iTunesArtwork@3x.png
main.m