-
Notifications
You must be signed in to change notification settings - Fork 13
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
app has rendering problems #4
Comments
this issue is fixed simply by building your old sources with recent android development tools. no changes in your code seem necessary. |
I've built a new version with the latest SDK. Let me know if it solves the problem. |
i suppose it does, my builds do not exhibit the problem. i need to wipe app settings to go back to your signed codebase. i will report if i do. |
The problem is still present on Android lolipop. |
I haven't looked into it in a while, if you can check if a build with the latest sdk works, I'd be happy to update. |
I compile with target=android-21 and same issue. I'm not Android Dev expert but I'll try to resolve with TunnelListPreferences.java -compile: |
I bypass the problem (change back key to save) in TunnelPreferences.java but now I've an error with the executable (only PIE executable) public final boolean onKeyDown(final int keyCode, final KeyEvent event) {
|
Last letter of all menu options partially drawn
Probably because Force GPU Rendering developer option set.
cyanogenmod 10.1.3 RC 2 (patched with openpdroid) on a nexus 4.
The text was updated successfully, but these errors were encountered: