roynatech2544
2d2a1ed08f
universal7885: FMRadio: Fix background svc not receiving start
...
Somehow this intent filter got removed, breaking init function
2022-11-03 19:59:35 +09:00
roynatech2544
49c565abdb
universal7885: FMRadio: Mark as persistent
...
- For avoiding HAL <-> app failures
2022-10-26 17:56:32 +09:00
roynatech2544
a7ef8f2b7e
universal7885: Format xml again
...
* No tabs this time, 3-space intent
2022-04-29 22:24:09 +09:00
roynatech2544
442aa11e81
universal7885: Format xml using xmlstarlet
2022-04-18 13:32:36 +09:00
roynatech2544
9b2915e070
universal7885: xml: format using xmllint
2022-04-15 11:26:05 +09:00
roynatech2544
cae95b3c27
universal7885: FMRadio: Drop unused permission
...
* Also drop privapp permissions
2022-04-12 18:28:07 +09:00
roynatech2544
9443bdc315
universal7885: FMRadio: Futher improve code
...
* Using enum classes for various statuses for good readability
* Implement favorite channel saving which was missing
* Use Kotlin coroutines again for refreshing channel list button, for faster UI response
* Added javadoc for better functions description
* Also, code native audio routing system on jni (fm_route.cpp)
Change-Id: I993c88fdb580248d8a55efd8e9b6fed0e36d9b24
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
2022-03-22 19:05:31 +09:00
roynatech2544
308a5d49c8
universal7885: Add Material you reworked FM app
...
* UI and function improvements
Change-Id: Ia1ea7aa0caf0ac3838e285952e9be7e79b946e80
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
2022-03-22 19:05:30 +09:00
roynatech2544
0519231d7b
universal7885: Add FMRadio app
...
* Created from scratch by me (Royna) with help of LineageOS repo [1], Sony Xperia Dev repo [2]
* Basic input/output, channel selection is working
[1]: https://github.com/LineageOS/android_hardware_samsung_slsi_fm
[2]: https://github.com/sonyxperiadev/vendor-qcom-opensource-fm
Change-Id: I922bbeb9f86e6a4c7bc993d27d2f9eeb2a712186
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
2022-03-22 19:05:25 +09:00