Morgan Pretty
a27eae5fb2
Further memory management fixes
7 months ago
Morgan Pretty
570f4d6a1f
Merge pull request #417 from session-foundation/feature/update-crowdin-translations
...
[Automated] Update translations from Crowdin
7 months ago
Morgan Pretty
8622b0303d
Merge pull request #418 from mpretty-cyro/fix/updated-libsesison-and-safer-memory-management
...
Memory management cleanup, tweak MRR logic, libSession 1.3.1
7 months ago
Morgan Pretty
e220496314
Updated to libSession 1.3.1
7 months ago
Morgan Pretty
edbc1ffaaf
Cleaned up some memory management, tweak MRR logic
...
• Reworked how we were passing some variables to libSession to more safely manage scope
• Updated the message request logic to be based on the `isDraft` flag on a conversation (rather than `shouldBeVisible)
7 months ago
mpretty-cyro
10609db1ac
[Automated] Update translations from Crowdin
7 months ago
Morgan Pretty
c1d2ffbc4d
Merge pull request #403 from mpretty-cyro/feature/updated-libquic
...
Updated to the latest libQuic
7 months ago
Morgan Pretty
dbb5bf5bb1
Updated to latest libSession and updated build/version numbers
7 months ago
Morgan Pretty
a05827a8a0
Merge remote-tracking branch 'upstream/dev' into feature/updated-libquic
7 months ago
Morgan Pretty
0451ed723b
Merge pull request #413 from mpretty-cyro/fix/potential-UI-deadlock
...
Fixed a potential deadlock which could occur when typing
7 months ago
Morgan Pretty
25b426235b
Fixed a potential deadlock which could occur when typing
7 months ago
Morgan Pretty
4dbe3b5c4c
Merge pull request #411 from mpretty-cyro/fix/quote-with-attachment
...
Added support for rendering quotes with attachments and bug fixes
7 months ago
Morgan Pretty
a8acab4b86
Merged caused some odd issues
7 months ago
Morgan Pretty
2800a11cf3
Merge remote-tracking branch 'upstream/dev' into fix/quote-with-attachment
...
# Conflicts:
# Session/Media Viewing & Editing/MessageInfoScreen.swift
7 months ago
Morgan Pretty
86b86a4a2c
Merge pull request #363 from RyanRory/call-detailed-info
...
Improvements on Calls
7 months ago
Morgan Pretty
3f966428a0
Merge remote-tracking branch 'upstream/dev' into call-detailed-info
...
# Conflicts:
# Session.xcodeproj/project.pbxproj
7 months ago
Morgan Pretty
5bb006b202
Merge pull request #407 from mpretty-cyro/fix/display-name-accessibility-ids
...
Updated a few accessibility ids for automated tests
7 months ago
Morgan Pretty
5e4724dc72
Merge pull request #373 from mpretty-cyro/feature/app-disguise
...
Alternate App Icons
7 months ago
Morgan Pretty
2de6ba7d62
Merge pull request #410 from mpretty-cyro/feature/dev-tweaks
...
Tweaks for dev convenience
7 months ago
Morgan Pretty
d031d62240
Merge remote-tracking branch 'upstream/dev' into feature/dev-tweaks
7 months ago
Morgan Pretty
d888bd6df5
Merge pull request #406 from mpretty-cyro/feature/remove-yyimage-and-libweb
...
Removed YYImage and libWebP, fixed a couple of bugs
7 months ago
Morgan Pretty
f31a21db14
Merge pull request #408 from mpretty-cyro/fix/mention-crash
...
Fixed an index out of bounds crash when ending a message with a mention
7 months ago
Morgan Pretty
6bddebecc3
Merge pull request #402 from mpretty-cyro/feature/tweak-disable-dev-settings
...
Updated dev settings to only reset settings which have been set
7 months ago
Morgan Pretty
18bd51940b
Merge pull request #398 from mpretty-cyro/fix/initial-invite-message-unread
...
Defaulted the initial "invited" control message to be read for the admin
7 months ago
Morgan Pretty
9d45fb429e
Merge pull request #386 from mpretty-cyro/feature/contact-block-and-delete
...
Added block and delete functionality to contact list
7 months ago
Morgan Pretty
507bcc6fa5
Merge pull request #370 from RyanRory/feedback-for-actions
...
Add feedbacks for actions in message info screen
7 months ago
Morgan Pretty
f3eea2c38f
Merge pull request #412 from session-foundation/feature/update-crowdin-translations
...
[Automated] Update translations from Crowdin
7 months ago
Morgan Pretty
31e09a5b6d
Revert "Updated "Leave Group" confirmation modal confirm button accessibility id"
...
This reverts commit d2816eed14 .
7 months ago
Morgan Pretty
6ff2bf7047
Fixed issue with double rendering the message body
7 months ago
Morgan Pretty
d2816eed14
Updated "Leave Group" confirmation modal confirm button accessibility id
7 months ago
Morgan Pretty
e7e289c3e7
Fixed up the conversation banner accessibility ids
7 months ago
Morgan Pretty
5d5b7635bd
Fixed the quote rendering with attachments on the MessageInfo screen
7 months ago
Morgan Pretty
236d072235
Moved the 'LibSession.clearLoggers' call below suspending the network
7 months ago
Morgan Pretty
ef741ae58f
Fixed a layout issue with the empty state text
7 months ago
Ryan ZHAO
79e4000831
update version and build number
7 months ago
Ryan ZHAO
2fb2a42e45
move call connection strings out of Constants file
7 months ago
Ryan ZHAO
31b8852c0c
update TODO
7 months ago
Ryan ZHAO
429e395fc9
Merge branch 'feature/remove-yyimage-and-libweb' of https://github.com/mpretty-cyro/session-ios into call-detailed-info
7 months ago
Morgan Pretty
b66e013951
Removed extra markdown file incorrectly added
7 months ago
Ryan ZHAO
deb7a2d094
update comments
7 months ago
Ryan ZHAO
e572abd082
update comments
7 months ago
Ryan ZHAO
c61e2f742e
renaming to make things less confusing
7 months ago
Ryan ZHAO
18d8c18632
clean up
7 months ago
Ryan ZHAO
9decf67b7a
fix an issue where reconnecting label is displayed incorrectly
7 months ago
Ryan ZHAO
e36bf7a2f4
fix a potential crash/ending call too soon
7 months ago
mpretty-cyro
a37eb91507
[Automated] Update translations from Crowdin
7 months ago
Morgan Pretty
bcbc481dad
Added support for rendering quotes with attachments and bug fixes
...
• Updated the VisibleMessageCell to render quote & body first before any attachment content (so we actually support rendering both, we still can't send both or sent quote + link preview though)
• Fixed an issue where messages would be incorrectly identified as "text only" if they had a quote or link preview
• Fixed an issue where leaving a conversation could block the UI do to a synchronous db read query
7 months ago
Ryan ZHAO
851557ac27
Merge branch 'feature/remove-yyimage-and-libweb' of https://github.com/mpretty-cyro/session-ios into call-detailed-info
7 months ago
Morgan Pretty
b039fbe7b9
Fixed a build issue
8 months ago
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)
8 months ago