Commit Graph

573 Commits

Author SHA1 Message Date
Goh Jia Hao c91def53af Fix placeholder for electron app to google 2016-05-26 16:50:42 +08:00
Goh Jia Hao 60823a21bb Temporary workaround for unable to delete OSX folder
Problem occurs with electron packager v7.01, see electron-userland/electron-packager#375
2016-05-26 16:01:23 +08:00
Goh Jia Hao a3f9a0411c Remove deprecated electron api from webpack config 2016-05-14 17:28:43 +08:00
Goh Jia Hao 6fd275f063 Update default electron version to v1.0.2 2016-05-13 12:51:05 +08:00
Goh Jia Hao 1f0d170021 Update electron-packager to v7.0.1 2016-05-13 12:50:40 +08:00
Goh Jia Hao 67482ec981 6.14.0 2016-05-08 15:33:10 +08:00
Goh Jia Hao bfb7c091f0 Update changelog for `6.14.0` 2016-05-08 15:31:23 +08:00
Goh Jia Hao 80b10d690e Properly log errors with injected files 2016-05-08 15:23:41 +08:00
Jia Hao 9f3dfdc315 Merge pull request #202 from lexelby/fix-slowdown
Fix deteriorated responsiveness #191 and polluted console #172
2016-05-08 14:26:40 +08:00
Jia Hao 319589de7b Merge pull request #178 from matthewdias/development
make keeping os x apps running optional
2016-05-08 14:20:44 +08:00
Lex Neva 52f7ea511d Revert "Fix FOUC with inject CSS files"
This reverts commit eeb661b6cd.

This was causing CSS to pile up over and over each time javascript did an HTTP request, which resulted in massive slowdown over time.
2016-05-06 09:22:43 -04:00
matthewdias 49ab72352e merge upstream, reverse default 2016-04-25 17:09:01 -05:00
Jia Hao ece19efba2 Merge pull request #188 from priezz/patch-1
Add an option to hide window frame and controls
2016-04-21 23:41:11 +08:00
Alexandr Priezzhev f5d6980bfe Merge with upstream/development 2016-04-17 23:33:08 +02:00
Jia Hao 810d282ede Merge pull request #187 from janjongboom/disable_context_menu
Add an option to disable the context menu
2016-04-17 12:55:01 +08:00
Jia Hao f520626d33 Merge pull request #181 from huyhong/development
Rebind 'Copy Current URL' to 'CmdOrCtrl+L' to mimic 'Open Location'
2016-04-17 12:52:54 +08:00
Alexandr Priezzhev f7240fb748 Update mainWindow.js 2016-04-17 01:32:52 +02:00
Alexandr Priezzhev c1b7ef9a60 Add an option to hide window frame 2016-04-17 01:06:42 +02:00
Alexandr Priezzhev 511c5f784e Add an option to hide window frame 2016-04-17 01:05:17 +02:00
Alexandr Priezzhev fd67f17129 Add an option to hide window frame 2016-04-17 01:04:10 +02:00
Alexandr Priezzhev eb03d801e3 Add an option to hide window frame 2016-04-17 01:01:46 +02:00
Alexandr Priezzhev 2f769bdb82 Add an option to hide window frame 2016-04-17 00:56:40 +02:00
Jan Jongboom ccdef6d5de Add an option to disable the context menu 2016-04-16 16:07:09 +02:00
Huy Hong e6454ca7a0 Rebind 'Copy Current URL' to 'CmdOrCtrl+L' to mimic 'Open Location' in browsers 2016-04-08 14:10:24 -07:00
Jia Hao f388ef83c6 Fix typo 2016-03-27 20:43:16 +08:00
Jia Hao 2cd251739e Add walkthrough gif in readme
Use relative link for dock screenshot
2016-03-27 11:36:04 +08:00
Jia Hao 404bab30c3 No longer enable flash by default
Flash should be enabled with `--flash`, which will also enable the `--insecure` flag
2016-03-26 15:06:50 +08:00
Jia Hao 62a43c76ed Bump default electron version to 0.37.2
Uses chrome 49
2016-03-26 14:54:14 +08:00
Jia Hao a0df9eff88 6.13.0 2016-03-25 21:14:35 +08:00
Jia Hao ed80fe74de Update changelog for `v6.13.0` 2016-03-25 21:14:28 +08:00
Jia Hao 7ebec43dec Do not include `app/src` in packaged app 2016-03-25 21:11:12 +08:00
Jia Hao d020d5d659 Fix mainWindow state not managed properly
Need to call manage `mainWindowState.manage(mainWindow)` immediately instead of at the end of `createMainWindow()`, if not certain changes such as maximizing the main window before it has been registered will not be saved.
2016-03-25 21:06:59 +08:00
Jia Hao e7390b9e33 Implement setting of verbose log level 2016-03-25 20:50:52 +08:00
Jia Hao 7b10e16ddb Merge branch 'lostfictions-development' into development 2016-03-25 20:12:20 +08:00
Jia Hao 26cfb1a86f Add test for connection error 2016-03-25 20:10:56 +08:00
Jia Hao 94c9fdb424 Contain fallback user agent within inferUserAgent 2016-03-25 20:10:45 +08:00
Jia Hao 9a9a63c15a Use axios instead of request 2016-03-25 19:58:03 +08:00
Jia Hao d2ed86e62c Add test for infer user agent 2016-03-25 19:29:33 +08:00
Jia Hao d890078e6e Should throw error on invalid platform 2016-03-25 19:29:13 +08:00
Jia Hao f4f315bb5f Merge pull request #170 from BugiDev/feature/maximization
Added option for maximization of main window ( #133 )
2016-03-23 03:41:24 +08:00
Bogdan Begovic 39e2459aad Added option for maximization of main window ( #133 ) - Fixed linting errors 2016-03-22 18:16:34 +01:00
Bogdan Begovic 7351c61664 Added option for maximization of main window ( #133 ) 2016-03-22 18:09:21 +01:00
sa 4b6716efef Infer user agent from Electron's online version list 2016-03-19 21:14:41 -04:00
Jia Hao 266a239104 Merge pull request #162 from iammarkoradak/development
Fix #159 FOUC with injected CSS files
2016-03-17 00:13:41 +08:00
Marko Radak eeb661b6cd Fix FOUC with inject CSS files 2016-03-14 07:39:41 +01:00
Jia Hao aeddcea4cb No need to run CI test for gulp release
CI tests should be run before starting the release process
2016-03-14 12:44:30 +08:00
Jia Hao ffbe3fe93a Change release docs for easier copy pasting 2016-03-14 12:43:44 +08:00
Jia Hao d1e3d30935 6.12.1 2016-03-14 12:41:22 +08:00
Jia Hao c5d4a4cc33 Update changelog for `v6.12.1` 2016-03-14 12:41:12 +08:00
Jia Hao a8072d2234 Hopefully fix icon retrieval bugs
Icon ext from page-icon contains `.` before ext now, e.g. `.png`
2016-03-14 12:28:14 +08:00