Commit Graph

9 Commits

Author SHA1 Message Date
sairaj mote
6a303fb2de 0.0.34 2020-09-02 18:30:06 +05:30
Sai Raj
e2421312a4
Bug fix
Fixed: Mail content's CipherText resolved in sentMail, replyMail and refreshInbox
2020-09-02 12:48:33 +05:30
sairaj mote
d522dc1ef5 0.0.33
Complete UI overhaul
2020-09-02 01:42:00 +05:30
sairajzero
326d4bc589 v1.0.8b
- Bug fixed: initDB not upgrading correctly.
- Added message to remind the user to secure the private key with password.
- Darkened (color) the warning popup.
2020-05-07 15:45:32 +05:30
sairajzero
1764a90912 v1.0.8
- Added secure privatekey feature.
Secure PrivateKey: replaces the stored privatekey with encrypted variant. (Requires PIN/Password).
- If user enables secure private key, user must enter the PIN/Password from next signIn.
- User can remove account of securely stored privatekey (incase the user forgets the PIN/Password). (Requires Private key to login next time).
- Added getPromptInput to UI script: Promisified custom prompt to get input from user.
2020-05-06 22:26:14 +05:30
sairajzero
4a38699442 v1.0.7a: Updating Std_op 2020-05-06 19:45:42 +05:30
sairajzero
f60e7dddbb v1.0.7
Fixed bugs:
- Fixed: Restore data not working.
- Settings screen not hiding after logout, clear, restore

Others:
- Updating CompactIDB to latest stdop (initDB adds missing objectStores instead of rejecting).
2020-05-02 18:36:15 +05:30
sairajzero
5c22ecab87 v1.0.6
Major Changes:
- Seperated User IDB (Made changes as required for the same)
- 'Sign Out' now only removes the credentials instead of all data
- Added 'Clear Data' in settings. (Clears all user data)
- User can view their private key in settings. (Click on it to copy key to clipboard).
- Messages and Mails are encrypted in IDB (Made changes as required for the same).
- Added Marked feature in messenger (can be used to mark mails and contacts, currently only unread mark used. More marks will be added in future).
- Unread mark UI available for Individual mail and Contact with new unread messages.

Fixed Bugs:
- Fixed: Messages and Mails not refreshed properly in a case.
- Fixed: Unread notification not working
- Fixed: Previous Mail not showing correctly

Minor Changes:
- Added Ranchimall logo
- Changes confirmation message during Signout
- Improved Confirmation Box message (now has a title and message, also have optional custom button text)
- Uses a randomly generated ref for mails
- Added minimize and maximize button for compose-mail box
2020-05-02 01:39:28 +05:30
Sai Raj
ac16e26c91
Rename FLO_Messenger.html to index.html 2020-04-17 19:05:04 +05:30