Mashopy
4c14b507aa
mediatek: Run bpfix
...
Change-Id: I82d55ffd2ddcc30abe3123d8843687111623801d
2025-09-22 02:53:19 +05:30
Roker2
1d895036b3
BesLoudness: Add QS tile
...
Change-Id: I6506c97a4e7f178df0d79f331e3854a22932196d
(cherry picked from commit 447fe5af53fabbd0fc348552747ae3db42130179)
2024-07-17 13:03:18 +00:00
Michael Bestas
840d28af8f
BesLoudness: Update SoundPreferenceFragment for QPR2
...
The OnMainSwitchChangeListener is replaced with OnCheckedChangeListener
Change-Id: I6b8cb85210eac5f0499a08a8392b3f6997542f86
2024-03-26 15:27:24 +00:00
Peter Kalauskas
97311ed400
BesLoudness: Enable use_resource_processor for all sysui deps
...
This will make the build faster
Test: m checkbuild
Bug: 295208392
Change-Id: I0c1bd901429bbe3bf81c1530e156735f8637a96e
2024-03-26 15:27:24 +00:00
Alexander Koskovich
3cee729197
mediatek: Switch to SPDX license identifiers
...
SamarV-121:
grep -rnl 'Licensed under the Apache' | while read -r file; do
comm=$(grep 'Licensed' "$file" | awk '{print $1}')
[ "$comm" = '*' ] && comm=' *'
grep -q ' Licensed' "$file" && comm=' '
sed -i "/Licensed/,/limitations under the License/c\\""$comm"" SPDX-License-Identifier: Apache-2.0" "$file"
done
Change-Id: Ib95789a0286785ba3b0b6df265291e87a13d2ef8
2023-12-29 01:44:27 +00:00
nift4
07c5247e8c
BesLoudness: drop persistent attribute
...
Turns out it's actually a huge memory hog, and not even needed for this
app (the BroadcastReceiver stays alive long enough) - this frees 2.4
percent of total device memory on my 4GB device, so around 96 megabytes,
which were being wasted permanently.
Change-Id: Ie093619cc9a088ad33b8353c233957c57df6450c
2023-07-24 16:47:34 +01:00
LineageOS Infra
9dcbe69b2c
Automatic translation import
...
Change-Id: I1948288d5dde4faf5e7bfaf4f20ab702c49cb5b8
2023-07-24 16:47:34 +01:00
LineageOS Infra
4c6209e89d
Automatic translation import
...
Change-Id: I18ff72429b2428120da8a756b11bc2b8ca2b8a5a
2023-07-24 16:47:34 +01:00
LineageOS Infra
808b61754d
Automatic translation import
...
Change-Id: Ie4c027dc6a43c2edb5e12c853801293557424b74
2023-07-24 16:47:33 +01:00
LineageOS Infra
6b64cb3000
Automatic translation import
...
Change-Id: Ica0459c5073c0c37e28e0b43a9fbb3893f85879e
2023-07-24 16:47:33 +01:00
LineageOS Infra
3fde02e1cf
Automatic translation import
...
Change-Id: I7d14c4ea25a4b8c74a627866a3db5f6b246a2a5b
2023-07-24 16:47:33 +01:00
LineageOS Infra
206e8a4d96
Automatic translation import
...
Change-Id: Ie3b2f2a26cf4ad25d2e84e470656f5156346cbe3
2023-07-24 16:47:31 +01:00
nift4
2644feb352
BesLoudness: load default value from resources
...
* and remove unused dependency
Change-Id: Ibe3f7c80b13466b44a005570d4f2bb2e4328ce8f
2023-03-08 12:56:50 +01:00
nift4
c174eb85d0
Allow user to configure BesLoudness
...
* Audio HAL turns it on every boot but there's no way to configure it
* Because it tends to cause worse sound quality on devices with bad
speakers, allow user to configure it
* Apply saved setting value every boot
* Configurable from "Settings > Sound > BesLoudness"
Change-Id: Ife31c0eb307d4926d32c7bebe84e0251ec143bf9
2023-02-17 17:17:00 +01:00