Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jb mr1 #6

Open
wants to merge 17 commits into
base: jb-mr1
Choose a base branch
from
Open

Jb mr1 #6

wants to merge 17 commits into from

Conversation

olivergeith
Copy link

Hi Bajee, the new consistent PowerWidget Icons...if you like to pull them!? Only use latest commit : https://github.com/olivergeith/frameworks_base/commit/8aed94c19bd00631725e90832dcc62a5c4cc96f0

How can i get rid of all the other commits from this pull request? Scatching my head...they must be from some upstream merges ?!?!

yghazikantelinen and others added 17 commits March 22, 2013 18:39
Change-Id: I1aef85f92c67019045d0fd3322a0b529168d9d9f
Change-Id: I017c1ccb1d4c87fb166f1e744a36690a2150468f
Change-Id: I1fc9f1af7ed4aedee0929f8e8be1ddde71698ae6
Change-Id: Ia9cb33b81827af7e46670f76db7e34aac78602cf
Change-Id: I8fb10f8d81e3400b2050062e07e1b074aea359c6
Change-Id: I406c5ff046bc766ad8145b5cbc4bd9af92c3a681
When RDS is being configured, the session mutex is hold. However,
when it is being disabled, RDS callbacks might still fire, and these
also try to hold the mutex, leading to a deadlock.

Temporary unlock the mutex while the vendor library is called to
work around.

Change-Id: Ic9751c7185fd8de4a7510225f54d23a22f042321
The root cause is:
There is a defect in window manager service: When a new
activity that can be ime target is added into window manager
but the Z order of input method window don't need to be
changed, then the target app token of input method window
would not be updated to new one. This defect may cause that
the layer of input method window is calculated incorrectly.

The solution:
Correct the target app token for input method window.

Change-Id: I008311e3c9b1cf5fc320b614d8675c183c506d50
Change-Id: I527e0976b6cadacb67084348ffe2de192247529a
SurfaceFlinger wont wake up the GPU in SysUI's fullscreen state,
probably because it does not occupy any tangible region. That sets poor
PIE into software rendering, which has bad effects on transparency and
mdp compositioning. Disabling HW overlays as long as PIE is active seems
like a good alternative for now.

Change-Id: Ie7ed720edc5bbdd0cfb79c34a22996cf15fcd79b
Change-Id: Ib352cb05c0dca1155b3d1c8fe3da4b16de898e44
Change-Id: I8f3883019b60138d8937bd85adc9231b0e18c595
Reverts: PWM: disable HW overlays for PIE de1cb4e
Uses a dummmy view to force the screen to be redrawn on screen update

Change-Id: Ia12e596f81583a3b6be1bef64ae9d46b32d410d2
Conflicts:
	core/java/android/app/ContextImpl.java
	core/java/android/content/res/Configuration.java
	core/java/android/content/res/Resources.java
	core/java/android/util/DisplayMetrics.java
	core/java/android/util/ExtendedPropertiesUtils.java
	core/java/android/view/DisplayInfo.java
	core/jni/Android.mk
	policy/src/com/android/internal/policy/impl/PhoneWindowManager.java
	services/java/com/android/server/am/ActivityStack.java
tejus pushed a commit to tejus/android_frameworks_base that referenced this pull request Jul 19, 2013
SystemUI: Modify DOW in Statusbar to allow a custom DateFormat string (1/2)

thanks a bunch to corcoran
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants