Commit graph

201 commits

Author SHA1 Message Date
Liam Cardenas
f517455bcb Added link to phone FAQ 2018-01-29 11:22:40 -08:00
Liam Cardenas
fa68ffee59 Patch phone verification for more informative error messages 2018-01-27 16:25:22 -08: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
76f6b1efa9 Remove remaining traces of logging code from main/index.js
We might need this later, but right now no logging is happening here.
2018-01-23 23:15:42 -05:00
alexliebowitz
f302a0f92a
Merge branch 'master' into auto-update 2018-01-23 19:59:57 -05:00
Alex Liebowitz
8c0bf32fe5 Small changes to prepare auto update for release 2018-01-23 19:46:49 -05:00
Alex Liebowitz
daca49dc15 Add release notes to auto update dialogs 2018-01-23 19:39:17 -05:00
Alex Liebowitz
fbc143aaaf Reword "Upgrade on Restart" to "Upgrade on Close" 2018-01-23 19:22:02 -05:00
Alex Liebowitz
483809be1b Merge remote-tracking branch 'origin/master' into auto-update 2018-01-23 10:35:15 -05:00
Liam Cardenas
f47108c4c0
Merge pull request #946 from lbryio/twilio
Phone verification
2018-01-22 15:49:35 -08:00
Liam Cardenas
ca9f67b240 Added reset button on phone verification 2018-01-22 15:26:34 -08:00
Liam Cardenas
23261d0759 Removed emojis on Windows and Linux 2018-01-22 14:46:14 -08:00
Liam Cardenas
bdc49691f0 Remove unused reducers and action types 2018-01-22 14:06:07 -08:00
Liam Cardenas
c975454501
Merge pull request #957 from lbryio/issue/952
Refactor lbryuri.js into separate named exports
2018-01-22 10:25:03 -08:00
Liam Cardenas
f67e12003f
Merge pull request #950 from Arrowana/automatic_dark_mode
Automatic dark mode
2018-01-22 10:16:36 -08:00
Liam Cardenas
e0de34d433 Readded email collection modal and trigger at startup 2018-01-21 23:27:29 -08:00
Liam Cardenas
9e2d82eac8 Split userField... into userEmail... and userPhone... 2018-01-21 23:09:11 -08:00
Liam Cardenas
99bdaa608e Small fixes to country code select 2018-01-21 22:30:20 -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
Liam Cardenas
3ac913a28e Add new phone select style 2018-01-21 11:29:48 -08:00
Arrowana
a5dce3e77a isNight() to arrow function and update isNight every 10 minutes, default to false 2018-01-20 08:37:22 +11:00
Igor Gassmann
1da4d05986 Refactor lbryuri.js into separate named exports 2018-01-19 12:12:28 -03:00
Liam Cardenas
a34a61bce8 Add custom country code 2018-01-17 21:09:08 -08:00
Liam Cardenas
faa2753e35 Change to updated urls for phone verification 2018-01-17 18:22:52 -08:00
Igor Gassmann
fd64ae58fe Refactor main process 2018-01-17 23:13:08 -03: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
Arrowana
6f77106ffa is night interval to 60 seconds and shorten label message 2018-01-17 20:55:25 +11:00
Alex Liebowitz
0c8ba50207 Update Auto Update-related copy 2018-01-15 18:38:35 -05:00
Liam Cardenas
fa7d265cc0 Add error messages in phone verification modal 2018-01-15 06:30:10 -08:00
Liam Cardenas
247859a1dd Remove console.logs 2018-01-15 05:35:15 -08:00
Liam Cardenas
4409315353 Added phone verification functionality 2018-01-15 05:32:01 -08:00
Arrowana
4795901e12 improve and clean 2018-01-15 20:09:40 +11:00
Arrowana
8eb7f58988 add basic feature 2018-01-14 20:14:15 +11:00
Alex Liebowitz
cf3406f926 Remove icon from the Windows auto-update alert dialog shown on closing 2018-01-12 00:30:23 -05:00
Alex Liebowitz
3959d4aeee Make app restart after user approves update
Forgot to call quitAndInstall(). If you don't, it will still install
the update, but won't restart.
2018-01-12 00:30:23 -05:00
Alex Liebowitz
b03623eb68 Convert Windows update alert dialog to native dialog in main process
Maybe a bit less polished, but I couldn't find a way to prevent the
main window from closing that works on the current version of Electron,
and in general it was starting to get too complicated.
2018-01-12 00:30:23 -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
bc15d24d66 Add ability to decline updates 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
565f411986 Make app actually quit for update
Before, it was just minimizing and the app wouldn't even update because
electron-updater expects to be able to close the app.
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
Alex Liebowitz
5fff24b0fb Add "auto update downloaded" modal 2018-01-12 00:30:23 -05:00
Alex Liebowitz
43297ce414 Add electron-log
The daemon and lbryum log all kinds of useful status/debug info, might
as well start doing that in the app too.
2018-01-12 00:30:23 -05:00
Alex Liebowitz
285c1ca7b6 Add electron-updater requirement and import 2018-01-12 00:30:23 -05:00
Liam Cardenas
b9b7af2bbd Renamed userEmail... to userField... 2018-01-10 22:16:03 -08:00
Liam Cardenas
c52c75758b Rename modalEmailCollection to modalPhoneCollection 2018-01-10 22:00:51 -08:00
Liam Cardenas
c0e9b92a3a Added phone verification option 2018-01-10 21:41:51 -08:00
Sean Yesmunt
2b9561f0c0
Revert "Redesign groundwork, homepage, search" 2018-01-08 17:15:44 -08:00