Commit Graph

19401 Commits (bfa94d99741e82bbb7105736c398e272897b9613)
 

Author SHA1 Message Date
Morgan Pretty d30112ec60 Made a number of tweaks to make dev a little easier
• Added a mechanism to copy the database file path more easily for devs
• Enabled ASAN when compiling libSession
• Cleaned up a bunch of per-target project settings (not they are set once at the project level)
• Updated the `os.Logger` calls to always be public (only in debug mode)
2 months ago
Ryan ZHAO fb360de93e try to prevent race condition on database suspending 2 months ago
Ryan ZHAO f17b02b174 fix an issue where call duration won't show 2 months ago
Morgan Pretty 4ac489e9a8 Fixed an index out of bounds crash when ending a message with a mention 2 months ago
Ryan ZHAO c7ce583c7f fix an issue where the title in call screen is too long 2 months ago
Morgan Pretty 15245c15c8 Updated the layout logic for the AppIconGridView 2 months ago
Morgan Pretty 86b9e8256e Tweaked app icons to not have built in rounding 2 months ago
Ryan ZHAO 6afb2e532d fix issues when tapping save in groups & fix message info screen falsely dismissing 2 months ago
Morgan Pretty 682867853c Replaced the PDF preview icons with explicit PNG ones (smaller size, better rendering) 2 months ago
Morgan Pretty 02dd49b9c9 Updated a few accessibility ids for automated tests 2 months ago
Morgan Pretty 9ed36680f2 Updated BUILDING.md 2 months ago
Ryan ZHAO 42fa544efa Merge branch 'dev' into call-detailed-info 2 months ago
Ryan ZHAO 480e92c760 Merge branch 'dev' into feedback-for-actions 2 months ago
Morgan Pretty 88aa1f3eed Merge remote-tracking branch 'upstream/dev' into feature/app-disguise 2 months ago
Morgan Pretty 417976995b Removed YYImage and libWebP, fixed a couple of bugs
• Removed YYImage and libWebP dependencies (replaced with custom `AnimatedImageView` class)
• Fixed an issue where animated images (WebP/GIF) may not correctly render in the "All Media" grid UI
• Fixed an issue where selecting a GIF for the display picture would incorrectly convert it into a JPG instead of keeping the GIF
2 months ago
Morgan Pretty bc654d5b96
Merge pull request #405 from RyanRory/update-readme
Update README with signatures verification
2 months ago
Ryan ZHAO c702487901 update outdated links in README 2 months ago
Ryan ZHAO 9ff10fc908 update readme with signatures verification 2 months ago
Ryan ZHAO b6737a1291 Merge branch 'dev' into call-detailed-info 2 months ago
Morgan Pretty fab3b5683f
Merge pull request #396 from mpretty-cyro/fix/nan-crash
Attempt to prevent an odd NaN crash
2 months ago
Morgan Pretty d6a2d6edd7 Updated build and version numbers 2 months ago
Morgan Pretty bdfb83e211 Merge remote-tracking branch 'upstream/dev' into fix/nan-crash 2 months ago
Morgan Pretty 9e3ee87e34
Merge pull request #397 from mpretty-cyro/fix/config-push-crash
Fix a config push crash
2 months ago
Morgan Pretty 42009012c9
Merge pull request #399 from session-foundation/feature/update-crowdin-translations
[Automated] Update translations from Crowdin
2 months ago
Ryan ZHAO 9eb6191156 update version 2 months ago
Ryan ZHAO 663cc13e68 update build number and localised strings 2 months ago
Ryan ZHAO 02e22eb024 update strings and add modals 2 months ago
Morgan Pretty 9d79181d3d Removed an unneeded comment 2 months ago
Morgan Pretty 990e63db53 Revert an unintended change 2 months ago
Morgan Pretty f8863a12a1 Tweaked unread count logic, reverted another change 2 months ago
Morgan Pretty 9ed91f2eeb Update the badge icon number on the main thread 2 months ago
Morgan Pretty c51f4fda5e Fixed a number of bugs
• Added a 'requireAllRequestsSucceed' flag to the ConfigurationSyncJob (so it'll report a failure if any individual request fails)
• Updated the 'unknownMessage' error to include some info about the data contained in the protobuf
• Fixed an issue where the logger wasn't correctly respecting the log level settings
• Fixed an issue where the path status indicator wouldn't default to unknown
• Fixed an issue where the generic database error didn't replace the 'app_name' variable
• Fixed an issue where a group could be partially created due to one of it's configs failing to be stored (we now consider that a failure so the user can try again)
• Fixed an issue where the background pollers could get released before they finish polling
• Fixed an issue where the community poller would only ever fetch the most recent 100 messages (instead of everything since the last poll)
• Fixed an issue where we could incorrectly clear the app badge number in some cases
• Fixed an issue where processing a config message in the BackgroundPoller could result in attempting to fetch from communities after the process completed
• Fixed a crash where a database query could incorrectly be interrupted after it completed if both happened at just the right time
2 months ago
Morgan Pretty 132fa254a1 Only delay the dismissal if we want to show feedback before dismissing 2 months ago
Morgan Pretty 49b874f4d8 Updated dev settings to only reset settings which have been set 2 months ago
Ryan ZHAO 0321a5026c update strings 2 months ago
Ryan ZHAO baf26894cc Merge branch 'feature/update-crowdin-translations' of https://github.com/session-foundation/session-ios into call-detailed-info 2 months ago
Ryan ZHAO 448b830716 fix issues 2 months ago
ThomasSession a95405097f [Automated] Update translations from Crowdin 2 months ago
Ryan ZHAO 251869d3ea Merge branch 'dev' into feedback-for-actions 2 months ago
Ryan ZHAO f8711f670f increase permission chain delay to 0.7s 2 months ago
Ryan ZHAO fc4b349d36 add delay on permission chain for calls 2 months ago
Morgan Pretty 7dbd150c51 Merge branch 'dev' into feature/app-disguise 2 months ago
Morgan Pretty 1b7d4e0686 Defaulted the initial "invited" control message to be read for the admin 2 months ago
Morgan Pretty 95f4150c96 Use a guard to prevent an implicit unwrap 2 months ago
Morgan Pretty e6f0640e99 Attempt to prevent an odd NaN crash 2 months ago
Ryan ZHAO c4ac8bbe46 fix call issues 2 months ago
Ryan ZHAO 3c3fbec6b4 Merge branch 'dev' into call-detailed-info 2 months ago
Ryan ZHAO e5984601e8 remove database access on call creation 2 months ago
Morgan Pretty 72d01758ef Fixed an issue where the message request acceptance control message could incorrectly appear 2 months ago
Morgan Pretty c5f70fc92b Fixed build error 2 months ago