-
Notifications
You must be signed in to change notification settings - Fork 562
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
[Feature Request] Status Queues #29
Comments
I didn't plan a lot additional logic other than the basic displaying. This could be done in a complete separate wrapper class. Perhaps you want to do it? Perhaps I find time some day. Perhaps I will introduce this at least:
|
I want to add a click event ,what should i do? |
@iOSmaker that's not easily achievable with the current implementation, since the statusbar is on its own window, which will never be the key window - thus not receiving any touch events. // edit: It's now possible in v2.0. Touches are enabled if you disable tapToHold |
It would be great to see status queues. |
I had to make a queue for |
Maybe I can implement the queue. I would try it if you like. |
It would be great to pass in a queue of statuses so that if a bunch of status updates are sent close to one another, you could prevent flashing of them on the status bar and have them programmatically cycled after a certain duration.
MTStatusBarOverlay did this, but because that project has been abandoned, I think many migrators will find your repo and miss that feature as I have.
Do you have any plans to add a feature like this, or to add features to JDStatusBarNotification at all going forward?
The text was updated successfully, but these errors were encountered: