aboutsummaryrefslogtreecommitdiff
path: root/pocketmode (follow)
Commit message (Collapse)AuthorAge
* msm8996-common: pocketmode: Convert makefile to blueprintBruno Martins2024-12-19
| | | | Change-Id: I5e39c63c7f99413b11a7b6efa265aa9af55a7950
* msm8996-common: pocketmode: Bump SDK versionGeorg Veichtlbauer2022-08-16
| | | | | | | | * Remove SDK values, will default to latest * Add exported flag, as we are post-SDK31 Change-Id: I5280b17eca0cd72bdb41532b926a7093a77b1416 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Add pocketmode to doze whitelistdianlujitao2021-10-19
| | | | Change-Id: I4b9f2267cfd6fe95d08ea0eb6f7415ba5d81c1b1
* msm8996-common: Move configpanel and pocketmode to /productdianlujitao2021-10-19
| | | | Change-Id: I80b9b0b9ada6be12b80938a75077c071927c6527
* msm8996-common: Init ConfigPanel and PocketMode as soon as possibleBruno Martins2021-10-19
| | | | | | | | | | | It was recently noticed that waiting for BOOT_COMPLETED intent action is not enough to make sure that stuff is properly initialized before the user opens additional buttons settings. Address such issue by registering to INITIALIZE_LINEAGE_HARDWARE intent action as well, but keep listening to BOOT_COMPLETED action just in case the SDK is not present or not brought up. Change-Id: I55719348b1451d8817b202d343bd2fa3c0b346c1
* msm8996-common: Use android.intent.action.BOOT_COMPLETED where possibleLuK13372019-07-14
| | | | | | | * Ensure that the startup of PocketMode still takes place before ConfigPanel. Change-Id: I2436a38bddccb908acf94d916d0220918e8b6a0c
* msm8996-common: pocketmode: Kill off Lineage SDK dependencyLuK13372019-07-14
| | | | Change-Id: I05f35124be4547b7fbc3ff3aa145bf27600454e4
* msm8996-common: pocketmode: Allow control over PocketMode serviceBruno Martins2019-05-10
| | | | | | | | | | | | | | | | * Once the service is running, proximity sensor is constantly active when the display is turned off, resulting into a residual increase in battery consumption. Add a toggle so that users can decide whether they accept that and prefer to prevent accidental wake-ups triggered by the fingerprint sensor. * Keep the receiver that listens for the screen status registered only if the fingerprint wake-up feature is enabled at the same time as the accidental wake-up prevention feature. * Set PocketMode as a required module of ConfigPanel, to make sure it is only shipped on devices building the latter. * The configpanel part is integrated in b07a633bdeda835867aa3dc5a033529d7bd712dc Change-Id: Icfa23d2aef971e368476b6f1f7612493c2b69a20
* msm8996-common: Add pocketmode appfluxi2018-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I71e47d5f203adb7e28d37447e19a8041a1d02840 msm8996-common: PocketMode: Apply LineageOS rebrand Change-Id: I1de627062f56bd125f430033e8bb7aad8fe48f69 msm8996-common: pocketmode: Bump sdk version Change-Id: Ic521e380868bdc886e15c6a8a472564a98dbc094 msm8996-common: PocketMode: Explicitly include Android support libs * Fixes non-jack build Change-Id: I9d8346193577c7be218e12efb20f52ca9946eb14 msm8996-common: PocketMode: Properly depend on Lineage SDK * This is actually the proper library to include (only spotted while buidling with Jack disabled, because app compilation was failing). Change-Id: Ib61f93704c6411a4cb1f91d9e8693a1775934037 msm8996-common: PocketMode: Remove useless cast Change-Id: I655b0b80ccafdaae422a2464d2b8409f70be0e8c msm8996-common: Adapt to Zuk Change-Id: I9050faac37de0a8392b31fed5c3562d4553c546f msm8996-common: Set LOCAL_SDK_VERSION where possible. This change sets LOCAL_SDK_VERSION for all packages where this is possible without breaking the build, and LOCAL_PRIVATE_PLATFORM_APIS := true otherwise. Setting one of these two will be made required soon, and this is a change in preparation for that. Not setting LOCAL_SDK_VERSION makes the app implicitly depend on the bootclasspath, which is often not required. This change effectively makes depending on private apis opt-in rather than opt-out. Test: make relevant packages Bug: 73535841 Change-Id: Ic906adbd670c4dbfe2cdf0b71cdbeaf9ac08a27e msm8996-common: sepolicy: Address a fingerprint denial Change-Id: I07c75d58357f7eea2dcc68ed80dacbab76bb30f5 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* z_2plus: Initial cleanupOrdenKrieger2017-01-14
| | | | *Lets start
* Add pocket mode based on Oneplus 3Fedor9172016-11-10