ptal
sorry for the back and forth, I guess I should have consolidated to a single function in the last CL
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
android: Limit display rgb565 to API 32 or lower
RGB565 was based on SysInfo::IsLowEndDevice which is currently <= 1024MB
of memory. Based on histogram data, there's effectively 0 users falling
into IsLowEndDevice for API > 32. And since RGB565 is now <= 512MB which
is an even smaller population, it should be safe to just limit it to <=
API 32.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |