You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed(NotificationAPI): Fix termux-notification --icon not working for release builds as icon drawables were being removed by resource shrinker possibly related to 6ef2618
Use standard Android API to get resource id for drawable icon instead of using reflection into drawable class. Additionally use `String.format()` so that resource shrinker does not remove icons used by `NotificationAPI` for release builds.
Closes#483
// TODO: Add prefix to all icons used by `NotificationAPI` to force keep only those icons when providing termux-api-app as a library.
209
+
// TODO: Add new icons from https://fonts.google.com/icons | https://github.com/google/material-design-icons
210
+
// Use `String.format()` so that resource shrinker does not remove icons used by `NotificationAPI` for release builds.
0 commit comments