Skip to content

Commit

Permalink
Adds detection for AT&T Cingular Flex
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuconcioiu committed Dec 28, 2024
1 parent 31e4caf commit 6959d6e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
18 changes: 18 additions & 0 deletions Tests/fixtures/feature_phone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1948,3 +1948,21 @@
model: F120B
os_family: Firefox OS
browser_family: Firefox
-
user_agent: Mozilla/5.0 (Mobile; ATT_EA211101; rv:48.0) Gecko/48.0 Firefox/48.0 KAIOS/2.5.4
os:
name: KaiOS
version: 2.5.4
platform: ""
client:
type: browser
name: Firefox Mobile
version: "48.0"
engine: Gecko
engine_version: "48.0"
device:
type: feature phone
brand: 'AT&T'
model: Cingular Flex
os_family: Firefox OS
browser_family: Firefox
8 changes: 5 additions & 3 deletions regexes/device/mobiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33167,16 +33167,18 @@ Tone:

# AT&T
AT&T:
regex: '(?:EA1002|EA21100[125]|EABF22206A|U(?:202|304|31[89]|328|626|668|6080|705)AA|QS5509A|V340U|V350U|WTATTRW2|SL112A)(?:[);/ ]|$)'
regex: 'ATT_|(?:EA1002|EA21100[125]|EABF22206A|U(?:202|304|31[89]|328|626|668|6080|705)AA|QS5509A|V340U|V350U|WTATTRW2|SL112A)(?:[);/ ]|$)'
device: 'smartphone'
models:
- regex: '(?:ATT_)?EA211101(?:[);/ ]|$)'
model: 'Cingular Flex'
- regex: 'EA211005'
model: 'Fusion 5G'
- regex: 'U304AA(?:[);/ ]|$)'
model: 'Radiant Core'
- regex: 'U705AA(?:[);/ ]|$)'
model: 'Radiant Max'
- regex: 'EA211001(?:[);/ ]|$)'
- regex: 'EA211001'
model: 'Radiant Max 5G'
- regex: 'QS5509A(?:[);/ ]|$)'
model: 'Axia'
Expand All @@ -33194,7 +33196,7 @@ AT&T:
model: 'Maestro Plus'
- regex: 'U626AA(?:[);/ ]|$)'
model: 'Maestro 3'
- regex: 'EA211002(?:[);/ ]|$)'
- regex: 'EA211002'
model: 'Motivate 2'
- regex: 'EABF22206A(?:[);/ ]|$)'
model: 'Motivate 3'
Expand Down

0 comments on commit 6959d6e

Please sign in to comment.