Nicolas POMEPUY

Results 3 issues of Nicolas POMEPUY

like idGt and so on.

enhancement

Allows the change of color and duration programmatically. Example app has been updated to reflect changes.

https://github.com/hitherejoe/Tabby/blob/master/app/src/main/java/com/hitherejoe/tabby/ui/activity/MainActivity.java#L184 and https://github.com/hitherejoe/Tabby/blob/master/app/src/main/java/com/hitherejoe/tabby/ui/activity/MainActivity.java#L177 You should use the `PendingIntent.FLAG_UPDATE_CURRENT` flag. It's not really useful in your case as you always open the same Url. But if someone is using this code...