Commit Graph

30767 Commits

Author SHA1 Message Date
automated-signal
95bcaf3dab "Bump build to 6.22.0.6." (nightly-04-19-2023) 2023-04-19 04:00:29 -07:00
Igor Solomennikov
3b39f28f98 Add a couple missing SignalUI imports to resolve Xcode's complaints. 2023-04-18 17:21:35 -07:00
Igor Solomennikov
6dd3d9a6f2
Convert all convenience methods in UIFont+OWS to Swift. 2023-04-18 17:14:51 -07:00
Harry
b55a740ce5
Notify @mentionees in group story replies 2023-04-18 15:00:14 -07:00
Evan Hahn
b10a697498
Update warning reminder designs 2023-04-18 15:11:37 -05:00
Harry
b6c6d60141
Fix long query for story replies 2023-04-18 13:08:03 -07:00
Harry
ee137c6e63
Add unique alert message for requesting reg voice code 2023-04-18 13:31:16 -05:00
Evan Hahn
8182630954
Remove "change phone number" remote config flag 2023-04-18 12:14:16 -05:00
Harry
d29cdfbc03
Use appropriate filters for registration PIN customer support emails 2023-04-18 09:23:06 -07:00
Evan Hahn
a1ca035b1a
Remove "use new registration" feature flag
*I recommend reviewing this with whitespace changes disabled.*

This commit removes `FeatureFlags.useNewRegistrationFlow` and deals with
the fallout of that change.

This should have no user impact.
2023-04-18 11:10:58 -05:00
Pete Walters
f052eca0e4 Fix timestamp used in tests 2023-04-18 09:30:26 -05:00
automated-signal
7cdac94bac "Bump build to 6.22.0.5." (nightly-04-18-2023) 2023-04-18 04:00:28 -07:00
Evan Hahn
33d8599147
Fix accessibility identifier for reminder view 2023-04-17 16:50:45 -05:00
Max Radermacher
d5cf00a423 Remove unnecessary check for staging builds 2023-04-17 14:46:28 -07:00
Max Radermacher
f6258c47b7 Remove unused phone number sharing option 2023-04-17 14:46:07 -07:00
Max Radermacher
c72400771a Fix typo when searching for contact sync jobs 2023-04-17 14:45:52 -07:00
Max Radermacher
94a9c8cd65 Improve the performance of some tests 2023-04-17 14:14:57 -07:00
Max Radermacher
fc9b8349fe Improve reliability of database-related tests 2023-04-17 14:10:40 -07:00
Max Radermacher
5be0674db0 Fetch new sender certificates every 24 hours 2023-04-17 13:02:08 -07:00
Pete Walters
2c64922577
Basic edit message receive validation 2023-04-17 14:43:27 -05:00
Evan Hahn
3625bcbabb "Bump build to 6.22.0.4." (Internal) 2023-04-17 12:04:54 -05:00
Evan Hahn
510f10ad32
Update SQLCipher to fork that supports BARRIERFSYNC 2023-04-17 12:03:45 -05:00
Marissa Le Coz
ef76d1f6f9
word-wrap sender name on message instead of truncating (#6250) 2023-04-17 12:11:06 -04:00
Evan Hahn
f7e9ff44d9
Expiration nag view should decide what is "soon" 2023-04-17 10:08:27 -05:00
automated-signal
c848567024 "Bump build to 6.22.0.3." (nightly-04-15-2023) 2023-04-15 04:01:16 -07:00
Max Radermacher
4972bed037
Rename error used for permanent job failures 2023-04-14 20:45:56 -07:00
Igor Solomennikov
78ea25dbff
Resolves missing dev team when building with Xcode 14.3 2023-04-14 16:14:36 -07:00
Marissa Le Coz
5e3b1f84c2
fix cutoff msg not found label in quote reply (#6242)
Co-authored-by: Marissa Le Coz <marissalecoz@Marissas-Laptop.local>
2023-04-14 15:24:03 -04:00
Igor Solomennikov
f7c5537348
Media viewer updates related to video playback and landscape mode.
• move video playback progress bar to the bottom panel.
• vertically compact layout of video playback controls in landscape.
• hide album preview strip when in landscape.
• move Forward and Share buttons to the navigation bar when in landscape.
2023-04-14 12:21:14 -07:00
Max Radermacher
67dfdfb52c
Swiftify OWSSignalServiceProtocol 2023-04-14 11:03:43 -07:00
Max Radermacher
92e170fe12
Swiftify SSKEnvironment 2023-04-14 10:58:21 -07:00
Max Radermacher
a8511014cb
Use LocalIdentifiers in Storage Service 2023-04-14 10:20:58 -07:00
automated-signal
fb62cd1aa2 "Bump build to 6.22.0.2." (nightly-04-14-2023) 2023-04-14 04:01:12 -07:00
Pete Walters
98145d73aa Update release notes 2023-04-13 17:04:54 -05:00
Sasha Weiss
f1063c1071
Migrate OWSDevice to SDSCodableModel 2023-04-13 14:00:46 -07:00
Max Radermacher
e4eac76ffb Clean up framework headers 2023-04-13 13:45:30 -07:00
Max Radermacher
073a2e1081 Define CocoaLumberjack constants only where needed 2023-04-13 13:44:36 -07:00
Max Radermacher
9c4a1ae1be Improve conversation view scroll performance 2023-04-13 13:44:09 -07:00
Sasha Weiss
c9fbc9a9ee
Migrate SSKJobRecord and subclasses to SDSCodableModel using factory init 2023-04-13 10:57:48 -07:00
Max Radermacher
e5baf249e2 Be delicate with earpiece proximity 2023-04-13 10:40:02 -07:00
Evan Hahn
8b2ec27f19
Clean up database checkpointing
This change should have no impact on behavior.

SQLite supports [several different checkpoint modes][0]. We always use
the "TRUNCATE" mode, so we can remove the code that handles different
ones.

We can also stop logging checkpoint results that are [always 0 in
"TRUNCATE" mode][1].

We can also use GRDB's WAL checkpoint method instead of calling SQLite's
API directly.

[0]: https://www.sqlite.org/c3ref/c_checkpoint_full.html
[1]: https://sqlite.org/c3ref/wal_checkpoint_v2.html
2023-04-13 12:21:12 -05:00
Max Radermacher
e8d8362e5f Simplify SDSDatabaseStorageObservationTest 2023-04-13 10:02:09 -07:00
automated-signal
bc066ea859 "Bump build to 6.22.0.1." (nightly-04-13-2023) 2023-04-13 04:01:12 -07:00
Max Radermacher
a4c8f8bd7a
Fix assorted layout issues with PIN setup views 2023-04-12 20:10:58 -07:00
Max Radermacher
6bd03fea61 Update to the latest version of SignalCoreKit 2023-04-12 19:22:09 -07:00
Max Radermacher
66362e050d
Introduce LocalIdentifiers…
…a struct containing your own ACI, PNI, and phone number.
2023-04-12 18:36:45 -07:00
Max Radermacher
4891a4beea
Split AppSetup into discrete method calls 2023-04-12 18:18:25 -07:00
Max Radermacher
25825edd07 Swiftify some TSAccountManager code 2023-04-12 18:05:36 -07:00
Max Radermacher
22ef2d8e55
Swiftify AppSetup 2023-04-12 17:54:48 -07:00
Max Radermacher
adb1e98b60 Fix version comparisons of different lengths 2023-04-12 15:43:56 -07:00