Signal-iOS/SignalMessaging/environment
Evan Hahn c5a71adc06 Remove rarely-seen YDB onboarding screen
We used to use [YapDatabase] but [removed it in early 2021][1] after a
[migration to GRDB that started in 2019][2].

If you haven't opened the app since before we dropped YDB--in other
words, since early 2021--you'll see the following text on a screen
before you open the app:

> Because you've been inactive for a long period of time, you must
> register again to use Signal.

Tapping "Next" will send you into the normal registration flow.

I think this is a tiny number of users, so I removed this screen and
associated code. This will help simplify future onboarding code.

[1]: 86b8eb08b8
[2]: 2a5683b843
[YapDatabase]: https://github.com/signalapp/YapDatabase
2023-01-31 10:21:46 -08:00
..
AppSetup.h Use common logic when creating web sockets 2023-01-24 14:01:34 -08:00
AppSetup.m Remove rarely-seen YDB onboarding screen 2023-01-31 10:21:46 -08:00
Environment.h Add all JobQueues to environment, via a wrapper 2022-11-09 14:08:44 -06:00
Environment.m Add all JobQueues to environment, via a wrapper 2022-11-09 14:08:44 -06:00
LaunchJobs.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
MessageRequestPendingReceipts.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
NoopCallMessageHandler.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
OWSSounds.h Convert OWSAudioPlayer to swift and lose 'OWS' prefix. 2022-12-06 16:00:58 -08:00
OWSSounds.m Remove redundant checks for the main app 2022-10-17 12:42:42 -07:00
VersionMigrations.h Change license to AGPL 2022-10-13 08:25:37 -05:00
VersionMigrations.m Change license to AGPL 2022-10-13 08:25:37 -05:00