{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":606483481,"defaultBranch":"lineage-21","name":"android_hardware_lge","ownerLogin":"LineageOS","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-02-25T16:22:37.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/24304779?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716175973.0","currentOid":""},"activityList":{"items":[{"before":"ab826360d7e4d062b4d29ff313936cbbb32f956c","after":"eb37a4fc29a0659ddd9251e9f516a20b11fa1fae","ref":"refs/heads/lineage-21","pushedAt":"2024-05-20T03:34:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lineageos-gerrit","name":null,"path":"/lineageos-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24783018?s=80&v=4"},"commit":{"message":"sepolicy: sort file_contexts by alphabetical order of file paths\n\nChange-Id: Ic7f59745ea29cd70e5ac2cf67f01701570528bd4","shortMessageHtmlLink":"sepolicy: sort file_contexts by alphabetical order of file paths"}},{"before":"26e477457b1bec8c4c7fb82e8d75fedcd926000b","after":"ab826360d7e4d062b4d29ff313936cbbb32f956c","ref":"refs/heads/lineage-21","pushedAt":"2024-05-16T21:14:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lineageos-gerrit","name":null,"path":"/lineageos-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24783018?s=80&v=4"},"commit":{"message":"dac_plugin: guard with AUDIO_FEATURE_ENABLED_EXT_AMPLIFIER\n\nCurrently the existence of this makefile breaks builds for devices that\nare using prebuilt audio HAL.\n\nThis plugin HAL doesn't work anyway without:\n- OSS audio HAL\n- this flag enabled for that audio HAL\n\nSo just guard it that way.\n\nChange-Id: I2dc43611b93f19860b54aa2eebb56ec427569562","shortMessageHtmlLink":"dac_plugin: guard with AUDIO_FEATURE_ENABLED_EXT_AMPLIFIER"}},{"before":"007775870e85e3b7dac29e3a3b599fb13cd95dde","after":"26e477457b1bec8c4c7fb82e8d75fedcd926000b","ref":"refs/heads/lineage-21","pushedAt":"2024-05-15T17:17:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lineageos-gerrit","name":null,"path":"/lineageos-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24783018?s=80&v=4"},"commit":{"message":"Automatic translation import\n\nChange-Id: I94d0c30826e0e3d15bded030bbbec13645cf4f0a","shortMessageHtmlLink":"Automatic translation import"}},{"before":"4921669e210048676ab41903c73bbd5982446156","after":"01fb6bae1cf3ca885f57d6cb53ee8def4b7824e8","ref":"refs/heads/lineage-20","pushedAt":"2024-05-15T15:40:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lineageos-gerrit","name":null,"path":"/lineageos-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24783018?s=80&v=4"},"commit":{"message":"Automatic translation import\n\nChange-Id: Ib7f2011405588427fb91d0242165e93243114852","shortMessageHtmlLink":"Automatic translation import"}},{"before":"a609b3c874364a5dd348dd0d57163cb17b563e90","after":"007775870e85e3b7dac29e3a3b599fb13cd95dde","ref":"refs/heads/lineage-21","pushedAt":"2024-05-10T12:31:59.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"lineageos-gerrit","name":null,"path":"/lineageos-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24783018?s=80&v=4"},"commit":{"message":"dac_control: remove support for android.hardware.audio@4.0\n\nAndroid 14 no longer has support for 4.0 audio HIDL in VINTF. Now that\njoan has migrated to the open source DAC implementation, we are able to\ndrop this version.\n\nChange-Id: Iae0e18d67714d133401a179ac0d03e57e3b28dda","shortMessageHtmlLink":"dac_control: remove support for android.hardware.audio@4.0"}},{"before":"6e54b7e473a4e91c2ae944dd827ecde9254dd8b3","after":"a609b3c874364a5dd348dd0d57163cb17b563e90","ref":"refs/heads/lineage-21","pushedAt":"2024-05-10T12:30:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lineageos-gerrit","name":null,"path":"/lineageos-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24783018?s=80&v=4"},"commit":{"message":"hardware/lge: add a hack to get DAC working with OSS audio HAL\n\nThis is an awful implementation to enable the Hi-Fi Quad DAC feature.\n\nDue to cloning our own audio HAL causing several Soong issues, instead\nopt to hijack the audio_amplifier HAL.\n\nThis has the limitation that we cannot introduce our own snd_device,\nbackend, or interface directly to the platform list in the HAL; to\naddress this, we can force SND_DEVICE_OUT_HEADPHONES to switch to LG's\ncustom backend and use those in place of the default backend. When\ndisabling, the original backend should be brought back.\n\nTo use this, define TARGET_DAC_PLUGIN_INCLUDE_DIR to your device\nrepository's header path, copy dac_plugin.h to that directory, and\nrename the mixer paths, backends and interfaces as needed.\n\nChange-Id: I4d61a288746c2eb34849831d58633c298e04622e","shortMessageHtmlLink":"hardware/lge: add a hack to get DAC working with OSS audio HAL"}},{"before":"41aaf303511e94d791d89373a166b2e23dcbc9fb","after":"6e54b7e473a4e91c2ae944dd827ecde9254dd8b3","ref":"refs/heads/lineage-21","pushedAt":"2024-05-10T10:24:01.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"lineageos-gerrit","name":null,"path":"/lineageos-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24783018?s=80&v=4"},"commit":{"message":"hidl: add dummy Android.mk\n\nAll this does is call subdirectory makefiles. Otherwise, the IR service\nisn't getting included in LGE MSM8996 devices, causing build errors.\n\nChange-Id: I36278ad318ab3861eb9dbf7d751e5fb207902d79","shortMessageHtmlLink":"hidl: add dummy Android.mk"}},{"before":"e6170330ff038ddbe78fe29251c8454ba859f430","after":"41aaf303511e94d791d89373a166b2e23dcbc9fb","ref":"refs/heads/lineage-21","pushedAt":"2024-05-10T10:23:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lineageos-gerrit","name":null,"path":"/lineageos-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24783018?s=80&v=4"},"commit":{"message":"Add top-level Android.mk guard\n\n * Inherit makefiles only if dir is in PRODUCT_SOONG_NAMESPACES.\n\nSigned-off-by: Daniel Jacob Chittoor \nChange-Id: I22955477304229365b7632c9792d737230de9376","shortMessageHtmlLink":"Add top-level Android.mk guard"}},{"before":"29f8eb139def44c3eb9b60837a0bfa75d633069d","after":"e6170330ff038ddbe78fe29251c8454ba859f430","ref":"refs/heads/lineage-21","pushedAt":"2024-05-04T09:28:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lineageos-gerrit","name":null,"path":"/lineageos-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24783018?s=80&v=4"},"commit":{"message":"fixup! lge: livedisplay: add SunlightEnhancement interface\n\nIf the class is NULL, we do in fact want to exit.\n\nChange-Id: Ib2e1c7e2856e6a6c8eedf555e73c2a364db5530e","shortMessageHtmlLink":"fixup! lge: livedisplay: add SunlightEnhancement interface"}},{"before":"cf03c0d627785aa26e21dabac2da72922924af8d","after":"29f8eb139def44c3eb9b60837a0bfa75d633069d","ref":"refs/heads/lineage-21","pushedAt":"2024-05-01T17:59:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lineageos-gerrit","name":null,"path":"/lineageos-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24783018?s=80&v=4"},"commit":{"message":"Automatic translation import\n\nChange-Id: I90fd4fd279354314e6ce5a10f36a766f6c158e59","shortMessageHtmlLink":"Automatic translation import"}},{"before":"685d73cd7254e8561f1657f89b9f94ac2f94032d","after":"4921669e210048676ab41903c73bbd5982446156","ref":"refs/heads/lineage-20","pushedAt":"2024-05-01T16:24:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lineageos-gerrit","name":null,"path":"/lineageos-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24783018?s=80&v=4"},"commit":{"message":"Automatic translation import\n\nChange-Id: Ibfa014e1a10fd93014151d796dc245003aa87c62","shortMessageHtmlLink":"Automatic translation import"}},{"before":"e97e07061bf77000a72a51bf500bd8d3f22abed4","after":"cf03c0d627785aa26e21dabac2da72922924af8d","ref":"refs/heads/lineage-21","pushedAt":"2024-04-28T02:33:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lineageos-gerrit","name":null,"path":"/lineageos-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24783018?s=80&v=4"},"commit":{"message":"lge: livedisplay: add SunlightEnhancement interface\n\nChange-Id: Ieaa0f5fe4aa9c4ffb5a84fb884ba597d4f8254f6","shortMessageHtmlLink":"lge: livedisplay: add SunlightEnhancement interface"}},{"before":"ff4fe0d834a8318ea4e82ee50f43da77e5643e16","after":"e97e07061bf77000a72a51bf500bd8d3f22abed4","ref":"refs/heads/lineage-21","pushedAt":"2024-04-24T16:34:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lineageos-gerrit","name":null,"path":"/lineageos-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24783018?s=80&v=4"},"commit":{"message":"livedisplay: Make IColorEnhancement non-mandatory\n\nChange-Id: Icf8944ce92636be4727cea8be2c26a76c419174c","shortMessageHtmlLink":"livedisplay: Make IColorEnhancement non-mandatory"}},{"before":"09162da550a064d3fdfa95feb2f92ddba238af58","after":"ff4fe0d834a8318ea4e82ee50f43da77e5643e16","ref":"refs/heads/lineage-21","pushedAt":"2024-04-24T16:32:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lineageos-gerrit","name":null,"path":"/lineageos-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24783018?s=80&v=4"},"commit":{"message":"sepolicy: adapt for _vndr-legacy-um relocation\n\nSince sepolicy-legacy-um has not moved anywhere, we can use that to\ncheck instead of trying to check for _vndr/legacy-um.\n\nNote that LG's last Qualcomm device shipped with kona/lito, so we have\nno need to check for _vndr-legacy-um itself anyway.\n\nChange-Id: I27b67a55ad4038857952b608fa15d213362da895","shortMessageHtmlLink":"sepolicy: adapt for _vndr-legacy-um relocation"}},{"before":"d5ebf542a4c5f75c922dafa6e34aecb957289b03","after":"09162da550a064d3fdfa95feb2f92ddba238af58","ref":"refs/heads/lineage-21","pushedAt":"2024-04-07T04:11:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lineageos-gerrit","name":null,"path":"/lineageos-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24783018?s=80&v=4"},"commit":{"message":"vibrator: Incorporate support for all three vibration intensity levels\n\nChange-Id: Ia602428faccb01b658f9ca23d6b0368e8cc128bd","shortMessageHtmlLink":"vibrator: Incorporate support for all three vibration intensity levels"}},{"before":"2bbb3d97427c001f9eb5bf81345432f4f7836085","after":"685d73cd7254e8561f1657f89b9f94ac2f94032d","ref":"refs/heads/lineage-20","pushedAt":"2024-04-01T14:13:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lineageos-gerrit","name":null,"path":"/lineageos-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24783018?s=80&v=4"},"commit":{"message":"Automatic translation import\n\nChange-Id: Ia4db152d25ecaaefed4e0d878bb6dbc24be96d1c","shortMessageHtmlLink":"Automatic translation import"}},{"before":"65d58e8407af2aa908f5e8ff77a725612c5170f7","after":"d5ebf542a4c5f75c922dafa6e34aecb957289b03","ref":"refs/heads/lineage-21","pushedAt":"2024-03-27T10:48:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lineageos-gerrit","name":null,"path":"/lineageos-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24783018?s=80&v=4"},"commit":{"message":"Automatic translation import\n\nChange-Id: I1e8aee73917d1a617f52f7fc65c8d02677829dbf","shortMessageHtmlLink":"Automatic translation import"}},{"before":"e6f7db5619107c4296862670786dfa416881eaa2","after":"2bbb3d97427c001f9eb5bf81345432f4f7836085","ref":"refs/heads/lineage-20","pushedAt":"2024-03-16T03:10:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lineageos-gerrit","name":null,"path":"/lineageos-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24783018?s=80&v=4"},"commit":{"message":"Automatic translation import\n\nChange-Id: Ica45c13e9f18c909e34e9710fb71b86077236627","shortMessageHtmlLink":"Automatic translation import"}},{"before":"d9c25e6debef5d171de68532c49611df91ff2957","after":"e6f7db5619107c4296862670786dfa416881eaa2","ref":"refs/heads/lineage-20","pushedAt":"2024-03-01T23:29:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lineageos-gerrit","name":null,"path":"/lineageos-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24783018?s=80&v=4"},"commit":{"message":"Automatic translation import\n\nChange-Id: Ie4925e828808f3ef329f9f0b80546debdfbb655b","shortMessageHtmlLink":"Automatic translation import"}},{"before":"d6d203502d51dfdccaf1083063a5137733eb49f5","after":"65d58e8407af2aa908f5e8ff77a725612c5170f7","ref":"refs/heads/lineage-21","pushedAt":"2024-02-25T01:38:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lineageos-gerrit","name":null,"path":"/lineageos-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24783018?s=80&v=4"},"commit":{"message":"dac_panel: Move back to using a single function to enable the dac\n\nNo need for separate functions anymore since the AOSP HAL is\nfunctioning in a similar fashion to the proprietary one shipped\non other devices.\n\nWe also don't need to set it up when the panel loads or the\ntile is enabled either.\n\nChange-Id: I36afbee4f0eeb22af5d4252ab7a04df8a5c16250","shortMessageHtmlLink":"dac_panel: Move back to using a single function to enable the dac"}},{"before":"bf3c187451fc900512cc1b6d4e4aab582db24bcf","after":"d6d203502d51dfdccaf1083063a5137733eb49f5","ref":"refs/heads/lineage-21","pushedAt":"2024-02-24T22:13:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lineageos-gerrit","name":null,"path":"/lineageos-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24783018?s=80&v=4"},"commit":{"message":"dac_control: verify that the route has actually switched in setHifiDacState()\n\nThere is a potential race condition on the open-source service:\n- There is a delay while the entire audioserver is being restarted\n- All this function currently does is set the prop and the function is\n assumed to be completed\n\nThis introduces a scenario where the DAC panel requests to set all the\nextra things *before* the route is ready, which the kernel driver will\nrightfully reject to apply. This causes a mismatch in the current saved\nsettings and what is actually running.\n\n5 seconds ought to be enough for the audioserver to get it together.\n\nChange-Id: I19a2b5b2b008f70c57594d660d123fd8d527d683","shortMessageHtmlLink":"dac_control: verify that the route has actually switched in setHifiDa…"}},{"before":"a76d4b918018bc0afb98ca073126e3a4a9404e73","after":"bf3c187451fc900512cc1b6d4e4aab582db24bcf","ref":"refs/heads/lineage-21","pushedAt":"2024-02-24T21:53:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lineageos-gerrit","name":null,"path":"/lineageos-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24783018?s=80&v=4"},"commit":{"message":"dac_control: remove support for android.hardware.audio@2.0\n\nAs of this commit, no device uses 2.0.\n\nChange-Id: I4bb854ab50b96a7807b4561fb22ee683f354902d","shortMessageHtmlLink":"dac_control: remove support for android.hardware.audio@2.0"}},{"before":"806696c22f7741cfed18ded3dffb4b3715936ff7","after":"a76d4b918018bc0afb98ca073126e3a4a9404e73","ref":"refs/heads/lineage-21","pushedAt":"2024-02-23T17:39:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lineageos-gerrit","name":null,"path":"/lineageos-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24783018?s=80&v=4"},"commit":{"message":"Revert \"dac_panel: Make the QS Tile bring the panel up.\"\n\nNow that the OSS service is being forcefully reset to apply the route\nchanges, the tile should work as expected.\n\nEven if otherwise, the commit wasn't working anyway, as you cannot\nstart an activity from TileService via an Intent.\n\nThis reverts commit a5be8f1bcbe8d59b77fe631eaa0c18bde1dceee5.\n\nChange-Id: Ic4691988d28a67273342622e3f5e6b1419ced43b","shortMessageHtmlLink":"Revert \"dac_panel: Make the QS Tile bring the panel up.\""}},{"before":"ddadd0c1d88b4d415ede0f892630b030f1660060","after":"806696c22f7741cfed18ded3dffb4b3715936ff7","ref":"refs/heads/lineage-21","pushedAt":"2024-02-18T21:46:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lineageos-gerrit","name":null,"path":"/lineageos-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24783018?s=80&v=4"},"commit":{"message":"Automatic translation import\n\nChange-Id: I9168c34c52938439e71d8dfbd3dadccb1ee34fdd","shortMessageHtmlLink":"Automatic translation import"}},{"before":"3e93696f4364440da769f1b17bb598e3484330e7","after":"d9c25e6debef5d171de68532c49611df91ff2957","ref":"refs/heads/lineage-20","pushedAt":"2024-02-18T19:29:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lineageos-gerrit","name":null,"path":"/lineageos-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24783018?s=80&v=4"},"commit":{"message":"Automatic translation import\n\nChange-Id: I1ada28486359d7008a6b42e8e0b9dc88f2902693","shortMessageHtmlLink":"Automatic translation import"}},{"before":"8203a7cf435d75ad64d6b8456ba55c815478f68f","after":"3e93696f4364440da769f1b17bb598e3484330e7","ref":"refs/heads/lineage-20","pushedAt":"2024-02-17T22:07:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lineageos-gerrit","name":null,"path":"/lineageos-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24783018?s=80&v=4"},"commit":{"message":"livedisplay: Make IColorEnhancement non-mandatory\n\nChange-Id: Icf8944ce92636be4727cea8be2c26a76c419174c","shortMessageHtmlLink":"livedisplay: Make IColorEnhancement non-mandatory"}},{"before":"52f83253bc8598d824ed2c14cad74bf5f7f22e1e","after":"8203a7cf435d75ad64d6b8456ba55c815478f68f","ref":"refs/heads/lineage-20","pushedAt":"2024-02-17T21:55:43.000Z","pushType":"push","commitsCount":69,"pusher":{"login":"lineageos-gerrit","name":null,"path":"/lineageos-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24783018?s=80&v=4"},"commit":{"message":"sepolicy: allow vendor_init to write to proc_dirty\n\nChange-Id: Ib484234d29f15901fd000e6eb785ce604dd8d011","shortMessageHtmlLink":"sepolicy: allow vendor_init to write to proc_dirty"}},{"before":"54fee3a7c81d8d9ac4d4bc8d143966ca7418e1d9","after":"52f83253bc8598d824ed2c14cad74bf5f7f22e1e","ref":"refs/heads/lineage-20","pushedAt":"2024-02-17T21:45:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lineageos-gerrit","name":null,"path":"/lineageos-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24783018?s=80&v=4"},"commit":{"message":"hardware/lge: add LGE fingerprint HALs\n\nChange-Id: I030cd8447242800ddf42cd8d054047b28b05a16a","shortMessageHtmlLink":"hardware/lge: add LGE fingerprint HALs"}},{"before":"cae7ba613dde0228a91975d22efb6ec3060c5ce3","after":"54fee3a7c81d8d9ac4d4bc8d143966ca7418e1d9","ref":"refs/heads/lineage-20","pushedAt":"2024-02-14T03:37:14.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"lineageos-gerrit","name":null,"path":"/lineageos-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24783018?s=80&v=4"},"commit":{"message":"dac_panel: delete unsupported digital filter strings\n\nWhile the ES9218(P) chipsets support these extra strings, we don't.\n\nChange-Id: I2a67bb25459d5a9a7f5bfbb82af9d976a548867c","shortMessageHtmlLink":"dac_panel: delete unsupported digital filter strings"}},{"before":"c2dc9325892d2d14a253f60266d948e00a579d44","after":"ddadd0c1d88b4d415ede0f892630b030f1660060","ref":"refs/heads/lineage-21","pushedAt":"2024-02-13T17:37:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lineageos-gerrit","name":null,"path":"/lineageos-gerrit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24783018?s=80&v=4"},"commit":{"message":"Audio: Hal: check_and_enable_ess_hifi: Drop headset modes/alternate routes\n\nAs we migrate this functionality to a sysfs based solution, this is\nunneeded.\n\nChange-Id: Icab4e6bc43b6b6c2df1d25dfb0f7ab079fd86754","shortMessageHtmlLink":"Audio: Hal: check_and_enable_ess_hifi: Drop headset modes/alternate r…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAETmNfKQA","startCursor":null,"endCursor":null}},"title":"Activity · LineageOS/android_hardware_lge"}