Commit Graph

12 Commits

Author SHA1 Message Date
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
f52d706cc0
Update README.md 2020-04-17 19:08:51 +05:30
Sai Raj
ac16e26c91
Rename FLO_Messenger.html to index.html 2020-04-17 19:05:04 +05:30
sairajzero
e573ecb8ac v1.0.2
Major Changes:
- Added a settings screen (Click on the settings button on top-right to open settings popup).
- Backup data, Restore data and Signout options are located in settings screen.
- Added UI for mail feature.
- Fixed minor bugs in mail feature.

Backup and Restore features:
- Backup data: allows the user to download a backup file of the data (contacts, pubKeys, mails,  messages).
- Restore data: allows the user to restore the data from a backup file.

Mail Feature:
- Users can send and receive mail to/from other users.
- Click the new mail at the bottom of the page to compose a new mail.
- Mails will be refreshed and retrived from supernode along with messages.
- Click on a mail to view the content of the mail.
- To view the previous mail of the sequel, click 'view previous mail' at the bottom right of the pop-up.
- To reply to a mail, click reply mail at the bottom of the pop-up.
2020-04-17 19:01:43 +05:30
sairajzero
3d04fea2ab v1.0.1
Added:
- Adding Backup feature
- Adding Mail feature

Others:
- Rename sendUnencrypted to sendEncoded
- Moved sendEncrypted, sendEncoded and sendRaw to util.
- Added sendMessage to automatically determine the type to send
- Joined all load funtions into loadData
- Altered funtion calls as per the changes
2020-04-08 15:57:38 +05:30
sairajzero
0a5ad5a2e4 v1.0.0
- Adding major UI
- Added feature to store contact (with name)
2020-04-06 04:55:28 +05:30
sairajzero
548e3d203c Changing application name to Messenger 2020-03-21 18:49:56 +05:30
sairajzero
a4e50a5957 Adding Simple UI and startUp 2020-03-18 18:47:14 +05:30
sairajzero
d4fc6dd999 customizing floDapp for floMessage requirement 2020-03-18 18:46:03 +05:30
sairajzero
b46c63d063 Adding floMessage scripts
Removing floCloudAPI (floMessage script has inbuilt customization as needed)
2020-03-18 18:44:20 +05:30
sairajzero
0b43ad02ad Initial commit 2020-03-18 18:41:58 +05:30
Sai Raj
02252f67ce Initial commit 2020-03-18 18:33:59 +05:30