-
Notifications
You must be signed in to change notification settings - Fork 7
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
Vector SODs not displayed on some phones #465
Comments
I have no idea why this particular phone brand reject to draw vector images. I will add a fallback Settings option to enable the good old raster images. |
Same problem with my phone and the kanji draw practice I just bought does not work. Is there any solution? |
I will release a fix version of Aedict tomorrow. Regarding the kanji draw practice: can you please attach the screenshot? Just press the power button and volume down button for two seconds. |
This happens on Android 4.2.1 according to user, trying now in the emulator. |
Can't reproduce in the emulator. Found a new bug: Android 4.2.2 in Emulator ignores round stroke caps, but I'm too tired of workarounds for this stupid fragmented bullshit named Android. I hate Android. |
Okay, I simulated the bug on the Android 4.1.2 emulator, trying to fix now. |
Okay, probably fixed. As per http://stackoverflow.com/questions/14672482/not-rendering-a-transformed-path instead of Path.transform(Matrix, null), one needs to use new Path().addPath(path, Matrix). Oh great. This is a bug I couldn't foresee, and it renders KanjiDraw absolutely useless to all users of Android 4.1 and 4.2. How many other bugs are still lurking on those 4000 devices I cannot test on? I am so disappointed in Android. |
Hi Martin, Okay, probably fixed. As per http://stackoverflow.com/questions/14672482/not-rendering-a-transformed-path instead of Path.transform(Matrix, null), one needs to use new Path().addPath(path, Matrix). Oh great. This is a bug I couldn't foresee, and it renders KanjiDraw absolutely useless to all users of Android 4.1 and 4.2. How many other bugs are still lurking on those 4000 devices I cannot test on? I am so disappointed in Android.— |
Fixed in KanjiDraw 1.3, will fix in Aedict 3.14 soon. |
Ok, thank you and good luck! Fixed in KanjiDraw 1.3, will fix in Aedict 3.14 soon.— |
Dear Sir, thank you for your patience. If I were to buy an application which shows a blank screen upon start, I would be furious. I once again apologize, although this is a bug in Android and I have no capacity to test the app on multitude of phones :( |
Fixed in Aedict 3.14 |
The text was updated successfully, but these errors were encountered: