-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdevilx.html
More file actions
117 lines (114 loc) · 4.06 KB
/
devilx.html
File metadata and controls
117 lines (114 loc) · 4.06 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PixelPlusUI - DevilX</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.3 | DevilX</b></h3>
<h3 align="middle"><b>by KostyaJRZ | 2 May 2020</b></h3>
<br/>
<ul align="middle">
<li>New unique volume dialog!</li>
<hr>
<li>Torch on power button</li>
<hr>
<li>Incall vibration option</li>
<hr>
<li>R Style ScreenRecorder</li>
<hr>
<li>DT2S On lockscreen and statusbar</li>
<hr>
<li>Russian, Ukrainian and French translations</li>
<hr>
<li>Fix up statusbar paddings for devices with display cutouts</li>
<hr>
<li>Add support for internal audio recording</li>
<hr>
<li>Removed VoLTE Icon switch (Temporary)</li>
<hr>
<li>R style notification section headers</li>
<hr>
<li>Mobile Data, Bluetooth, etc panels</li>
<hr>
<li>Retain notch check with NetworkTraffic</li>
<hr>
<li>Add support for DiracSound FX</li>
<hr>
<li>Allow disable of screenshot shutter sound</li>
<hr>
<li>Port long screenshot implementation from Asus</li>
<hr>
<li>Nuke OOS Longshot</li>
<hr>
<li>Port face unlock for OFFICIAL builds</li>
<hr>
<li>April Security Patch</li>
<hr>
<li>Fix error com.google.android.gms.persistent</li>
<hr>
<li>Get turbo going again</li>
<hr>
<li>Catch NameNotFoundException</li>
<hr>
<li>Set default animation scale to 0.7x</li>
<hr>
<li>Require unlocking to use some QS tiles</li>
<hr>
<li>Optimize IncallUI delay for voice calls</li>
<hr>
<li>Smoother Upload and Download Animation</li>
<hr>
<li>Use global fonts in styles</li>
<hr>
<li>Update PowerUsageFeatureProviderGoogleImpl</li>
<hr>
<li>Improve QS Panels</li>
<hr>
<li>Fix data usage display on mobile panel</li>
<hr>
<li>Nuke OPScreenRecorder</li>
<hr>
<li>Change default wallpapers</li>
<hr>
<li>Generate block based OTA for product partitions</li>
<hr>
<li>Do not remove dynamic partitions in system-only builds</li>
<hr>
<li>Bring-up incremental OTA</li>
<hr>
<li>Bump version to 1.3 | DevilX</li>
<hr>
<li>Set delay for screenshot chord to 0</li>
<hr>
<li>Update backuptool</li>
<hr>
<li>Bring-up PixelPlusUI Papers</li>
<hr>
<li>More build info</li>
</ul>
</br>
</br>
</br>
</br>
</br>
<h3 align="middle"><font color="red"><b>#getPixelized</b></font></h3>
</div>
</section>
</body>
</html>