App update rejected.... wasn't even updating wear ...
# confetti
j
App update rejected.... wasn't even updating wear is app :)
🤦‍♂️ 1
also got this as well
@yschimke seems very marginal if they're complaining about that screenshot
y
Agreed. I'll raise on Monday. I can tweak confetti for now so it will pass review.
👍 1
j
what do you think we need to add to description for the first one?
y
Probably just say includes a Wear OS Tile and Complication for showing next talk?
j
ok, re-submitted with that....might be lucky
y
I'll bump to latest versions, test locally on small and large emulators and see if there is simple fix for clipping.
I am the absolute most qualified person in the world to implement a responsive Wear app, and I can't get past Play Store reviews.
😃 2
🙂
Large emulator
Small emulator
image.png
j
That looks same as one I posted above ....barely clipped
y
Copy code
fun calculateVerticalOffsetForChip(
            viewportDiameter: Float,
            horizontalPaddingPercent: Float,
        ): Dp {
            val childViewHeight: Float = ChipDefaults.Height.value
            val childViewWidth: Float = viewportDiameter * (1.0f - (2f * horizontalPaddingPercent))
            val radius = viewportDiameter / 2f
            return (
                radius -
                    sqrt(
                        (radius - childViewHeight + childViewWidth * 0.5f) * (radius - childViewWidth * 0.5f),
                    ) -
                    childViewHeight * 0.5f
                ).dp
        }
I don't think those are clipped, I think touching the screen.
But the screenshot they provided looks edited
With a black ring
image.png
j
@yschimke should changes you've merged make a difference to this? I was going to submit new version if so
y
No.
j
(I submitted again that time with at least the description change but got rejected for this again)
y
But I don't think it's an issue. I'll ask tomorrow.
👍 1
I can fudge a fix. But shouldn't have to
Sounds like it might have been the session list with Cards. I'll reproduce and then put up a fix.
👍 1
confetti.mp4
👍 1
j
@yschimke this is with latest changes
y
Is there a screenshot?
It should be working for this.
j
Yeah, missed that in the email
y
I don't understand, I'm asking internally what it's meant to do
I can't reproduce any issues
confetti_large.mp4
font scaling working, nothing clipping
image.png
image.png
@John O'Reilly I'd suggest disable Wear app until I get to the bottom of whatever they think the issue is. I'm out of ideas.
j
I don't think there's any rush anyway....it's interesting that they blocked publication of android app because of that......given that they're managed separately now
y
I don't want to comment much on it, but unfortunately it isn't made clear to the reviewer that only the Mobile app changed.
It's correct. If you bump version and submit, it should pass the review.
j
just sent for review