session-ios/SessionShareExtension
Morgan Pretty 34fea96db3 Fixed a bunch more bugs around push notifications and avatars
Added code to prevent the garbage collection job from auto-running more often than once every 23 hours
Fixed a bug where if the first avatar you try to add is your own, it could fail due to the folder not getting created
Fixed a bug where updating your profile would store and send an invalid profile picture url against your profile
Fixed an issue where the closed group icon wouldn't appear as the double icon when it couldn't retrieve a second profile
Fixed a bug where the device might not correctly register for push notifications in some cases
Fixed a bug where interacting with a notification when the app is in the background (but not closed) wasn't doing anything
Fixed a bug where the SyncPushTokensJob wouldn't re-run correctly in some cases if the user was already registered
Updated the profile avatar downloading logic to only download avatars if they have been updated
Updated the migration and OpenGroupManager to force Session-run open groups to always use the OpenGroupAPI.defaultServer value
2022-07-04 17:36:48 +10:00
..
Base.lproj Fix screen lock handling 2021-05-06 10:36:58 +10:00
Meta Removed an initial request occurring when pushing the conversation screen (could hold up main thread) 2022-06-03 16:44:29 +10:00
SAEScreenLockViewController.swift Refactored SessionShareExtension code to Swift 2022-01-11 12:38:19 +11:00
ShareAppExtensionContext.swift Fixed the broken unit tests 2022-06-22 14:27:34 +10:00
ShareVC.swift Renamed GRDBStorage to Storage (no use having the prefix anymore since the old DB is deprecated) 2022-07-01 13:08:45 +10:00
SimplifiedConversationCell.swift Fixed a bunch more bugs around push notifications and avatars 2022-07-04 17:36:48 +10:00
ThreadPickerVC.swift Renamed GRDBStorage to Storage (no use having the prefix anymore since the old DB is deprecated) 2022-07-01 13:08:45 +10:00
ThreadPickerViewModel.swift Finished of the Conversation screen and JobQueue concurrency 2022-05-31 17:41:02 +10:00