Commit Graph

58 Commits

Author SHA1 Message Date
sairaj mote
71b2f2557c Feature update and bug fixes
-- added UI for multisig creation
2022-08-24 17:05:55 +05:30
sairajzero
19a83a9035 Update stdop and bug fix
- fixed bug: multisig_addr not defined error on multisig.createAddress
2022-08-24 14:44:47 +05:30
sairajzero
8f9254b5ed Cross-blockchain improvements
- Map contacts and pubkeys across diff blockchain
- Diff user ID with same private key use the same IDB
- update stdop
2022-08-21 21:17:14 +05:30
sairajzero
016097bd0f Adding requests and responses
- Added support for requests and responses

- Listing requests and responses:
.list_request_sent
.list_request_received
.list_response_sent
.list_response_received
Note: the above fns accept options (as object). Available options: floID, type, completed (bool)

- Current available request types:
  1. pubKey
- function to request/respond pubKeys:
.request_pubKey(receiver, message = '')
.respond_pubKey(req_id, message = '')
2022-08-21 19:04:36 +05:30
sairajzero
8b6a7b768b Adding sendPipelineMessage
- sendPipelineMessage: sends message to the pipeline (can send to multisig pipeline too)
- when receiving tx_hex from multisig pipeline, store it in data.tx_hex instead of data.message
2022-08-18 00:47:52 +05:30
sairajzero
a98bf3c589 Improve resolved values for some multisig fns
- createTx resolved pipeline id
- signTx resolves an object {tx_hex, *txid}
- store the message type for multisig pipeline
- Added loadDataFromBlockchain to messenger init fn
- Adding pipeline list to getChatOrder
2022-08-18 00:25:54 +05:30
sairajzero
fcd64fe4d4 Multisig signTx improvement
- multisig.signTx no longer require tx_hex as argument.
- automatically get the latest available tx_hex from IDB (pipeline chat)
2022-08-16 22:03:18 +05:30
sairajzero
b8b58503f6 Adding disablePipeline
- Added disablePipeline(pipeID): disables the pipeline and stops its requests from cloud.
- Close btc_multisig pipeline when a tx is broadcasted into blockchain
- Changed all spread operators to standard alternatives
2022-08-16 21:30:48 +05:30
sairajzero
1bb6f7a280 Pipeline: bug fix
- Add pipeline when CREATE_PIPELINE message is received
- Fixed: 'User is not a part of this multisig' error shown incorrectly
- Fixed various minor bugs
- Added optional fee argument for multisig.createTx
2022-08-16 17:36:39 +05:30
sairajzero
5564b73299 update stdop 2022-08-16 17:31:35 +05:30
sairajzero
85daa0135c bug fix 2022-08-16 03:32:03 +05:30
sairajzero
a3ea303aab Update std_op 2022-08-16 03:26:07 +05:30
sairajzero
e4f5d41ade Pipleline and multisig 2022-08-12 16:50:26 +05:30
sairajzero
d3bb38c91d Update stdop 2022-08-10 03:08:58 +05:30
sairajzero
98f1ba2f70 Update messenger.js
- Added: Create, fetch and list for multisig address
2022-08-10 03:06:26 +05:30
sairajzero
285136b1e9 Update messenger.js
- merge conflicts
2022-08-10 03:01:50 +05:30
sairaj mote
464cf465b7 bug fixes and UX improvements 2022-06-30 01:15:23 +05:30
sairaj mote
38eacaa87f Bug fixes and UX improvements
-- implemented saving typed messages for every chat at changing chat and restore them when revisited
2022-06-29 15:18:39 +05:30
sairaj mote
b86e53a75f bug fixes 2022-06-27 19:18:06 +05:30
sairaj mote
8eb3a988d1 Feature update and code refactoring
-- added option to block a FLO ID
2022-06-25 01:15:08 +05:30
sairaj mote
edf0334ef2 Optimalization and code refactoring
-- optimized chat date rendering
-- improved chat card last message rendering
2022-06-19 00:56:53 +05:30
sairaj mote
34aaa8318e improved pre-selected accent colors 2022-06-13 03:28:09 +05:30
sairaj mote
63f0512ced Code refactoring and UI changes 2022-06-11 11:03:34 +05:30
sairajzero
fe483ab172 Bug fixes
- Fixed various bugs
- Fixed: Backup-restore button not working
- Adding *.tmp* to git-ignore
2022-06-03 22:05:48 +05:30
sairajzero
60d2447e8c blockUser and disableGroup features
- block/unblock users (stop receiving messages)
- disable group (stop receiving messages)
- groups, chats, marked are now warped in messenger module. (can be accessed by messenger properties)
- Improved requestGroupInbox and requestDirectInbox
- Improved assigning renderUI functions
- messenger.init now starts the messenger-startups (no longer needed to call each messenger-startup functions individually)
2022-06-02 02:12:17 +05:30
sairajzero
c9fde067f2 Update stdops 2022-05-31 03:36:49 +05:30
sairajzero
85d57909ae Merge branch 'master' into dev 2022-05-31 03:35:07 +05:30
sairaj mote
51f065e568 removed mandatory PIN input onboarding 2022-05-23 12:53:01 +05:30
sairajzero
7cbeb5a2c6 Bug fixes
- Converted messenger to IIF
- Fixed various bugs
- Updated floDapps
2022-04-02 02:08:04 +05:30
sairajzero
2a0302eb19 split files 2022-04-01 02:43:15 +05:30
Ritika-Agrawal0811
34eb5fb942 v0.33.90
feat (user) : add feature to view video settings
2021-03-12 03:02:41 +05:30
sairaj mote
6e0baad155 v0.32.90
UX-improvement: pin input will replace digits already entered if user re-enters the digit

