Commit graph

16272 commits

Author SHA1 Message Date
Morgan Pretty cf1f1b0e1a Added code so the 'isUserMentioned' flag should support mentions within open groups
Added the new storage methods to MockStorage
Fixed an odd bug where the 'isBackgroundPoll' flag could have been coded incorrectly preventing the MessageReceiveJob from getting processed
2022-06-02 16:32:05 +10:00
Morgan Pretty 07d1d8acee Merge branch 'dev' into feature/session-id-blinding-part-2
# Conflicts:
#	Podfile
#	Podfile.lock
#	Session/Calls/Views & Modals/CallVideoView.swift
#	Session/Utilities/BackgroundPoller.swift
#	SessionSnodeKit/SnodeAPI.swift
2022-06-02 15:41:28 +10:00
Morgan Pretty 0455ea20d4 Merge remote-tracking branch 'upstream/dev' into dev 2022-06-02 14:41:57 +10:00
Morgan Pretty 9216506847 Merge branch 'dev' into feature/session-id-blinding-part-2
# Conflicts:
#	Session/Calls/Views & Modals/CallVideoView.swift
#	Session/Meta/Translations/de.lproj/Localizable.strings
#	Session/Meta/Translations/es.lproj/Localizable.strings
#	Session/Meta/Translations/fi.lproj/Localizable.strings
#	Session/Meta/Translations/fr.lproj/Localizable.strings
#	Session/Meta/Translations/hr.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/zh-Hant.lproj/Localizable.strings
#	Session/Meta/Translations/zh_CN.lproj/Localizable.strings
#	Session/Utilities/BackgroundPoller.swift
#	SessionSnodeKit/OnionRequestAPI.swift
#	SessionSnodeKit/SnodeAPI.swift
2022-06-02 14:41:08 +10:00
Ryan Zhao 21fbf57aaa update build number 2022-05-30 13:14:43 +10:00
Ryan Zhao 0237df8023 fix notification service extension creates duplicated call info message 2022-05-30 13:14:13 +10:00
Ryan Zhao db71664feb bump up version & build number 2022-05-30 10:19:32 +10:00
RyanZhao 51e989e58b
Merge pull request #629 from RyanRory/bug-fixes-on-1.12.8
Bug fixes on 1.12.8
2022-05-30 10:18:22 +10:00
Ryan Zhao fb61092570 clean 2022-05-30 09:43:07 +10:00
Ryan Zhao 987db2f7ab fix an edge case which may cause old messages coming back 2022-05-26 13:43:44 +10:00
Ryan Zhao ab7bd24ad5 change in-conversation search result highlight UI to match with global search 2022-05-26 10:12:23 +10:00
Ryan Zhao 9a2046ea81 Merge branch 'performance-in-conversation-search' into bug-fixes-on-1.12.8 2022-05-26 09:44:26 +10:00
Ryan Zhao 35ef87cfc2 clean 2022-05-26 09:41:16 +10:00
ryanzhao 92123df865 fix typing indicator 2022-05-25 16:31:33 +10:00
ryanzhao 113a931645 add access for selected photos permission 2022-05-25 14:57:05 +10:00
ryanzhao b54de30d5c potentially fix path rebuilding issue 2022-05-25 11:04:54 +10:00
ryanzhao 567a9befd4 prevent call info message fires multiple notification 2022-05-25 10:45:21 +10:00
ryanzhao 2edcba3342 fix https://github.com/oxen-io/session-ios/issues/628 2022-05-24 09:36:28 +10:00
RyanZhao dbb9e8112b
Merge pull request #624 from mpretty-cyro/feature/swap-web-rtc-library
Swap WebRTC library
2022-05-24 09:12:54 +10:00
ryanzhao f92ae4084c bump up build number 2022-05-13 16:28:01 +10:00
RyanZhao 76553a045e
Merge pull request #625 from RyanRory/authentication-2
Message sending & retrieving authentication 2
2022-05-13 16:26:56 +10:00
ryanzhao ecb9140969 send closed group message to default namespace as well during hardfork 19.0 2022-05-13 15:28:17 +10:00
Morgan Pretty 531ddcb079 Replaced the GoogleWebRTC library (deprecated) with WebRTC-lib 2022-05-13 11:54:36 +10:00
Morgan Pretty 4e471aadb0 Merge remote-tracking branch 'upstream/dev' into dev 2022-05-13 11:39:06 +10:00
Ryan Zhao 6de645a8bb avoid unnecessary UI refresh 2022-05-12 16:40:59 +10:00
Morgan Pretty 6b1fc0f552 Fixed an issue where I had 'whisperTo' and 'whisperMods' acting in a mutually exclusive way 2022-05-12 13:29:49 +10:00
RyanZhao 0bc8da87ae
Update README.md 2022-05-12 09:32:45 +10:00
ryanzhao 6b15db7437 update version & build number 2022-05-10 15:09:45 +10:00
RyanZhao 306a6aa2f1
Merge pull request #622 from RyanRory/authentication-1
Message sending & retrieving authentication
2022-05-10 14:26:27 +10:00
ryanzhao a337123cbb only update the harkfork version when it is increasing 2022-05-10 14:25:14 +10:00
Ryan Zhao 2a18c8e9c9 Merge branch 'dev' into authentication-1 2022-05-09 16:58:05 +10:00
RyanZhao 719248ba7d
Merge pull request #614 from RyanRory/bug-fixes-1.11.25
Bug fixes on 1.12.7
2022-05-09 16:51:40 +10:00
Ryan Zhao 510d7c22a2 fix background poller updating last hash issue. 2022-05-09 14:15:08 +10:00
Ryan Zhao 627aba1650 clean up duplicated code 2022-05-09 10:03:54 +10:00
Morgan Pretty 38bb6e79e2 Combined the Register/Unregister response objects in the PushNotificationAPI (they are identical) 2022-05-09 09:33:23 +10:00
ryanzhao dac3f10dd1 tweaks on closed group polling logic 2022-05-06 10:37:53 +10:00
ryanzhao b8ec4a8c7a exclude namespace in parameters if polling for 0 with no authentication 2022-05-06 09:18:13 +10:00
ryanzhao c46c75e4f0 clean 2022-05-04 17:18:03 +10:00
ryanzhao 86605dce08 update background poller for hardfork closed group message retrieve 2022-05-04 17:17:15 +10:00
ryanzhao 782d51c1d6 minor change on hardfork version check 2022-05-04 16:43:22 +10:00
ryanzhao 372e87e70f minor fix 2022-05-04 16:36:15 +10:00
ryanzhao 7cc887267f fix retrieve from default inbox 2022-05-04 16:12:45 +10:00
ryanzhao fb65173b06 poll closed group messages in both default namespace and closed group namespace 2022-05-04 14:28:29 +10:00
ryanzhao e540497724 update last hash persistence 2022-05-04 11:47:09 +10:00
ryanzhao 4224a1fa3c tweaks for sending message to snode 2022-05-04 10:34:35 +10:00
ryanzhao 15b954dbd6 persist hardfork info 2022-05-04 10:14:15 +10:00
ryanzhao 38523230cb update namespace 2022-05-03 09:18:53 +10:00
Ryan Zhao 9c535dcb1b update namespace number 2022-05-02 16:54:36 +10:00
Ryan Zhao 00c200d284 update translation 2022-05-02 16:41:14 +10:00
Ryan Zhao 034f2ecc22 send messages with authentication 2022-05-02 13:51:50 +10:00