- Sep 12, 2024
-
-
This will make the build faster Test: m checkbuild Bug: 295208392 Change-Id: I0c1bd901429bbe3bf81c1530e156735f8637a96e
-
Switch and SwitchCompat are both CompoundButton. Using CompoundButton in Java will helps migration in the future. Bug: 306658427 Test: manual - check Settings pages Test: m RunSettingsLibRoboTests Change-Id: I85a70d4c504d8584030ea4a058f30d74206ab835
-
Change-Id: Ic1cbaba37d499da1855af9c3930f2df426e2d3af
-
- Jun 23, 2024
-
-
Signed-off-by:
Hadad <hadad@linuxmail.org> Change-Id: Ic3ed16bb0bea98d9dd5da96da63c65ebe735036a
-
As preparation to upgrade the sdk get rid of this private class. Fragments must be a public static class to be properly recreated from instance state. Also change the behaviour to only hide the dialog when confirmed instead of also when it is cancelled. Change-Id: I171aa2345058edae7520c37942c3c11b3cdfdfdc Signed-off-by:
Hadad <hadad@linuxmail.org>
-
- Jun 26, 2023
-
-
Change-Id: I71ad7db85592ca18e3f0f8155bba5a472bfadbaa
-
- Jul 04, 2022
-
- Jul 03, 2022
-
-
* There's no need to manually write to the gestures prefs as long we are sure the handler is run after we return true in the onPreferenceChangeListner Change-Id: I090c0c6c91267aff69c45365b95b5f5e26d07b07
-
Co-authored-by:
Nauval Rizky <enuma.alrizky@gmail.com> Co-authored-by:
Fabian Leutenegger <fabian.leutenegger@bluewin.ch> Change-Id: I1e74f8eafa51843e77d2d8c514c646a4494327cd
-
- Jun 28, 2022
-
-
* Use Theme.SubSettingsBase for theme * Replace PreferenceActivity with CollapsingToolbarBaseActivity * Add Titles to prefernce screen * Remove onOptionsItemSelected and where neccessary move to activity Change-Id: Ic879ce61d83a33da12829008a4336c8a23230d63
-
- Mar 06, 2021
-
-
Change-Id: Icd7f381c574ea36eb4d797cefd60ba9f1a0941bd
-
- May 26, 2020
-
-
Change-Id: Ifad28dc874233eb41d89580895b769ecbc3ea670 Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
-
Change-Id: Ifaa67283a3437549a2304088a0ce377b399da19f Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
-
- Jan 05, 2019
-
-
Joey authored
Change-Id: Ia1cde37923c55faf057189f7085b69522e2802ef
-
- Dec 30, 2018
-
-
Bruno Martins authored
* Otherwise, it resulted in Doze service not being activated when enabling one of the features for the first time after a clean installation. Change-Id: I625d9109fb85c970f0e59b1cbcabba7d4375d2f3
-
Bruno Martins authored
Change-Id: I74901339740b82b79f36754c7e52894a98020c3d
-
Anton Hansson authored
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
-
- Jul 02, 2018
-
-
ezio84 authored
Replicate what Google did for SystemUI in this commit. https://github.com/aosp-mirror/platform_frameworks_base/commit/fabc743bcf6e6623e530545c4b31285ea642f087 Registering a sensor seems to be an expensive operation, and we do it on each screen-on event, so moving it to an asynchronous task looks like a good idea anyway. By moving all non-essential binder calls of the main thread or to the next frame, we bring this down to 5ms, such that window animation and Keyguard animation starts about at the same time. The interesting part about the ExecutorService: "Memory consistency effects: Actions in a thread prior to the submission of a Runnable or Callable task to an ExecutorService happen-before any actions taken by that task, which in turn happen-before the result is retrieved via Future.get()." (from https://developer.android.com/reference/java/util/concurrent/ExecutorService) Change-Id: I4f37bb9a7dc9d7775d587d4ebd4b6619f3b77e81
-
- Jun 01, 2018
-
-
Bruno Martins authored
Change-Id: Idff05f2626138c96dccd3ab4c26c4df1be40a606
-
- May 10, 2018
-
-
TheScarastic authored
-