Commit Graph

17394 Commits (bf3b870c8f76478ec4a6e6f44fadc1524592ada1)
 

Author SHA1 Message Date
Ryan Zhao bf3b870c8f WIP: show full screen media gallery in message info screen 2 years ago
Ryan Zhao 0a7900ca1b fix date formatter 2 years ago
Ryan Zhao d5c448edac wrap and use MediaView for message info screen 2 years ago
Ryan Zhao a5f12649c1 link real data 2 years ago
Ryan Zhao d91fd27260 WIP: link real data to swiftui message info screen 2 years ago
Ryan Zhao 3ccf5995f2 add full screen button on message info screen 2 years ago
ryanzhao 8e1e74b9c0 WIP: binding real infos 2 years ago
Ryan Zhao 09bece5c10 add custom fonts to SwiftUI 2 years ago
Ryan Zhao 1a22bd07ef use theme color for message info screen 2 years ago
Ryan Zhao 42578623d9 update theme for SwiftUI 2 years ago
Ryan Zhao 0717beb117 update theming for SwiftUI 2 years ago
Ryan Zhao d6e17f7f56 minor refactor 2 years ago
ryanzhao ffe10c2a54 Merge branch 'dev' into message-detail-screen 2 years ago
ryanzhao 5464d9c97a fix import 2 years ago
ryanzhao a127f4c4e2 WIP: SwiftUI + theming 2 years ago
ryanzhao 34fbad4570 Merge branch 'dev' into message-detail-screen 2 years ago
ryanzhao d30b69911e WIP: theming with swiftui 2 years ago
RyanZhao 19beff509b
Merge pull request #864 from f-person/feat/all-orientations-for-ipad
feat: Enable upside down orientation for iPad
2 years ago
ryanzhao 7d18ed58fc minor fix 2 years ago
ryanzhao e07887c4aa add action sheet 2 years ago
Ryan Zhao 114868ef16 add detailed error info 2 years ago
Ryan Zhao cd0e699bde minor refactor 2 years ago
Ryan Zhao ae2a17a527 add message failing status 2 years ago
Ryan Zhao 1805b16fc4 Merge branch 'dev' into message-detail-screen 2 years ago
Ryan Zhao 2851e167ff WIP: add message failing status 2 years ago
Morgan Pretty 8a47adfe79
Merge pull request #868 from mpretty-cyro/fix/user-config-crashes
Fixes for user config crashes
2 years ago
Morgan Pretty 6ad303d450 Updated build and version numbers 2 years ago
Morgan Pretty a3adb23bad Merge remote-tracking branch 'upstream/dev' into fix/user-config-crashes
# Conflicts:
#	Session/Media Viewing & Editing/PhotoCapture.swift
2 years ago
Ryan Zhao c0270d53e0 Merge branch 'dev' into message-detail-screen 2 years ago
Morgan Pretty 8ac44b132d
Merge pull request #869 from mpretty-cyro/fix/cherry-pick-certain-fixes
Include specific fixes from the other branch
2 years ago
Morgan Pretty b12497e305 Include specific fixes from the other branch
Fixed a crash with the QRCode scanner
Fixed a crash when trying to take a video attachment
2 years ago
Morgan Pretty f373a989a8 Fixes for user config crashes
Added a method to determine if the database is suspended
Updated the code to show the "Failed" state if sending a message fails due to a suspended database
Prevented a crash which could occur in rare cases when accessing the Seed via the home screen prompt (direct user to share logs with session - db locked or device in an invalid state)
Prevented a crash which could occur when trying to send a message due to failing to retrieve the mnemonic (db locked or device in an invalid state)
Fixed a bug where optimistic messages could end up appearing multiple times
Fixed a crash with the QRCode scanner
Fixed a crash when trying to take a video attachment
Fixed a crash where the image picker grid could go out of bounds when selecting elements
Fixed a crash which could occur when a user provides a recovery password with a word that contains less than 3 characters
Fixed a potential issue where the dependency injection could result in a stale date being used in some places (removing the DI here, proper fix requires larger changes in another branch)
2 years ago
ryanzhao c2f57700a5 infinite loop carousel 2 years ago
Ryan Zhao b4d414bbfe add carousel view to message details screen 2 years ago
Ryan Zhao 6568ab0d19 carousel view with swiftui 2 years ago
ryanzhao 4f774e6251 message bubble & file info 2 years ago
Morgan Pretty 6ba9d1df89
Merge pull request #751 from mpretty-cyro/feature/updated-user-config-handling
Updated User Config Handling
2 years ago
Morgan Pretty 703b1d9788 CI tweaks and tweak for initial UX issue with 'blinded25' id
Added parallelisation for the unit tests
Added the SSH_KEY env variable for the 'Upload artifacts' step
Disabled xcbeautify for the prod build (as I expect it's suppressing the build error)
Disabled support for starting a conversation with a 'blinded25' id (would be invalid at this stage)
Fixed a broken unit test
2 years ago
Morgan Pretty bc5d8d0931 Cleaning up final things before release
Added basic support for the '25' blinded prefix
Fixed a unit test CI issue
2 years ago
ryanzhao 86bf0f6cbd Merge branch 'feature/updated-user-config-handling' of https://github.com/mpretty-cyro/session-ios into message-detail-screen 2 years ago
Morgan Pretty f13f75eedf Fixed some bad CI script commas 2 years ago
Morgan Pretty c86cc0ed9c CI tweaks and incremented build number
Added the XCBeautify pod (so the CI doesn't need to separately install something)
Updated the CI build script to use XCBeautify
Fixed some broken unit tests
2 years ago
Ryan Zhao 9bbd8f31cc WIP: message detail screen with swiftui 2 years ago
Morgan Pretty 970efbc3be Merge remote-tracking branch 'origin/feature/ci' into feature/updated-user-config-handling 2 years ago
Morgan Pretty 6e32e759c5 Added missing commas in CI config file 2 years ago
Morgan Pretty 69ddb782a1 Attempting to cache the Pods folder to speed up the CI
Fixed a CocoaPods warning
2 years ago
Morgan Pretty 9bdae9dee8 Fixed a typo in the Ci config 2 years ago
Morgan Pretty f15f16be70 More CI tweaks
Updated the Podfile to use the CocoaPods CDN (hopefully much faster than the master spec repo)
Removed the custom derivedDataPath (seemed to break the Copy Frameworks step of CocoaPods)
2 years ago
Morgan Pretty b72bf42605 Updated the CI and fixed a couple of config bugs
Updated to the 1.0.0 release of libSession
Set the User Config feature flag to July 31st 10am AEST
Shifted quote thumbnail generation out of the DBWrite thread
Stopped the CurrentUserPoller from polling the user config namespaces if the feature flag is off
Fixed an issue where the scrollToBottom behaviour could be a little buggy when an optimistic update is replaced with the proper change
Fixed an issue where the 'attachmentsNotUploaded' error wouldn't result in a message entering an error state
Fixed a bug where sync messages with attachments weren't being sent
2 years ago
Morgan Pretty 2833cef5e4 Tweaks to test the static upload script 2 years ago