Ryan ZHAO
7764f7f3f6
clean with constants
1 year ago
Ryan ZHAO
1e1d71f788
deep clean
1 year ago
Ryan ZHAO
5ee048330b
plurals and fix some strings
1 year ago
Ryan ZHAO
efc08a2d5a
fix a couple of string issues.
1 year ago
Ryan ZHAO
003816117f
Merge branch 'dev' into standardised-strings
1 year ago
Ryan ZHAO
e430ef7943
fix accessibility id
2 years ago
Ryan ZHAO
23511941c5
fix the ons error logic
2 years ago
Ryan ZHAO
065e51381b
add strings & update libsession build script
2 years ago
Ryan ZHAO
19b4055a2e
Merge branch 'onboarding' into standardised-strings
2 years ago
Ryan ZHAO
4da21035ca
fix ons search error
2 years ago
Ryan ZHAO
572e5ceb7d
fix an issue where 100 bytes string won't pass the display name length test
2 years ago
Ryan ZHAO
ab2f93a993
workaround for restarting capture after going back from message notification screen
2 years ago
Ryan ZHAO
a05aab193c
fix the error message for ons searching time out
2 years ago
Ryan ZHAO
e82cf79dd4
fix an issue that the camera freezes after scanning something other than a session id in new conversation screen
2 years ago
Ryan ZHAO
d6b8616543
further fix for global search sorting
2 years ago
Ryan ZHAO
ed04c5153e
fix default contact list sorting behaviour in global search screen
2 years ago
Ryan ZHAO
16f47d4f87
fix an issue where copy is cut off on small devices
2 years ago
Ryan ZHAO
527c921df3
Merge branch 'onboarding' into standardised-strings
2 years ago
Morgan Pretty
1726930e2e
Merge remote-tracking branch 'upstream/dev' into onboarding
2 years ago
Ryan ZHAO
1839d596ce
replace "Unknown" section with "#" for global search
2 years ago
Ryan ZHAO
3f3c7321ad
fix contacts sorting issue in global search
2 years ago
Ryan ZHAO
54fea140b7
fix global search section title for conversations
2 years ago
Ryan ZHAO
45d9718ef8
fix a bunch of accessibility ids
2 years ago
Ryan ZHAO
fea940c69d
fix an issue that the screen stack is odd when sending message requests
2 years ago
Ryan ZHAO
ecb1b83a8e
upgrade to minimum iOS 15.0 support
2 years ago
Ryan ZHAO
90de873ea0
add and modify strings
2 years ago
Morgan Pretty
f9d9954cf5
Attempts to fix more crashes and fix unit tests
...
• Fixed an index out of bounds issue with the mnemonic
• Attempt to fix a crash due to failing to hash SignalAttachment
• Attempt to fix a crash due to list data change inconsistencies
• Ensuring we are shutting down the network when resetting app data
• Updated the broken unit tests
2 years ago
Ryan ZHAO
1d01eb91ae
Merge branch 'onboarding' into standardised-strings
2 years ago
Ryan ZHAO
648c3e658e
fix incorrectly displayed empty state in home screen
2 years ago
Ryan ZHAO
aa5d7f14d3
fix home screen in light mode
2 years ago
Morgan Pretty
d9a64e0148
Merge remote-tracking branch 'upstream/dev' into standardised-strings
...
# Conflicts:
# Session.xcodeproj/project.pbxproj
# Session/Closed Groups/EditClosedGroupVC.swift
# Session/Closed Groups/NewClosedGroupVC.swift
# Session/Conversations/ConversationVC+Interaction.swift
# Session/Conversations/ConversationVC.swift
# Session/Conversations/Emoji Picker/EmojiPickerCollectionView.swift
# Session/Conversations/Settings/ThreadSettingsViewModel.swift
# Session/Emoji/Emoji+Available.swift
# Session/Home/New Conversation/NewDMVC.swift
# Session/Media Viewing & Editing/GIFs/GifPickerViewController.swift
# Session/Meta/AppDelegate.swift
# Session/Meta/SessionApp.swift
# Session/Onboarding/PNModeVC.swift
# Session/Path/PathVC.swift
# Session/Utilities/IP2Country.swift
# SessionMessagingKit/Messages/Control Messages/SharedConfigMessage.swift
# SessionMessagingKit/Sending & Receiving/Pollers/OpenGroupPoller.swift
# SessionMessagingKit/Sending & Receiving/Pollers/Poller.swift
# SessionNotificationServiceExtension/NotificationError.swift
# SessionUIKit/Style Guide/Values.swift
# SignalUtilitiesKit/Media Viewing & Editing/Attachment Approval/AttachmentCaptionToolbar.swift
2 years ago
Morgan Pretty
73193df2e1
Fixed error handling after merge
2 years ago
Morgan Pretty
e420ce4e58
Merge remote-tracking branch 'upstream/dev' into onboarding
...
# Conflicts:
# Session.xcodeproj/project.pbxproj
# Session/Conversations/ConversationVC.swift
# Session/Home/New Conversation/NewDMVC.swift
# Session/Onboarding/PNModeVC.swift
# SessionUIKit/Style Guide/Values.swift
2 years ago
Ryan ZHAO
bcc1d436bc
WIP: update strings for onboarding changes
2 years ago
Ryan ZHAO
f4a979f55f
Merge branch 'onboarding' into standardised-strings
2 years ago
Morgan Pretty
5ee15bbc3f
Moved a bunch of networking logic into libSession
...
• Moved the snode cache and path building into libSession (deleted associated logic)
• Moved reachability detection into libSession (remove Reachability dependency)
• Fixed a couple of crashes with using libQuic requests
• Fixed a bug where the MessageRequestFooterView would show buttons on outgoing message requests
2 years ago
Ryan ZHAO
6d297dc2a9
update strings
2 years ago
Ryan ZHAO
5c9140cb4c
Merge branch 'dev' into standardised-strings
2 years ago
Morgan Pretty
8c467dc511
Merge remote-tracking branch 'origin/fix/sync-message-issues' into feature/lib-quic-integration
...
# Conflicts:
# .drone.jsonnet
# SessionSnodeKit/Networking/SnodeAPI.swift
# SessionSnodeKit/Types/OnionRequestAPIError.swift
# SessionSnodeKit/Types/SnodeAPIError.swift
2 years ago
Ryan ZHAO
f33a153c7f
update more strings
2 years ago
Ryan ZHAO
62af0aa907
update more localized strings
2 years ago
Ryan ZHAO
3a1e2a6c08
implement new empty state
2 years ago
Ryan ZHAO
86576e4193
fix a crash on iPad when tapping share in invite a friend screen
2 years ago
Morgan Pretty
0f370ab667
Changed the SnodeAPIError to be CustomStringConvertible
2 years ago
Ryan ZHAO
ce04bb91bc
clean
2 years ago
Ryan ZHAO
0aac397a10
show less detailed error message to users when ons search failed
2 years ago
Ryan ZHAO
c97b930816
fix typo
2 years ago
Morgan Pretty
686768f8b2
Fixed a few bugs with sync messages
...
Fixed an issue where sync messages were failing to send if the message wasn't disappearing
Fixed an issue where the 'Failed to Sync' statuses wouldn't be shown
Updated the MessageSenderError, SnodeAPIError and OnionRequestAPIError to actually output our error strings when included in strings
Updated the tryFlatMapWithRandomSnode function to include context of the last error thrown
Cleaned up the 'isSyncMessage' logic
2 years ago
Ryan ZHAO
d8698b717e
add more localized strings
2 years ago
Ryan ZHAO
5f6edff65d
add error toast when failing to leave group/community
2 years ago