Signal-iOS/SignalServiceKit/src/Devices
Evan Hahn e679707038 Fix SwiftLint shorthand_operator violations
The gist is:

```diff
-foo = foo + 1
+foo += 1
```

Most of the violations were in generated files, so I changed and re-ran the generator.

A few of these violations required implementing some new methods, which I added tests for.

See [the docs for this rule][0].

[0]: https://realm.github.io/SwiftLint/shorthand_operator.html
2022-06-07 14:51:57 +00:00
..
ConversationSync Lint 2022-04-08 19:01:43 -07:00
DeviceService.swift Convert to new Promise library 2021-09-03 11:41:34 -07:00
OWSBlockedPhoneNumbersMessage.h Respond to CR. 2021-10-21 09:21:31 -03:00
OWSBlockedPhoneNumbersMessage.m Apply script to normalize includes and imports. 2021-10-21 09:21:10 -03:00
OWSDevice.h Respond to CR. 2021-10-21 09:21:31 -03:00
OWSDevice.m Merge branch 'master' into martin/IOS-2234 2022-03-17 09:09:37 +01:00
OWSDevice.swift Rework dependency access. 2021-03-25 09:24:27 -03:00
OWSDevice+SDS.swift Fix SwiftLint shorthand_operator violations 2022-06-07 14:51:57 +00:00
OWSDeviceProvisioner.swift Update to LibSignalClient v0.15.0 2022-03-24 11:55:45 -07:00
OWSLinkedDeviceReadReceipt.h Record uniqueIds of messages that receipt messages refer to 2021-07-29 20:40:40 -07:00
OWSLinkedDeviceReadReceipt.m Record uniqueIds of messages that receipt messages refer to 2021-07-29 20:40:40 -07:00
OWSProvisioningCipher.swift Update to LibSignalClient v0.15.0 2022-03-24 11:55:45 -07:00
OWSReadReceiptsForLinkedDevicesMessage.h Respond to CR. 2021-10-21 09:21:31 -03:00
OWSReadReceiptsForLinkedDevicesMessage.m Apply script to normalize includes and imports. 2021-10-21 09:21:10 -03:00
OWSReceiptsForSenderMessage.h Respond to CR. 2021-10-21 09:21:31 -03:00
OWSReceiptsForSenderMessage.m TSOutgoingMessage: break out -contentBuilderWithThread:transaction: 2022-05-19 14:20:53 -07:00
OWSRecordTranscriptJob.h Don't download attachments outside of the main app 2021-06-24 12:20:46 -07:00
OWSRecordTranscriptJob.m Add support for incoming reaction story replies 2022-03-31 00:34:33 -07:00
OWSStickerPackSyncMessage.h Respond to CR. 2021-10-21 09:21:31 -03:00
OWSStickerPackSyncMessage.m Apply script to normalize includes and imports. 2021-10-21 09:21:10 -03:00
OWSVerificationStateSyncMessage.h Respond to CR. 2021-10-21 09:21:31 -03:00
OWSVerificationStateSyncMessage.m Fix typos 2022-03-18 11:31:06 -07:00
OWSViewedReceiptsForLinkedDevicesMessage.h Respond to CR. 2021-10-21 09:21:31 -03:00
OWSViewedReceiptsForLinkedDevicesMessage.m Apply script to normalize includes and imports. 2021-10-21 09:21:10 -03:00
OWSViewOnceMessageReadSyncMessage.h Respond to CR. 2021-10-21 09:21:31 -03:00
OWSViewOnceMessageReadSyncMessage.m Apply script to normalize includes and imports. 2021-10-21 09:21:10 -03:00
ProvisioningCipher.swift Update to LibSignalClient v0.15.0 2022-03-24 11:55:45 -07:00
ProvisioningSocket.swift SSK: Port OWSDeviceProvisioner (and OWSProvisioningMessage) to Swift 2022-03-17 12:25:39 -07:00