NewPipe/app/src/main
Alex 6f7298b9db
Crop the notification thumbnail in 1:1 mode instead of stretching it (#8533)
Change square bitmap transformation strategy: change the bitmap transformation strategy when a 1:1 aspect ratio is
enabled to not stretch the bitmap but rather crop it.

On Android 11/12, the way the whole thumbnail was used for the
notification icon was not ideal, however the setting to toggle a 1:1
(as it states in settings) resulted in distortions.

Fix this by simply cropping the bitmap.

Also update the 1:1 mode strings to remove mentions of scaling or
distortions, as those no longer apply.
2022-07-13 17:19:44 +02:00
..
assets Update displayed licenses 2020-12-31 19:26:41 -05:00
java Crop the notification thumbnail in 1:1 mode instead of stretching it (#8533) 2022-07-13 17:19:44 +02:00
res Crop the notification thumbnail in 1:1 mode instead of stretching it (#8533) 2022-07-13 17:19:44 +02:00
AndroidManifest.xml Migrate CheckForNewAppVersion to Worker (and rename it) 2022-03-03 13:26:57 -05:00