the-blue-alliance / the-blue-alliance-android

An Android app for accessing information about the FIRST Robotics Competition.
MIT License
76 stars 34 forks source link

Switch to an adaptive icon #914

Closed bherbst closed 5 years ago

bherbst commented 5 years ago

Summary: Switches to using an adaptive icon for API 26+. Devices running <26 will continue to get the same old icon.

Also moves the old icons to mipmap resource folders, which can be used at higher resolutions than the device's configured density to provide higher quality icons (blog post here).

The only thing that's a bit wonky is the authenticator- it uses the new adaptive icon as well, which I didn't think would work. I tried doing a fresh install on a couple devices, and it still seems to work as expected.

Issues Reference:

912

Test Plan: Tested on both pre-26 and post-26 emulators.

Screenshots: Old squircle:

New squircle:

Screen Shot 2019-03-25 at 9 32 17 AM