Commit Graph
100 Commits
Author SHA1 Message Date
Lynn d152a735a2 cache config files when read from disk (#139)
* cache config files when read from disk

* config updates from code review
2017-06-13 11:18:29 -07:00
Lynn ee68bf8565 Mac build README.md update
mac build updates.
2017-06-09 15:32:27 -07:00
Lynn 2b6bbe955b update README.md for mac build
for mac only supporting pkg build.
2017-06-09 15:14:06 -07:00
Lynn c253741450 fix activity detection tests and build process (#133) 2017-06-08 09:10:37 -07:00
Lynn c823a7616b notifications are not showing (#132) 2017-06-07 13:20:27 -07:00
Lynn 4abe5c87d8 hide readResult method (#131) 2017-06-07 09:05:25 -07:00
Lynn 421f04d8e0 remove target to fix activity detection tests (#128) 2017-06-05 14:21:27 -07:00
Lynn 92241aa27b ignore single app instance for dev mode (#119) 2017-06-01 09:04:17 -07:00
Lynn f97a13c382 add logging and unit tests (#117)
* add logging and unit tests

* fix logging msg spell for notification
2017-05-31 21:39:08 -07:00
Lynn 013b02e04f throttle should check for valid args (#113) 2017-05-27 08:14:39 -07:00
Lynn 105c31af0a bump electron to ver 1.6.11 (#110) 2017-05-25 14:08:14 -07:00
Lynn a9d0d3b0a7 fix opening A tag (#105)
* fix opening A tag

* remove console.log
2017-05-25 09:48:40 -07:00
Lynn 2afce4c10b fix bad paths in aip file (#108) 2017-05-24 16:10:12 -07:00
Lynn b06ae06bcc move windows installer to new dir (#107) 2017-05-24 16:00:04 -07:00
Lynn 573e0e2386 add unpacked build option for mac (#106) 2017-05-24 15:03:25 -07:00
Lynn 939b59df8e code cleanup - no functional change (#95) 2017-05-23 20:22:07 -07:00
Lynn 799da09911 fix mac pkg installer path (#101) 2017-05-23 20:05:18 -07:00
Lynn ca59171294 fix linting issue in main.js (#100) 2017-05-23 13:53:48 -07:00
Lynn 3309c9f70f electron-37: added implementation for advanced mac installer (#99) 2017-05-23 13:51:19 -07:00
Lynn c4a3f6c024 simplify protocol handler api (#96)
* simplify protocol handler api

* update registerProtocolHandler doc

* more documentation updates
2017-05-23 08:06:18 -07:00
Lynn d494e23d4e Minimize on close updates (#93)
* Minimize On Close

* Minimize on close updates
2017-05-19 08:01:41 -07:00
Lynn c851c7b886 adds getVersionInfo api (#91)
* adds getVersionInfo api

* fix mixed up names
2017-05-18 10:02:29 -07:00
Lynn a64053823b refactor launch on startup (#90) 2017-05-18 09:18:25 -07:00
Lynn 4694e5206a Update README.md 2017-05-11 11:48:16 -07:00
Lynn 515ee36fe1 enforce min width and height for windows (#88) 2017-05-11 11:11:42 -07:00
Lynn c2d8d8ea70 change time stamp server (#89) 2017-05-11 11:08:43 -07:00
Lynn c09246b9e2 skip failing test - must fix (#87) 2017-05-10 20:40:03 -07:00
Lynn b21412f1c6 update rebuild (#86) 2017-05-10 18:12:47 -07:00
Lynn 1df319ee5b fix dialog when hitting close (#81) 2017-05-09 11:27:53 -07:00
Lynn 92822fec3f more ssf name-space updates (#79) 2017-05-08 10:46:56 -07:00
Lynn 19afba5928 electron-52: bring into to front for previously minimzed win (#77) 2017-05-08 10:44:00 -07:00
Lynn 4bcf134ca8 support ssf name-space (#78) 2017-05-08 10:31:27 -07:00
Lynn effa2def9c downgrad to electron 1.6.7 (#76) 2017-05-05 13:52:05 -07:00
Lynn 66f58e9fa9 get media source interface (#70) 2017-05-05 10:02:35 -07:00
Lynn 59a1915481 update to electron 1.6.8 (#74) 2017-05-02 16:06:34 -07:00
Lynn 8d199e3599 fix config test for windows (#72) 2017-04-28 17:13:06 -07:00
Lynn f8037ffd66 only allow single instance of app (#68) 2017-04-28 09:00:16 -07:00
Lynn 5d3377ec02 add unit test for isInDisplayBounds and config.js (#66)
* add unit test for util: isInDisplayBounds

* add tests for config.js
2017-04-26 09:46:15 -07:00
Lynn a9bcb275b1 refactor to be more readable (#65) 2017-04-24 12:51:35 -07:00
Lynn db6736491c readme updates for dev env
readme updates for dev env
2017-04-22 08:34:41 -07:00
Lynn 0d735ea859 bump screen-snippet ver
bump screen-snippet ver to 1.0.1 - pick up change for msbuild cmd.
2017-04-22 08:07:14 -07:00
Lynn c6698fe77c update package.json to fetch screen-snippet dep
update package.json to fetch screen-snippet dep
2017-04-22 07:57:27 -07:00
Lynn fa62eb991c add screen snippet dep for windows (#67) 2017-04-21 16:07:36 -07:00
Lynn 439f283916 saved layout (#62)
* saved layout

* fix fieldName check
2017-04-20 11:54:11 -07:00
Lynn 9785baacc3 Update README.md 2017-04-20 09:54:24 -07:00
Lynn 7371c4a8d3 update build and demo instructions (#63) 2017-04-19 21:16:39 -07:00
Lynn 7477437c6d use correct event when browserWin finally closes (#60) 2017-04-18 13:40:26 -07:00
Lynn b2fcf1afc2 add support for window.open (#59) 2017-04-18 09:02:25 -07:00
Lynn 4c7a547f26 skip some tests (for now) on windows (#57) 2017-04-11 15:17:15 -07:00
Lynn 1047a26f15 update notifications css (#56) 2017-04-11 15:01:14 -07:00
Lynn 6b99dc541e Screen snippet (#55)
* adds screen snippet feature

* update return api

* udpate unit tests
2017-04-11 11:58:35 -07:00
Lynn 1e6dfec68c update logger api (#54) 2017-04-07 13:13:10 -07:00
Lynn bcd2f8e645 fix event timing for events (#53) 2017-04-06 10:07:58 -07:00
Lynn 8d94893ea8 Fix notf close (#52)
* fix notf close

* send close event for queued items
2017-04-04 20:16:14 -07:00
Lynn 662fa1d864 upgrade electron 1.6.5 (#51) 2017-04-03 16:50:35 -07:00
Lynn 7ee0418c82 clean up event listeners in proxy (#50) 2017-03-30 16:20:51 -07:00
Lynn 7989bcc044 add sticky notf (#49) 2017-03-29 20:11:08 -07:00
Lynn 27d58a94d7 add notification grouping (#48) 2017-03-29 17:42:15 -07:00
Lynn 75d1342b28 add max queue length for notifications (#46) 2017-03-28 18:09:51 -07:00
Lynn 06e93cd9c3 update notify interface (#45) 2017-03-28 17:04:21 -07:00
Lynn 1f149d62c2 fix test failures for newer ver of node (#42) 2017-03-24 16:18:09 -07:00
Lynn e9422de1c2 fix jest to transform all tested files (#41) 2017-03-24 15:52:27 -07:00
Lynn 2ded38c542 Proxy unit tests (#40)
* add unit test for proxy

* more unit tests for proxy
2017-03-23 16:19:59 -07:00
Lynn 2b0537945b add babel for testing with jest (#38) 2017-03-22 10:24:34 -07:00
Lynn a10db61d8e add missing dep: async (#37) 2017-03-21 15:28:21 -07:00
Lynn 3a0076c86f simplify local dev env (#35) 2017-03-21 11:50:26 -07:00
Lynn 0dfa3339a3 notifications implementation (#34)
* wip: notifications

* wip: more notifications

* wip: add getter to proxy

* wip: add setter

* wip: add static getter and method

* wip: add event handlers

* wip: add doc

* wip: add api demo
2017-03-21 09:15:18 -07:00
Lynn 939d083653 update to badget count interface (#32) 2017-03-09 10:12:28 -08:00
Lynn 766933ebf1 fix crash on exit (#31) 2017-03-07 15:26:24 -08:00
Lynn 38f92b8849 browserify preload scripts (#30) 2017-03-07 14:44:31 -08:00
Lynn 4645f3a21e add badge count api (#28) 2017-03-06 21:09:10 -08:00
Lynn 71387c1dce add linting (#27) 2017-03-03 16:07:48 -08:00
Lynn 40e6b173af add logging and refactor (#26) 2017-03-01 16:32:21 -08:00
Lynn c337c62e03 add various error dialogs (#25) 2017-02-28 14:45:04 -08:00
Lynn 1c078fb2f8 update test for build server (#24) 2017-02-26 18:47:23 -08:00
Lynn d4ef876828 add unt test framework (#23) 2017-02-26 17:58:48 -08:00
Lynn 9554c2d79a fix missing item in package.json (#22) 2017-02-24 12:43:33 -08:00
Lynn 1d55a5ac0a bump dev dependency ver (#21) 2017-02-23 16:40:45 -08:00
Lynn 9933b0d1d2 readme update (#20) 2017-02-22 16:24:26 -08:00
Lynn 8f1e1e388a Installer config (#19)
* update installer to read pod url from config

* update to installer aip

* fix in undefined in getConfig
2017-02-22 15:34:16 -08:00
Lynn 50ca154a7e Read config (#18)
* read config file

* remove homepage from package.json
2017-02-20 10:24:46 -08:00
Lynn 5acb94d48c Merge pull request #17 from lneir/update-preload
Update preload
2017-02-14 17:46:37 -08:00
Lynn Neir c88b53a86a readme update 2017-02-14 17:45:13 -08:00
Lynn Neir 074d73c712 update preload files 2017-02-14 17:44:15 -08:00
Lynn 760252cef6 Merge pull request #16 from lneir/add-msi-installer
add msi installer
2017-02-14 17:29:34 -08:00
lneir 5ebd4d4716 add msi installer 2017-02-15 01:26:24 +00:00
Lynn e2c331a53c Merge pull request #15 from lneir/add-git-ignore
add gitignore file
2017-02-13 16:45:15 -08:00
Lynn Neir 03de0d109a add gitignore file 2017-02-13 16:43:08 -08:00
Lynn c36328eb4d Merge pull request #14 from lneir/dmg-img-update
update dmg image and docs
2017-02-13 16:33:38 -08:00
Lynn Neir 30f5590946 update dmg img 2017-02-13 16:31:42 -08:00
Lynn 65e78dc5a1 Merge pull request #13 from lneir/api-name-change
change name of api
2017-02-13 09:05:13 -08:00
Lynn Neir ab21a62a78 change name of api 2017-02-13 09:04:16 -08:00
Lynn 21de6cebe7 Merge pull request #12 from lneir/add-security-check
Add security check
2017-02-12 17:13:08 -08:00
Lynn Neir fee036f98f turn on sandbox 2017-02-12 17:11:02 -08:00
Lynn Neir 7c5e88f8b0 add security check for api calls 2017-02-12 16:58:42 -08:00
Lynn 446a694c4c Merge pull request #11 from lneir/refactor
add api and refactor
2017-02-10 18:21:53 -08:00
Lynn Neir 25b77075e3 add api and refactor 2017-02-10 18:20:09 -08:00
Lynn 7d1b51851a Merge pull request #10 from lneir/add-win-builder-dep
add dep for building on windows
2017-02-06 17:37:43 -08:00
Lynn Neir b420da4a7c add dep for building on windows 2017-02-06 17:36:49 -08:00
Lynn 035d436d6a Merge pull request #9 from symphonyoss/upgrade-to-latest-libs
upgrade to latest electron
2017-02-06 16:25:52 -08:00