Commit Graph

16846 Commits (89a57398837183b0afe67fa1a94fd16d72e971fe)
 

Author SHA1 Message Date
Morgan Pretty 7c7193f198
Merge pull request #679 from mpretty-cyro/fix/migration-crash
Fixed an issue which could cause the DB migration to fail for users with closed groups
2 years ago
Ryan Zhao 31dcb3c985 feat: cache remove all for open group emoji reacts 2 years ago
Ryan Zhao 4a3fe4cdeb tweak: view height of reaction user list 2 years ago
Ryan Zhao c4aeecdf4b tweak: fully rounded corners for all message bubbles 2 years ago
Ryan Zhao e9d598e62a feat: add text at the bottom saying of the reactors list indicating the number of other reactors 2 years ago
Morgan Pretty 08a52f9497 Fixed an issue which could cause the DB migration to fail for users with closed groups 2 years ago
Ryan Zhao 7efc0a61c7 update translation 2 years ago
Ryan Zhao 5a29df56fc update translation 2 years ago
Ryan Zhao 6b20fbf610 add translation 2 years ago
Morgan Pretty 7f5b7ef703 Updated the conversation creation screens 2 years ago
ryanzhao 681fe92ee5 Merge branch 'dev' into menu-redesign 2 years ago
ryanzhao a9b084f322 update build number 2 years ago
RyanZhao d5a1c310f1
Merge pull request #676 from RyanRory/emoji-reacts-tweaks
Emoji reacts open group poll & update conflict handling
2 years ago
ryanzhao 395e585ea0 Merge branch 'dev' into emoji-reacts-tweaks 2 years ago
ryanzhao 29dd85ebe7 minor refactor 2 years ago
Morgan Pretty c82ee0c44b Finished off the updated settings sections and fixed a couple of bugs
Added the Blocked contacts screen
Added a setting to control whether concurrent audio messages should auto-play
Finished updating the settings screens
Fixed an issue where items that should be removed from the PagedDatabaseObserver due to filter logic weren't getting removed in some cases
2 years ago
Morgan Pretty d2b2aa9f50
Merge pull request #677 from mpretty-cyro/fix/moved-previous-fix-from-wrong-location
Moved the code for a previous fix to the correct location and fixed a build issue
2 years ago
Morgan Pretty 8f1a03db88 Moved the code for a previous fix to the correct location and fixed a build issue 2 years ago
Morgan Pretty a1e88329db Merge branch 'dev' into feature/theming
# Conflicts:
#	Podfile.lock
#	Session.xcodeproj/project.pbxproj
#	Session/Conversations/Message Cells/VisibleMessageCell.swift
#	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
#	Session/Notifications/AppNotifications.swift
#	SessionMessagingKit/Shared Models/MessageViewModel.swift
#	SessionMessagingKit/Shared Models/SessionThreadViewModel.swift
#	SignalUtilitiesKit/Profile Pictures/ProfilePictureView.swift
2 years ago
ryanzhao ae639b2474 minor fix 2 years ago
ryanzhao 287fabb390 Merge branch 'dev' into emoji-reacts-tweaks 2 years ago
Ryan Zhao 81ef5a744a fix count logic 2 years ago
Ryan Zhao 543f729247 feat: add local cache and deal with merging for reaction changes 2 years ago
Morgan Pretty a0e43875e7
Merge pull request #674 from mpretty-cyro/fix/data-extraction-timestamp
Fixed a bug where the "DataExtractionNotification" messages weren't correctly setting their tmestamps
2 years ago
Morgan Pretty 64189b0bf0
Merge pull request #673 from mpretty-cyro/fix/various-bugs
Fixed a few bugs
2 years ago
Morgan Pretty 39bd03e6fa
Merge pull request #670 from mpretty-cyro/fix/use-default-notification-audio
Fixed a bug where the "default" notification sound wouldn't be used in the foreground
2 years ago
Morgan Pretty 84ccb63b35 Fixed a bug where the "DataExtractionNotification" messages weren't correctly setting their tmestamps 2 years ago
Morgan Pretty f0c27db52f Merge branch 'dev' into fix/use-default-notification-audio 2 years ago
Morgan Pretty c73bb43c56 Fixed a few bugs
Fixed a bug where open group message deletion wasn't thread-specific
Fixed a bug where the user couldn't delete pending/failed messages being sent to an open group
Fixed a bug where deleting content from "related" tables wouldn't correctly trigger an update within the PagedDatabaseObserver
Fixed a bug where a user that was an admin/mod of one open group would incorrectly appear to be an admin/mod of all open groups
2 years ago
Ryan Zhao 3a81ffc752 feat: add response for reaction endpoints 2 years ago
Ryan Zhao 128ef747b3 tweak: only fetch and show 5 reactors for open group reactions 2 years ago
Ryan Zhao f9c2a2ce99 tweak: fix an issue where we may delete the wrong open group message and update reactions to wrong open group messages in other threads with the same server id 2 years ago
Morgan Pretty 823006a892 Updated the colours to source from direct theme values (instead of individual)
Removed an unused notification
Refactored the PrivacySettingsViewController
Refactored the ScreenLock code to Swift
Fixed an issue where the match dark/light setting wasn't getting applied on launch
Update the modal styling for the various settings modals
2 years ago
ryanzhao 53e67adb1c wip: new conversation menu screen 2 years ago
ryanzhao 3d24c1526e clean 2 years ago
ryanzhao ae5d0b0024 fix: status bar issue 2 years ago
ryanzhao 12a45845a3 Merge branch 'dev' into menu-redesign 2 years ago
RyanZhao 6d94866110
Merge pull request #638 from RyanRory/emoji-reacts
Emoji reacts
2 years ago
ryanzhao 851ad6c4c9 minor refactor 2 years ago
ryanzhao 014e8620c4 bump up version & build number 2 years ago
ryanzhao af7d58b90e Merge branch 'dev' into emoji-reacts 2 years ago
RyanZhao f11375952a
Merge pull request #669 from mpretty-cyro/fix/various-bugs-and-optimisations
A few bugs fixes and some optimisations
2 years ago
Morgan Pretty 6a32fbaf83 Fixed a bug where the "default" notification sound wouldn't be used in the foreground 2 years ago
Ryan Zhao 0ee3302ea9 fix next button not showing the first time tapping input field 2 years ago
Ryan Zhao 1eab9d8bbd tweak: little modification on the message request acceptance description 2 years ago
Ryan Zhao 090fb940de Merge branch 'emoji-reacts' into ui-media-message 2 years ago
Ryan Zhao 838623171d tweak: always left align emoji reacts 2 years ago
Ryan Zhao 734f29e212 ui: scanning QR code view 2 years ago
Ryan Zhao bf75055096 ui: new message view - enter session id vc 2 years ago
Ryan Zhao 5dd5168b92 tweak: redo home vc plus button 2 years ago