Commit graph

745 commits

Author SHA1 Message Date
Igor Gassmann 09194e72bd chore: update electron to fix vulnerability 2018-03-14 16:43:17 -04:00
Igor Gassmann c3469b3648
fix: daemon not launching on Windows (#1101)
* Rollback `keytar-prebuild` and `electron` to compatible versions.

* Check if the targeted build platform is different from the platform that
is building the app. If that's the case, download the appropriate daemon.
2018-03-14 16:38:55 -04:00
Igor Gassmann b9f4d7b307
chore: migrate to AppImage and update publish workflow (#1010)
The app now uses AppImage instead of .deb files for Linux. Thanks to this change, the app supports now auto-updates on Linux too.

The publishing workflow has been updated. It uses now the publishing mechanisms offered by electron-builder.
2018-03-07 18:03:45 -05:00
Liam Cardenas a81924626d Revamped analytics 2018-02-16 00:47:52 -08:00
Igor Gassmann faef367738 Update keytar-prebuild 2018-02-01 15:48:06 -03:00
Igor Gassmann fdb074fb79 Update electron-builder 2018-01-31 18:47:21 -03:00
Igor Gassmann 0b70770dba Upgrade electron-updater version 2018-01-29 19:45:22 -03:00
Igor Gassmann 0ad04abce5 Upgrade electron-builder and install find-process 2018-01-29 11:11:50 -03:00
Igor Gassmann cf4b5ddc93 Comment out initial daemon killin 2018-01-29 09:04:41 -03:00
Igor Gassmann 48cc82b86d Upgrade Electron version 2018-01-24 00:28:37 -03:00
Igor Gassmann a8258353b6 Update yarn lock file 2018-01-22 21:28:53 -03:00
Liam Cardenas f47108c4c0
Merge pull request #946 from lbryio/twilio
Phone verification
2018-01-22 15:49:35 -08:00
Liam Cardenas 705a74e2ae Functioning select phone input side by side with supposed emoji flag support 2018-01-21 22:17:06 -08:00
Igor Gassmann d6c11a334f keeps node_modules up-to-date when yarn.lock changes due to git 2018-01-18 14:19:55 -03:00
Igor Gassmann d39bd9dda7 Upgrade Electron version 2018-01-08 01:33:51 -03:00
Igor Gassmann aeb43ff1a0 Replace keytar with keytar-prebuild for resolving https://github.com/atom/node-keytar/issues/39 2018-01-08 01:26:52 -03:00
Igor Gassmann 3982a56eaa Fix importing errors 2017-12-21 19:09:30 -03:00
Igor Gassmann 7cd25e777a Pretty print and lint non-component sources 2017-12-21 18:00:33 -03:00
Igor Gassmann 4a48d0a521 Ajust Prettier and ESLint to respect Airbnb JavaScript formating rules 2017-12-21 14:14:13 -03:00
Igor Gassmann 01dd124d60 Update electron-builder 2017-12-20 11:48:38 -03:00
Igor Gassmann 040b57352f Add and configure ESLint 2017-12-13 18:36:03 -03:00
Sean Yesmunt 38a5509ed0 use flow check and move flowtype-plugin to top level 2017-12-11 23:16:44 -05:00
hackrush 656efc11bd Updated dependencies 2017-12-11 01:49:00 +05:30
Igor Gassmann 153db7c3a5 Fix Flow config 2017-12-07 17:04:19 -03:00
Igor Gassmann 87d294a151 Merge branch 'master' into restructuring 2017-12-07 14:10:43 -03:00
Igor Gassmann 0b81d6e96c Update electron-builder 2017-12-06 18:24:01 -03:00
Igor Gassmann b07e16c913 Fix electron-webpack related errors 2017-12-06 13:32:21 -03:00
Igor Gassmann 086b511154 Add postinstall script for building native dependencies 2017-12-04 21:39:02 -03:00
Igor Gassmann ce46c46708 Force version for webpack-sources of webpack 2017-12-04 19:13:13 -03:00
Igor Gassmann 42070742b0 Move node-sass to devDependencies 2017-12-04 19:03:08 -03:00
Igor Gassmann 1a28434d56 Fix webpack-sources version 2017-12-04 18:48:19 -03:00
Igor Gassmann 7e61564031 Remove old webpack related packages 2017-12-04 18:03:54 -03:00
Igor Gassmann 515b3fc933 Add support for SCSS on electron-webpack (https://webpack.electron.build/add-ons#sassscss) 2017-12-04 17:56:05 -03:00
Igor Gassmann f3f2296b6a Add babel-plugin-module-resolver 2017-12-04 17:54:40 -03:00
Igor Gassmann 0fdb78cd98 Update babel-preset-es2015 to babel-preset-env 2017-12-04 17:53:46 -03:00
Igor Gassmann 9bab346fb2 Replace webpack-notifier by webpack-buid-notifier 2017-12-04 17:49:39 -03:00
Igor Gassmann 127b7733bc Update webpack related packages 2017-12-04 16:30:56 -03:00
Igor Gassmann e1e20201e9 Force webpack-sources package version to 1.0.1 because of https://github.com/webpack/webpack-sources/issues/28 2017-12-04 16:09:55 -03:00
Igor Gassmann b8aa2b42f4 Install electron-webpack 2017-12-04 16:02:29 -03:00
Igor Gassmann 683f3e9f07 Convert project into a one package.json file structure 2017-11-29 01:43:49 -03:00
Igor Gassmann cf94212e8e HOTFIX: fix import paths 2017-11-21 17:09:20 -03:00
hackrush 7a0a0c468e Rudimentary implementation of tray minimization(WIP)
Minimize app to tray

@kauffj I was not sure about which icon to use so I used a 96x96 png as
a placeholder. The feature is working well.

Fixes #374

3 small changes

Broken Minimization

Fixed App-minization finally

Bug fix and compatibility check

Added Alt+F4 accelerator to quit the app

Small features and fixes

Homerun: Added Quit to Menu

Fixes and changes
2017-11-08 17:27:17 -05:00
Alex Liebowitz 992c9d16a3 Upgrade to Electron 1.7.9 2017-10-12 18:30:24 -04:00
Jeremy Kauffman a299ca2ddd significant additional form changes and cleanup 2017-08-06 18:27:37 -04:00
Alex Grintsvayg e37fe1f58e switch to yarn 2017-06-26 13:08:54 -04:00