oxen-io / session-ios

A private messenger for iOS.
https://getsession.org
GNU General Public License v3.0
386 stars 85 forks source link

Fix release 2.6.1 Issues #981

Closed mpretty-cyro closed 2 weeks ago

mpretty-cyro commented 3 weeks ago

• Removed the SOGS polling from the notification extension (rarely worked and caused network suspension bugs) • Removed redundant path building from share extension (would build 2 paths when only 1 was needed, wasting time) • Fixed an ONS lookup issue • Check for app updates at most every 4 hours (currently just for logging, no associated UI at this stage) • Logging improvements (more error details, include older logs if the log file was recently rotated) • Updated libSession attempting to resolve a couple more networking edge-cases