refactor: Components
2021-02-23 19:48:41 +05:30
sairaj mote
937bbda091 v0.32.87
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
2021-02-18 01:17:28 +05:30
sairaj mote
719035bb7a v0.32.83
perf: improve URL detection and redering in messages

style: add animation for error message for setting pin
2021-02-16 02:49:37 +05:30
sairaj mote
dfb984b198 v0.32.81
feat: add setting pin when creating new account

feat: add sign in using pin option
2021-02-14 23:47:43 +05:30
Ritika-Agrawal0811
8ed28b4c3b v0.30.81
feat (user) :  feature to input login pin
2021-02-13 19:07:29 +05:30
sairaj mote
8d17c25f97 v0.29.81
Feat: add option to add unknown contacts directly from chat screen
2021-02-13 18:57:47 +05:30
sairaj mote
ad51bba083 v0.28.81
refactor: using CSS variables instead of ::part() selector
2021-02-13 02:38:43 +05:30
sairaj mote
3b36655cca v0.27.76
Feat (user): add feature to allow users to set custom background images

Fix (user): issue with toggle switch shrinking too much
2021-02-08 20:25:39 +05:30
sairaj mote
4cbe1d4f41 v0.26.75
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
2021-02-07 02:55:18 +05:30
sairaj mote
8e4c1ca9a6 v0.25.73
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
2021-02-05 18:42:39 +05:30
Ritika-Agrawal0811
95205eae5b v0.25.71
feat (user) : add feature to change accent-color
2021-02-04 19:11:00 +05:30
sairaj mote
b003dda997 v0.23.69
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
2021-02-01 01:41:25 +05:30
sairaj mote
e6c6c535bb v0.20.67
Feat (user): Add option to create groups
2021-01-30 23:39:26 +05:30
sairaj mote
e59347030e v0.18.65
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
2021-01-28 18:37:28 +05:30
sairaj mote
34aadc61f1 v0.16.63
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
2021-01-26 04:04:42 +05:30
sairaj mote
18c30de121 usability improvements 2021-01-24 19:00:19 +05:30
sairaj mote
37756ff554 v0.7.56
style(user): minor changes in UI
2021-01-17 23:47:09 +05:30
sairaj mote
332dfe16ad Fixes
- Fixed same FLO contacts showing different color initials
- Fixed issue where user couldn't send message to newly added contact
- chat scrolling perfomance improvements
2021-01-17 03:16:45 +05:30
sairaj mote
3c268f0791 feature and fixes
-Added recent emoji option in emoji panel
-
fixed issue with scroll to bottom button not shifting upwords when emoji panel is opened
-fixed issue with lazy loading not working when first time chat is loaded
2021-01-14 19:56:13 +05:30