Here I present a program called Notification Browser. It will show a list of all received notifications and tries to extract the info and show it as a list. Also a widget is included. Tapping the notification should start the corresponding intent and tapping the garbage bin icon should delete the notification from the list. The idea was to be able to have a full screen launcher and even then having easy access to notifications.
For it to work, you need to go to accessibility settings and enable Notification browser.
Market link: https://play.google.com/store/apps/details?id=com.dapaua.notificationbrowser
Settings and their meaning:
Widget Background: Allows you to choose the background from three not that different options.
Widget opacity: Allows you to make the widget transparent. 100% opacity means not transparent a t all. 0% means totally transparent.
Icon type: Allows you to choose between 4 different options for the icon. "Notification" means the small icon that appears in the notification bar. Application is the icon shown in the launcher for the app. Original means the original colors. Coloured means that it will use the "Color for notifications" value.
Use notification icon: Some notifications show a different icon when the notification bar is expanded, for example Gmail or whatsapp. The program will use this icon if available instead of the one set in "Option type".
Use blacklist: Filters the notification according to the blacklisted apps list. If an app is in the list, enabling this option disables its notifications in the widget.
Blacklisted apps: Space separated list of packagenames for the apps that are disabled when "Use blacklist" is set to true. You can add as many apps as you like using the package name.
Title text size: Text size for the notification title (What is shown in folded notifications).
Body text size: Text size for all the other text that is shown in unfolded notifications.
Only 1 notif per app: When an app adds a new notification, old ones are automatically removed if this option is enabled.
Show the clock. Will show a clock over the notifications.
Remove widget title: Will totally hide and disable the widget title and clear all notifications button.
Transparent widget title: Will hide but not disable the widget title and clear all notifications button.
Hide clock if there are more than...: Will hide hte clock when there are more than the selected umber of notifications. The clock will appear again when the notifications are cleared.
Swap title and subtitle: Notifications have a ticker text, that briefly appears in the notification bar. This is the title. Then they have the text that appears when you unfold the notification bar. Sometimes they contain different text. Enabling this option will exchange both values. I prefer to have this set to enabled, but you can choose.
Color for UI elements: Color for the buttons and title.
Color for notifications: Color for the text in the nofications, and the notification icons if the coloured option is selected in "Icon type".
Click to expand...
Click to collapse
Feedback is really appreciated.
I want to publish this on the market at some point and (maybe) add a premium version with extended theme support.
DISCLAIMER: I am not responsible of any damage derived from the use of this software.
History
v1. First Release.
v2. -Now the "X" notification clear button works.
-Transparency and color added to widget. Will be configurable at some point.
-New Background, easier to configure in the future.
-Configuration utility planned.
v3. -Color filters per application (Not configurable yet, but system notifications appear in orange)
-Higher compatibility (The application sends a notification at start that is scanned to find the correct fields)
v4.
*IF UPDATING, YOU WILL NEED TO UNINSTALL OLD VERSION FIRST*
-Now widget only shows the last notification for each app. Clicking the widget banner will show the Notification Browser app, with all the notification history.
-Main app now uses different colors depending on the origin of the notification.
- Now only the settings utility is missing. There you may choose color and text size for notifications, amongst other things
v5
-Following nuttsak advices (Thanks, man!), I removed the trash bin and again all notifications appear on the widget.
-Clicking the notification opens the activity and removes it from the widget list, but not from the app list.
-Fixed a bug that made that the wrong activity was launched when the notification was pushed.
-Settings will be added after christmas, so Merry Christmas to all.
v6
*IF UPDATING, YOU WILL NEED TO UNINSTALL OLD VERSION FIRST*
-Now notifications are expandable. Press on the notification to see extended info and actions. Press again to fold the notification. Buttons do the following: Launch action, Delete notification, delete all notifications from the same app.
-Used the app icon for notification. Old code is there, so when configuration utility is done, it will be user choice.
-Fixed date to match phone country style.
-Fixed some bugs.
v7
-Settings working. To change settings, tap the header of the widget, and then press the small settings icon (only works when it is blue).
-Available settings at the moment:Widget background style, background opacity, icon type, text size.
v8.
-Fixes some Application not responding errors
-Easier to set up.
v9.
Fixed small bug in v8
v10.
-Supports notifications without ticker text(including Gtasks). Due to this, I had to filter out the OS messages, like "wifi network found" and such because some of them were flooding the app. Notifications with no text at all (Like phone call in progress) do not show.
-New icon
v11.
-Notification behaviour reverted to v9. Notifications without ticker text don't appear anymore, as many ghost notifications were being shown.
-Configurable colours for notifications.
-Notification title and subtitle can now be swapped.
-Fixed some bugs.
TODO: Add a clock that will show when no notifications are present, (suggested by makejau).
v12.
-Added clock. The clock can be configured to disappear when a number of notifications appear (Gràcies per la suggerència, makejau!).
-Option to only show the last notification for each app added.
v13.
-Fixes error with multiple widgets - Only the most recent widget was being refreshed.
v14.
-Option to hide widget title, as suggested by skratch1702.
v15.
-Option to make title invisible while retaining functionality.
-Duplicated notifications are not added to the list.
-Should work on JB Lockscreen.
v16.
-Added basic app filtering. I will make this easier to use at some point. this is to check if it works or not.
Go to options. Activating the "Use blacklist" option enables it. Then add the package name of the app to "Blacklisted apps".
For example, for tasker you need to add net.dinglisch.android.taskerm to the list. Add the package names separated by spaces.
How to obtain package names?
Option 1: Go to play store and check the http address. It's there between "id=" and "&"
Option 2: Use titanium and click on the app. Then click on the yellow text with the app name. You get the package name for that app.
There are many other ways.
Default value is "com.android.providers.downloads android"
The first one (com.android.providers.downloads) is the download manager. The second one(android) is the system, to avoid "Wifi found", "Usb connected","choose keyboard" and so on.
This option only stops new notifications from registering in the widget, doesn't delete old ones.
-Option to use the icon that appears inside the notification as the icon. For example, in Gmail or whatsapp, when you unfold the notification drawer you see the contact picture. Enabling "Use notification icon" allows you to use that icon instead of the standard one.
v17.
Sorry for all the small updates of today!
-Small bug fix with "remove widget title".
v18.
-Improved clock responsiveness.
-Now widget can be horizontally resized in stock launcher.
v19.
-Improved compatibility.
-Tapping the clock opens main app.
-Shadow added to some elements.
-Battery level shown in widget (Enable in settings).
v20.
-Bugs fixed: Battery decimals, battery arrow, FC when service disabled, Problems with notification text.
v22.
-ADW theme support. Please send feedback.
-Blacklist with app selector. The old text based mode is still functional, because system services cannot be shown there, so you'll need to add them by hand.
-Privacy mode list. Choose apps there and instead of showing the notification content, they will show "New notification". This is useful if widget is in lockscreen.
-Revamped settings screen.
-New bugs! I expect lots of new bugs, because there are lots of changes in this version. Please, report if you find any. This version is not in the Play store, I'll wait a couple of days to find bugs before uploading it.
v23.
-Fixed some bugs that made the clock or the notification list to freeze.
-Added a new clock. At some point it will be configurable.
v24.
-LauncherPro icon themes supported.
-Font for the clock can be changed. Roboto fonts are included by default. If you want to use extra fonts, put the .ttf files in a folder called "fonts" in the sdcard.
-New permissions needed: Phone and wifi state.
-Possibility to show wifi and phone signal in the widget, for those who want to hide the notification bar. I don't know how precise the measurements are. I only know that it worked in my phone.
v25.
-Possibility to hide the AM/PM indicator in the clock.
It seems a cool idea :good:
Same functions with the app Notification History (https://play.google.com/store/apps/details?id=com.evanhe.nhfree).
alter0001 said:
Same functions with the app Notification History (https://play.google.com/store/apps/details?id=com.evanhe.nhfree).
Click to expand...
Click to collapse
The app listed doesn't work on some (a lot) Galaxy devices.
Sent from the Mars Rover.
The idea of this app is to be a widget. I didn't try notification history, but it doesn't seem to be a widget.
Just what I was looking for. Although v4 might be a step back. Need to have an option to display last or all notifications.
My use for this app is when I have news alerts to capture all of them in a widget so that I don't have to open the app. Displaying just the last one is pointless.
Could use an option to hide the trash icon and clicking on the app icon to dismiss it from the widget would be nice, that would allow a little bit more space for text.
Keep up the hard work, look forward to future improvements.
nuttsak said:
Just what I was looking for. Although v4 might be a step back. Need to have an option to display last or all notifications.
My use for this app is when I have news alerts to capture all of them in a widget so that I don't have to open the app. Displaying just the last one is pointless.
Could use an option to hide the trash icon and clicking on the app icon to dismiss it from the widget would be nice, that would allow a little bit more space for text.
Keep up the hard work, look forward to future improvements.
Click to expand...
Click to collapse
Thanks,it is my first app, so i am slow on development. I intend to add a configuration utility, and I am trying all functionality on different versions. Thanks for all your suggestions.
At some point I'll add the option to remove the notification on click, so I'll be able to remove the trash can.
nuttsak said:
Just what I was looking for. Although v4 might be a step back. Need to have an option to display last or all notifications.
Click to expand...
Click to collapse
I hope you like v5 more. If you find bugs or have more ideas, just tell me.
dapaua said:
I hope you like v5 more. If you find bugs or have more ideas, just tell me.
Click to expand...
Click to collapse
Thank you for the update.
Couple of thoughts:
1. Option for date/time format 24HR/12HR MM/DD/YYYY vs DD/MM/YYYY
2. Leave the app icon as it is, forcing it to a blue/green color doesn't look very good.
3. Option to display the app name and app process (xxx.xxx.xxx) I don't think the process name of the app is necessary at all.
4. Option to display the bottom portion of an alert per app. Some apps display the same information in both positions of the alert, so you get the same text twice (or don't display the second portion of an alert at all, although the problem is some app put the text in the bottom portion vs the top, one of the sports apps when you get an alert the scores only display on the bottom of the alert)
5. Widget design more like Google Now, seems as the 'card' style layout is the cool thing now a days, might make the app more visually appealing.
Really do like the app, keep it up!
Not sure if this is possible but perhaps a option to clear notifications in the pull down automatically....? Since I have them listed in a widget I won't/don't need/want to see them there. Also some of the notifications are clickable (action) and some are not. Is this a limit of the sdk?
Great app and if this is your first app.... Dev... You got a bright future.
Keep at it.
Take care,
Johnny
Sent from the Mars Rover.
JohnnyEpic said:
Not sure if this is possible but perhaps a option to clear notifications in the pull down automatically....? Since I have them listed in a widget I won't/don't need/want to see them there. Also some of the notifications are clickable (action) and some are not. Is this a limit of the sdk?
Great app and if this is your first app.... Dev... You got a bright future.
Keep at it.
Take care,
Johnny
Sent from the Mars Rover.
Click to expand...
Click to collapse
Thanks.
I didn't find a way to delete the notification on status bar. About the action on notifications, here is some explanation about how it works. The android OS has a pool of PendingIntent. A PendingIntent is a package that launches an application with some settings embedded, for example, to show gmail with an specific mail form the mailbox. These Intents are recycled. When the notification disappears, the OS may reuse them, so now the pendingintent does a different thing. So for old PendingIntents, sometimes the action may be different to the intended one. there is no way to know what the pendingintent will do when executed, only the OS knows. That's why some notifications don't work when clicked.
What do you guys think about the new version?
For every version, old options are there, only disabled. When the configuration utility is done, you may choose the behaviour you want for the widget. In this version I used the app icon instead of a tinted notification icon. This means that now it has colours, but market notifications, for example, always show the market icon. Before this, they may show the "download" icon, or the "app installed" icon. This, in a future, will be configurable too.
I'll try to make the widget background configurable, too, so it may look more like google now.
Hi. I tried to install v6 but I get this error:
d:\Download\Android\SGS3\App>adb install NotificationBrowser_v6.apk
EOCD not found, not Zip
file 'NotificationBrowser_v6.apk' is not a valid zip file
rm: can't remove '/data/local/tmp/NotificationBrowser_v6.apk': No such file or directory
If I copy the file to sdcard and try to install it I get the error too that it is not a valid zip file.
Thanks!
hello, i tried to move notifications to lockscreen without success... i think lockscreen are keyguard_screen_tab_unlock.xml (framework-res.apk), but im not sure about notifications: are in statusbar.xml?
how I can access the class "notification" (in . java) to say: send notification to keyguard_screen_tab_unlock.xml (as usual) and send to statusbar.xml?
i like to add notifications in my lockscreen, and avoid to join. Android recommends join same app notifications, but when app is messaging app i like individual notification for each message.
Dev, have you seen the NOTIF app here on XDA? It seems like your apps together would be a real nice concept.
Sent from the Mars Rover.
I just gave this (v6) a go on my Note2 and it doesn't run unfortunately.
sproglet said:
I just gave this (v6) a go on my Note2 and it doesn't run unfortunately.
Click to expand...
Click to collapse
I'm sorry to hear that. Did you enable the service at Settings->Accesibility?
JohnnyEpic said:
Dev, have you seen the NOTIF app here on XDA? It seems like your apps together would be a real nice concept.
Sent from the Mars Rover.
Click to expand...
Click to collapse
I looked at it. It looks nice, but unfortunately I'm stuck at ICS and I can't try that
danirebollo said:
hello, i tried to move notifications to lockscreen without success... i think lockscreen are keyguard_screen_tab_unlock.xml (framework-res.apk), but im not sure about notifications: are in statusbar.xml?
how I can access the class "notification" (in . java) to say: send notification to keyguard_screen_tab_unlock.xml (as usual) and send to statusbar.xml?
i like to add notifications in my lockscreen, and avoid to join. Android recommends join same app notifications, but when app is messaging app i like individual notification for each message.
Click to expand...
Click to collapse
Are you talking about the android 4.2 lock screen? I'm stuck at ICS, so I can't try that, sorry. I wish I had won the lottery this past saturday, so I could buy a new phone
DirkStorck said:
Hi. I tried to install v6 but I get this error:
d:\Download\Android\SGS3\App>adb install NotificationBrowser_v6.apk
EOCD not found, not Zip
file 'NotificationBrowser_v6.apk' is not a valid zip file
rm: can't remove '/data/local/tmp/NotificationBrowser_v6.apk': No such file or directory
If I copy the file to sdcard and try to install it I get the error too that it is not a valid zip file.
Thanks!
Click to expand...
Click to collapse
Try to download this again, because I tried the apk and it works for me. I hope you can fix it.
dapaua said:
Here I present a program called Notification Browser. It will show a list of all received notifications and tries to extract the info and show it as a list. Also a widget is included. Tapping the notification should start the corresponding intent and tapping the garbage bin icon should delete the notification from the list. The idea was to be able to have a full screen launcher and even then having easy access to notifications.
For it to work, you need to go to accessibility settings and enable Notification browser.
BUGS: LOTS.
-FIXED:The X to delete all notifications doesn't work on the widget.
-Slow start.
-Notifications are lost on reboot.
TO DO:
-Fix bugs
-Themes for the widget.
In some devices, the notification title and extended data might not be found. In this case only the ticker text that appears briefly when a new notification appears is shown. An external program to fix this is in my list of to-dos .
I only tried this in a Xperia U and Xperia neo V, and works in both with stock ICS rom. Tried in JB SGSIII and didn't show the extended info.
Feedback is really appreciated.
I want to publish this on the market at some point and add a premium version with theme support.
DISCLAIMER: I am not responsible of any damage derived from the use of this software.
Click to expand...
Click to collapse
Nice idea will test and let you have some feedback keep at it..
Ok. downloaded v6 again with another browser and installation worked
OK, new version is up. Now you can configure the widget a bit. I will rest a bit this weekend, so don't expect any more updates until monday. I think this is nearly ready to hit the market, so I'll check how uploading to market works.
The idea is to have a free version (what you guys are testing now , thank you all) and a premium version more configurable, for these people that want a perfect desktop.
Have a nice weekend
Related
[Theme] willverduzco's PURE Blackbar for CM 6.1.1 *XML Color Import!* - Now with "4G"
[About]
My goal with this was to create a bar that is PURE BLACK, unlike the gradient bar in HTC Sense, while retaining much of Sense UI's style. As such, this MORPH is heavily based on the HTC Desire Notification Bar. To my eyes, the Sense UI gradient is simply too close to black to look intentional, yet not close enough to look good. It sort of reminds me of an LCD with a back-light leakage problem. Additionally, I created a new, more streamlined notification drawer pull-down image.
This theme has THREE versions: A version with white notifications (classic edition), a version with black notifications (zip file ending with _BN), and a "Faux G" version with black notifications (zip file ending with _BN-4G).
This MORPH is intended for CyanogenMod 6 and beyond. However, it should work with almost every other HDPI ROM, assuming that you have a way to change the status bar and notification text color to white.
[Screenshots - Click to Enlarge]
"Faux G" - Black Ongoing Notifications (_BN-4G version, which I currently use)
Black Ongoing Notifications (_BN version)
White Ongoing Notifications (classic)
[Installation Instructions]
1. Download and install the latest version of MetaMorph (by Stericson) from the Market.
2. Turn on USB Debugging under the Android Settings -> Applications -> Development Menu.
3. Open MetaMorph and select "Unzip/Extract New Theme."
4. Select the appropriate version of my theme, click "Apply All," and reboot when prompted.
5. Change your carrier, clock, date, and notifications colors. (See below for instructions.)
[Changing Text Color Automatically - BN and BN-4G only for now]
-CM6.1 and beyond: Unzip Notifications_XML-FOR_CM6.1.zip and put the CMTheme folder on the root of your SDCard. Import the colors through the following: Android Settings -> CyanogenMod Settings -> User Interface -> Tweaks Extra -> Select A Theme
-CM6: Unzip Notifications_XML-FOR_BN.zip and put cmparts_ui.xml on the root of your SDCard. Import the colors through the following: Android Settings -> CyanogenMod Settings -> User Interface -> Tweaks Extra -> Import Colors from XML
[Changing the Text Color Manually - All ROMs]
BLACK ongoing notifications bar version
1. Navigate to Android Settings -> CyanogenMod Settings -> User Interface -> Status Bar Customization.
2. Change the following fields to white (#ffffffff): Battery Percentage, Clock, Carrier PLMN Label, Carrier SPN Label, Notifications Ticker, Notifications Count, Items Title Color, Items Text Color, and Items Time Color.
3. Change the following to black (#ff000000): No Notifications Title, Clear Notification Label, Ongoing Notifications Title, Latest Notifications Title.
WHITE ongoing notifications bar version
1. Navigate to Android Settings -> CyanogenMod Settings -> User Interface -> Status Bar Customization.
2. Change the following fields to white (#ffffffff): Battery Percentage, Clock, Carrier PLMN Label, Carrier SPN Label, Notifications Ticker, Notifications Count, No Notifications Title, Ongoing Notifications Title, Latest Notifications Title.
3. Change the following to black (#ff000000): Clear Notification Label, Items Title Color, Items Text Color, and Items Time Color.
[Changelog]
Classic (White Notifications) Edition
-None
Black Notifications Edition
1.2 - Discovered when looking in low light that the PNG incorporated in v1.1 wasn't truly 100% black. I replaced the PNG with a new one with RGB values of 0,0,0.
1.1 - Incorporated Eddiemc's changes for dark Notification Panels.
[Known Issues]
Classic (White Notifications) Edition
-None
Black Notifications Edition
-A very small percentage of applications employ their own methods of coloring their ongoing notification text. This cannot be changed with something like Cyanogenmod settings. This is no longer a bit issue because CM6 RC3 and beyond include a version of MusicMod that uses the system-wide notification text color.
[Future]
Classic (White Notifications) Edition
-None. This seems complete unless someone wants different icons.
Black Notifications Edition
-Look for a way to force all notification text to be white, even for troublesome apps.
[Troubleshooting]
-Morph stuck at "Applying" indefinitely? Make sure USB Debugging is enabled.
-Morph only applied to part of the bar and looks bad? Make sure you have custom notification and pulldown bars disabled. (CyanogenMod Settings -> User Interface -> Notification Colors and disable Custom Notification and Pulldown bars.) Also, if you're on CM 6.1+, go to CyanogenMod Settings -> User Interface -> Tweaks Extras -> Select a Theme and pick Stock. Reboot then reapply the theme.
-The latest version of MetaMorph works again. If you have issues applying the theme, and you have already made sure USB debugging was enabled, try the version of MetaMorph that I have uploaded as an attachment.
____
Credit: Thank you very much XebozZ for creating a wonderful base from which I created this Morph, Eddiemc for helping make the first _BN version, and obviously Cyanogen for pumping out CM6 RC!
Applied and it works great! Thanks man!
This is awesome, 5 stars. Thanks man. Pure black >>>> Desire grey IMO, and is great for showing off the great black levels of the AMOLED. I've been waiting for something like this for a long time. I've tried myself and failed.
It would also be cool if the pulldown notifiations are also black/dark with white font, I guess with the standard colors inverted. I think it's tricky it needs to be configured on an app level (I think, but am not sure). Anyways, if there's a toggle between standard/inverse color, that would also kick much ass.
Can you make an enomther version please?
Sent from my Nexus One using XDA App
Thanks. This is very nice indeed.
Thanks for the comments guys, and I'm really glad it works to your liking! And yeap, denimjunkie82. Precisely why I did it! Black looks so good on AMOLEDs!
mgorman said:
Can you make an enomther version please?
Click to expand...
Click to collapse
I'll gladly see what I can do, but unfortunately I'm actually unfamiliar with Enomther's ROMs. Could you please tell me if his ROM has a settings panel inside his ROM, in which you can enter the aRGB values for notification colors (or does his ROM let you import SpareParts XML files like CyanogenMod does)? If so, this MORPH should work with minimal or no changes. If it doesn't have that option, I'm going to have to find out a way to change the text colors first.
denimjunkie82 said:
It would also be cool if the pulldown notifiations are also black/dark with white font, I guess with the standard colors inverted. I think it's tricky it needs to be configured on an app level (I think, but am not sure). Anyways, if there's a toggle between standard/inverse color, that would also kick much ass.
Click to expand...
Click to collapse
Thanks to Eddiemc, this is now done! Screenshots and instructions have been updated!
Thanks again for the comments and for trying it out, guys!
denimjunkie82 said:
It would also be cool if the pulldown notifiations are also black/dark with white font, I guess with the standard colors inverted. I think it's tricky it needs to be configured on an app level
Click to expand...
Click to collapse
Nope, as easy as walking, on cm6
Swap "status_bar_item_background_normal.9.png" in framework res to one that's black instead of white, and change text to white in CM settings.
Works on all app notifications, I'm using it myself. Black's nicer than white!
-e
edit... throw the png file into the framework res folder of the original morph, or just use the modified version attached (hope the op doesn't mind..)
Then change item notifications color in cm settings to white (#ffffffff)
Eddiemc said:
Nope, as easy as walking, on cm6
Swap "status_bar_item_background_normal.9.png" in framework res to one that's black instead of white, and change text to white in CM settings.
Works on all app notifications, I'm using it myself. Black's nicer than white!
-e
edit... throw the png file into the framework res folder of the original morph, or just use the modified version attached (hope the op doesn't mind..)
Then change item notifications color in cm settings to white (#ffffffff)
Click to expand...
Click to collapse
Of course I don't mind. It saved me from figuring out the filename myself, which is much appreciated, so thank you very much for your contribution!
Appropriately, I have added your name in the _BN Morph, and in the original post.
I love it! I've always wanted to change that color. It works great thanks.
Can anyone verify the white text on black bars works on the Music app and Quick Settings? I've tried various morphs a few months ago and these apps leave black text in the Notifications panel no matter what, but that was before the Spare Parts method in Cyan 508-600RC.
level5music said:
Can anyone verify the white text on black bars works on the Music app and Quick Settings? I've tried various morphs a few months ago and these apps leave black text in the Notifications panel no matter what, but that was before the Spare Parts method in Cyan 508-600RC.
Click to expand...
Click to collapse
First issue found... I've added it into the main post. Thanks for letting me know. Unfortunately, the spare parts method doesn't seem to change the music player text. A decent alternative would be to use the classic version with the black text and white ongoing notifications menu, as the text would appear as normal. I believe that these apps must be using some code on a per-app level that does this, as there simply isn't another field that I could see modified. This reason why they did this is likely because it has two slightly different colors (a black and a grey) in that notification.
Hopefully someone knows how to change the music player's text in the notification bar.
Here is a picture of the issue:
EDIT: Looks like it's true. It's probably part of the app itself.
In all honesty, though, this is a very minor issue, and if you don't know what song you're playing through the media player from your own music library, there may be another problem, haha. That said, I will see if anyone has come up with a real solution. I don't want to tell you to hold your phone a different way, haha. Oh wait, that's another company.
Awesome notification bar!
I'd like the gradient on the notification bar itself, with a gradient on the pull down notification. I somehow managed to mix this Metamorph, with another and got what I wanted (by mistake!).
If it's not too much trouble, could I get a .zip file (exactly like the you uploaded) but with a gradient (like the desired) notification bar?
looks good ima trying it out now what i been looking for
level5music said:
Can anyone verify the white text on black bars works on the Music app and Quick Settings? I've tried various morphs a few months ago and these apps leave black text in the Notifications panel no matter what, but that was before the Spare Parts method in Cyan 508-600RC.
Click to expand...
Click to collapse
Notifications on black:
Yea, I just noticed this just now. As op states above, music app doesn't work properly.
I'm using spotify, so I never checked the music app... (btw spotify get white text as it should)
Quick Settings actually has an embedded option to change the text color (normal: white, inverted: black) so so that's no problem
All other apps I've seen works well (gets white text).
On cm6 we are all using the modded music app by Eliot Stocker, so I reckon he should be able to add an option to invert text (like quicksettings) if some of us asks him.
-e
edit....
If someone (op *hint hint*) want to ask him about notification color invert: http://twitter.com/eliotstocker
edit2...
For the more hardcore ones, adb pull the music app, change the xml settings for notification color in Music.apk\res\layout\statusbar.xml (this is beyond me atm, but I might give it a stab) adb push the app back, and voila you'll have white text
edit3...
I pass.
Here are the files if someone can pull this off. As far as I know, due to the way android works, the xml file needs to be hex edited.. I just cannot work out where the changes needs to be
edit4...
Even though I don't use the music app, this issue really bugs me..
If we can get the xml file changed, it can even be included in the morph (or as a seperate morph) so nobody has to adb.
I just posted in eliots thread about the settings option, so perhaps that works out, if not I'll ask his permission to pm around a bit to find someone who can edit the xml.
Now I'll stop editing this post
Is it possible to have an update.zip version of the Black Ongoing Notifications (new _BN version) please.
Don't like to isntall metamorph to install theme.
Black is really beautiful
Thanks.
F.
Wow, good job. I don't use CM myself but I know a lot of people will appreciate this.
Just a quick status update to let everyone know that the issue will be fixed soon.
Eliot Stocker, who wrote the music app in CM6 just got back to me saying that he would add the feature into the next release. Thanks for the twitter link Eddiemc, and thank you again for all of your help!
Eddiemc said:
Notifications on black:
Yea, I just noticed this just now. As op states above, music app doesn't work properly.
I'm using spotify, so I never checked the music app... (btw spotify get white text as it should)
Quick Settings actually has an embedded option to change the text color (normal: white, inverted: black) so so that's no problem
All other apps I've seen works well (gets white text).
On cm6 we are all using the modded music app by Eliot Stocker, so I reckon he should be able to add an option to invert text (like quicksettings) if some of us asks him.
-e
edit....
If someone (op *hint hint*) want to ask him about notification color invert: http://twitter.com/eliotstocker
edit2...
For the more hardcore ones, adb pull the music app, change the xml settings for notification color in Music.apk\res\layout\statusbar.xml (this is beyond me atm, but I might give it a stab) adb push the app back, and voila you'll have white text
edit3...
I pass.
Here are the files if someone can pull this off. As far as I know, due to the way android works, the xml file needs to be hex edited.. I just cannot work out where the changes needs to be
edit4...
Even though I don't use the music app, this issue really bugs me..
If we can get the xml file changed, it can even be included in the morph (or as a seperate morph) so nobody has to adb.
I just posted in eliots thread about the settings option, so perhaps that works out, if not I'll ask his permission to pm around a bit to find someone who can edit the xml.
Now I'll stop editing this post
Click to expand...
Click to collapse
imfloflo said:
Is it possible to have an update.zip version of the Black Ongoing Notifications (new _BN version) please.
Don't like to isntall metamorph to install theme.
Black is really beautiful
Thanks.
F.
Click to expand...
Click to collapse
Glad you like it! I'll gladly make you an update.zip. Are you on clockwork recovery or Amon_RA? (I haven't ever signed an update.zip, and Amon_RA's recovery image requires signed updates, but clockwork doesn't.)
stewroids said:
Awesome notification bar!
I'd like the gradient on the notification bar itself, with a gradient on the pull down notification. I somehow managed to mix this Metamorph, with another and got what I wanted (by mistake!).
If it's not too much trouble, could I get a .zip file (exactly like the you uploaded) but with a gradient (like the desired) notification bar?
Click to expand...
Click to collapse
Glad you like it. Actually, if you want a bar with gradients, though, you should check out XebozZ's gradient bar. He did a great job with that. My goal with this one was to not have a gradient so that it shows off the wonderful AMOLED blacks that we have!
willverduzco said:
Glad you like it! I'll gladly make you an update.zip. Are you on clockwork recovery or Amon_RA? (I haven't ever signed an update.zip, and Amon_RA's recovery image requires signed updates, but clockwork doesn't.)
!
Click to expand...
Click to collapse
Just try to push framework-res.apk copy all file in it and pull back but after a reboot launcherpro loop and woon't run so i was oblige to wipe my device.
I forgot to make Nandroid backup under Amon_RA
Now after a new reboot i have a fresh CM6 with black notification bar but text are all black i'll try to change theme manually in CM6 custom option menu.
BTW thanks.
Applied, it is a very nice bar. Thanks!
edit - spelling
I uploaded my digital clock widget, mClock. I plan on adding more styles and/or options. Let me know what you think, what you would like to see as far as options go and whatever else.
I've attached the QR code and screenshots.
For the fonts in the screenshot I just grabbed some off the web and put them on the sdcard.
Fonts: 1979, Acens, Colwell, Orbitron-Medium, and the built in fonts.
Report bugs: http://bitbucket.org/knoxcoder/mclock/issues
Xml help http://www.maroonedsoftware.com
Templates (skins) http://forum.xda-developers.com/showthread.php?p=9856429
There is also a donate version, mClock.donate
Looks great so far!
I have some suggestions though,
First of all, I really want a real 24 hour clock instead of the 12 hour clock available.
4x2 widget would be awesome.
Perhaps custom date formatting, for example, I cannot currently do "Sunday, November 7". The default android formatting options would be nice i.e "EEEE, EEE, HHHH, MMMM, d and so on."
Perhaps click to open application..
Maybe shadow options?
Larger font size than 100px? I currently use 128px which perfectly fits my screen from side to side.
Separating different lines would be awesome, for example, I might want month and day number on one row and weekday on another.
24 hr clock: I have the code almost ready for that
4x2 widget: Easy to add
Date format: Sunday, November 7 is already supported. You can turn off the year portion on any of the date formats and change the separator to ,(Space).
Click to open app: I've been thinking of a good way to handle this. I also need to allow clicking to open the options page. I've thought about dividing the clickable area to allow different launch options. If you have a good idea I'm all ears.
Shadow options: The blur effect overwrites the shadow. I haven't figured out a way to get both to work. I may settle for toggling between shadow or blur. But I did have the shadow working on a test build so it's doable.
Larger fonts: Easy to change
Different lines: That's where the different styles/formats come into play. Those take a bit more work but I do plan on providing that sort of thing.
Update to 1.3. Includes 24 hr clock, 4x2 widget and increased font max size
Exellent app mate! Congratulations! I m using it whole evening! So good, so far! I have no further wishes about this app! Loving it!
About the click to open app, why not a application in the launcher for the settings?
24 hour clock option should disable AM/PM automatically?
Still not seeing 4x2 widget?
I like shadow because it can act as both solid blur, shadow and the color is configurable.
Blur seems cut off at top and bottom at big font sizes?
I know it's a hassle for almost no difference but perhaps render it as text instead of a bitmap?
I know I sound whiny but this app has so great potential and is already better than the rest of the clocks, simply awesome work. Love it.
New update fixes the 4x2 issue. I forgot to add it to the manifest file... Also I disable the am/pm if 24 hour mode is on.
As for the shadow, I'll work on it next. Hopefully should have it ready tomorrow night. I have code already that allows you to select the shadow color, x & y offset and the shadow size. It should just be a matter of getting it all in shape and tested.
For the app launch. Do you mean put a item in the configure screen that will launch the app?
The blur getting cut off is a side effect of the clipping, I have an idea of how to solve that but I'm going to delay the fix for now.
I don't mind the suggestions, I like to know what can be improved.
Seems the update service crashes(or simply doesn't start) a lot on 1.3.1 with the 4x2 size?
Text won't fill the 4x2 widget correctly, fonts seem limited to a too small size(only 24 hour clock, won't fit width)?
Another suggestion of mine, 24 hour clocks usually display a leading zero when the hour is a single digit?
What I meant with app launch was to have a normal app (the ones that show up in your app drawer ^^) for configuration and launch custom apps with the widget.
Right now I have no clue why 4x2 doesn't work. It works on the emu but not on the device. The other sizes seem fine though. I'll look into it tomorrow.
Very cool looking digital clock widget! Great design.
My new favorite clock app !
What I really like about it is the way you can change colors.. gradient is a nice option.
Nice work mate !
Upload the APK please
Could you please attach the APK file here for the comfort of downloading?
It would be a great help.
Thanks
Arindam
Added the apk file to the original post.
New release now has shadows, more layout options, another clock format and some bug fixes. However I wasn't able to figure out the 4x2 widget issue so it's disabled for now.
looking awesome.
Good luck on the 4x2 widget.
Figured out the 4x2 issue. Still trying to get a good design on handling the app launch feature. One problem is you can have multiple widgets so if I disable the tap to config then you'll have to delete and re-add to change options. One idea is to have a popup that you either choose the app or the config, not as great as just tap to launch.
Awesome...The best clock widget till date...works great on my xperia x10.
Sent from my X10i using XDA App
The clock seems kinda small, seems there is a lot of space to spare. See screenshot, bottom is the size I would want(Self-made clock widget), top is current size.
Awesome update man, 1.5 is simply awesome.
There's something "wrong" with the 1.5 version (market update)..
I've downloaded and installed your attached 1.4.1 file in first post just to be sure my eyes were ok..
When I set clock colours (white 100% and white 50%), the gradient is not as smooth as it used to be on 1.4.1
For the size not being as large as you want, try bumping up the font size and turning off clipping. Set the date's vertical alignment to bottom and the clock's to top. That should give you what you're looking for. And if the font size is maxed let me know and I'll increase it.
For the gradient issue. I know exactly what why it happens. I could go into tech details but basically to get the 4x2 working I had to reduce the rgba depth. I'll go back and increase it for all the smaller sizes.
Yeah, font size was maxed out. Perhaps make that setting a text input, shouldn't have any limits and be precise enough then.
Hey knoxcoder, I LOVE your widget, but as Poodlemastah points out, there's this major drawback of not being able to launch our app of choice when tapping it. This is a must have for all clock widgets.
Most of us like to set our alarms by just tapping on the clock widget, and right now I find myself using TWO clock widgets because of this... yours because it's the best looking, and another one in the adjacent home screen just to launch the alarms app... lol.
Even if it means having to re-add the widget once you add this feature, I still think it will be worth it in the long term... it's just a must-have for most people.
As Poodlemastah has suggested, I think the behaviour most of us would expect is:
Both the "add -> widget" option from the home screen and the icon in the app drawer will take us to the config screen. There, we can set all the parameters as we want them (including which app to launch).
Now, as you've said, there can be multiple instances of the widget, so maybe the ideal setup would be being able to "save" different clock configs from the settings menu (without necessarily applying them to any instance), then choosing which one of them to apply at the moment we add the widget to a homescreen. That way, it wouldn't be such a hassle to re-add them everytime, because the config would be saved.
It would be a matter of making the user conscious of this change by just re-arranging the settings menu: when we open it, it shows the options "Create new clock...", "Edit existing clock...", etc. That way, they would realize each clock is saved independently, and they would be asked for a name first of all, so that they would actually remember what it was called when they want to load it up.
Example:
· I open mClock settings
· I'm presented with 3 options: "Add existing clock to home screen"; "Create new clock..."; "Edit/delete existing clocks...".
· I choose "Create new clock..."
· I'm asked for a name, I name it "My clock".
· I'm then presented with the clock settings screen, which I procceed to adjust to my liking.
· At the bottom, I see 2 buttons: "Save" and "Cancel". I click "Save".
· After that, I'm taken back to the settings screen.
· I now choose "Add existing clock to home screen".
· I'm presented with a list of the existing clocks already created.
· I choose "My clock".
· The clock is added to a home screen (the central one, I guess?), and I'm automatically taken there to see it.
Another way to add a clock would be to go to a home screen, choose the "add widget" option in the launcher, and choose "mClock", in which case I would be taken to the same settings menu as before. The only difference would be that the clock would get added to the same screen from which I called the "add widget" option.
I don't know if this would be such a big hassle to make, or if it's impossible at all, since I haven't done any Android development yet. I'm only talking from a usual programmer and UI designer point of view
Let me know what you think.
I asked Trailblazer101 if he could modify his EC09 Everything Mod for our Continuums to several specific requests of mine. A bunch of requests
And he delivered!
I've long struggled with his mods affecting homescreen respawns on my phone. I use LauncherPro. Thanks to a great post by TXWolf1980 I took his advice and used Rom Toolbox to eliminate all kinds of unnecessary processes that were running automatically. Now I can use TB's mods and I see no difference in my phone's performance.
So, this flashable .zip is Trailblazer101's EC09 Everything mod with the following modifications/additions:
1) Ticker History button now requires a long-press too, like the weather button. Now, nothing can be executed from the standard Ticker screen without a long-press!
2) Long pressing the ticker history button after loading up ticker history puts the ticker into sleep mode. And now sleep mode is completely blank. Also, to exit sleep mode, you have to long-press the clock area. This means the 5 shortcuts to Browser, Market, etc are no longer present.
3) When the SMS icon in the Ticker is present (showing unread texts even when they're aren't any) you can now clear the icon by long-pressing it. If you use a 3rd party SMS app and still want your ticker to show incoming texts, you've been frustrated having to load up the stock SMS app to eliminate the unread text icon in the ticker.
4) The icons for the TW toggles on the pull-down menu and the status bar icons have been replaced with ones I designed with a blue theme.
5) The clock and date are now centered and the clock is the same blue as seen in the icons.
6) Long-pressing the search button is now recognized and configurable for such things as Voice Search or Quick Composing texts.
7) Weather and Ticker History icon are blank by default.
There is a feature that is not mainstream and I'd actually prefer it be undone for the masses, but I think Trailblazer101 is very busy with other things now. I asked him to make the long-press of the weather icon load up my RealCalc calculator app since I don't use the weatherbug program. As such, if you must have the weatherbug program and its functionality in the Ticker, you are not going to want to install this mod.
Major props to Trailblazer101 for doing all of this for me. I absolutely love the way my phone is set up now! He has been SUCH a help to the Continuum community. I don't know how to do it, but if I figure it out, I'd love to add a link to this post for thanking Trailblazer101
Screenshot of icons and clock
Download mod with darker blue
Something new!
Something to borrow
Sent from my SCH-I400 using xda premium
School/Finals are almost over, and when it is... Let the development/my presence (re)commence
Sent from my SCH-I400 using xda premium
Nice work, I'm surely gonna try .
trailblazer101 said:
School/Finals are almost over, and when it is... Let the development/my presence (re)commence
Sent from my SCH-I400 using xda premium
Click to expand...
Click to collapse
Well that's great news! Glad to know you're still alive!
If you want to re-create the Spearoid mod without the Realcalc tweak for the Weather icon, I'll edit the OP to point to that file.
I made a framework that has some blue softkeys to go along with the theme. didn't want to be selfish! XP
hope you guys enjoy it!
http://www.mediafire.com/?nwn22e24uqs34gt
GS3
http://forum.xda-developers.com/showthread.php?t=1669190
Is there anything in this that we can extract and use?
Logan
I realized I actually had the wrong set of icons in the file I linked to. They were simply the wrong color blue. You may have noticed the lighter blue in the signal icons not matching the blue in the TW toggle icons or the Ticker clock.
I've updated the OP with the proper link. THIS is what my tweak of TB's mod was supposed to look like!
I dont know if you even read this forum anymore but you state the weather and ticker and blank by default which isnt the case for me. While the ticker icon is blank the weather icon is still showing. Any idea why?
Edit: I feel like an idiot. Just after posting I remembered I set the weather app up before removing it. I went and removed the location and the icon vanished. Thanks for the awesome mod!
Well I don't come here often as it's a graveyard but glad you like it!
I've finally reached a place of contentment with my Continuum!
Sent from my SCH-I400 using xda app-developers app
Very cool
This looks really nice.
I may ask for some help regarding the following problem:
- Description:
If you pull down the status bar/ notification thing you see the actual time and date on the left side.
If you tap on the date the calendar app will open.
If you tap on the time the app deskclock.apk will start.
This is true if the calendar or deskclock apps are installed. Otherwise you get a FC of the system ui.
- What I would like to have:
I would like to choose which application will pop up in case you tap on time or date in the notification area.
Since I'm no developer at all, I beg for someone with more knowledge to find a way to implement that, tweak the system UI or write a script to make that behavior possible. Thank you!
Regards
Klaus
I'm not sure if this equates to "broken" but after whatever recent update happened (maybe a gig update?), all my notification icons are all the same green blob and they aren't respective to their own app anymore.
I tried to clear the cache partition but no luck fixing. Any ideas how to get those regular icons back? (Image attached)
See
How to show app real icon on notifications
Hey, so I just got my galaxy and I'm trying to figure out how to show the real app icon on notifications instead of Samsung icons. I've attached the photo, as you can see it shows same color icons for all notifications and I want to show the...
forum.xda-developers.com
It's by design. The notifications follow the Material U color if you apply it to Icons.
You wither don't apply the colors to the icons (when setting it via wallpaper and colors) or you apply it and get themed icons everywhere.
raul6 said:
See
How to show app real icon on notifications
Hey, so I just got my galaxy and I'm trying to figure out how to show the real app icon on notifications instead of Samsung icons. I've attached the photo, as you can see it shows same color icons for all notifications and I want to show the...
forum.xda-developers.com
Click to expand...
Click to collapse
This was it, thank you! I had to uncheck the use color palette option in style