-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathblast.html
More file actions
143 lines (140 loc) · 4.85 KB
/
Copy pathblast.html
File metadata and controls
143 lines (140 loc) · 4.85 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
<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.5.1 | Blast</b></h3>
<h3 align="middle"><b>by KostyaJRZ | 12 June 2020</b></h3>
<br/>
<ul align="middle">
<li>June Security Patch (r37)</li>
<hr>
<li>Allow to disable QS Footer warnings</li>
<hr>
<li>More translations</li>
<hr>
<li>Update apps from QQ3A.200605.001</li>
<hr>
<li>Allow all apps to use smart replies</li>
<hr>
<li>Update carrier databases</li>
<hr>
<li>Phone ringtone setting for Multi SIM device</li>
<hr>
<li>New gesture parameters</li>
<hr>
<li>Per-app cellular data, vpn and wifi restrictions</li>
<hr>
<li>Disable dashboards conditions and suggestions</li>
<hr>
<li>Initialize proper visibility for notification icons container</li>
<hr>
<li>Use DOUBLE_TAP_TO_WAKE setting also for wake from aod</li>
<hr>
<li>Make USB-Debugging notification less important</li>
<hr>
<li>Always notify listeners when switching mobile data in QS</li>
<hr>
<li>LTE+ indicator not shown when attached to CA network</li>
<hr>
<li>Don't forcefully convert wallpaper to SRGB</li>
<hr>
<li>Open ambient display settings on long click</li>
<hr>
<li>Fix notification LED blink for missed calls</li>
<hr>
<li>Add Sound tile to Quick Settings</li>
<hr>
<li>Back to normal QS drag handle look</li>
<hr>
<li>Update some icons to MD2</li>
<hr>
<li>Add new accent colors for Q</li>
<hr>
<li>Make QS columns count configurable</li>
<hr>
<li>Fix: Media volume bar indicates a wrong value</li>
<hr>
<li>Add button to AppErrorDialog to upload crash information to dogbin</li>
<hr>
<li>Fix WebView vulnerability by disallowing file access</li>
<hr>
<li>Enhance calendar link</li>
<hr>
<li>Adding aptX-Adaptive codec entry to Framework</li>
<hr>
<li>Call log limit 500 => 5000</li>
<hr>
<li>Add method for getting estimated battery time</li>
<hr>
<li>Add Pixel UI</li>
<hr>
<li>Vibrate on QS tile click</li>
<hr>
<li>Switch to OOS drawables for navbar icons</li>
<hr>
<li>Remove annoying log caused by aosp bug</li>
<hr>
<li>Add colors to assistant animation</li>
<hr>
<li>Add back gradient behind QS</li>
<hr>
<li>Improve EnhancedEstimatesGoogleImpl</li>
<hr>
<li>Introduce new PPUI Calculator</li>
<hr>
<li>Drop APN configs</li>
<hr>
<li>Setup LLVM environment variables for newer clang</li>
<hr>
<li>New Settings Icons, and colors</li>
<hr>
<li>Add back battery level animation</li>
<hr>
<li>Fix crash when going back from battery</li>
<hr>
<li>Open app when clicking on icon in App Info</li>
<hr>
<li>Center the suggestion card button</li>
<hr>
<li>Update raw animations and drawables from Pixel 4 XL</li>
<hr>
<li>Match contextual card side margin with search bar</li>
<hr>
<li>Show battery times vertically below the title</li>
<hr>
<li>Align suggestion cards to searchbar</li>
<hr>
<li>Settings Icons: add VPN icon</li>
<hr>
<li>Fix adaptive brightness</li>
<hr>
<li>Implement Early Warnings</li>
</ul>
</br>
</br>
</br>
</br>
</br>
<h3 align="middle"><font color="red"><b>#getPixelized</b></font></h3>
</div>
</section>
</body>
</html>