Commit Graph

15773 Commits

Author SHA1 Message Date
Morgan Pretty a7661da41a Revert "Fixed M1 build issues"
This reverts commit ba1a0a2ac6.
2022-01-14 12:51:18 +11:00
Morgan Pretty af6d4a1dc0 Fixed the initial open group mention list 2022-01-14 09:17:23 +11:00
Morgan Pretty 0629d086c5 Updated the link previews to default to HTTPS 2022-01-14 08:43:49 +11:00
Morgan Pretty 3b07be4eed Fixed a couple of crashes
Fixed an issue where sharing form Safari without adding comments would result in an invalid message getting sent.
Fixed a crash when sharing plain text from safari.
Fixed a crash when localising 'OK' (key and value can't be the same when using the new extension).
2022-01-13 16:37:23 +11:00
Morgan Pretty f02f53fc49 Added code to show a HTTP LinkPreview error
Added code to indicate the app won't load LinkPreviews for HTTP urls.
Updated the title & subtitle layout to better handle LinkPreview errors.
Missed an Objective C change in the last commit.
2022-01-13 16:08:23 +11:00
Morgan Pretty 2018e94df8 Updated audio attachments to allow scrubbing. 2022-01-13 14:56:22 +11:00
Morgan Pretty e6c90c5e18 Finished off UI clean up
Fixed a couple more vertical alignment issues with certain attachment types.
Finished cleaning up the MediaMessageView UI code (removed old code).
2022-01-13 14:49:14 +11:00
ryanzhao 9ec749285f minor clean 2022-01-13 11:45:05 +11:00
ryanzhao 75fe1e2b00 minor improvements 2022-01-13 11:44:37 +11:00
ryanzhao 0a23065fb1 change home screen title to SESSION 2022-01-13 11:41:21 +11:00
Morgan Pretty 67ad965859 Link Preview error state and UI standardisation
Added a couple of error states for Link Preview loading.
Standardised the UI creation code style.
Removed some debug and redundant code.
2022-01-13 10:05:42 +11:00
Morgan Pretty 61f809caee Fixed a couple of bugs and started UI refactoring
Refactored the UI creation and layout code in the attachments UI.
Started refactoring the UI in the MediaMessageView (converting the existing stuff and will then consolidate when done).
Fixed a bug where playing a video attachment would result in the zoom continually getting reset.
Fixed a bug where the attachment zoom scale would randomly change causing odd behaviours.
2022-01-12 16:57:04 +11:00
Morgan Pretty dd9eeb5d61 Added initial support for sharing URLs and text
Updated the share extension to load URL previews.
Updated the ThreadPickerVC to send plain text & URLs in the same way they are sent for normal messages.
2022-01-12 09:40:53 +11:00
Morgan Pretty 3c32ed7cc1 Merge branch 'fix/m1-build-issues' into fix/safari-sharing
# Conflicts:
#	Podfile.lock
2022-01-11 14:55:34 +11:00
Morgan Pretty e3f0c66136 Merge branch 'dev' into fix/m1-build-issues 2022-01-11 14:53:14 +11:00
Morgan Pretty a9718a7be5 Fixed a nav button issue
Fixed a bug where the Cancel button on the attachment approval screen when sharing into the app wasn't working.
2022-01-11 14:38:42 +11:00
Morgan Pretty ab9f2a0c7b Minor formatting and code cleanup of attachments 2022-01-11 14:37:55 +11:00
Morgan Pretty ba1a0a2ac6 Fixed M1 build issues
Included the Podfile changes for building on an M1 Mac (Need to shift from personal to session fork).
Fixed some additional build issues due to unwrapping a non-optional type (Swift version?).
2022-01-11 14:37:05 +11:00
Morgan Pretty 4f3faa28bc Refactored SessionShareExtension code to Swift 2022-01-11 12:38:19 +11:00
ryanzhao cef39f4ba3 make image rotation consistent with icon 2022-01-10 14:10:02 +11:00
Morgan Pretty 9994c04f1e Updated the Podfile to fix M1 Mac build issues 2022-01-10 10:38:54 +11:00
Ryan Zhao c72fbc3acf Merge branch 'dev' 2021-12-17 11:16:35 +11:00
Ryan Zhao aea90988c5 Merge branch 'dev' into preformance-improvement 2021-12-17 10:34:46 +11:00
Ryan Zhao 7a22c9d329 update build number 2021-12-16 16:24:23 +11:00
RyanZhao 07c52260cf
Merge pull request #540 from RyanRory/disable-settings-by-default
Disable typing indicators and read receipts by default
2021-12-16 16:23:31 +11:00
Ryan Zhao 5e9695d234 disable typing indicators and read receipts by default 2021-12-16 16:22:44 +11:00
Ryan Zhao 19cb916fa1 update version & build number 2021-12-16 13:28:28 +11:00
RyanZhao 9521098afa
Merge pull request #537 from RyanRory/open-group-spam-prevention
Do not show user details to prevent spam
2021-12-16 13:17:12 +11:00
Ryan Zhao ec9adfee7f remove populate cache on loading home page 2021-12-15 16:35:47 +11:00
Ryan Zhao 9e373dc3d1 do not show copy session id option when long press messages in open groups 2021-12-15 16:32:45 +11:00
RyanZhao 69352efa32
Merge pull request #539 from RyanRory/nickname-for-anonymous
Set nickname to a person that never talked to
2021-12-14 16:14:36 +11:00
RyanZhao 3a4e9b9e24
Merge pull request #538 from RyanRory/video-progress-bar
Fix on video progress bar UI
2021-12-14 16:14:20 +11:00
RyanZhao 1558309805
Merge pull request #536 from RyanRory/copy-paste-image
Copy / paste images directly
2021-12-14 16:14:09 +11:00
RyanZhao b8657eb8f5
Merge pull request #535 from RyanRory/disappearing-message-fix
Fix duplicated disappearing message in closed groups
2021-12-14 16:13:57 +11:00
RyanZhao 523f18ec87
Merge pull request #534 from RyanRory/hd-avatar
HD Profile Picture
2021-12-14 16:13:42 +11:00
RyanZhao 81fa308f3d
Merge pull request #532 from RyanRory/doc-with-text
Fix no text shown along with doc type attachments
2021-12-14 16:13:32 +11:00
Ryan Zhao c5635a39dd set nickname to a person that never talked to 2021-12-14 15:51:17 +11:00
Ryan Zhao 5803eae134 clean 2021-12-14 15:12:48 +11:00
Ryan Zhao 324c421b46 rough fix on video progress bar UI 2021-12-14 11:43:40 +11:00
Ryan Zhao a356b080d0 Do not show user details to prevent spam 2021-12-13 16:32:15 +11:00
Ryan Zhao d74af622bc fix photos from original camera is rotated in the preview page 2021-12-13 16:22:45 +11:00
Ryan Zhao bbccbe42c1 copy / paste images directly 2021-12-13 15:51:42 +11:00
ryanzhao e24ae60d71 fix duplicated disappearing message in closed groups 2021-12-09 13:55:17 +11:00
Ryan Zhao 7da256d873 make avatar more clear 2021-12-08 15:29:44 +11:00
RyanZhao e12f52c565
Merge pull request #533 from oxen-io/dev
1.11.19
2021-12-08 09:57:20 +11:00
Ryan Zhao 6225c12ced minor improvement on pre-sending file page icon 2021-12-07 15:53:58 +11:00
Ryan Zhao 300f6f50cf add size label for file type attachment 2021-12-07 15:25:05 +11:00
Ryan Zhao 5e521a8192 fix the issue where no text will show along with a doc type attachment 2021-12-07 14:12:48 +11:00
Ryan Zhao d754311395 update version & build number 2021-12-06 09:50:47 +11:00
RyanZhao 2a26eda36b
Merge pull request #531 from RyanRory/1.11.19
1.11.19 bug fixes and improvements
2021-12-06 09:48:08 +11:00