Additional filter options to readData function
- receivedOnly: filters only received data
- txid: (boolean) resolve txid or not
- sender: flo-id(s) of sender
- receiver: flo-id(s) of receiver
UX: add label for toggling pin visibility
UI: make input field UI more consistent across pages
UI: show full time and date in opened mail
UI: mail cards now show sender's initials like chats
- Added verifyPin: function to verify the pin of login credentials without logging in (ie, not storing the keys in memory)
- 'pin' argument can be ignored to check if private key is secured or not.
Feat(user): Add feature to preview accent color in chat window with demo message bubbles.
Fix (user): solve issue with accent color not saved seperately for each user
fix (user): issue with group chat consecutive received message from different senders won't have any visual distinction
Fix (user): issue with touch and hold where even after moving finger it would register long press
Fix (user): default selected color wouldn't show up when app first loaded
Feat (user): add option to clear chats
Feat (user): add option to delete chats (DMs only)
Feat (user): add touch and hold interaction to show chat options popup
Fix (user): fix bug while creating group searching for contacts would show all contacts instead of valid only
Fix (user): Searching while creating group contacts will not cause already selected contacts to reset
Feat(user): add option to add new group members
Feat(user): add option to remove group members
Fix(user): Issue with removed people not showing as a group activity card
Refactor (dev): refactored code for disaplying groups information
Feat (user): add option to change group name
Feat (user): add option to change group description
Feat (dev): add new component 'text-field' for quick editing text
feat (user): added delete option for DMs and groups
feat (user): Notification dot over scroll to bottom button when new message comes in
feat (user): added notification sound for messages
- Fixed bug: (updated stdop floCloudAPI to v2.0.2e): incorrect cloud inactive error.
- Fixed bug: error occured during adding new members for a group.
- Added rmChat: removes the chat.
- Added clearChat: clears all messages of the chat.
Feat (user): Add Shift + Enter shortcut to add new line while typing message
UI (user): Merge dm, group and notes into one chat
UI (user): Unknown contact now shows FLO ID instead of 'Unknown'
- Other miron UI chages