Status Update
Comments
uc...@google.com <uc...@google.com> #2
Take note that, https://play.google.com/store/apps/details?id=com.google.android.keep&hl=en (Google Keep), which android:targetSdkVersion 28 inherits same problem. If you create a new note, and type using non English, you will observe the line after input being pushed down.
as...@gmail.com <as...@gmail.com> #3
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
Please provide sample project or apk to reproduce the issue.
Also mention the steps to be followed for reproducing the issue with the given sample project or apk.
Expected output
What is the expected output?
Current output
What is the current output?
Note: We could notice the issue in Google keep application as provided in comment #2 .
The line spacing differs in English, Japanese and Chinese languages.
Please don't mind the words typed in Japanese and Chinese as they are randomly typed and also we don't know reading / writing Japanese and Chinese.
Please provide sample project or apk to reproduce the issue.
Also mention the steps to be followed for reproducing the issue with the given sample project or apk.
Expected output
What is the expected output?
Current output
What is the current output?
Note: We could notice the issue in Google keep application as provided in
The line spacing differs in English, Japanese and Chinese languages.
Please don't mind the words typed in Japanese and Chinese as they are randomly typed and also we don't know reading / writing Japanese and Chinese.
Description
After updating from A.S. 3.5.3 to new versions 3.6.+ and 4.0.0, we are noticing that even running Find Usages of Java methods triggers a search with messages like
"Searching for GetMethodID"
"Searching for GetStaticMethodID"
"Searching for Usages In All places"
"Searching for Register Natives"
This is pretty slow and normally hangs after a few minutes.
In 3.5.3, the find usages of Java methods was pretty fast and we didn't face such issues. Has something changed in the new versions wrt searching cpp code?
I have had to disable the externalNative block in build.gradle so that A.S. only searches in Java classes which improves the result but because of this indexing of cpp code stops and we have to manually build the cpp section of our codebase.