Conversation
|
|||||||||||
| 💡 Scan this QR code with your Android phone to download and install the APK directly on it. | ||
| App | WordPress | |
| Build Flavor | Jalapeno | |
| Build Type | Debug | |
| Commit | 56d4fb8 | |
|
|||||||||||
| 💡 Scan this QR code with your Android phone to download and install the APK directly on it. | ||
| App | Jetpack | |
| Build Flavor | Jalapeno | |
| Build Type | Debug | |
| Commit | 56d4fb8 | |
|
Good work @AjeshRPai it looks pretty good considering the limitations. Here's some suggested tweaks/enhancements:
|
|
@osullivanchris Thanks chris for the review. I have made the following changes as per your review comments.
Screenshot of the device with max font size and display size 👇🏼
Yep, I have decreased the top margin of the heading to 16dp from 24dp. Let me know if this looks better. Also I have adjusted the padding between the logo and the heading below it from 24 dp to 16dp. Screenshot of the device in landscape mode with padding adjusted 👇🏼
I tested by setting the button size to a cap of 14 sp(default size is 12 sp I believe), and increasing the display size and font size and setting the language to german. The text still doesn't fit the button on Portrait mode. I don't think we can handle the transition + large font size on the button. I think the only solution is to change the copy in languages when it gets too long. Right now the max font size on the button is set to 14sp. Screenshot of the device in portrait mode with button text size set to 14 sp and display and font size set to maximum I have pushed the above changes with the commit - b0ff534 |
|
Since @osullivanchris is doing the design review. Testing the following scenario by one of you should be enough to merge this PR. Please feel free to ignore this PR if there is 2 approvals. Check if the multiple full screen overlay is displayed when rotated
|
Verified each of these with no issues, looks good to me! |
|
@AjeshRPai Hey nice work, thanks for those improvements. Its looking better. On landscape on larger display sizes we're still not seeing much information. We could
Re; longer strings in other languages. It would be better in that case if we got a shorter string. I assume it would work if we said "Get Jetpack", "Get App". But given that is not our ideal copy, how would you propose we get that shorter title for e.g. German? Would we ask for a custom translation for German? Or could we have two strings, and get translations for both. The first string would be preferable (Get the Jetpack App), the second string would be a backup string (Get app) if the copy is too long in another language. Let me know if you have a process/method in mind here. |
Generated by 🚫 dangerJS |
…y-landscape-mode # Conflicts: # WordPress/src/main/res/values/dimens.xml
|
I have
Commit - bbb2d61 I think hiding the logo is not worth it. Since the content is scrollable and most of the users won't be using max display size + font size in landscape mode, I think it's okay to ignore that corner case. |
|
Hey @osullivanchris I have created this Issue for tracking the big fonts on the button. I will take it up later as a separate PR. I am merging this PR for now. |







Part of #17333
This PR changes the following
To test:
Pre- Requisites
Launch WP app -> Go to my site -> App settings -> Debug settings -> Enable jp_removal_one flag
Check if the fonts are displayed properly on Properly in Landscape and Portrait
Check if the fonts are displayed properly on increasing the size of the fonts
Check if the multiple full screen overlay is displayed when rotated
Regression Notes
Potential unintended areas of impact
What I did to test those areas of impact (or what existing automated tests I relied on)
What automated tests I added (or what prevented me from doing so)
PR submission checklist:
RELEASE-NOTES.txtif necessary.