Commit Graph

18826 Commits (b92a5c19c268829a048e7bcb038b50984d6415cd)
 

Author SHA1 Message Date
Morgan Pretty 597f94a954 Fixed an issue where you could answer calls without having the mic permission 8 months ago
Morgan Pretty e1aedb36da Fixed a few bugs found when testing strings
• Fixed an issue where creating a legacy group could be blocked by the legacy PN subscription failing (was part of the synchronous request)
• Fixed an issue where the code would incorrectly use profile data from incoming messages sent from the current user to update it's profile info
• Fixed an issue where saving media would fail silently if the user had rejected the OS permission
• Refactored a little code around profile changes to make things more readable
8 months ago
Ryan ZHAO 7acd299858 fix unblock modals 8 months ago
Ryan ZHAO b39845f265 fix strings 8 months ago
Morgan Pretty 3a1f086d0c Reworked deadlock handling, fixed a few other issues
• Fixed an issue where the background task to finish sending messages may not have sent the sync message or the main message after and upload
• Fixed an issue where the SessionBackgroundTask was incorrectly reporting a failure to be created
• Fixed an incorrect modal action colour
• Fixed a crash when creating legacy groups
• Updated the code so that we take charge of resolving the deadlock issue instead of relying on GRDB to do it
• Updated the logic to timeout the SessionBackgroundTask with 5 seconds of background time remaining (to ensure we have enough time to suspend the network & database)
8 months ago
Morgan Pretty 9eca118d85 Correctly show the 'uploading' state, removed unused function 8 months ago
Ryan ZHAO 3dc0ed255c fix text got cut off unexpectedly in modals 8 months ago
Ryan ZHAO 3ae766d07f fix some strings 8 months ago
Ryan ZHAO 7dcc1ba992 fix UI issue when there is an error or no results for a gif search 8 months ago
Ryan ZHAO 30ec5a1b0d bump up build number 8 months ago
Ryan ZHAO f9ce8da846 fix a crash when creating groups by fixing libsession 8 months ago
Ryan ZHAO 36c6696ea8 update version number 8 months ago
Ryan ZHAO a749f8d656 further fix on scrollable modal 8 months ago
Ryan ZHAO 37f142f1eb fix an UI issue for confirmation model 8 months ago
Ryan ZHAO ce8c6bd971 fix a clear data modal 8 months ago
Ryan ZHAO 39efcc4d2b bump up version and build number 8 months ago
Ryan ZHAO 22a353112b minor fix on how we render the <span> tag 8 months ago
Ryan ZHAO 70f8d45a39 fix a bunch of strings 8 months ago
Ryan ZHAO 080ab386ad change gif to constants 8 months ago
Ryan ZHAO c4ebdd6d3d fix some strings 8 months ago
Ryan ZHAO d31036f60c clean errors 8 months ago
Ryan ZHAO 8d05a9dce3 move webRTC constants to its own file 8 months ago
Ryan ZHAO f8fb647752 fix some modals 8 months ago
Ryan ZHAO 93e91e5d40 revert false replaced quotes 8 months ago
Ryan ZHAO fcc5a36883 update disappearing messages type localized name logic 8 months ago
Ryan ZHAO 5d03a8057e clean 8 months ago
Ryan ZHAO 509caf9167 clean 8 months ago
Ryan ZHAO ca5c979f8f Merge branch 'dev' into standardised-strings 8 months ago
Ryan ZHAO 8aedf68f74 clean useless identifier 8 months ago
Morgan Pretty 39e7005be9
Merge pull request #1013 from mpretty-cyro/fix/legacy-group-key-generation
Fixed a legacy group message decryption issue
8 months ago
Morgan Pretty 67830ed767 Fixed a legacy group message decryption issue
Fixed a bug where we were incorrectly generating and requiring 64 byte secrets for legacy groups (we only need 32 bytes), since we do length checks before calling the libSession C API (to prevent crashes) we would fail before attempting to decrypt because the key was too short
8 months ago
Ryan ZHAO a7f5dfb16a Merge branch 'dev' into standardised-strings 8 months ago
Ryan ZHAO b980e52873 update scripts 8 months ago
Morgan Pretty 6cb3bdbcad
Merge pull request #1012 from mpretty-cyro/fix/convo-settings-accessibility-id
Added accessibilityIds to thread settings switches
8 months ago
Morgan Pretty c5efbbf445 Fixed a build error 8 months ago
Ryan ZHAO 5c18019e6b Merge branch 'dev' into standardised-strings 8 months ago
Morgan Pretty d508972d32 Added accessibilityIds to thread settings switches 8 months ago
Morgan Pretty 375f66f45a Reworked to just use a unique id rather than hacky hash overrides 8 months ago
Morgan Pretty 789a887d42
Merge pull request #1009 from mpretty-cyro/fix/table-update-crashes
Removed settings data change animations, fixed settings dismiss bug
8 months ago
Ryan ZHAO 0580a9dbf9 update strings 8 months ago
Morgan Pretty 74cdfbbae6 Reworked the SignalAttachmentItem hash function 8 months ago
Ryan ZHAO 803d91c051 fix an issue on styling the localized strings 8 months ago
Morgan Pretty b3e7fa66fc Removed settings data change animations, fixed settings dismiss bug
• Remove the data change animations on the settings screens as they were causing frequent crashes
• Fixed an issue where deleting a message request via settings would dismissing the settings screen
8 months ago
Ryan ZHAO 62b15b8b90 add some accessibility ids 8 months ago
Ryan ZHAO 771b21a96d Merge branch 'dev' into standardised-strings 8 months ago
Ryan ZHAO 0413baa06e refactor localized string with style 8 months ago
Morgan Pretty 43107de2e3
Merge pull request #1008 from mpretty-cyro/release/2.7.1
Release 2.7.1 bugfixes
8 months ago
Morgan Pretty 027ce1604d Fixed a few issues found during QA
• Fixed an issue where incoming legacy group messages were failing to decrypt
• Fixed an issue where decoding push notifications could result in an infinite loop
• Fixed an issue where the extensions would incorrectly try to append extension logs (only want the main app to do this)
• Updated the accessibility ids for the switches and radios on the privacy and disappearing message settings screens
8 months ago
Ryan ZHAO 2ef2d5c95f fix ban & delete toast 8 months ago
Ryan ZHAO 5881b36384 implement Open URL modal 8 months ago