Commit Graph

5223 Commits (7564e270f8d0409242951e7880d8056a5b12c133)
 

Author SHA1 Message Date
Scott Nonnenberg 8add0ac8a1
Enable CI and packaged builds with Electron v3 (#2939)
* Update spectron to fix linux CI runs

* Point test-release grunt task at release folder

* Ensure that build folders of socks/smart-buffer are in build

* AppVeyor: windows build output folder is now release

* Travis: Force build output to release directory
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 f1d18219ed Conversation UI update. 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
Scott Nonnenberg 9f1f4bf441 Lint fixes 7 years ago
Scott Nonnenberg 3e0abe80eb Update proxy-agent to latest 7 years ago
Beaudan 7c92eeac30 Fixing cache clearing bug 7 years ago
Scott Nonnenberg bdec2d4781 Update icon-gen for Electron v3 compatibility 7 years ago
Scott Nonnenberg 97bfe5859c Update lodash to latest release 7 years ago
Scott Nonnenberg fc48b91efa Lint fixes 7 years ago
Scott Nonnenberg a291834301 Dismiss typing indicator when ConversationView is not loaded 7 years ago
Scott Nonnenberg 70eed938d9 Store arrayBuffers in database for remote identity keys 7 years ago
Scott Nonnenberg 6a4c7afc45 v1.18.1 7 years ago
Scott Nonnenberg 68af1ae1ea Show dialog if application fails to start up properly 7 years ago
Scott Nonnenberg ec12733dad Update Travis/AppVeyor to Node 10.13.0 7 years ago
Scott Nonnenberg dc2afe4b6e Update websocket dep; 1.0.25 was causing errors w/Electron3 7 years ago
Scott Nonnenberg 58544472c8 Upgrade to node 10.13.0; update chokidar, its dep upath fails 7 years ago
Scott Nonnenberg 6039c29d12 Update to Electron3; reinstall native deps for nan which builds 7 years ago
Scott Nonnenberg d600c384cf yarn.lock: Update to latest yarn, add integrity fields 7 years ago
Scott Nonnenberg d75d823873 package.json: Lock all dependencies to specific versions 7 years ago
Scott Nonnenberg 79a861a870 Typing Indicators 7 years ago
Scott Nonnenberg 99252702e1 Support receiving multiple images in one messages 7 years ago
Scott Nonnenberg 447a217397 Bulletproof getNumberInfo against missing ourNumber 7 years ago
Scott Nonnenberg 11fdf22881 Change sessions.id to a TEXT field to prevent type coercion 7 years ago
Scott Nonnenberg bde1462159 Change sessions.id to a TEXT field to prevent type coercion 7 years ago
sachaaaaa 4309a10ebc
Merge pull request #60 from BeaudanBrown/develop-mode-settings
Removed some repetetive logs, developer mode settings
7 years ago
sachaaaaa 454e073d9b
Merge pull request #59 from sachaaaaa/fix_getKeysForNumber
Fix getKeysForNumber when staleDevices is not empty
7 years ago
sachaaaaa b03548637c Fix getKeysForNumber when staleDevices is not empty 7 years ago
sachaaaaa f213f7b35b
Merge pull request #58 from sachaaaaa/cleanup_unused_var
remove `isFriend` from conversation default
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
BeaudanBrown f51dc811d4
Merge pull request #57 from BeaudanBrown/friend-state
Refactor friend request status to use a state enum variable
7 years ago
Beaudan b65d6a6d2c Refactor friend request status to use a state enum variable 7 years ago
sachaaaaa 052a434325
Merge pull request #56 from sachaaaaa/fix_messageField
Fix accessing $messageField before assignment
7 years ago
sachaaaaa ae7c9e063b
Merge pull request #55 from sachaaaaa/fix_prekey_type_unknown
Fix inexistent enum value for Prekey Type
7 years ago
sachaaaaa 05602b3281 Fix accessing $messageField before assignment 7 years ago
sachaaaaa 7e783639fd Fix inexistent enum value for Prekey Type 7 years ago
sachaaaaa 7aa80b6ca6
Merge pull request #54 from Mikunj/fix/prekey-saving
Updated pre key saving logic.
7 years ago
Mikunj d37b02421c Merge commit '96595a46d81b2d7361dfde213392e203b18ee279' into fix/prekey-saving 7 years ago
sachaaaaa 96595a46d8
Merge pull request #52 from Mikunj/fix/pkb-type
Implemented new PKB type logic.
7 years ago
Mikunj 9fd822a7e3 Remove preKeys on friend request decline. 7 years ago