Skip to content

Commit

Permalink
Update mobiles.yml (#5831)
Browse files Browse the repository at this point in the history
refs #5808 - improves detection of various Alcatel devices
  • Loading branch information
liviuconcioiu authored and sgiehl committed Oct 10, 2018
1 parent 37ee043 commit c0f51cc
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions regexes/device/mobiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ Akai:

# Alcatel
Alcatel:
regex: 'Alcatel|Alc[a-z0-9]+|One[ _]?Touch|idol3|(?:4003A|4009A|4013[DMX]|4017X|4024D|4027[ADX]|4032D|4034[DF]|4047A|4049G|5009[AD]|50[16]5X|5010[DX]|5011A|501[567]A|5015D|5019D|5025[DG]|5045[DTX]|5022[DX]|5023F|5026[AD]|5042[AD]|5049G|5051[DX]|5052D|5054[DNSWX]|5056[DX]|5058[AIY]|5059[ADXY]|5065[DN]|5070D|5080X|5095K|5099[ADYUI]|6016X|603[67]Y|6039[HKY]|6043D|6044D|6045[HKY]|6050[AFY]|6055[KP]|6070K|7048X|7070X|8030Y|8050[DG]|9001[DX]|9002X|9003X|9005X|9008[AX]|9010X|9022X|I213|I216X)[);/ ]'
regex: 'Alcatel|Alc[a-z0-9]+|One[ _]?Touch|idol3|(?:4003A|4009A|4013[DMX]|4017X|4024D|4027[ADX]|4032D|4034[DF]|4047A|4049G|5009[AD]|50[16]5X|5010[DX]|5011A|501[567]A|5015D|5019D|5025[DG]|5045[DTX]|5022[DX]|5023F|5026[AD]|5042[AD]|5049G|5051[DX]|5052D|5054[ADNSWX]|5056[DX]|5058[AIY]|5059[ADXY]|5065[DN]|5070D|5080X|5095K|5099[ADYUI]|6016[AX]|603[67]Y|6039[AHJKY]|6043D|6044D|6045[HKY]|6050[AFY]|6055[KP]|6070K|7048X|7070X|8030Y|8050[DG]|9001[DX]|9002X|9003X|9005X|9008[AX]|9010X|9022X|I213|I216X)[);/ ]'
device: 'smartphone'
models:
- regex: '(?:5022[DX]|5070D)[);/ ]'
Expand All @@ -619,7 +619,7 @@ Alcatel:
model: 'One Touch Pop 3 5"'
- regex: '5065[AD][);/ ]'
model: 'One Touch Pop 3 5"'
- regex: '(?:5025[DG]|5054[DSX])[);/ ]'
- regex: '(?:5025[DG]|5054[ADSX])[);/ ]'
model: 'One Touch Pop 3 5.5"'
- regex: '5015D[);/ ]'
model: 'One Touch Pop 3 Dual SIM'
Expand All @@ -635,11 +635,11 @@ Alcatel:
model: 'One Touch Idol 2'
- regex: '5054[NW]'
model: 'One Touch Fierce XL'
- regex: '(?:6036Y|6016X)[);/ ]'
- regex: '(?:6036Y|6016[AX])[);/ ]'
model: 'One Touch Idol 2 mini'
- regex: '6050[AFY][);/ ]'
model: 'One Touch Idol 2S'
- regex: '6039[HKY][);/ ]|idol3'
- regex: '6039[AHJKY][);/ ]|idol3'
model: 'One Touch Idol 3'
- regex: '6045[KY][);/ ]'
model: 'One Touch Idol 3 5.5"'
Expand Down Expand Up @@ -1677,7 +1677,7 @@ DEXP:
- regex: 'Ursus ([^;/]+) Build'
model: 'Ursus $1'
device: 'tablet'

- regex: 'H135[ _]Build'
model: 'Atlas'
device: 'desktop'
Expand Down Expand Up @@ -7623,4 +7623,3 @@ Unknown:
regex: 'WebTV/(\d+\.\d+)'
device: 'tv'
model: 'Web TV'

0 comments on commit c0f51cc

Please sign in to comment.