-
Notifications
You must be signed in to change notification settings - Fork 21
Comparing changes
Open a pull request
base repository: tari-project/wallet-ios
base: master
head repository: tari-project/wallet-ios
compare: feature/chat
- 19 commits
- 190 files changed
- 2 contributors
Commits on May 17, 2024
-
Recipient's Address Trimming (#1062)
- Now, the entered Tari Address on the add recipient screen will be trimmed before it will be used by the view model.
Configuration menu - View commit details
-
Copy full SHA for bba3861 - Browse repository at this point
Copy the full SHA bba3861View commit details
Commits on Jun 13, 2024
-
Bug - No node selected (#1067)
Fixed reported issue. Now, the random node will be selected when no node is selected on start.
Configuration menu - View commit details
-
Copy full SHA for d7034a4 - Browse repository at this point
Copy the full SHA d7034a4View commit details
Commits on Jun 18, 2024
-
Static analyzer warnings (#1068)
- Removed warnings provided by static analyzer.
Configuration menu - View commit details
-
Copy full SHA for d9759dd - Browse repository at this point
Copy the full SHA d9759ddView commit details
Commits on Jun 20, 2024
-
Send button doesn't start transaction flow (#1070)
- Fixed reported issue. Now, the send button on the contact book screen will again start the transaction flow with the selected contact.
Configuration menu - View commit details
-
Copy full SHA for d53f9f5 - Browse repository at this point
Copy the full SHA d53f9f5View commit details -
iOS 15 "deprecated" warnings (#1069)
- Updated code to remove all deprecated warnings from the project.
Configuration menu - View commit details
-
Copy full SHA for cad2799 - Browse repository at this point
Copy the full SHA cad2799View commit details
Commits on Jun 24, 2024
-
[Bug] Available to Spend Balance
- Fixed issue with available balance. Now the time-locked tokes will be subtracted from the available balance.
Configuration menu - View commit details
-
Copy full SHA for 82ed004 - Browse repository at this point
Copy the full SHA 82ed004View commit details -
Address poisoning prevention (#1030)
- Added address poisoning prevention feature. Now when the user has a contact that is similar to another, he will be asked for confirmation or to switch to another one.
Configuration menu - View commit details
-
Copy full SHA for be92dc7 - Browse repository at this point
Copy the full SHA be92dc7View commit details -
- Updated FFI framework to v1.0.0-alpha.1 - Adjusted code to the new FFI version - Updated min. valid FFI version to v1.0.0-alpha.1
Configuration menu - View commit details
-
Copy full SHA for cfa259b - Browse repository at this point
Copy the full SHA cfa259bView commit details -
Revert "available to spend" back to "available" balance. (#1038)
- Replaced availableToSpend property to the available variable, - Removed availableToSpend combined property from WalletBalance
Configuration menu - View commit details
-
Copy full SHA for a736838 - Browse repository at this point
Copy the full SHA a736838View commit details -
Generated Asset Symbols (#1049)
- Turned on generated asset symbols in project settings - Converted new Theme variables to generated asset symbols - Converted older vector assets to the Generated Asset Symbols
Configuration menu - View commit details
-
Copy full SHA for a7fb9d9 - Browse repository at this point
Copy the full SHA a7fb9d9View commit details -
- Updated SwiftLint config - Fixed SwiftLint warnings - Removed dead code
Configuration menu - View commit details
-
Copy full SHA for 58d51c8 - Browse repository at this point
Copy the full SHA 58d51c8View commit details -
[Chat] Conversations List (#999)
- Implemented basic chat list functionality. The new screen shows the list of existing conversations. - Moved contact book from 3rd to 2nd tab - Moved Tari Store from 2nd tab to settings - Added chat to the 3rd tab
Configuration menu - View commit details
-
Copy full SHA for 2ca388e - Browse repository at this point
Copy the full SHA 2ca388eView commit details -
[Chat] Start/Enter Conversation (#1003)
- The user is now able to start a new conversation or continue the existing one - Messages in the conversation thread are sorted by date and separated by day
Configuration menu - View commit details
-
Copy full SHA for c3d1adb - Browse repository at this point
Copy the full SHA c3d1adbView commit details -
[Chat] Basic conversation flow (#1009)
- The user is now able to send and receive messages - The user is now able to see other users' online status - Updated update_dependencies.sh script. Now, it will update both WalletFFI and ChatFFI frameworks. - Updated FFI frameworks to v1.0.0-rc.1
Configuration menu - View commit details
-
Copy full SHA for ce0cf7d - Browse repository at this point
Copy the full SHA ce0cf7dView commit details -
[Chat] Advanced conversation flow (#1060)
- Added send, request and gif message attachments.
Configuration menu - View commit details
-
Copy full SHA for 651872e - Browse repository at this point
Copy the full SHA 651872eView commit details -
Message Attachment Overlay (#1063)
- Replaced attachment bar with new attachment overlay
Configuration menu - View commit details
-
Copy full SHA for f68ecd3 - Browse repository at this point
Copy the full SHA f68ecd3View commit details -
- Added reply action. Now user can attach another message to the chat message.
Configuration menu - View commit details
-
Copy full SHA for 5c61221 - Browse repository at this point
Copy the full SHA 5c61221View commit details -
- Fixed the issue when the user is unable to send a message after he attaches a GIF or token request. - Fixed issue with transaction chat messages. Now the user can replay that kind of message. - Fixed issue with the list of available conversations. Now, conversations that have only transaction chat messages are visible on the list. - Fixed issue with GIF that came from the transaction message. Now they are parsed and presented on the conversation thread. - Added spinner to the GifView. The new element will be presented when GIF is downloaded from the internet. - Fixed issue with GIF aspect ratio. Now the view will keep the right aspect ratio on the cells that were reused by the graphic engine. - Unread messages count is now presented on the conversations list screen. - Fixed minor issues with sorting messages. - Fixed issue with sending empty messages. Now, the user cannot send empty messages anymore. - Fixed issue with scrolling to the bottom. Now, the conversation thread will scroll to the bottom correctly when the user enters the screen and when the conversation is scrolled to the very bottom and new message comes. - Removed the chat button from the rotary menu for the external contacts. - Added search feature to the "start new conversation" flow. - The user now can start the conversation from the "start new conversation" flow by entering a valid Tari address into the search field.
Configuration menu - View commit details
-
Copy full SHA for 45197f7 - Browse repository at this point
Copy the full SHA 45197f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7101886 - Browse repository at this point
Copy the full SHA 7101886View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...feature/chat