Signal-iOS/SignalServiceKit/tests/Account
Evan Hahn 56589799cb
Clean up registration ID generation
_This change should have no user impact._

This cleans up the way we generate registration IDs. It:

- Rewrites the generation code in Swift
- Removes the "sneaky transaction" method. I did this for clarity, and
  because we won't use it for much longer
- Turns a log warning into a regular log—generating a registration ID is
  not a problem
- Adds tests

I think this is a useful change on its own, but will be handy for an
upcoming change, too.
2022-10-05 14:09:07 +00:00
..
SignalAccountFinderTest.swift Fetch phone numbers in a batch. 2022-03-17 12:46:33 -07:00
SignedPreKeyDeletionTests.m Move pre-key culling logic from TSPreKeyManager to the stores 2022-04-07 10:23:39 -07:00
TSAccountManagerTest.swift Clean up registration ID generation 2022-10-05 14:09:07 +00:00