Commit Graph

2830 Commits (85298012e46402972348fbfdf7e755c3ead34fca)

Author SHA1 Message Date
Mikunj 85298012e4 Added generation of seed in registration. 6 years ago
Mikunj 89a19fd09b Added accordian style to registration view 6 years ago
sachaaaaa 4be6af569a
Merge pull request #69 from Mikunj/ui/header
Updated current profile display in UI
6 years ago
sachaaaaa 06ece60da8 Fix glitch in last message shown in conversation list 6 years ago
Mikunj 570a7f5bf8 Fix header not updating when editing nickname. 6 years ago
Mikunj 08f9101fec Hide new contact view unless we have no matches. 6 years ago
Mikunj 1cb09cad2a Add header options. 6 years ago
Mikunj 14ecbc3f35 Moved MainHeader into its own Backbone View. 6 years ago
Mikunj c6d1c8303e Added a validation to check if a pubkey is prefixed by 05. 6 years ago
Mikunj cb3599eea8 Removed IdentityKeyHeader. 6 years ago
Beaudan 28fc5793a7 More explicit function names, shifted friend request sent logic to more sensible place 6 years ago
Beaudan 91a8a82e39 More PR suggestions, now recover from early exit before friend request is sent 6 years ago
Beaudan 2de01d0343 Back to multiple pending states, fix some notification bugs and friend requests should now work for all cases besides message sending interruption 6 years ago
Beaudan 051e4dd22c XAnother big refactor to tie conversation UI logic to the friendRequestStatus variable 6 years ago
sachaaaaa 5212edcee2
Merge pull request #68 from Mikunj/ui/profile-icons
Automatically generate profile icons
6 years ago
Mikunj c8db0e200d Fixed incorrect await. 6 years ago
Mikunj d60f147659 replaced jdenticon with identicon.js.
Cleanup any unused images.
6 years ago
Mikunj c10e81355d Moved profile name saving to account manager. 6 years ago
sachaaaaa b5cb582e94
Merge pull request #67 from sachaaaaa/log_level
More log level finetuning
6 years ago
Mikunj 06f79eb3fd Allow user to set display name when registering. 6 years ago
Mikunj 961eb53915 Auto-generate profile images on conversations. 6 years ago
sachaaaaa 8f22babfcc More log level finetuning 6 years ago
Mikunj d2c9def028 Fix code comment. 6 years ago
Mikunj cc0b74fe4a Don't show ourselves in the contact list. 6 years ago
Mikunj d6d71cb51e Show all contacts. 6 years ago
Mikunj 3eb193cca2 Added accordian 6 years ago
Mikunj fbc3832cfb Show friends in inbox. 6 years ago
Mikunj 62135a1810 Added a section below conversation list.
Fixed scrolling on conversations.
6 years ago
sachaaaaa f900fc496d
Merge pull request #61 from Mikunj/feature/profile-nickname
Added profile sharing and setting nicknames.
6 years ago
Mikunj 18d638fdbf Fix sending and receiving profile.
Don't delete profile after if we set the display name to empty.
7 years ago
Beaudan fa63ce5ade Review changes 7 years ago
Mikunj 610a305e23 Added localised strings.
Only override name when editing profile.
7 years ago
Beaudan 35c89ea4d9 Big refactor, prekeybundle moved back to a content message 7 years ago
Mikunj f7e9af4e3a Reverse changes to contact.js 7 years ago
Mikunj b929b11f07 Override unused signal code.
minor fix.
7 years ago
Mikunj ac4e04912c Minor language fixes. 7 years ago
Mikunj 14ee7fec65 Moved and nicknames into conversations. 7 years ago
Mikunj 98c4b5d77b Added editing own nickname.
Fix dark theme support.
Fix notification titles.
7 years ago
Mikunj 449f44cc5a Added changing user nicknames. 7 years ago
Mikunj 6ce9d6a08c Added nickname dialog. 7 years ago
Mikunj cf24e42a0e Added storing nicknames. 7 years ago
Mikunj aa57693fce Update profile if we get it through a message. 7 years ago
Mikunj 774c52a407 Added dynamic profile fetching in conversation.
Added setting profile when sending DataMessage.
7 years ago
Mikunj 0e6c14eb5c Added profile model. 7 years ago
sachaaaaa 4309a10ebc
Merge pull request #60 from BeaudanBrown/develop-mode-settings
Removed some repetetive logs, developer mode settings
7 years ago
Beaudan b515fc41e7 Removed some repetetive logs, made the polling time a variable and lower the polling time and PoW difficulty if we are in debug mode 7 years ago
sachaaaaa 5c128e9d91 remove `isFriend` from conversation default 7 years ago
Beaudan f67c71bda1 Fixed comment typo 7 years ago
Beaudan b65d6a6d2c Refactor friend request status to use a state enum variable 7 years ago
sachaaaaa 05602b3281 Fix accessing $messageField before assignment 7 years ago