Closed notandyvee closed 2 months ago
📲 You can test the changes from this Pull Request in Simplenote Android by scanning the QR code below to install the corresponding build.
App Name | Simplenote Android | |
Build Type | Debug | |
Commit | f1a36ae0f60c2c70dd4a512f31222aa1ff14369c | |
Direct Download | simplenote-android-prototype-build-pr1693-f1a36ae-0191ed52-2066-419b-8108-359aa96ea3ed.apk |
Also, when you press the back arrow from the password field, you end up at the welcome screen. Is that expected?
Unfortunately it is. This is a remnant of the old way of doing things. I can update it, but would require me to replace the user and password screen with one that isn't made by simperium. Or we can ticket it to fix it. Basically a bigger fix.
I don't think this will work for localized strings... can it instead work like this string does?
And great catch! This was an oversight. You are correct it wouldn't work for localized strings. The fix could be to localize the substring as well. Not sure if there is risk with the people translating and needing to translate the last part.
As to why I opted out of doing what you are suggesting is because the entire TextView
is clickable. It felt off to highlight part of the text but make the whole thing clickable. But if you don't mind, I can do it that way instead. You let me know @roundhill .
As to why I opted out of doing what you are suggesting is because the entire
TextView
is clickable. It felt off to highlight part of the text but make the whole thing clickable. But if you don't mind, I can do it that way instead. You let me know @roundhill .
Ah, I see. I think it's ok to make it all clickable so that the localization can work properly.
@roundhill I made the changes. Using the old method for now. Will create an issue to explore using a ClickableSpan
instead of a click action on the text view.
Fix #1689
This PR adds a new label on the screen to enter your email for a magic link. That lable will have a link to login manually, meaning with password instead.
Test
Release
N/A