Ryan ZHAO
5ee048330b
plurals and fix some strings
8 months ago
Ryan ZHAO
efc08a2d5a
fix a couple of string issues.
8 months ago
Ryan ZHAO
003816117f
Merge branch 'dev' into standardised-strings
8 months ago
Ryan ZHAO
e430ef7943
fix accessibility id
9 months ago
Ryan ZHAO
23511941c5
fix the ons error logic
10 months ago
Ryan ZHAO
065e51381b
add strings & update libsession build script
10 months ago
Ryan ZHAO
19b4055a2e
Merge branch 'onboarding' into standardised-strings
10 months ago
Ryan ZHAO
4da21035ca
fix ons search error
10 months ago
Ryan ZHAO
572e5ceb7d
fix an issue where 100 bytes string won't pass the display name length test
10 months ago
Ryan ZHAO
ab2f93a993
workaround for restarting capture after going back from message notification screen
10 months ago
Ryan ZHAO
a05aab193c
fix the error message for ons searching time out
10 months ago
Ryan ZHAO
e82cf79dd4
fix an issue that the camera freezes after scanning something other than a session id in new conversation screen
10 months ago
Ryan ZHAO
d6b8616543
further fix for global search sorting
10 months ago
Ryan ZHAO
ed04c5153e
fix default contact list sorting behaviour in global search screen
10 months ago
Ryan ZHAO
16f47d4f87
fix an issue where copy is cut off on small devices
10 months ago
Ryan ZHAO
527c921df3
Merge branch 'onboarding' into standardised-strings
10 months ago
Morgan Pretty
1726930e2e
Merge remote-tracking branch 'upstream/dev' into onboarding
10 months ago
Ryan ZHAO
1839d596ce
replace "Unknown" section with "#" for global search
10 months ago
Ryan ZHAO
3f3c7321ad
fix contacts sorting issue in global search
10 months ago
Ryan ZHAO
54fea140b7
fix global search section title for conversations
10 months ago
Ryan ZHAO
45d9718ef8
fix a bunch of accessibility ids
10 months ago
Ryan ZHAO
fea940c69d
fix an issue that the screen stack is odd when sending message requests
10 months ago
Ryan ZHAO
ecb1b83a8e
upgrade to minimum iOS 15.0 support
11 months ago
Ryan ZHAO
90de873ea0
add and modify strings
11 months 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
11 months ago
Ryan ZHAO
1d01eb91ae
Merge branch 'onboarding' into standardised-strings
11 months ago
Ryan ZHAO
648c3e658e
fix incorrectly displayed empty state in home screen
11 months ago
Ryan ZHAO
aa5d7f14d3
fix home screen in light mode
11 months 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
11 months ago
Morgan Pretty
73193df2e1
Fixed error handling after merge
11 months 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
11 months ago
Ryan ZHAO
bcc1d436bc
WIP: update strings for onboarding changes
12 months ago
Ryan ZHAO
f4a979f55f
Merge branch 'onboarding' into standardised-strings
12 months 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
12 months ago
Ryan ZHAO
6d297dc2a9
update strings
12 months ago
Ryan ZHAO
5c9140cb4c
Merge branch 'dev' into standardised-strings
1 year 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
1 year ago
Ryan ZHAO
f33a153c7f
update more strings
1 year ago
Ryan ZHAO
62af0aa907
update more localized strings
1 year ago
Ryan ZHAO
3a1e2a6c08
implement new empty state
1 year ago
Ryan ZHAO
86576e4193
fix a crash on iPad when tapping share in invite a friend screen
1 year ago
Morgan Pretty
0f370ab667
Changed the SnodeAPIError to be CustomStringConvertible
1 year ago
Ryan ZHAO
ce04bb91bc
clean
1 year ago
Ryan ZHAO
0aac397a10
show less detailed error message to users when ons search failed
1 year ago
Ryan ZHAO
c97b930816
fix typo
1 year 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
1 year ago
Ryan ZHAO
d8698b717e
add more localized strings
1 year ago
Ryan ZHAO
5f6edff65d
add error toast when failing to leave group/community
1 year ago
Ryan ZHAO
22fa5993a9
clean
1 year ago
Ryan ZHAO
6bbf4f8d00
minor update for checking invalid session id
1 year ago