Signal-iOS/SignalServiceKit/KeyBackupService
Evan Hahn 319582e7cb
Use unsigned ints for PIN attempts
This change should have no user impact. I think it's useful on its own
but it also makes a future task easier.

You can't ever have a negative number of remaining PIN attempts, so I
made sure we're using unsigned ints everywhere.

We also had two identifiers for "remaining attempts" (`triesRemaining`
and `remainingAttempts`) so I standardized it.
2023-03-21 08:57:26 -07:00
..
KBSAuthCredential.swift Hook up new registration PIN entry screen 2023-02-23 09:50:17 -08:00
KBSAuthCredentialStorage.swift Support for re-registration 2023-02-02 10:17:52 -08:00
KBSAuthCredentialStorageImpl.swift Support for re-registration 2023-02-02 10:17:52 -08:00
KeyBackupService.swift Use unsigned ints for PIN attempts 2023-03-21 08:57:26 -07:00
KeyBackupServiceImpl.swift Use unsigned ints for PIN attempts 2023-03-21 08:57:26 -07:00
KeyBackupServiceObjcBridge.swift Rename KeyBackupServiceProtocol 2023-03-14 16:29:21 -07:00
KeyBackupServiceShims.swift Rename KeyBackupServiceProtocol 2023-03-14 16:29:21 -07:00