Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPII-1939: Device Reporter reports screen resolutions #536

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
bbd5037
GPII-1939: Device Reporter includes screen resolution information
klown Aug 1, 2017
8026442
GPII-1939: Device Reporter reports additional OS specific information
klown Aug 2, 2017
61bb01b
Merge branch 'master' into GPII-1939
klown Aug 3, 2017
949592d
Merge branch 'master' into GPII-1939
klown Aug 21, 2017
569642d
GPII-1939: Fixed lint error.
klown Aug 21, 2017
fcdec05
GPII-1939: Simplified context aware features
klown Sep 11, 2017
bce632c
GPII-1939: Merge upstream GPII master branch into GPII-1939
klown Sep 13, 2017
ef03160
GPII-1939: Merge upstream master branch GPII-1939
klown Oct 4, 2017
b4e7016
GPII-1939: Merge upstream master GPII branch into GPII-1939
klown Oct 13, 2017
e458383
GPII-1939: Fixed typo
klown Oct 13, 2017
47f58c5
GPII-1938: Merge upstream master GPII branch into GPII-1939
klown Nov 14, 2017
0329a4d
GPII-1939: Merge upstream master GPII branch into GPII-1939
klown Dec 5, 2017
4d88360
GPII-1939: Merge upstream GPII master branch into GPII-1939
klown Dec 18, 2017
03f2552
GPII-1939: Merge upstream mastter GPII branch into GPII-1939
klown Jan 3, 2018
ba04570
GPII-1939: Merge upstream GPII master branch into GPII-1939
klown Jan 16, 2018
b93bcb5
GPII-1939: Merge upstream master GPII branch into GPII-1939.
klown Feb 12, 2018
76a4347
GPII-1939: Merge upstream master GPII branch into GPII-1939
klown Feb 20, 2018
4fc1202
GPII-1939: Device Reporter reports all screen resolutions
klown Mar 12, 2018
e30c715
GPII-1939: Device Reporter reports all screen resolutions
klown Mar 16, 2018
f0e0cba
GPII-1939: Merge uptream master GPII branch into GPII-1939
klown Apr 2, 2018
3d134e3
GPII-1939: Merge upstream master GPII branch into GPII-1939
klown Apr 4, 2018
ab0bb0e
GPII-1939: Merge upstream master GPII branch into GPII-1939
klown Apr 25, 2018
792c30d
GPII-1939: DeviceReporter/PlatformReporter reports available screen …
klown May 17, 2018
e44247a
GPII-1939: Merged upstream master GPII branch
klown Jun 1, 2018
9dc64f7
GPII-1939: Merged upstream master GPII branch
klown Jun 8, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
47 changes: 40 additions & 7 deletions gpii/node_modules/deviceReporter/src/DeviceReporter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

93 changes: 93 additions & 0 deletions gpii/node_modules/deviceReporter/test/PlatformReporterTests.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions gpii/node_modules/deviceReporter/test/all-tests.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion tests/all-tests.js
Expand Up @@ -79,7 +79,8 @@ var testIncludes = [
"../gpii/node_modules/settingsHandlers/test/WebSocketsSettingsHandlerTests.js",
"../gpii/node_modules/settingsHandlers/test/settingsHandlerUtilitiesTests.js",
"../gpii/node_modules/singleInstance/test/SingleInstanceTests.js",
"../gpii/node_modules/userListeners/test/all-tests.js"
"../gpii/node_modules/userListeners/test/all-tests.js",
"../gpii/node_modules/deviceReporter/test/all-tests.js"
];

fluid.each(testIncludes, function (path) {
Expand Down