-
Notifications
You must be signed in to change notification settings - Fork 121
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
Custom colors breaks notification panel #2
Comments
manelscout4life
added a commit
to manelscout4life/pa_android_frameworks_base
that referenced
this issue
Mar 7, 2013
Change-Id: Ib1612bfc141e9c45d8a52302ffb3c33b109943de
manelscout4life
added a commit
to manelscout4life/pa_android_frameworks_base
that referenced
this issue
Mar 26, 2013
Creates an action useable by NavBar & NavRing to toggle between most recent apps. Will try to ignore the launcher when possible. ie, if you've just rebooted and have not opened any apps, it will do nothing. if you open 1 app, it will toggle between that 1 app and the launcher. Once two apps have been opened, it will toggle between those two apps. It's kind of like opening recents and hitting your ParanoidAndroid#2 slot repeatedly PS 2: Add Icons from Hoolm. {Thanks!} Re-wrote the logic for selecting next app. Rather than toggling back to launcher if only 1 app open, it does nothing. toggling only occurs now when there are at least two apps open. One issue that I still need to work out is that 'Recents' is somehow showing up as a valid target to toggle to. It shouldn't. ps 3: getRunningTasks() does not filter out 'Excludefromrecents'. Thus we need checks for 'default launcher' and SystemUI. as I write this, I realize I might be able to query the ExcludeFromRecents flag of the package a bit more easily. ps 4: Whitespace fix. ps 5: one more whitespace fix. ps 6: remove unnecessary dependency Signed-off-by: Zaphod <[email protected]> Change-Id: I0b59121b07b9ba44a2837a8db0266441ed82f9a3 Conflicts:
manelscout4life
added a commit
to manelscout4life/pa_android_frameworks_base
that referenced
this issue
Mar 26, 2013
Creates an action useable by NavBar & NavRing to toggle between most recent apps. Will try to ignore the launcher when possible. ie, if you've just rebooted and have not opened any apps, it will do nothing. if you open 1 app, it will toggle between that 1 app and the launcher. Once two apps have been opened, it will toggle between those two apps. It's kind of like opening recents and hitting your ParanoidAndroid#2 slot repeatedly PS 2: Add Icons from Hoolm. {Thanks!} Re-wrote the logic for selecting next app. Rather than toggling back to launcher if only 1 app open, it does nothing. toggling only occurs now when there are at least two apps open. One issue that I still need to work out is that 'Recents' is somehow showing up as a valid target to toggle to. It shouldn't. ps 3: getRunningTasks() does not filter out 'Excludefromrecents'. Thus we need checks for 'default launcher' and SystemUI. as I write this, I realize I might be able to query the ExcludeFromRecents flag of the package a bit more easily. ps 4: Whitespace fix. ps 5: one more whitespace fix. ps 6: remove unnecessary dependency Signed-off-by: Zaphod <[email protected]> Change-Id: I0b59121b07b9ba44a2837a8db0266441ed82f9a3 Conflicts: packages/SystemUI/res/values/strings.xml packages/SystemUI/src/com/android/systemui/SearchPanelView.java packages/SystemUI/src/com/android/systemui/aokp/AwesomeAction.java
aaronpoweruser
pushed a commit
that referenced
this issue
Jul 24, 2013
Also: * add a second history section that logs * log mesg as text instead of number * dump Sync Status as a table Sample log: Recent Sync History #1 : 2012-10-11 15:06:11 USER 0.4s [email protected]/com.google u0 com.android.calendar com.google.android.calendar #2 : 2012-10-11 15:06:11 USER 0.1s [email protected]/com.google u0 subscribedfeeds android.uid.system:1000 mesg=parse-error #3 : 2012-10-11 15:06:11 USER 0.0s [email protected]/com.google u0 com.google.android.apps.uploader.PicasaUploadProvider android.uid.system:1000 #4 : 2012-10-11 15:06:10 USER 0.1s [email protected]/com.google u0 com.google.android.gms.plus.action android.uid.system:1000 Recent Sync History Extras #1 : 2012-10-11 15:06:11 USER [email protected]/com.google u0 com.android.calendar Bundle[{[email protected], force=true, ignore_settings=true, ignore_backoff=true}] #2 : 2012-10-11 15:06:11 USER [email protected]/com.google u0 subscribedfeeds Bundle[{ignore_backoff=true, force=true, ignore_settings=true}] #3 : 2012-10-11 15:06:11 USER [email protected]/com.google u0 com.google.android.apps.uploader.PicasaUploadProvider Bundle[{ignore_backoff=true, force=true, ignore_settings=true}] #4 : 2012-10-11 15:06:10 USER [email protected]/com.google u0 com.google.android.gms.plus.action Bundle[{ignore_backoff=true, force=true, ignore_settings=true}] Sync Status Account [email protected] u0 com.google ======================================================================= Authority Syncable Enabled Delay Loc Poll Per Serv User Tot Time Last Sync Periodic ------------------------------------------------------------------------------------------------------------------------------------------------------------- com.google.android.apps.currents 1 true 0 2 1 2 1 6 0:35 PERIODIC SUCCESS 86400 2012-10-12 14:59:40 2012-10-13 14:58:13 com.google.android.music.MusicContent 1 true 0 0 1 2 1 4 0:09 PERIODIC SUCCESS 86400 2012-10-12 14:59:18 2012-10-13 14:58:13 com.google.android.gms.plus.action 1 true 0 0 1 1 1 3 0:00 PERIODIC SUCCESS 86400 2012-10-12 14:59:15 2012-10-13 14:58:13 com.google.android.apps.magazines 1 true 0 1 1 2 1 5 0:14 PERIODIC SUCCESS 86400 2012-10-12 14:59:00 2012-10-13 14:58:13 Change-Id: Iffeb825e4b4f6217940a39b0dd71e06856f08f3f
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Enabling custom colors (which is the default) breaks notification panel in TabUI (250).
There are two manifestations of the problem:
Above noticed in TabUI250 (in 220 it's working), but empty notifications header also observed in Phone mode.
The text was updated successfully, but these errors were encountered: