Commit 8eb6eba
authored
android: multidevice capabilites and accessiblity features (and "liquid glass") (#202)
many thanks to @rithvikvibhu for help with the hearing aids feature
adds:
hearing aid
two-device connection
new UI
transparency mode customization
commits:
* android: add accessibility stuff
adds option for customizing transparency mode, amplification, tone, etc.
* docs: update transparency mode format
* android: don't 'start' service every time MainActivity is launched
* android: add basic multidevice capabilities
use at your own risk, may or may not work
* android: clean up a bit of AI gen'd code
* android: clean up main service and remove minimum API on head gestures
* android: clean up a lot of stuff
* android: implement the accessiblity settings page
* android: add EQ settings for phone and media
* android: add toggle for DID hook
* docs: add 'has ownership' control cmd
* android: fix balance NaN error when amplification L/R is both zero
* android: bring back some accessiblity settings and add listeners for all config
* android: add header to ATTManager
* android: use device name sent by the connected device in island
* android: fix track color in tone volume
* android: remove unused composable
* android: update eq sliders style
* android: fix text color in selectors
* android: add delay before starting head tracking again
* android: add a few options
ik not the right branch/pr but, eh, i am not merging this hook until i test further, and if i don't merge, conflicts, a lot of 'em
* android: a small ui fix
* docs: a few more control cmds
* android: add microphone setting
also, un-hardcoded strings, and updated text sizes
* android: improve dropdowns
ai generated
* android: move attmanager to service to avoid trying to connect multiple times
* android: add ui for hearing stuff
mostly copied from the transparency settings, which are now updated to match ios <26 ui
* android: add media assist options in hearing aid
ui only
* android: add hearing aid adjustments
* android: liquidglass sliders
* android: improve liquid glass sliders
* android: little more liquid glass
* android: fix hearing aid parsing
* android: remove customdeviceactivity from manifest
* android: remove unused strings
* android: small ui tweaks
* android: a very big commit
refactoring ui, mostly
* android: move padding to StyledScaffold's content
because haze needs it
* android: revert accidental capitalization on toggle label
* android: update usages for toggle
* android: liquidglass, maybe?
the switch and icon button took quite a while. i forgot the order of modifiers matters!
* remove bleonly mode, use CAPod instead
* remove bleonly mode, use CAPod instead
* android: fix switch styling
* android: remove fade from transition
* android: add A16's new bluetooth identifier for log collection
just why...
* android: fix crash in head gestures screen
* android: show head gestures status in the navigation button
* android: don't crash if att not available
* android: use lazycolumn in airpods settings for better performance and navigation transitions
* android: fix text color in troubshooting button and pressandhold settings
* android: bring back original confirmation dialog
too lazy to fix/implement properly the glassy one
* android: prevent hearing aid turning off itself
* android: hide media assist, not implemented
* docs: update README with new features
* docs: add demo video
* docs: add new screenshots for android
* docs: update demo video position
* docs: app3 compatibility
* docs: new control cmds '25 (again)
* docs: change section title in control cmd doc
Updated section title from 'Control Commands' to 'Identifiers and details'.
* android: ui tweaks
* android: update styled slider thumb
* android: add accessiblity service for camera control
* android: add camera control, finally
i got too lazy to find out how to listen to app openings earlier, wasn't too hard
* android: add option to change camera app id
* android: not use relative paths for executing commands
i hope it's the same across all skins
* android: fix transparency and noise cancellation flags
huh... was it always like this?
* android: revert to using relative paths for su
compatibility issues with magisk
* android: bump version
* android: don't crash if self MAC is not available
* android: remove unused LOCAL_ADDRESS permission
* android: add opensource licenses
should've done this a long time ago!
* android: move navigation button to activity level
* android: update animation time on switch tap
* android: implement setting hearing test results
* android: update title in hearing test screen
* docs: add screenshot for hearing test
* android: fix haze for dialog when enabling hearing aid
* android: parse device info
* android: add support for various models
still need to update images or find a way to fetch from apple's cdn
* android: fix a2dp connection
* android: remove stray eq config in accessibility settings
* android: improve connection handling
* android: add a (very important) support dialog
to not be invasive, this only shows up once, and never again.
* docs: add note for DID hook on android1 parent e437572 commit 8eb6eba
File tree
152 files changed
+17544
-5672
lines changed- android
- app
- libs
- src/main
- cpp
- java/me/kavishdevar/librepods
- composables
- constants
- screens
- services
- utils
- res-apple
- drawable
- font
- res
- drawable
- layout
- mipmap-anydpi
- raw
- values-v21
- values-zh-rCN
- values
- xml
- gradle
- imgs
- docs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
152 files changed
+17544
-5672
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | | - | |
283 | | - | |
284 | | - | |
| 282 | + | |
| 283 | + | |
285 | 284 | | |
286 | 285 | | |
287 | 286 | | |
288 | 287 | | |
289 | 288 | | |
290 | | - | |
291 | | - | |
| 289 | + | |
292 | 290 | | |
293 | 291 | | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
326 | 303 | | |
327 | 304 | | |
328 | 305 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | | - | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
| |||
58 | 62 | | |
59 | 63 | | |
60 | 64 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
67 | 77 | | |
68 | 78 | | |
69 | 79 | | |
| |||
72 | 82 | | |
73 | 83 | | |
74 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
75 | 103 | | |
76 | 104 | | |
77 | 105 | | |
78 | 106 | | |
79 | 107 | | |
80 | 108 | | |
81 | 109 | | |
82 | | - | |
83 | | - | |
84 | | - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
85 | 114 | | |
86 | 115 | | |
87 | 116 | | |
88 | 117 | | |
89 | 118 | | |
90 | 119 | | |
91 | | - | |
92 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
93 | 123 | | |
94 | 124 | | |
95 | 125 | | |
| |||
111 | 141 | | |
112 | 142 | | |
113 | 143 | | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | 144 | | |
134 | 145 | | |
135 | 146 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | | - | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
46 | 52 | | |
47 | 53 | | |
48 | 54 | | |
| |||
62 | 68 | | |
63 | 69 | | |
64 | 70 | | |
65 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
66 | 89 | | |
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | | - | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | 76 | | |
85 | 77 | | |
86 | 78 | | |
| |||
90 | 82 | | |
91 | 83 | | |
92 | 84 | | |
93 | | - | |
| 85 | + | |
94 | 86 | | |
95 | 87 | | |
96 | 88 | | |
97 | | - | |
| 89 | + | |
98 | 90 | | |
99 | | - | |
| 91 | + | |
100 | 92 | | |
101 | 93 | | |
102 | 94 | | |
| |||
124 | 116 | | |
125 | 117 | | |
126 | 118 | | |
127 | | - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
128 | 130 | | |
129 | 131 | | |
130 | 132 | | |
| |||
0 commit comments