Morgan Pretty
e4d6400375
Merge remote-tracking branch 'upstream/dev' into fix/remaining-reachability-oddities
...
# Conflicts:
# Session/Meta/Translations/de.lproj/Localizable.strings
# Session/Meta/Translations/en.lproj/Localizable.strings
# Session/Meta/Translations/es.lproj/Localizable.strings
# Session/Meta/Translations/fa.lproj/Localizable.strings
# Session/Meta/Translations/fi.lproj/Localizable.strings
# Session/Meta/Translations/fr.lproj/Localizable.strings
# Session/Meta/Translations/hi.lproj/Localizable.strings
# Session/Meta/Translations/hr.lproj/Localizable.strings
# Session/Meta/Translations/id-ID.lproj/Localizable.strings
# Session/Meta/Translations/it.lproj/Localizable.strings
# Session/Meta/Translations/ja.lproj/Localizable.strings
# Session/Meta/Translations/nl.lproj/Localizable.strings
# Session/Meta/Translations/pl.lproj/Localizable.strings
# Session/Meta/Translations/pt_BR.lproj/Localizable.strings
# Session/Meta/Translations/ru.lproj/Localizable.strings
# Session/Meta/Translations/si.lproj/Localizable.strings
# Session/Meta/Translations/sk.lproj/Localizable.strings
# Session/Meta/Translations/sv.lproj/Localizable.strings
# Session/Meta/Translations/th.lproj/Localizable.strings
# Session/Meta/Translations/vi-VN.lproj/Localizable.strings
# Session/Meta/Translations/zh-Hant.lproj/Localizable.strings
# Session/Meta/Translations/zh_CN.lproj/Localizable.strings
2023-02-20 08:44:56 +11:00
Morgan Pretty
507ab9f34f
Merge pull request #787 from mpretty-cyro/fix/warn-first-giphy-use
...
Added a warning prompt the first time someone uses Giphy
2023-02-20 08:40:28 +11:00
Morgan Pretty
e40f99458a
Merge pull request #789 from mpretty-cyro/fix/broken-group-mentions
...
Fixed an issue where mentions weren't working in groups
2023-02-20 08:40:06 +11:00
Morgan Pretty
08b1e9a131
Started caching pending ReadReceipt messages to resolve an edge-case
...
Fixed an issue where read receipts could be sent for already read messages
Fixed an issue where the read state change might not update the UI
2023-02-15 15:11:57 +11:00
Morgan Pretty
f68bbc2f0a
Fixed an issue where mentions weren't working in groups
2023-02-15 10:08:41 +11:00
Morgan Pretty
3b8153edd2
Added a warning prompt the first time someone uses Giphy
2023-02-14 16:02:24 +11:00
Morgan Pretty
3344e58716
Cleaned up some logic around sync messages
...
Added logic to indicate when a sync message failed to send (and the ability to retry)
Added the retry/resync button to the long press message menu
Updated sync messages to run via the MessageSendJob
Updated the delivery status to always show on the last outgoing message
Updated the logic to update the delivery status when retrying to send a failed message
Removed the convoluted recursion logic for turning self-send messages into sync messages
2023-02-14 13:41:24 +11:00
Ryan Zhao
2f8ac7deaf
update build & version number
2023-02-13 16:41:48 +11:00
RyanZhao
06f42d9207
Merge pull request #783 from mpretty-cyro/fix/deletable-outgoing-community-messages
...
Fix deletable outgoing community messages
2023-02-13 10:22:08 +11:00
RyanZhao
4bec546d81
Merge pull request #781 from mpretty-cyro/fix/push-notification-reregistration
...
Update the SyncPushTokensJob to reregister every 12 hours
2023-02-13 10:21:52 +11:00
Morgan Pretty
d020a7a05f
Fixed a couple of reachability oddities and bugs
...
Updated the PathVC to indicate the network reachability
Updated messages sent to 'Note to Self' to properly indicate whether they were sent to the swarm
Fixed an issue where 'Note to Self' messages weren't actually getting sent to the swarm
2023-02-10 17:36:40 +11:00
Morgan Pretty
93d9f51140
Included a blinded id comparison for adding the delete action
2023-02-10 12:11:32 +11:00
Morgan Pretty
2286d51db6
Update the SyncPushTokensJob to reregister every 12 hours
2023-02-08 17:46:43 +11:00
Morgan Pretty
9a25688146
Merge pull request #780 from oxen-io/fix/incorrect-fileserver-size-bug
...
Fix incorrect fileserver size bug
2023-02-08 17:11:25 +11:00
Morgan Pretty
1b97bb6aa8
Fixed an incorrect size in the FileServerAPI which could result in upload errors
2023-02-08 09:19:06 +11:00
Morgan Pretty
617eae6858
Increased build and version numbers
2023-02-06 13:11:20 +11:00
Morgan Pretty
cd9a6eb7a1
Merge pull request #777 from mpretty-cyro/fix/url-detection
...
Fixed a number of bugs
2023-02-06 13:09:18 +11:00
Morgan Pretty
eb3c31d911
Fixed a few more bugs
...
Updated the PathStatusView to take Reachability into account for it's status indicator
Fixed an issue where a user couldn't delete their own messages sent to a community
Fixed an issue where the app didn't require a passcode to be set to use screen lock
Fixed an issue where the delivery status on a sending message might not update when on the conversation screen
Fixed an issue where read receipts weren't working
2023-02-06 12:51:34 +11:00
Morgan Pretty
fea2c6cb43
Fixed an odd UI glitch which could occur when message cells updated
2023-02-06 09:33:08 +11:00
Morgan Pretty
54a5827926
Fixed url detection
2023-02-03 11:45:05 +11:00
ryanzhao
54ef07402b
update the build number
2023-01-31 09:56:01 +11:00
ryanzhao
41f1b14066
bump up version & build number
2023-01-27 16:09:20 +11:00
RyanZhao
a5cc813dd5
Merge pull request #769 from mpretty-cyro/feature/read-status-updates
...
Added the updated delivery status UI
2023-01-27 11:24:10 +11:00
RyanZhao
1e435a2b79
Merge pull request #771 from mpretty-cyro/fix/job-runner-tweaks
...
JobRunner Tweaks
2023-01-27 11:23:43 +11:00
Morgan Pretty
5659b55eae
Fixed a bug where a stale flag was used to determine how to send a push notification
2023-01-24 17:37:30 +11:00
Morgan Pretty
d38a44515d
Made some tweaks to help properly stop the JobRunner
2023-01-24 17:25:46 +11:00
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)
2023-01-16 15:46:51 +11:00
RyanZhao
b622e9342c
Merge pull request #721 from mpretty-cyro/feature/add-footer-button-to-table-controller
...
Added the 'footerButton' UI the SessionTableViewController
2023-01-10 11:43:05 +11:00
RyanZhao
8d8028da13
Merge pull request #754 from RyanRory/bug-fixes
...
Bug fixes
2023-01-10 11:42:09 +11:00
RyanZhao
1f9e58956c
Merge pull request #761 from mpretty-cyro/fix/use-offset-time
...
Use service node offset time where possible
2023-01-10 11:41:54 +11:00
RyanZhao
0dd92e6fea
Merge pull request #760 from mpretty-cyro/feature/increase_upload_size
...
Increased the file upload size to 10Mb
2023-01-10 11:41:33 +11:00
RyanZhao
1d5f5a0150
Merge pull request #762 from mpretty-cyro/fix/set-max-video-file-size
...
Set max video file size
2023-01-10 11:41:18 +11:00
Morgan Pretty
ddc65ba73d
Set the max size for recording videos
2022-12-21 18:02:57 +11:00
Morgan Pretty
a3da087352
Fixed a few build errors and cases where the offset wasn't taken into account
2022-12-21 17:46:18 +11:00
Morgan Pretty
f7199b4c44
Updated the code to take the service node offset into account when setting timestamps
2022-12-21 16:39:52 +11:00
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)
2022-12-21 09:10:47 +11:00
Ryan Zhao
c867c95c7a
fix a crash happening when long mnemonic is used to recover an account
2022-12-15 15:48:06 +11:00
Ryan Zhao
751eb8ce66
fix an issue where linking a device will remove the username on main device
2022-12-15 15:23:41 +11:00
Ryan Zhao
a14b2c0960
fix an issue where open group messages over 6 months old won't actually be trimmed
2022-12-15 15:20:59 +11:00
RyanZhao
ff65c84504
Merge pull request #713 from RyanRory/accessibility-ids-2
...
Add AccessibilityIDs
2022-12-06 15:15:19 +11:00
ryanzhao
b86ea81860
clean
2022-12-06 15:09:22 +11:00
Ryan Zhao
8d64dc1df2
clean
2022-12-05 15:47:05 +11:00
Emily
f1dd8a8a53
Adding accessibility ids for closed group testing, messaging tests, onboarding tests and linked device testing
2022-12-05 15:27:27 +11:00
Morgan Pretty
8abe2a1d74
Increased the version numbers for release
2022-11-30 12:06:39 +11:00
Morgan Pretty
b26dff8d5d
Merge pull request #745 from RyanRory/fix-job-duplicated-run
...
Fix duplicated job running issue
2022-11-30 12:02:53 +11:00
Morgan Pretty
b834dddbe4
Fixed another minor bug, added logging and defensive coding
...
Fixed a bug where you couldn't set animated avatars
Added some defensive coding to prevent the JobRunner queues from adding or starting jobs that don't have id's set
Tweaked the code to be a little more explicit when inserting jobs before other jobs
2022-11-30 11:57:13 +11:00
ryanzhao
09a6a422d0
fix an issue where jobs' ids won't be set correctly and the jobs will be run more than once
2022-11-30 10:13:43 +11:00
Emily
6d36450b83
adding id for message request workflow and configuration message
2022-11-16 12:26:24 -10:00
ryanzhao
ff813e4376
update build number
2022-11-16 16:52:49 +11:00
ryanzhao
9d71ae141b
bump up build & version number
2022-11-16 15:43:55 +11:00