-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Detect new brands: Smart, Stylo, Galaxy Innovations, Benzo, Exmart an…
…d Detect devices for existing brands: GOCLEVER, Hurricane, Gresso, Mobicel, Riviera, Haier, Alcatel, Kanji, Karbonn, NextBook, Leader Phone, Leotec, TrekStor, Highscreen, Starmobile, Blu, Lava, Gome, Hyundai, Carrefour, F2 Mobile, Xiaomi, Sony, Sico, Amazon, Asus (#6856) * feat(device) Smart brand was renamed to Smart Electronic feat(device) detect new brand Smart model: Coral 4 * feat(device) detect brand GOCLEVER models: Quantum 2 1010 Mobile, Quantum 2 700 Mobile, Quantum 2 960 Mobile, Quantum 2 400S, Quantum 2 500 Rugged, Quantum 2 550, Quantum 5 500 Rugged, Quantum 3 550 Rugged, Quantum 3 500 Lite, Quantum 3 500 * feat(device) detect new brand Stylo models: F1, SV61 Vector Plus, S9 Topaz, SM61 Magic Plus, S57 Azure, S57 Alure feat(device) detect brand Hurricane model: Glaze feat(device) detect brand Mobicel model: Rebel feat(device) detect brand Gresso model: Regal R2 feat(device) detect brand Riviera model: U963 feat(device) detect brand Haier models: L55s (HM-I559-FL), G7s (HM-I560-FL), G51 (HM-G553-FL), L8 (HM-N701-FL), HL810G feat(device) test detect brand UMIDIGI model: Rome X * feat(device) detect brand Alcatel models: 1S (2020) (5028D), 3L (2020) (5029A), 1SE (2020) (5030D), 1SE (2020) (5030D_EEA) feat(device) detect brand Kanji models: Ailu Max (KJ-OB02), Gochi (KJ-GOCHI), Alfa (KJ-ALFARK), Smart 4K (KJ-SMART4K) * feat(device) detect brand Karbonn models: Mach Five, Titanium Mach One, Titanium Mach One Plus feat(device) detect brand NextBook model: Ares 10 (NEXT1015BAP) feat(device) detect brand Leader Phone models: Vyper Pro, Daisy * feat(device) detect brand Leotec model: Supernova iS3G feat(device) detect brand TrekStor model: SurfTab Xintron I 10.1" feat(device) detect brand Highscreen model: Power Five feat(device) detect brand Starmobile model: UP Max feat(device) detect brand Blu models: Grand Max, Grand Mini feat(device) detect brand Lava model: Grand 2C * feat(device) detect new brand Galaxy Innovations model: Uni 2 feat(device) detect brand Gome model: C51 feat(device) detect brand Hyundai model: Ultra Vision Plus * feat(device) detect brand Carrefour model: CT735 feat(device) detect brand F2 Mobile model: C8 Finger feat(device) test detect brand Accent model: Cameleon C5 * feat(device) detect brand Xiaomi model: Redmi Note 10 JE (XIG02) feat(device) detect brand Sony models: Xperia 10 III Lite (XQ-BT44), Xperia 1 III (XQ-BC72) * feat(device) detect new brand Benzo model: Class S300 LTE feat(device) detect new brand Exmart model: K1 feat(device) detect brand Sico model: Express 3 feat(device) detect brand Amazon models: Fire HD 10 (2021) (KFTRWI), Fire HD 10 Plus (2021) (KFTRPWI) feat(device) detect brand Sony model: Xperia 1 Professional Edition (J9150) feat(device) detect brand Asus model: ROG Phone 5 (ASUS_I005D) feat(device) test detect brand Kyocera model: Torque G02 (KYV35) feat(app) detect app TikTok For iOS feat(os) detect OS HarmonyOS
- Loading branch information
1 parent
6e02438
commit e222f1d
Showing
19 changed files
with
1,658 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module.exports = [ | ||
'Apple TV', | ||
'tvOS', | ||
'iOS', | ||
'Mac', | ||
'iPadOS', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.