Commit Graph

18832 Commits (000220f82812527701fe3678f82528997cd50c86)
 

Author SHA1 Message Date
Morgan Pretty 000220f828
Merge pull request #323 from session-foundation/feature/update-crowdin-translations
[Automated] Update translations from Crowdin
6 months ago
Morgan Pretty 03f07a725d
Merge pull request #330 from mpretty-cyro/feature/dev-settings
Added logic for dev setting import/export
6 months ago
Morgan Pretty b92a5c19c2
Merge pull request #328 from mpretty-cyro/fix/remove-api-hacks
Removed API hacks which are no longer needed
6 months ago
Morgan Pretty 1439b1b033
Merge pull request #327 from mpretty-cyro/fix/input-not-reappearing
Fixed some issues with message deletion and the input field
6 months ago
Morgan Pretty b1507de9b8
Merge pull request #324 from mpretty-cyro/fix/incorrect-queries
Fixed a couple of incorrect queries from a previous optimisation
6 months ago
Morgan Pretty e6429ecafb
Merge pull request #325 from RyanRory/fix-keyboard
Fix keyboard not activating correctly in after following a link
6 months ago
Morgan Pretty 1ace299235
Merge pull request #329 from RyanRory/fix-callkit
Fixed an issue where calls are not working on locked screen
6 months ago
Ryan ZHAO b37e6a03db fix a keyboard issue for calls 6 months ago
Morgan Pretty 3f893b1ce0 Cleaned up and finished the export/import logic 6 months ago
Morgan Pretty 15243f326d Changed the HelpViewModel to just provide the "share" option again 6 months ago
Ryan ZHAO 12d499a5e5 clean up 6 months ago
Ryan ZHAO 2faad168ef Potentially fix a keyboard issue for calls 6 months ago
Ryan ZHAO 25ffe98912 fix an issue when app is in background state, call messages are not handled properly 6 months ago
Ryan ZHAO f153fb6cf5 add logic to prevent duplicated message request response being inserted into database 6 months ago
Morgan Pretty 35758b2946 Added logic for dev setting import/export
• Added the dev settings UI
• Added export and import functionality (import is unfinished)
• Updated the export logs to allow for either sharing or saving direct to files
6 months ago
Ryan ZHAO 8f10f43494 further fix on app state issues 6 months ago
Ryan ZHAO 1dddedf3eb add logs and fix a case when the call is going with CallKit but the app state is not in background 6 months ago
Ryan ZHAO 58707da75e add more logs 6 months ago
Ryan ZHAO bf5db2ab93 fix an issue where job runner is not activated when answering calls from CallKit 6 months ago
Ryan ZHAO fc4778e79f don't start other pollers when app is activated in backgroud 6 months ago
Ryan ZHAO 780e262e52 fix CallKit crash 6 months ago
Ryan ZHAO 5fb9a6621d add more logs 6 months ago
Ryan ZHAO 83a0849f66 add some more logs for testing and debug 6 months ago
Morgan Pretty 44a2eb3e90 Removed API hacks which are no longer needed 6 months ago
Morgan Pretty 68284315a6 Fixed some issues with message deletion and the input field
• Fixed an issue where the input view wouldn't reappear when deleting messages for everyone in a one-to-one conversation
• Fixed an issue where the input view would be visible while the loading indicator was visible when deleting from a community
• Fixed an issue where notifications weren't being removed after processing an UnsendRequest
• Fixed an issue where legacy groups had a "Clear for everyone" option but it didn't do anything
• Updated the copy for legacy groups to say "Delete for everyone" instead of "Clear for everyone"
6 months ago
Bilb ae81c4e190 [Automated] Update translations from Crowdin 6 months ago
Ryan ZHAO 5b6d7e8321 fix an issue of keyboard not activating correctly in after following a link 6 months ago
Morgan Pretty dcb320ca91 Fixed a couple of incorrect queries from a previous optimisation 6 months ago
RyanZhao 83911cf9f7
Merge pull request #319 from RyanRory/fix-thumbnail
Fix image attachment thumbnail generation
7 months ago
Ryan ZHAO ca515d32e1 update build and version number 7 months ago
Ryan ZHAO 153870cb98 Merge branch 'dev' into fix-thumbnail 7 months ago
RyanZhao 420df5132e
Merge pull request #318 from session-foundation/feature/update-crowdin-translations
[Automated] Update translations from Crowdin
7 months ago
Ryan ZHAO 71de47e1b9 fix an issue where thumbnail is not properly generated 7 months ago
stfsession 3fc0dcbecb [Automated] Update translations from Crowdin 7 months ago
RyanZhao fac94f94be
Merge pull request #1048 from mpretty-cyro/feature/query-optimisation
Updated the SQL for checking session id prefixes
7 months ago
RyanZhao 054043b7d8
Merge pull request #1047 from mpretty-cyro/fix/rework-recipient-state
Refactored the 'RecipientState' type and other improvements
7 months ago
Morgan Pretty b2ccd24172 Fixed an app submission issue due to private API naming collision 7 months ago
Morgan Pretty ce77a10b16 Updated version and build number info 8 months ago
Morgan Pretty 7f069263e2 Merge remote-tracking branch 'upstream/dev' into fix/rework-recipient-state 8 months ago
Morgan Pretty 8170091e34
Merge pull request #1045 from mpretty-cyro/fix/incorrect-contact-deletion
Reworked 'deleteOrLeave' function to remove ambiguity, fixed some strings
8 months ago
Morgan Pretty 091cfcb807
Merge pull request #1038 from RyanRory/fix-disappearing-messages-control-message
Fix disappearing messages control message
8 months ago
Morgan Pretty aeb2fa0f1a Merge branch 'dev' into fix/rework-recipient-state 8 months ago
Morgan Pretty 532bbd2590 Updated the SQL for checking session id prefixes 8 months ago
Morgan Pretty d2f062cfb2 Removed a couple of unused variables 8 months ago
Morgan Pretty 7af0f865f5 Refactored the 'RecipientState' type
• Refactored the 'RecipientState' type to just be columns on the 'Interaction' table
• Added some syntactic sugar to clean up the 'CallbackWrapper' boilerplate within the LibSession+Networking code
• Fixed an issue where sending a message into a group where you are the only member would result in the message permanently being in the sending state
• Fixed an issue when initially setting up the interaction database structure where the community whisper mechanism needed another column
• Fixed a bug where the MessageSendJob wouldn't time out during path building
• Fixed a bug where the MessageSendJob wouldn't retry 8 times before detecting a timeout (meaning it would retry up to 80 times in total before permanently failing)
8 months ago
Morgan Pretty ef0f73a38c
Merge pull request #1046 from mpretty-cyro/fix/string-linter-issues
Refactored the LintLocalizableStrings script
8 months ago
Morgan Pretty feafe02a6c Fixed a bug where the icon on the NewMessageScreen wasn't rendering 8 months ago
Morgan Pretty a32af018a7 Refactored the LintLocalizableStrings script
• Added new 'LintControl' mechanisms to allow for ignoring sections of code
• Added new 'MatchType' mechanisms for excluding unlocalized cases
• Updated the code to explicitly handle localized template strings (both single and multiline)
• Updated the code to process files across multiple threads to improve performance
• Updated the code to use Swift 5.7 regex and store in static variables to prevent reconstruction every time they are used
• Removed the list of individual files which are ignored (now just output a count)
• Fixed an issue where having a localized string on a subsequent line could result in an unlocalized (or incorrectly localized) string not being detected
• Fixed an issue where having multiple strings on a single line could result in an unlocalized string not being detected
• Fixed an issue where zero-width characters would result in the variable count comparison between translations failing
• Fixed a number of localization warnings
8 months ago
Morgan Pretty 472fd61287 Reworked 'deleteOrLeave' function to remove ambiguity, fixed some strings 8 months ago
Morgan Pretty 8c21b9c9ad
Merge pull request #1044 from oxen-io/feature/update-crowdin-translations
[Automated] Update translations from Crowdin
8 months ago