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

add new browsers, devices and tests #177

Merged
merged 9 commits into from
Feb 10, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add new browsers, devices and tests
  • Loading branch information
mimmi20 committed Feb 6, 2019
commit 647a5c6ce1d1b99c49e06f3709fa7b0ef2dd5138
20 changes: 20 additions & 0 deletions data/browsers/application.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,16 @@
},
"engine": "webkit"
},
"airsuite-ui": {
"name": "airsuite-ui",
"manufacturer": "Unknown",
"type": "application",
"version": {
"class": null,
"search": null
},
"engine": "webkit"
},
"aldiko": {
"name": "Aldiko",
"manufacturer": "Unknown",
Expand Down Expand Up @@ -1101,6 +1111,16 @@
},
"engine": "unknown"
},
"share-app": {
"name": "Share App",
"manufacturer": "Unknown",
"type": "application",
"version": {
"class": null,
"search": null
},
"engine": "webkit"
},
"shopkeep pocket": {
"name": "ShopKeep Pocket",
"manufacturer": "ShopKeep",
Expand Down
26 changes: 22 additions & 4 deletions data/browsers/multimedia-player.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,16 @@
},
"engine": "webkit"
},
"german radio app": {
"name": "German Radio App",
"manufacturer": "Unknown",
"type": "multimedia-player",
"version": {
"class": null,
"search": null
},
"engine": "unknown"
},
"microsoft-iptv-client": {
"name": "IPTV-Client",
"manufacturer": "Microsoft",
Expand Down Expand Up @@ -228,10 +238,8 @@
"manufacturer": "Unknown",
"type": "multimedia-player",
"version": {
"class": "VersionFactory",
"search": [
"Radio"
]
"class": null,
"search": null
},
"engine": "unknown"
},
Expand All @@ -245,6 +253,16 @@
},
"engine": "unknown"
},
"radio power app": {
"name": "Radio Power App",
"manufacturer": "Unknown",
"type": "multimedia-player",
"version": {
"class": null,
"search": null
},
"engine": "unknown"
},
"phonostar radio-app": {
"name": "Radio-App",
"manufacturer": "phonostar",
Expand Down
4 changes: 4 additions & 0 deletions data/companies/companies.json
Original file line number Diff line number Diff line change
Expand Up @@ -5283,6 +5283,10 @@
"name": "Xovi GmbH",
"brandname": "Xovi"
},
"XTouch": {
"name": "XTouch",
"brandname": "XTouch"
},
"YaCy": {
"name": "YaCy",
"brandname": "YaCy"
Expand Down
14 changes: 14 additions & 0 deletions data/devices/amazon/tablet.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,20 @@
"type": "tablet",
"platform": "android"
},
"amazon kfkawi": {
"deviceName": "KFKAWI",
"marketingName": "Fire HD 8 (2018)",
"manufacturer": "Amazon",
"brand": "Amazon",
"display": {
"width": null,
"height": null,
"touch": true,
"size": null
},
"type": "tablet",
"platform": "android"
},
"amazon kfmewi": {
"deviceName": "KFMEWI",
"marketingName": "Fire HD 8 (5th Gen.)",
Expand Down
86 changes: 85 additions & 1 deletion data/devices/amazon/tv-media-player.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"amazon aftt": {
"deviceName": "AFTT",
"marketingName": "Fire TV Stick",
"marketingName": "Fire TV Stick (2nd Gen.)",
"manufacturer": "Amazon",
"brand": "Amazon",
"display": {
Expand All @@ -40,5 +40,89 @@
},
"type": "tv-media-player",
"platform": "android"
},
"amazon aftmm": {
"deviceName": "AFTMM",
"marketingName": "Fire TV Stick 4K",
"manufacturer": "Amazon",
"brand": "Amazon",
"display": {
"width": null,
"height": null,
"touch": false,
"size": null
},
"type": "tv-media-player",
"platform": "android"
},
"amazon aftjmst12": {
"deviceName": "AFTJMST12",
"marketingName": "Fire TV Edition - Insignia 4K (2018)",
"manufacturer": "Amazon",
"brand": "Amazon",
"display": {
"width": null,
"height": null,
"touch": false,
"size": null
},
"type": "tv-media-player",
"platform": "android"
},
"amazon aftbamr311": {
"deviceName": "AFTBAMR311",
"marketingName": "Fire TV Edition - Insignia HD (2018)",
"manufacturer": "Amazon",
"brand": "Amazon",
"display": {
"width": null,
"height": null,
"touch": false,
"size": null
},
"type": "tv-media-player",
"platform": "android"
},
"amazon afta": {
"deviceName": "AFTA",
"marketingName": "Fire TV Cube",
"manufacturer": "Amazon",
"brand": "Amazon",
"display": {
"width": null,
"height": null,
"touch": false,
"size": null
},
"type": "tv-media-player",
"platform": "android"
},
"amazon aftkmst12": {
"deviceName": "AFTKMST12",
"marketingName": "Fire TV Edition - Toshiba 4K (2018)",
"manufacturer": "Amazon",
"brand": "Amazon",
"display": {
"width": null,
"height": null,
"touch": false,
"size": null
},
"type": "tv-media-player",
"platform": "android"
},
"amazon aftn": {
"deviceName": "AFTN",
"marketingName": "Fire TV (3rd Gen.)",
"manufacturer": "Amazon",
"brand": "Amazon",
"display": {
"width": null,
"height": null,
"touch": false,
"size": null
},
"type": "tv-media-player",
"platform": "android"
}
}
14 changes: 14 additions & 0 deletions data/devices/bq/smartphone.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,20 @@
"type": "smartphone",
"platform": "android"
},
"bq aquaris x2 pro": {
"deviceName": "Aquaris X2 Pro",
"marketingName": "Aquaris X2 Pro",
"manufacturer": "Bq",
"brand": "Bq",
"display": {
"width": null,
"height": null,
"touch": true,
"size": null
},
"type": "smartphone",
"platform": "android"
},
"bq aquaris x5": {
"deviceName": "Aquaris X5",
"marketingName": "Aquaris X5",
Expand Down
112 changes: 112 additions & 0 deletions data/devices/logicom/smartphone.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,60 @@
{
"logicom b bot 50": {
"deviceName": "B Bot 50",
"marketingName": "B Bot 50",
"manufacturer": "Logicom",
"brand": "Logicom",
"display": {
"width": 854,
"height": 480,
"touch": true,
"size": 5
},
"type": "smartphone",
"platform": "android"
},
"logicom b bot 550": {
"deviceName": "B Bot 550",
"marketingName": "B Bot 550",
"manufacturer": "Logicom",
"brand": "Logicom",
"display": {
"width": 854,
"height": 480,
"touch": true,
"size": 5.5
},
"type": "smartphone",
"platform": "android"
},
"logicom id bot 53": {
"deviceName": "ID Bot 53",
"marketingName": "ID Bot 53",
"manufacturer": "Logicom",
"brand": "Logicom",
"display": {
"width": 1280,
"height": 720,
"touch": true,
"size": 5
},
"type": "smartphone",
"platform": "android"
},
"logicom id bot 553": {
"deviceName": "ID Bot 553",
"marketingName": "ID Bot 553",
"manufacturer": "Logicom",
"brand": "Logicom",
"display": {
"width": 1280,
"height": 720,
"touch": true,
"size": 5.5
},
"type": "smartphone",
"platform": "android"
},
"logicom l-ement500": {
"deviceName": "L-EMENT500",
"marketingName": "L-EMENT500",
Expand Down Expand Up @@ -55,6 +111,48 @@
"type": "smartphone",
"platform": "android"
},
"logicom m bot 51": {
"deviceName": "M Bot 51",
"marketingName": "M Bot 51",
"manufacturer": "Logicom",
"brand": "Logicom",
"display": {
"width": 1280,
"height": 800,
"touch": true,
"size": 5
},
"type": "smartphone",
"platform": "android"
},
"logicom m bot 54": {
"deviceName": "M Bot 54",
"marketingName": "M Bot 54",
"manufacturer": "Logicom",
"brand": "Logicom",
"display": {
"width": 1280,
"height": 720,
"touch": true,
"size": null
},
"type": "smartphone",
"platform": "android"
},
"logicom m bot 551": {
"deviceName": "M Bot 551",
"marketingName": "M Bot 551",
"manufacturer": "Logicom",
"brand": "Logicom",
"display": {
"width": 1280,
"height": 720,
"touch": true,
"size": 5.5
},
"type": "smartphone",
"platform": "android"
},
"logicom m bot 60": {
"deviceName": "M Bot 60",
"marketingName": "M Bot 60",
Expand All @@ -68,5 +166,19 @@
},
"type": "smartphone",
"platform": "android"
},
"logicom vr bot 552": {
"deviceName": "VR Bot 552",
"marketingName": "VR Bot 552",
"manufacturer": "Logicom",
"brand": "Logicom",
"display": {
"width": 1280,
"height": 720,
"touch": true,
"size": 5.5
},
"type": "smartphone",
"platform": "android"
}
}
Loading