-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pride: Add new default icon #997
Conversation
Any chance of a pride cat pockects icon? 😅 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work, I tested:
- ✅ The default icon was changed when I upgraded from the previous version and I didn't have a custom icon chosen.
- ✅ When I upgraded and DID have a custom icon chosen my selection was maintained
- ✅ After reverting back to the old icon I am still able to choose Pride 2023
- ✅ I can switch between all the other app icons
I wasn't able to test automotive but I think once that's ✅ we'll be good to go.
Confirmed that the icon is unchanged on Automotive, so I think this is good to go! |
@mchowning FYI, in automotive the icon is changed. The default icon is changed to the new pride icon and the user's default/choice is ignored for automotive. Here's a screenshot from maps on mobile android 13 on a pixel 7 with the default icon selected as the default. The icon should be the usual red per user selection but it's the pride icon. Other user selections for the icon have no effect. There's chatter in Reddit about confusion with the icon change and having user choice ignored. I'm guessing it's tied to the default icon being changed. |
Thanks for the heads up @gyund ! Just to make sure we're on the same page, what you're talking about is Android Auto, which is different from Android Automotive (who came up with these names, right?!?!). I believe the red icon is still showing on Android Automotive, but you're right that the pride icon is showing for Auto now. |
@ashiagr @mchowning there is a bug in the implementation on android:
|
@Pentaphon this has been the case since icons were introduced tho so might be a limitation of android from my understanding, but if it can be fixed then great (I'll try get an example of another open source app that dose icons in app😉) some types of people also find the icon controversial unfortunately tho -to the devs sorry if you lose some some subs over this but please don't bow to them, do try and fix it tho :)- |
As @mchowning mentioned above, this default applies to auto not automotive. Silly naming 😂 |
Description
This adds Pride icon as the default icon for the Pride month.
Testing Instructions
release/7.39
"release" build on a deviceAutomotive app
Instructions for 7.41
We'll revert back to the original icon in 7.41. In order to do so all that needs to be done is:
We'll keep the icon there in Settings though! 🏳️🌈
Screenshots or Screencast
Checklist
modules/services/localization/src/main/res/values/strings.xml
I have tested any UI changes...