Skip to content

Commit

Permalink
update mobile.yml for Smartisan (matomo-org#5638)
Browse files Browse the repository at this point in the history
* update mobile.yml for Smartisan

Update brand and model for Smartisan.(I got a Smartisan Pro OD105')

* fix that smartisan regex pull request

fix that smartisan regex pull request

* remove duplicate regex for smartisan

remove duplicate regex for smartisan
  • Loading branch information
vaxilicaihouxian authored and sgiehl committed Aug 3, 2017
1 parent 91e17ec commit 1a47365
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion regexes/device/mobiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4381,7 +4381,7 @@ Smartfren:

# Smartisan
Smartisan:
regex: 'SM(?:70[15]|801|901|919)|YQ60[1357][ /;\)]'
regex: 'SM(?:70[15]|801|901|919)|OD10[35]|YQ60[1357][ /;\)]'
device: 'smartphone'
models:
- regex: 'SM70[15]'
Expand All @@ -4394,6 +4394,8 @@ Smartisan:
model: 'M1L'
- regex: 'YQ60[1357]'
model: 'U1'
- regex: 'OD10[35]'
model: 'Pro'

# Stonex
Stonex:
Expand Down

0 comments on commit 1a47365

Please sign in to comment.