Commit graph

33 commits

Author SHA1 Message Date
Sean Yesmunt
88b4a73fca fix: upgrade modal flow 2018-06-14 12:08:13 -04:00
Sean Yesmunt
c806d10f1e fix incompatible daemon modal 2018-05-16 14:04:08 -04:00
Daniel Dominguez
16c09a9ddd Move modals types constants to lbry-redux repository.
- Remove useless file modal types as is not referenced anymore in this repository.
  - Changed import statements to use lbry-redux to import modal types constants.
2018-05-05 16:04:47 -03:00
Sean Yesmunt
c684f56dd8 remove: selectCurrentModal 2018-04-23 14:02:06 -04:00
Sean Yesmunt
94fca29323 fix: error modal handling 2018-04-23 01:04:11 -04:00
Sean Yesmunt
c702a89454 move app modal actions to doNotify type 2018-04-19 15:03:28 -04:00
Sean Yesmunt
25c6ef54e1 doOpenModal => doNotify 2018-04-19 12:51:18 -04:00
Sean Yesmunt
eaa11679e7 update: move to lbry-redux 2018-04-18 00:13:00 -04:00
Liam Cardenas
f97f8d35ca
Revert "Authenticate early" 2018-03-26 10:26:02 -07:00
liamcardenas
d1bb7a9c2a Authenticate as early as possible 2018-03-26 01:12:02 -07:00
Igor Gassmann
7f7f09c206
fix: daemon not killed when migrating app architecture (#1109)
Add an option to kill running daemon when it's incompatible with the app version.
2018-03-15 19:04:15 -04:00
Igor Gassmann
40ab6e1b38
chore: change building target to .deb for Linux (#1103)
It was decided to rollback to Debian builds for Linux due to how inconvenient it is to launch an AppImage build.
2018-03-14 20:22:54 -04:00
liamcardenas
ac0980f75d Merge branch 'master' into subscribe-notify 2018-03-07 20:39:57 -08: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
liamcardenas
c3dd7f3449 Added notifications and downloading upon detecting to subscription items 2018-03-05 23:44:36 -08:00
btzr-io
f29a947c09 create component FileExporter 2018-02-23 17:24:00 -07:00
Alex Liebowitz
e98231fed3 Don't show auto-update dialog after decline on Win/Mac 2018-01-24 17:37:50 -05:00
Alex Liebowitz
483809be1b Merge remote-tracking branch 'origin/master' into auto-update 2018-01-23 10:35:15 -05:00
Alex Liebowitz
853bf2cfe7 Make video pause when you hit the "Upgrade Now" button on Mac/Win 2018-01-17 07:10:45 -05:00
Alex Liebowitz
863f7dc23b Make new dialogs behave correctly when video is playing 2018-01-17 06:10:11 -05:00
Alex Liebowitz
f244f9035b Add back "Upgrade App" button on Mac/Win with different dialog on click 2018-01-17 06:09:02 -05:00
Alex Liebowitz
b08d96da1e Add alert before close after update is declined on Windows 2018-01-12 00:30:23 -05:00
Alex Liebowitz
3957bf2afc Finish core UI for auto update 2018-01-12 00:30:23 -05:00
Alex Liebowitz
24ced8ede7 More core UI for auto-update
We keep the old dialog flow on Linux, and on Windows and Mac we show a
single dialog when the file is downloaded.
2018-01-12 00:30:23 -05:00
Igor Gassmann
0a94082983 Convert anonymous functions to arrow functions 2017-12-27 20:48:11 -03:00
Igor Gassmann
47bdc6cbef Merge branch 'master' into issue/763 2017-12-26 10:26:15 -03:00
Liam Cardenas
5948124586 Added recaptcha compatibility 2017-12-22 18:09:06 -08:00
Igor Gassmann
4cab8055ca Merge origin/master into issue/763 2017-12-21 22:21:22 -03:00
Igor Gassmann
7cd25e777a Pretty print and lint non-component sources 2017-12-21 18:00:33 -03:00
Igor Gassmann
a40aecfb68 Apply ESLint auto fixing 2017-12-13 18:36:30 -03:00
hackrush
2aa80ed796 Reworked abandon to not be depenedent on txn list 2017-12-13 14:55:14 +05:30
hackrush
c3582c2c09 Another fix for abandoning claims 2017-12-11 01:57:55 +05:30
Igor Gassmann
6e282ee88f Move .js files into root of renderer dir 2017-12-04 17:12:59 -03:00
Renamed from src/renderer/js/redux/actions/app.js (Browse further)