Skip to content

Commit

Permalink
add more brands and sort list
Browse files Browse the repository at this point in the history
  • Loading branch information
Findus23 committed Jul 3, 2019
1 parent 08197c7 commit 39ba9c3
Show file tree
Hide file tree
Showing 12 changed files with 400 additions and 214 deletions.
14 changes: 14 additions & 0 deletions sort.py
@@ -0,0 +1,14 @@
import yaml

with open("tests-ignore.yml") as f:
data = yaml.safe_load(f)

le = data["less_important_device_detector_icons"] # type:dict

for category, namelist in le.items():
print([type(a) for a in namelist])
print(namelist)
namelist.sort(key=lambda s: s.casefold())

with open("tests-ignore.yml", "w") as f:
yaml.safe_dump(data, f)
Binary file added src/brand/AGM.ico
Binary file not shown.
1 change: 1 addition & 0 deletions src/brand/AGM.ico.source
@@ -0,0 +1 @@
https://www.agmmobile.com/favicon.ico
Binary file added src/brand/AMGOO.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/brand/AMGOO.png.source
@@ -0,0 +1 @@
http://www.amgoo.com/wp-content/uploads/2017/09/ico_a.png
158 changes: 158 additions & 0 deletions src/brand/Beeline.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/brand/Beeline.svg.source
@@ -0,0 +1,2 @@
https://en.wikipedia.org/wiki/File:Beeline.svg
cropped
Binary file added src/brand/Extrem.ico
Binary file not shown.
1 change: 1 addition & 0 deletions src/brand/Extrem.ico.source
@@ -0,0 +1 @@
http://www.ex-trem.com/favicon.ico
Binary file added src/brand/PCD.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/brand/PCD.png.source
@@ -0,0 +1 @@
http://pcdlatam.com/wp-content/uploads/2016/12/cropped-icono-270x270.png

0 comments on commit 39ba9c3

Please sign in to comment.