Commit Graph

17304 Commits (d2c82cb9156fbc05c860d6168fdbfe8eabd65386)
 

Author SHA1 Message Date
RyanZhao 1e435a2b79
Merge pull request #771 from mpretty-cyro/fix/job-runner-tweaks
JobRunner Tweaks
2 years ago
ryanzhao 31d081ff49 fix carousel view for media preview views 2 years ago
ryanzhao 3f33caf91a wip: carousel view 2 years ago
Morgan Pretty 5659b55eae Fixed a bug where a stale flag was used to determine how to send a push notification 2 years ago
Morgan Pretty d38a44515d Made some tweaks to help properly stop the JobRunner 2 years ago
ryanzhao fbc2eb35ec wip: carousel media preview view 2 years ago
ryanzhao d4957de746 update media info view 2 years ago
Ryan Zhao 671720c67b set up session style message info title 2 years ago
Ryan Zhao 5c629b2ab4 clean 2 years ago
Ryan Zhao da0fb2602c WIP: media preview view 2 years ago
ryanzhao 8a2264e95f wip: add media preview view 2 years ago
Ryan Zhao 0c91f3e258 clean 2 years ago
Ryan Zhao 68efe731e7 WIP: Media info vc 2 years ago
Ryan Zhao 94456edd2e wrap up media info container view 2 years ago
ryanzhao 107231d5db WIP: media info screen 2 years ago
Morgan Pretty 349dc03e17 Added a secondary fallback for the timestamp in the context menu 2 years ago
ryanzhao 890d822a2b wrap up message info 2 years ago
Morgan Pretty 0abb09c0cf Fixed a few small issues found when testing
Fixed a couple of issues with the ConfigurationSyncJob logic
Moved the proto parsing out of the MessageReceiveJob write block (to reduce time blocking writes)
Removed difficulty from the SendMessageResponse (deprecated and removed)
2 years ago
ryanzhao f185ccf506 add info message view in context menu vc 2 years ago
Ryan Zhao d97730ab63 WIP: add receivedAtTimestampMs to MessageViewModel 2 years ago
Morgan Pretty 5c05fbbbb6 Added the updated delivery status UI
Updated the create closed group screen to cancel the search field when tapping outside of it (previously required tapping the cancel button)
2 years ago
Ryan Zhao 7f5e03fad9 update translation 2 years ago
Morgan Pretty af9a135c08 Fixed an issue where open group info could incorrectly get removed 2 years ago
ryanzhao 7515e81b4b WIP: add message info view to contextMenuVC 2 years ago
Ryan Zhao f9390654e7 add info action in context menu 2 years ago
Emily 913738546b adding new accessibility ids to message types test 2 years ago
RyanZhao b622e9342c
Merge pull request #721 from mpretty-cyro/feature/add-footer-button-to-table-controller
Added the 'footerButton' UI the SessionTableViewController
2 years ago
RyanZhao 8d8028da13
Merge pull request #754 from RyanRory/bug-fixes
Bug fixes
2 years ago
RyanZhao 1f9e58956c
Merge pull request #761 from mpretty-cyro/fix/use-offset-time
Use service node offset time where possible
2 years ago
RyanZhao 0dd92e6fea
Merge pull request #760 from mpretty-cyro/feature/increase_upload_size
Increased the file upload size to 10Mb
2 years ago
RyanZhao 1d5f5a0150
Merge pull request #762 from mpretty-cyro/fix/set-max-video-file-size
Set max video file size
2 years ago
Emily 477f0ffa08 Adding accessibility ids to attachments button, camera button, gif button and documents button, also adding text input id for captions on images 2 years ago
Morgan Pretty 29ba25916c Fixed a few issues uncovered when testing the shared util feature flag
Added code to handle an edge-case where an account could exist without a display name if crashing at the right time when onboarding/linking (now request a display name on start up)
Fixed a crash which could occur when downloading new avatars
Fixed a minor layout issue with the seed reminder view
2 years ago
Morgan Pretty 4d487f2686 Fixed the broken unit tests 2 years ago
Morgan Pretty e3a080dd5b Updated to the latest version of the libSession-utl (contacts size)
Fixed some broken unit tests (still some broken ones)
2 years ago
Morgan Pretty ddc65ba73d Set the max size for recording videos 2 years ago
Morgan Pretty a3da087352 Fixed a few build errors and cases where the offset wasn't taken into account 2 years ago
Morgan Pretty f7199b4c44 Updated the code to take the service node offset into account when setting timestamps 2 years ago
Morgan Pretty c78409a2d6 Increased the file upload size to 10Mb
Removed the 'fileSizeORMultiplier' that was dealing with the b64 encoding (no longer exists)
Increased the request timeout for file upload/download to 30 seconds (up from 10 seconds)
2 years ago
Morgan Pretty 14174e3fbd Fixed the build errors caused by removing the old 'syncConfiguration' function 2 years ago
Morgan Pretty 8f3dcbc6be Sorted out a bunch of the config syncing logic
Updated the onboarding to attempt to retrieve the current user profile config and skip display name collection if it already exists
Updated the logic to get the snode pool and build paths immediately on launch even if the user hasn't been created yet (faster onboarding)
Removed the iOS-specific concurrent dual snode '/store' behaviour
Cleaned up the profile updating logic
Fixed an issue where the pollers could end up deadlocking the main thread if too many tried to start concurrently
2 years ago
Ryan Zhao c867c95c7a fix a crash happening when long mnemonic is used to recover an account 2 years ago
Ryan Zhao 751eb8ce66 fix an issue where linking a device will remove the username on main device 2 years ago
Ryan Zhao a14b2c0960 fix an issue where open group messages over 6 months old won't actually be trimmed 2 years ago
Morgan Pretty 8976ab5f5f
Merge pull request #750 from fracting/patch-1
Add self-training material for writing a good bug report.
2 years ago
Morgan Pretty 893967e380 Updated to the latest config lib and added it's unit tests 2 years ago
Morgan Pretty 22130f734e Removed an unneeded duplicate file 2 years ago
Morgan Pretty 174725c7fd Removed unneeded imports of libraries to understand usage
Refactored some 3rd-part standard encryption to use CryptoKit
Removed the PromiseKit pod
Fixed the broken tests
2 years ago
Qian Hong 79b8ac7b9e Add self-training material for writing a good bug report.
Some existing bug reports are not easy to read. Add an external link to show users what a high-quality bug report looks like.
2 years ago
Morgan Pretty f1e9412c7a Added in missing code changes unrelated to closed groups rebuild 2 years ago