Open
Conversation
Clicking clock opens alarms, clicking the date will open the calendar. Signed-off-by: Roman Birg <roman@cyngn.com> Change-Id: I424d127e0605600b80e4f61621b58695712a6340
Captured screenshot bitmap is all black one if none of windows is surface shown. Change-Id: I651b2ade1865926d61f945167d60219535fa8bf8 Signed-off-by: tingna_sung <tingna_sung@htc.com>
It now matches the rest of the selectable items in the expanded header. None of them had these boundries and neither should this. Signed-off-by: Roman Birg <roman@cyngn.com> Change-Id: Id7f67538357f8116613390117c79b9f9dcc960d4
In case, process doesn't create well while startingProcessLocked(). There is possibility to make NPE. Setting app's crash handler needs to be assigned after null check routine. Change-Id: I67fb6427f72d93f79fed36eb44c47d37eafdac31
Change-Id: I1b7e7a94df8d39e162050911e31e510d2ce5447e
@hide annotations were missing in the following commits: AOSPA/android_frameworks_base@4ca2174 and AOSPA/android_frameworks_base@5b8bf9c Change-Id: I3b36e385da0b7b7dd7f317da72764b2ede2b7d76 Signed-off-by: Evan Anderson <evananderson@aospa.co>
The Holo blue is outdated. The Material green is the way to go. Screenshot: http://i.imgur.com/aXXquNH.png Change-Id: Ic7b860a9c68648780dcc11a1d3bce2e875ea259f
In stock lollipop power off is the only action in the GlobalActions menu. Since we added more actions we should confirm the power off command in case the user accidentally tapped the wrong item. Change-Id: I5b126aa47956abbbe26417f5c59d8a181c70dee2 Signed-off-by: Evan Anderson <evananderson@aospa.co>
History === bootanimation: Only try to shutdown the mediaplayer if it was prepared The bootanimation tries to shutdown the mediaplayer gracefully by waiting on an asynchronous shutdown event for 5 seconds. If, however, there is no boot sound, that asynchronous shutdown event will never happen and the animation will be stopped for 5 seconds before shutting down. Visibly, this fixes the issue where the bootanimation would simply stop near the end for exactly 5 seconds. Change-Id: I77f5631368c7d9b9fef7941a6278af9c36032044 bootanimtion: fix no boot sound due to error file descriptor -wrong file descriptor passed to setDataSource(fd, offset, length) API and causes no sound -use the default setDataSource(httpService,url,header) to parse the file of boot sound CRs-Fixed: 731547 Change-Id: I437e7d797cd13b7f8f8e0fbf81d5de99c55c27d1 Bootanimation: Fix the low memory device oom when run boot animation Low memory device is easily to be oom when run boot animation. Here we do optimize the boot animation GL Texture only one frame needed. That is free timely and re-init it again. When in boot animation, the fps=15, so it is ok to do the delete and re-init. CRs-Fixed: 572325 Change-Id: I1e81c3d0f3600ac895f9bd7bd00a284f3d4b7d4c Revert "Freeing frame map" This reverts commit 0c1eeb3. Change-Id: I535330edb636f9457beed0849147168eaa6ae2ec Conflicts: cmds/bootanimation/BootAnimation.cpp BootAnimation: Play boot/shutdown animation and music Add support to show customized boot and shut down animation, as well as music. Change-Id: I69c87640175a96a18833a763a34afd362bbfb487
Adapted for cm-12. Change-Id: I0eb1b5578b705c2ade4c0772fa86e09478b9f73e Signed-off-by: Roman Birg <roman@cyngn.com>
Themes: Aapt port Id: I106d447daf7935bada65e78911d8973ce0ca27ae Themes: Port our additions to idmap Id: I2e47cc23de4e7c0b884cccbd87c7d77079ac6824 Themes: remove legacy theme support from idmap Id: I17dfe35f9985d8cef790b26a8bcda738ea65917c Themes: Forward port changes to Installer.java Id: If64e856773e50f5ed74f2358e0c590abad724689 Themes: Add clean spec for aapt Id: I68f5f63f7e83b99230860dd2d8646e96da484b62 androidfw: Port CM overlay contributions Id: Id7b7f5f35011922c668fcea3a8aec5b42bd28653 androidfw: Port addOverlayPath and removeOverlayPath Id: I279db083af28fd8941f3227f2a7512ff094742c1 androidfw: Port addCommonOverlayPath Id: I12d2fe05a04f6a7e553c330505a475346374b507 androidfw: Port addIconPath Id: Ide3db28cde0c7f93edd9e7ad626ebace8d4105cc androidfw: Allow package ID to be overriden at runtime Id: Ieca3a0ae070a6c0ad0cf2b73b5944d83397d08b9 Aapt: Zip Parsing Test Cases w/ Refactoring Id: I28f9115700e186136432138d228111ebcfbd0480 Themes: Update tests for idmap Id: I3dae5bd376d122eab397863378599ae0ac7c6734 androidfw: Add test case for overriding package id Id: I2668c529e24a55cd6bc8437406fc284b853a75e7 androidfw: Add tests for bags The overlayOverridesStyleAttribute will currently fail since our changes to allow theming styles is not currently implemented. Id: Idfacc4382baf4152c839799a22b6cbe015ef2197 androidfw: Don't consider package ids 0x60 and 0x61 as dynamic Package IDs that are not 0x01 (system) or 0x7f (app) are treated as dynamic references. Overlays are assigned specific package ids that fall within the region of shared libraries. This patch treats them the same as system and app resource packages. Id: Ieecaa889bed50490796351302405a38f77c84f4e Theme Parsing & Info Id: I3583d7e8ca704402e3d8c6e1c7cea1645b91c06f Port ThemeUtils and its dependencies This is pretty much copy/paste from cm-11.0 Id: I406860a259136ccca107b981aca0369851df445e Themes: AndroidManifest and Intent port Id: Ib97e8539301d20d120fd8b49891fdaae8205fe42 ComposedIconInfo Port (w/ stubbed IconPackHelper) IconPackHelper is stubbed out so that PMService can reference it, we'll need to port the Resource stack before porting the implementation. Id: I59b680511de525e1d375a4f3be04347686b5e81b Port PackageManagerService and other dependencies Id: I11629d1e5eee21e01c060bc6c0393aae96034b69 Themes: Add in ThemeService See also: external/selinux. The policy must be added in order for the service to start without a security exception. Change-Id: Ic6f64796b264e430e9706a17a3fd2a35085fd1ca TODO: ThemeService / Keyguard interaction TODO: SystemServer - AppsLaunchFailure Add AppsLaunchFailure Id: I09a3826f89c62cb898866408e807f269616f48fc androidfw: Update bags tests The overlayOverridesStyleAttribute was updated such that it does not check the attribute of the theme before adding the overlay. The bag is cached on the first call and the next call, after the overlay is attached, returns that pre-computed bag so the test would always fail. We now simply check that the attribute matches the one in the overlay, and if so then the test passes. This patch also adds a new test to check that an overlay can reference and access resources that are unique to the overlay. Currently this test fails. Id: I3892df3f0d9443a73eaa11b3d5e97cfe86620a73 androidfw: Add test for referencing overlay styles as parents Id: I4fa3bd447c888e96176955924ebe7ee5c784ab55 androidfw: Allow referencing and retrieving overlay resources This patch allows a theme to reference it's own resources. Overlays get their own group which contains those resources that are not idmapped. Idmapped resources end up in the target's group. Id: Ibc119ddcdb35d44a8afec3c6152bcab2909cda18 androidfw: Fill in missing attributes from overlay style Id: I74051b379b73c728c6a2aa4bc62f3cd268a40b53 Protect windowNoTitle and windowActionBar attributes This patch creates a new method to define "protected" attributes. These are attributes like windowActionBar which should not be modified by a theme. Some apps (eg gmail) use the appcompat library which has its own Actionbar classes. When an app uses its own Actionbar it must not include the default actionbar which is achieved through the windowActionBar attribute. Some themes may try to change these attributes, which can will cause the app to crash. Id: Ie3bb7285eed09f3f13facf9d142ea9eb83796eec Themes: Use SYSTEM_DEFAULT in ThemeService Id: I52794dd98ca2f64aa50046ecdd7f79f27c21dd98 androidfw: Test missing parent attributes are merged in This test checks that an overlaid style contains any attributes that were in the original style but omitted in the overlaid style. Id: I6b496ef2eb0a7ef27b4fafdfda5bdf7ccffad989 androidfw: Add test case for protected attributes For this test to pass a protected attribute, such as windowNoTitle, must be equal to the original and not the value specified in the overlay. Id: Ic03f11214a1fc4139e3c48d7e72694a80f819023 Themes: Attach theme and icon resources from java Id: I9ffa0ce96a4af603b78b32d6b190f9698d3e4b4f Themes: Icons, icons, icons! Let there be icons. Legacy icons and composed icons are included in this patch. Id: I9fedafa270f1c4dc30c9c8ffd4cf619895e688e6 Themes: Retrieve explicitly themed context and resources Id: I4e41c251aee47361b183b60089bf5666540f653e Themes: Add themeChange config change to manifest Id: Ia84c0089a79637906e4f75fa38a56e8ff3b21a2b Themes: Register THEME_SERVICE in ContextImpl Id: I608a0b65c7e2ff0d69bae7bf343916f2b985f4a0 Themes: Remove legacy theme support Id: I25887843d31f705425aa40f9a23482fd2cafaef8 androidfw: correctly index paths in idmap Since we added the mtime values for the target and overlay, the indices are increased by two. Id: Ie0f5474d425945d58a12021cd2739240d2e98c0a androidfw: Fix opening assets from theme resources Id: Iedb51163a62b046cdf7fda1ad1b55cc1ee409047 Themes: Consider overlaid resource as "best fit" Id: Ife8342a49eb9502be52f085f88161b113332e9e6 Themes: Save and restore theme config Id: I3fcd445fb458aa6ed09397c05df6eb66d9be7235 Themes: Let ThemeService process additional themes Id: I45837f26948367d5cc6c520e8c53f9da60bd1fda AAPT: Don't applyVersionForCompatibility on android When compiling themes with aapt, we do not want aapt to call applyVersionForCompatibility as this causes the entries in the resource table to have an incorrect path. Id: Ie2c69533b3659c7b7458d6e4b7bdc84946d1be8e androidfw: Don't consider package id 0x5f as dynamic Package id 0x5f is reserved for common overlay resources and needs to be reserved so that it is not considered a dynamic. Id: Id27b8e0e2231ee8541365274d512e347afcfd05b AAPT: Include resources.arsc in apk Common resources needs the resources.arsc in the resources.apk so that it can be included when processing other overlays. Without it, common resources cannot be referenced. Id: I4aee29f660e4a0aa1909240dc0ca5680f0a2d135 Themes: Add keyguard wallpaper support to theme service Id: Ib8f8acd55ab4d2b6ef06ee0a630dc50c4f870beb Themes: Don't pre-process non .9.png images When creating a resources.apk we do not need to pre-process the normal .png images as those can be referenced directly from the theme's apk. Id: Iaf846a03ead9ecb1e68c040eac6e0ecbfc6e5875 Themes: Adjust offsets for idmap hashes Idmap now has a header so the indices to the hashes need to be incremented by one. Id: If1fb183cc116ef9e3ad6cb4e17b6e44763e9e72a Themes: Use single ThemeInfo instead of an array We only ever used the first index so there is no need to use an array of ThemeInfo(s) Id: I9e2af076bc17396a0c978be3c0d31c41277db3df New converter for Kitkat -> L fonts.xml L introduced a new fonts xml format. Its great, but our themes will keep using hte old format. This provides a converter and test cases. The parser was taken from the chooser and remains mostly unchanged with the exception of a getName() helper method. Id: Ia1d42c9e50eb7b52d2d98fe6dbeee530bef3adc2 Themes: Port theme bootanimation support to CM12 Id: Ie016884b0e3b77e08732308923ac44e0975e0116 Resources: Clear drawable cache Id: I04b5b78cce703194a2baeff9c51d2e4733b8ccc9 Font switching Id: Ia43060a7db624102cdcd9b0d9dc7148441401584 Zygote changes Id: Ie3681cf0d2b9929661cf1214e899cef9a5f37471 Recreate String Blocks Id: I4747ebd1a0908b76ae7214b0584948353d426fc5 add a getter for the x and y offsets of the wallpaper window Id: I35294bcac664e85cc5d344b50b5c4335a60d3f37 Themes: Don't spam logcat with CREATING STRING CACHE When processing resources with AAPT on the device, it spams the logcat with warning messages about CREATING STRING CACHE. Change ALOGW to ALOGV so it will only show when verbose logging is enabled. Id: I5b591c3336e176dd71cebe672d60721c29651b00 SystemUI: Audio Volume Panel Id: I78c471864af401b274597339b8451e65931fdb32 AmService uiContext port Id: Ida251d7f80797b0ec78b3d20cf60a795d6c4c1f0 Cleanly detach theme assets Types from an overlay are added to the target group's TypeList and need to be removed when the overlay assets are detached. Failing to remove these types results in resources not being retieved due to the erroneous types. Id: I4a9c624e30309e61fce905ced45c55acd3ac4845 Themes: GlobalAction Port Id: Ifd87e04f94a284e77f1c48bec9fd75d69c45c47e Themes: Do not store forward locked themes in ASEC containers If a theme is in a asec container and is applied, when the device is rebooted the device will get stuck in a nasty boot loop since the theme resources must be read and the asec container is not ready yet. Id: I1d93d8175d5c40b34c222974960c43352012a5ad Use systemui's applied theme for notifications. Notifications contain RemoteViews which are inflated using the application's context for which this notification belongs to. This can look out of place if SystemUI is using a different theme than the rest of the system. This patch will use SystemUIs theme when inflating the RemoteViews, giving us a more consistent look in the notification drawer. Id: I9514ce7fcc4858bad3d3c4190f55c1f5a1441d7c SysUI: Add theme support This ports over the changes needed to facilitate a theme change in SystemUI. Id: I673fb79db90994371a9c0627746a97414132f0ba Themes: Allow composing of VectorDrawable Base icons can be vector drawables. This patch allows them to be composed. Currently, VectorDrawables cannot have filters applied since they do not have a method to get the Paint object like BitmapDrawable and PaintDrawable. Id: I762c8e1f4d1c945b8ebc164bbd7944120324bd42 Themes: Add target api to ThemesContract This will allow the ThemesProvider to track the api a theme was built for. We may want to let the user know when a theme may not be designed for the version of CM installed on their device. Id: Idf0e6cef0ce9ac5e221ce5ff7e0b155ae0258d5f Access Themed ResTables from compiled theme apk [1/2] Before this patch the ResTable for a theme/app was created and accessed seperate from the compiled APK. Since the compiled APK has its own copy of the resources.arsc, we can just reuse the table in the APK instead. Id: I106a2434e74784bc04014831098f49fe128bc7e2 Themes: Port AppsLaunchFailureReceiver to CM12 Id: I5c3265e64aef1536ba5fceed0ec89082e786b686 Themes: Bump idmap hash version to 3 Due to changes in idmap, we need to force the recreation of resource cache when upgrading from CM11 to CM12. Id: I25c1e2c598bca889818e2d685651e3214c30ab3c Remove debug logs Id: Ia5cfa83ddf6da195e20526a94ba154864b8d0ecb Send target sdk version to aapt [1/2] If vector drawables are used in a theme we must have a minSdkVersion of 21 passed to aapt or else aapt will Segfault. Id: I687ee146f9f80543bbcdd06d93891cb3b23001c4 Add missing imports to ActivityThread Id: I09fe07807ed824ccb938e0e174b06653c613c403 Themes: Dynamically add/remove content from StatusBarWindow StatusBarWindowView has logic for resizing and fading content which doesn't always behave correctly if this view is not the root. Rather than create a container, this patch uses the existing StatusBarWindowView as the container and the inflated status bar is then added to this view. Id: Ia93d25a589419145f95d75b1b56eb3c2f300f935 Themes: don't use preloaded drawables when themed If we have themed assets we should try and load those rather than pulling from the preloaded drawables. This allows us to continue and preload drawables in ZygoteInit while maintaining the ability to theme those preloaded assets. Id: I68cfc099d328ece0791b6d0e5cf11d07097fd1fd CM11 -> CM12 Upgrade [1/3] - Introduce a new secure setting "THEME_PREV_BOOT_API_LEVEL". This field will always be set to the previous api level for themes. So if we upgrade from CM11 to CM12 this value will differ from the current API causing an upgrade to trigger - When moving from CM11 -> CM12, unapply incompatible overlays - Rename "holo" to "system" in secure settings themeConfig - Provide a testing downgrade script to put the secure settings db into a state similiar to CM11 (at least for themes) Id: I71be2c0ad83e60ffe8c574f913e5eaecb9700045 Themes: Add constant for system target API Id: I0a6caf65c9e8b0feeef1ae848ba4683235304e8c ===== P5: Themes: Fix GlobalAction Background Change-Id: Ic9451cbf31ca8671b16ed4eaef53c694a478e052 Themes: Call startKeyguard() when recreating status bar mStatusBarKeyguardViewManager holds on to a reference of ScrimController and we need to update this otherwise the scrim will remain on the screen and consume all touch events. This is easily reproduced by changing a theme and then turning the screen off and on to display the keyguard. Once the keyguard is dismissed the scrim remains on the screen. Change-Id: Ie050a951117ed4aebef4ea3343366b9b9361b8a6 Clean host static libaapt Change-Id: I4b00f171577b85ad02e7e7e398425a46bdfc5466 Themes: Hide LegacyFontParser and THEME_PREV_BOOT_API_LEVEL Change-Id: Ic43367a80dd6583b91fa6e0548af0866a832ac2a Allow granting permissions based on signature in <allow-permission/> This patch allows us to either specify a sharedUserId or a package signature to use when granting the specific permission. Change-Id: I8aed78d40316e0e94ac1bfefc7c4a3016a2a9a6b Themes: Fix GlobalAction Background Change-Id: Ic9451cbf31ca8671b16ed4eaef53c694a478e052 ==== Change-Id: Ide6d4e1daf535a54efb1ec7cf39ef8b2fb8cf272
The new structure is as follows:
/data/resource-cache/
├─ theme1_pkg_name
| ├─ target1_pkg_name
| | ├─ idmap
| | └─ resources.apk
| ├─ target2_pkg_name
| ·
| ·
| ·
| ├─ targetN_pkg_name
| └─ icons
| ├─ hash
| └─ resources.apk
├─ theme2_pkg_name
·
·
·
└─ themeN_pkg_name
Change-Id: Id39688c88929733b42368c1f20ef0e25848a3390
We need to ensure that if fonts are being used from a theme that we include any families from the system that the theme did not include. We also need to add the Roboto fonts as fallback. The system sans-serif fonts (Roboto) are added as fallback fonts. This ensures we have a fallback for glyphs that are not in the themed fonts. Change-Id: Iebb634ef4d01fedd132858410a5d392e74800acf
If resApkPath does not exist, asset manaager will load the resources from the theme's apk which end up overriding resources in the 0x7f package id. This causes apps, such as SystemUI, to crash endlessly. The correct behavior is to not add common overlay assets if the files that are being passed in as paths cannot be accessed. The same behavior is already used in AssetManager::addOverlayPath() Change-Id: If5e90baeda5f07973f268060dcb6d73dae657603
Ported from cm-11.0 with lazy loading of resources Change-Id: I324eb5ebc106a531afc4b44ea5d32f272250f6a8
CM12's default lockscreen wallpaper is clear. So applying the system default should clear the wallpaper. Change-Id: I9a269985009f96c18948aa8db9cef64c245fe431
Only watching for exceptions that occur during an apps launch may not be sufficient to catch possible bad themes causing issues. This patch monitors all app crashes and broadcasts that there was a crash if either Resources.NotFoundException or InflateException are thrown. The remaining logic is the same as when an app launch failure occurred. We also display a notification to the user so that they know why their theme was reset to the system theme. Change-Id: I0761d02587b5b81deee4a31a89f515dbc7cc5fe6
This is a forward port from cm-11.0 Change-Id: I045e1e3a0e561331f0964fe33ec25d2d2a82794a
This solves two problems: 1. It won't try to attach common resources that do not exist 2. Avoids call down to the native layer if they don't exist Change-Id: I7b58b3f8a2540b6f62bd54feb21a3e33320c8e47
Packagemanager do copyNativeBinariesForSupportedAbi for data apps(include updated system apps) every time. And this takes a large percent of scanning time. So, I added skip routine by check two confitions(isDexOptNeededInternal() and isUpdatedSystemApp()). Change-Id: I46b3a4d9302456772012a176c89b5c878a712ef5 Signed-off-by: Hyemin Hwang <hyemin.hwang@lge.com>
…le issue In FlashlightController, after set mSession/mSurface null in teardown(), mSession is reassigned in callback of mSessionListener.onConfigured(). This will lead to no Surface object for mSession. Don't reassigned mSession when mSurface is already set null. CRs-Fixed: 750124 Change-Id: I1c4214cc4b58375e82740853c5aff9b68530f816
(This is an update after the generator update.) Both EGL14 and EGLExt have the same initialization codes for EGL14.EGL_NO_SURFACE, EGL14.EGL_NO_CONTEXT and EGL14.EGL_NO_DISPLAY. Since EGLExt is initialized later, they are overwritten by EGLExt's initialization codes. Therefore, EGL_NO_SURFACE returned by methods in EGL14 is not actually EGL14.EGL_NO_SURFACE object and it makes several problems in handling error cases. For instance, "Let's fish" game application cannot be run on L. To solve the problem, this patch makes EGL14.EGL_NO_SURFACE, EGL14.EGL_NO_CONTEXT and EGL14.EGL_NO_DISPLAY initialized just once. Change-Id: Icce878164ff0b715ad2b5a2cd038a9616c7cf1e9
Squashed commit of the following:
commit 780211109f80d07b11d7a0261544b1a0fed10ea0
Author: Xiao-Long Chen <chenxiaolong@cxl.epac.to>
Date: Fri Mar 7 17:11:02 2014 -0500
Add people lookup settings keys.
Change-Id: I2ff9bb7684d04f4f9b640939c7db269873aa3308
commit 0e5ed5ac782c2ee253179a03a2c5842ad3de6831
Author: Xiao-Long Chen <chenxiaolong@cxl.epac.to>
Date: Fri Jan 31 11:43:10 2014 -0500
Frameworks: Add settings keys for forward and reverse phone number
lookup
Change-Id: I1c4c7825b4361b7a52dd419f83afd7b9fcbe1494
commit 3cd778a
Author: Xiao-Long Chen <chenxiaolong@cxl.epac.to>
Date: Sat Apr 12 15:26:29 2014 -0400
Add OpenCnam paid account settings keys
Change-Id: I895b5f2b2a8a8de568e5aa1cea5d66ba490985fc
Change-Id: I68e4214e813695021b64c29ab1d831a944a6275a
The boot dialog is currently hidden on first boot but the bootanimation can take a very long time to go away. Show the boot dialog so we know whats happening. Change-Id: I71d50eb8929edde38fcfdcccc2cb05c25777c6dd
As the size of the long is 8 on the 64bit system and it is different from the uint32_t as it's size is 4. So we need use a local variable of long to get the crc value from the zip file. Change-Id: I033251dac0b9478b638e5d68733d74f2fc2f4d8a
Follow-up on commit cc9e3b8. Change-Id: I3f006a1157db9d0b151a4fe8edf50e7edc7a0b9f
Some components do not require us to update the configuration so we should check for the components that do require a config change and only then update the configuration. Change-Id: I8efc00627e82ceff9d1e5262d1a7d6247ad44a58
Change-Id: I7711df7d919c3c9b76c468d7203649020ce5ee07 Signed-off-by: Roman Birg <roman@cyngn.com>
…r [1/2]" This reverts commit 9b66073. Change-Id: I10d69be24e746ff8ca4da104233ed70b4c510448
The ThemesProvider will now be tracking the state of themes as they are installed, updated, and removed. Apps that only care about these three states, when it comes to themes, can simply register a broadcast receiver to handle these new actions. Change-Id: I3256f88f5cd6187ebbe9636c8d87b4509aceed61
The AppsFailureReceiver was still using the old methods for applying a theme. This patch migrates it over to using the ThemeChangeRequest. Change-Id: If8fac97ed6783b6ee66f632a31ed821839808b47
Change-Id: I2c65ca8eebb3347873cbb133fc29d5ade75b258b
This patch ditches the hack where we keep track of the time a theme change occurs. Instead we keep track of the RequestType when a theme change occurs. This extra information is much more useful to apps that want to handle theme changes, i.e. SystemUI. If a new theme config is equal to an old theme config, the app can look at the request type and determine what action to take. Change-Id: Ie1d56060069d6645bf3212f4a70739d491cd0731
This patch adds a new flag that lets us know if the font actually changed when a theme change occurs. This way we can skip calling Typeface.recreateDefaults() if the font did not change. Change-Id: Idfaa0ae1fba99c8222d3607bd3864b7f1fa32b96
Allow theming of volume panel separately from status. Allow status bar icons to be tinted. Expose battery meter base color. Expose status bar header elevation value. Add themeable ripple color for navigation button press. Change-Id: Ie3dbde82692a19927ba6c1da179e5d2f03391f6f
When re-creating the network controllers we lose their current state, which results in a bug on multi-sim devices where the first sim slot will show the no connectivity icon rather than the no sim icon when no sim is present. Change-Id: I169734b1f5c7b17e11cc15a3434a22ed9f7bce1f REF: TOMATOL-160
A theme config could change that does not require us to recreate the status bar. This patch looks for the cases where the theme change requires recreating the status bar and only then do we call recreateStatusbar(). Change-Id: I88a6e5aad9306adca6ace05418379698437bfbed
This reflects the recent change to ActivityInfo where CONFIG_THEME_RESOURCE was changed from 0x8000 to 0x100000 Change-Id: I0f0817ca60ba1a2a53c7e9223d3fb0f86a08410e
Change-Id: I5690fc27444c468f4901497d8e67989c2e15a93b
Cherrypick of e0a9d47. Conflicts: core/res/res/values/pa_symbols.xml Change-Id: I19ec61ebb2def2cf3001a580eda7a25aea2f5dd9
…Provider [1/2]"" into lollipop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.