ryanzhao
bd1e1b266b
fix gradient background
3 years ago
Ryan Zhao
afd908a64a
ui: add gradient background for create new group button
3 years ago
ryanzhao
ac008fbd35
WIP: Gradient background for closed group create button
3 years ago
ryanzhao
b4d29c58c4
Merge branch 'dev' into menu-redesign
3 years ago
ryanzhao
d939f95b4f
Merge branch 'dev' into message-request-tweak
3 years ago
Ryan Zhao
67a9047df7
update grey background color
3 years ago
Ryan Zhao
52449d6522
minor colour adjustment
3 years ago
ryanzhao
e5c3c23e74
WIP: new closed group vc
3 years ago
ryanzhao
4dbfeaccee
tweak: update light node block action background
3 years ago
ryanzhao
53d5c7fb3f
tweak: update block action background colour
3 years ago
Morgan Pretty
c25f378c54
Merge branch 'feature/database-refactor' into emoji-reacts
...
# Conflicts:
# Session.xcodeproj/project.pbxproj
# Session/Conversations/Context Menu/ContextMenuVC+Action.swift
# Session/Conversations/Context Menu/ContextMenuVC+ActionView.swift
# Session/Conversations/Context Menu/ContextMenuVC.swift
# Session/Conversations/ConversationVC+Interaction.swift
# Session/Conversations/ConversationVC.swift
# Session/Conversations/ConversationViewItem.h
# Session/Conversations/ConversationViewItem.m
# Session/Conversations/Message Cells/Content Views/LinkPreviewView.swift
# Session/Conversations/Message Cells/MessageCell.swift
# Session/Conversations/Message Cells/VisibleMessageCell.swift
# Session/Conversations/Views & Modals/BodyTextView.swift
# Session/Meta/Translations/en.lproj/Localizable.strings
# Session/Shared/UserCell.swift
# SessionMessagingKit/Jobs/MessageSendJob.swift
# SessionMessagingKit/Messages/Signal/TSMessage.h
# SessionMessagingKit/Messages/Signal/TSMessage.m
# SessionMessagingKit/Messages/Visible Messages/VisibleMessage.swift
# SessionMessagingKit/Open Groups/OpenGroupAPIV2.swift
# SessionMessagingKit/Sending & Receiving/MessageReceiver+Handling.swift
# SessionMessagingKit/Sending & Receiving/Notifications/NotificationsProtocol.h
# SessionMessagingKit/Sending & Receiving/Pollers/OpenGroupPollerV2.swift
# SessionMessagingKit/Utilities/General.swift
# SessionNotificationServiceExtension/NSENotificationPresenter.swift
# SignalUtilitiesKit/Utilities/DisplayableText.swift
# SignalUtilitiesKit/Utilities/NoopNotificationsManager.swift
# SignalUtilitiesKit/Utilities/Notification+Loki.swift
3 years ago
Morgan Pretty
cdb211b72a
Applied the "increase min version to iOS 13" changes
3 years ago
Ryan Zhao
c71290aa85
ui: detailed info label for reaction list sheet
3 years ago
Ryan Zhao
6314240189
plus button for more emoji
3 years ago
Ryan Zhao
88876138db
Merge branch 'ipad-support-1' into voice-calls-2
3 years ago
Ryan Zhao
38f972ec9a
fix magic number
3 years ago
Ryan Zhao
6a9a5b2752
fix session id label width
3 years ago
Ryan Zhao
c08b1617c2
slim the button width again
3 years ago
Ryan Zhao
2bfbf25c75
Merge branch 'ipad-support-1' into voice-calls-2
3 years ago
Ryan Zhao
094fbfec2e
improvements on sizes to make the UI look much better
3 years ago
Ryan Zhao
52407aec03
Merge branch 'ipad-support-1' into voice-calls-2
3 years ago
Morgan Pretty
028ba0c77a
Merge branch 'dev' into feature/message-requests
...
# 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
3 years ago
Morgan Pretty
30cbe77366
Added labels to the NewConversationButtonSet
3 years ago
Morgan Pretty
999d4a1082
Merge branch 'dev' into feature/message-requests
...
# Conflicts:
# Session/Conversations/ConversationVC+Interaction.swift
3 years ago
Ryan Zhao
52886f2e16
Merge branch 'dev' of https://github.com/oxen-io/session-ios into voice-calls-2
3 years ago
Morgan Pretty
140cc97829
Fixed a couple of bugs with the share extension
...
Fixed a bug where sharing a text file was resulting in the entire contents being put into the message input field
Fixed a bug where sharing from within the app where the app was in dark mode but the device was in light mode would result in buggy UI
3 years ago
Ryan Zhao
795a541805
reverse the send message background colour change
3 years ago
Ryan Zhao
2d9f962a97
Merge branch 'dev' of https://github.com/oxen-io/session-ios into voice-calls-2
3 years ago
Morgan Pretty
cd61fb8df0
Merge branch 'dev' into feature/message-requests
...
# Conflicts:
# Session.xcodeproj/project.pbxproj
# SignalUtilitiesKit/Utilities/UIColor+Extensions.swift
3 years ago
Morgan Pretty
9db5083cc5
Built out the Message Request functionality
...
Added the MessageRequestsViewController
Added a 'Message Requests' button to the settings screen
Added accept/reject buttons for message requests to the ConversationVC
Added the ability to hide the message request item on the HomeVC (re-appears if you get a new message request)
Added code to handle an edge-case where the message request approval state wouldn't be returned to the sender due to the recipient running an old version of the app
Prevented contacts which aren't associated with an approved thread from appearing when creating a closed group
Disabled notifications for threads which aren't approved
Updated the app notification count to exclude unapproved messages
Updated the app to ignore closed group creation messages if the group has no admins which are approved contacts
Fixed up the keyboard avoidance behaviour in the ConversationVC
Fixed a couple of minor interaction issues which affected some devices
Fixed an issue where the database migrations would run on the 2nd launch when creating a new account (causing odd behaviours)
3 years ago
Ryan Zhao
ebb7507728
Merge branch 'dev' of https://github.com/oxen-io/session-ios into 1.11.21
3 years ago
Ryan Zhao
6ae84d3e37
update outgoing message text colour in light mode
3 years ago
Ryan Zhao
72802b9579
minor fix
3 years ago
Ryan Zhao
f2bda76213
colour improvement on home screen
3 years ago
ryanzhao
0a23065fb1
change home screen title to SESSION
3 years ago
Ryan Zhao
6df9a77855
color improvements
3 years ago
Ryan Zhao
912f8d80a6
Merge branch 'pin-chats' into voice-calls-2
3 years ago
Ryan Zhao
7e5573c96f
fix cell updating and pin icon color
3 years ago
Ryan Zhao
0a3d84d5c8
WIP: Call message Ui improvements
3 years ago
Ryan Zhao
1cc2f17469
pin conversations
3 years ago
ryanzhao
02932bca93
Appearance based on system theme
4 years ago
Niels Andriesse
66a00d4167
Clean
4 years ago
Niels Andriesse
870f4d38d7
Clean
4 years ago
Niels Andriesse
90e53e5cef
Redesign conversation screen part 1
4 years ago
nielsandriesse
28e3705f7e
Implement multi device UI
4 years ago
nielsandriesse
7e213c71d5
Make everything build again
4 years ago
nielsandriesse
8bdbac3eb3
Create SessionUIKit
4 years ago