-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfirez.html
More file actions
151 lines (148 loc) · 4.75 KB
/
firez.html
File metadata and controls
151 lines (148 loc) · 4.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PixelPlusUI - FireZ</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Google Sans:400">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="./src/css/main.css">
<link rel="icon" type="image/png" href="./assets/images/PixelPlusUI.png"/>
</head>
<body class="page">
<header>
<div class="header__inner wrap">
<div class="branding">
<a href="./index.html">
<img src="./assets/images/PixelPlusUI.png" alt="">
</a>
</div>
</div>
</header>
<section class="downloads">
<div class="parent">
<h3 class="section__title"><b>PixelPlusUI 1.4 | FireZ</b></h3>
<h3 align="middle"><b>by KostyaJRZ | 24 May 2020</b></h3>
<br/>
<ul align="middle">
<li>May Security Patch</li>
<hr>
<li>New Wallpapers</li>
<hr>
<li>New Fonts</li>
<hr>
<li>Enable smart battery</li>
<hr>
<li>Disable all caps text on buttons</li>
<hr>
<li>Show swipe up gesture option</li>
<hr>
<li>Use round icons</li>
<hr>
<li>Import Pixel Sounds</li>
<hr>
<li>Round system dialogs, buttons and progress bars</li>
<hr>
<li>Set pixel accent color</li>
<hr>
<li>Update prebuilt launcher from Coral img</li>
<hr>
<li>New bootanimations by @slasherxd @andrewbawitlung</li>
<hr>
<li>Protect sensitive info on About device</li>
<hr>
<li>Disable dashboards conditions and suggestions</li>
<hr>
<li>Added Gaming Mode</li>
<hr>
<li>Use latest PE Updater</li>
<hr>
<li>Tweak R style notifications</li>
<hr>
<li>Refresh QS drag handle look</li>
<hr>
<li>Improve QS Blur</li>
<hr>
<li>Earlier bootanimation exit</li>
<hr>
<li>Re-enable slashes on qs tiles</li>
<hr>
<li>New switchbar</li>
<hr>
<li>Move brightness slider to the bottom</li>
<hr>
<li>Modify brightness slider icon</li>
<hr>
<li>Fix QS security footer layout</li>
<hr>
<li>Color QS tiles lucid way</li>
<hr>
<li>Make autobrightness toggle accent coloured</li>
<hr>
<li>Hide QS divider</li>
<hr>
<li>Use wireless charging animation for wired charging too</li>
<hr>
<li>Fix charging animation power level</li>
<hr>
<li>Speed things up</li>
<hr>
<li>Modified velocitytracker</li>
<hr>
<li>Speed up Orientation Listener</li>
<hr>
<li>Allow faster app switching</li>
<hr>
<li>Allow user to add/remove QS with one click</li>
<hr>
<li>Show current and new version on APK installation</li>
<hr>
<li>Enable LTE+ icon by default</li>
<hr>
<li>Show bluetooth battery level when available</li>
<hr>
<li>Nice looking black theme</li>
<hr>
<li>Show user icon on qs and qqs</li>
<hr>
<li>Persistent settings icon on qs panel for 10.x </li>
<hr>
<li>Animate drag handle on footer</li>
<hr>
<li>Add DataSwitch Tile</li>
<hr>
<li>Make 'R style' notification headers toggleable</li>
<hr>
<li>Allow controlling QS blur alpha</li>
<hr>
<li>Introduce adjustable blur intensity</li>
<hr>
<li>Add heads up tile</li>
<hr>
<li>OOS Style Traffic Indicator</li>
<hr>
<li>HeadsUp snooze function</li>
<hr>
<li>HeadsUp add timeout option</li>
<hr>
<li>Less boring heads up option</li>
<hr>
<li>HeadsUp blacklists</li>
<hr>
<li>Add Notification Category to Pixelizer</li>
<hr>
<li>Update translations</li>
<hr>
<li>Add Polish translation</li>
<hr>
<li>Pixelizer Icons</li>
</ul>
</br>
</br>
</br>
</br>
</br>
<h3 align="middle"><font color="red"><b>#getPixelized</b></font></h3>
</div>
</section>
</body>
</html>