Any1s / RBTV-Sendeplan

Other
3 stars 0 forks source link

Partially implements Any1s/RBTV-Sendeplan#28 #30

Closed oliverschloebe closed 9 years ago

oliverschloebe commented 9 years ago

Android Wear Support + Improved notifications

Preview of notification action: Notification action on Moto G on Lollipop

Preview of Android Wear support can be seen at Any1s/RBTV-Sendeplan#28

Any1s commented 9 years ago

Looks good! Have you considered caching the Bitmap in a class attribute and only loading it once in onCreate()? It's probably a rather small optimization, but I would prefer it over loading it every time a notification has to be built.

oliverschloebe commented 9 years ago

Okay, I'll see what I can do.

oliverschloebe commented 9 years ago

Okay, fixed (if I got you right).

Any1s commented 9 years ago

You did, thank you. Merging now.