Max Radermacher
|
b8c907a6de
|
Don’t reconcile badges unless they changed
|
2024-04-19 15:29:26 -05:00 |
|
Pete Walters
|
c9fb03a211
|
Add random IV to backup file
|
2024-04-19 13:11:43 -05:00 |
|
Pete Walters
|
f2f29ec9dd
|
Add padding to gzipped backups
|
2024-04-19 13:02:37 -05:00 |
|
Pete Walters
|
b58a7e0411
|
Change from Compression.framework to zlib
|
2024-04-19 12:39:44 -05:00 |
|
Max Radermacher
|
a7ec7fe131
|
Use version numbers that match the App Store
|
2024-04-17 12:49:20 -05:00 |
|
Max Radermacher
|
bc74ec3953
|
Tweak or remove redundant/noisy info lines
|
2024-04-16 19:37:25 -05:00 |
|
Max Radermacher
|
2b85069f8e
|
Don’t use inheritance with CallService
|
2024-04-16 19:36:24 -05:00 |
|
Max Radermacher
|
ae75124475
|
Stop caching notification preview type
|
2024-04-16 19:35:19 -05:00 |
|
Max Radermacher
|
972bb6d37a
|
Tweak some info and warning lines
|
2024-04-16 18:10:49 -05:00 |
|
Max Radermacher
|
0b3fed060c
|
Reorganize fields on the Internal menu
|
2024-04-16 17:34:22 -05:00 |
|
Marissa Le Coz
|
82752fcbd1
|
Add More button to Call Controls
|
2024-04-15 12:26:40 -04:00 |
|
Marissa Le Coz
|
4a638827e4
|
Remove old local member view
|
2024-04-15 12:25:33 -04:00 |
|
Max Radermacher
|
73ad055674
|
Remove redundant phone numbers from OWSUserProfile
|
2024-04-12 22:22:49 -05:00 |
|
Ehren Kret
|
81d6bbc070
|
apply objective-c formatting utility
|
2024-04-11 22:19:16 -05:00 |
|
Ehren Kret
|
e9c97ba4c9
|
swift lint fixes
|
2024-04-11 22:19:16 -05:00 |
|
Ehren Kret
|
742d5bcec9
|
cleanup after MIMETypeUtil move completed
|
2024-04-11 22:19:16 -05:00 |
|
Ehren Kret
|
bdf6b9a4da
|
remove MIMETypeUtil.h/m and finish swift conversion
|
2024-04-11 22:19:16 -05:00 |
|
Ehren Kret
|
cdc3dd6f11
|
remove unnecessary semicolon
|
2024-04-11 22:19:16 -05:00 |
|
Ehren Kret
|
89f131812c
|
remove duplicate assignment
|
2024-04-11 22:19:16 -05:00 |
|
Ehren Kret
|
68fa68bcf2
|
cutover objc externed strings to swift
|
2024-04-11 22:19:16 -05:00 |
|
Ehren Kret
|
4596c1d615
|
migrate two string constants to swift
|
2024-04-11 22:19:16 -05:00 |
|
Ehren Kret
|
62954c6e49
|
migrate supported UTI type functions into swift
|
2024-04-11 22:19:16 -05:00 |
|
Ehren Kret
|
cf2a2c8148
|
move two more mime type util functions to swift
|
2024-04-11 22:19:16 -05:00 |
|
Ehren Kret
|
9197f8ac8e
|
move mimeTypeForFileExtension to swift
|
2024-04-11 22:19:16 -05:00 |
|
Ehren Kret
|
7f90c41317
|
move conversion to uti type functions to swift
|
2024-04-11 22:19:16 -05:00 |
|
Ehren Kret
|
72518cb6da
|
add better decoration to MimeTypeUtil
|
2024-04-11 22:19:16 -05:00 |
|
Ehren Kret
|
1b3a47750f
|
remove unused obj-c constants
|
2024-04-11 22:19:16 -05:00 |
|
Ehren Kret
|
3fe01cfc9e
|
merge canMakeThumbnail and isVisualMedia into new function in swift
|
2024-04-11 22:19:16 -05:00 |
|
Ehren Kret
|
ed6cdb675a
|
migrate isDefinitelyAnimated/isMaybeAnimated to swift
|
2024-04-11 22:19:16 -05:00 |
|
Ehren Kret
|
de101a0c31
|
inline isAudio/isVideo/isImage/isBinaryData
|
2024-04-11 22:19:16 -05:00 |
|
Ehren Kret
|
b80ed0cdbf
|
move getSupportExtension functions to swift
|
2024-04-11 22:19:16 -05:00 |
|
Ehren Kret
|
1a87241194
|
migrate isSupported*File utility functions to swift
|
2024-04-11 22:19:16 -05:00 |
|
Ehren Kret
|
1f05f4059c
|
migrate isSupported mime type functions to swift
|
2024-04-11 22:19:16 -05:00 |
|
Ehren Kret
|
ac7240a29d
|
migrate generic extension to mime type dictionary to swift
|
2024-04-11 22:19:16 -05:00 |
|
Ehren Kret
|
8ea47a44e2
|
migration supported extension to mime type dictionaries to swift
|
2024-04-11 22:19:16 -05:00 |
|
Ehren Kret
|
76e90c3c05
|
decorate swift file
|
2024-04-11 22:19:16 -05:00 |
|
Ehren Kret
|
e220a1dde9
|
migrate generic mime type to extension map to swift
|
2024-04-11 22:19:16 -05:00 |
|
Ehren Kret
|
99e21998f0
|
move animated and binary data mime type to extension dictionarys to swift
|
2024-04-11 22:19:16 -05:00 |
|
Ehren Kret
|
47700c099a
|
move supported mime types to extension maps to swift
|
2024-04-11 22:19:16 -05:00 |
|
Ehren Kret
|
fd94424be0
|
start migrating MIMETypeUtil to swift
|
2024-04-11 22:19:16 -05:00 |
|
Max Radermacher
|
b5c90fb0ed
|
Always use #if for TESTABLE_BUILD & DEBUG
|
2024-04-11 18:41:25 -05:00 |
|
Pete Walters
|
102b8d3219
|
Backup AccountData
|
2024-04-11 16:24:01 -05:00 |
|
Max Radermacher
|
e82928b5e7
|
Move generated FeatureBuild constant
|
2024-04-11 12:42:57 -05:00 |
|
Harry
|
c898c69ff6
|
Reorganize MediaGalleryFinder file with no code changes
|
2024-04-11 09:28:13 -07:00 |
|
Pete Walters
|
2c6cfd7f32
|
Clean up uses of AuthedAccount in profiles
|
2024-04-11 11:11:43 -05:00 |
|
Elaine
|
72e812db96
|
Remove nicknames feature flag
|
2024-04-10 13:29:02 -06:00 |
|
Harry
|
2440a29d32
|
Set local master key if we have a PIN but no master key
|
2024-04-10 08:08:52 -07:00 |
|
Max Radermacher
|
20783085bb
|
Replace SAMKeychain with direct keychain access
|
2024-04-05 21:50:00 -05:00 |
|
Max Radermacher
|
8cac7bccf8
|
Move StaleProfileFetcher into its own file
|
2024-04-05 20:12:46 -05:00 |
|
Max Radermacher
|
f1dd7f7bfd
|
Move SSK/Util/Profiles into SSK/Profiles/
|
2024-04-05 20:09:40 -05:00 |
|