You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.MD
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,18 +3,20 @@ Simple, plugin-based floating window to show some device status controllable via
3
3
for Android, sprinkled with my (and some of the contributors) ego.
4
4
5
5
## Features
6
-
-**Notification Control** - fast show/hide toggle
6
+
-**Notification Control** - Fast show/hide toggle via Notification Center
7
+
-**Quick Setings Tile** - Or by status bar
7
8
-**Completely plugin-based** - Even the internal data provider is a plugin that have minimal
8
9
ties to the main floating service, See [Plugin Creation](readme/CONTRIBS.MD#plugin) for more info.
9
10
-**Simple** - Customizable, just not yet skinnable
10
11
11
12
### Internal Data
12
13
- Network Traffic
13
-
-*Kinda Accurate* SoC Temperature, but due to the size nature of a phone, battery temperature might be your best measure
14
+
-*Kinda Accurate* SoC Temperature[^id1], but due to the size nature of a phone, battery temperature might be your best measure.
14
15
- Battery Temperature
15
16
- RAM Usage
16
17
- Battery Percentage
17
18
19
+
[^id1]: Only works on certain devices, Unsupported devices will only shows `???` text, so far only tested on Unisoc and Snapdragon devices with the result that it only works on Snapdragon devices.
0 commit comments