some dSploit->cSploit changes. Affects not much.#291
some dSploit->cSploit changes. Affects not much.#291tux-mind merged 2 commits intocSploit:developfrom
Conversation
A better version of this would be colored depending on what is happening. But for now, whatever.
|
I added a snackbar commit there too. Probably should have done it on another branch. Oh well. Feel free to accept one and not the other or what-have-you. |
|
is the snackbar working on android API 9 ? thanks for your awesome work @fat-tire 😊 |
|
I'm pretty sure the snackbar should work in api 9. From the instructions:
Anyone have an old gingerbread device laying around who wants to give it a shot? Also note that the snackbar is drawn at the root view (android.R.id.content) of the activity (or the given context really), so unlike a toast it won't show up system-wide or on other activities.. ...At least I don't think it will. This was just a very fast 10 minute late-Saturday night addition- I didn't even add the colors like in the notifications, which could be supported too, so if anyone wants to build on it, feel free. |
|
I personally prefer the toast because you get notified of the connection even if you are in a different app. I think that snackbar should be used for notification about an action performed in this moment, in that view/context. |
some dSploit->cSploit changes. Affects not much.
I mean, might as well, right?