William Smith
William Smith
This is a known issue, due to the way that the syntax highlighter counts characters (it expects that each character is one "m" wide, but Unicode characters actually occupy multiple...
`circle` was [added](https://github.com/processing/processing-android/commit/494ac5d6d0e6d8858e543d838a7a06e6448efb39) to a version of Android mode that APDE has yet to update to. I am currently working on updating Android mode, and making upgrading a more streamlined...
Yes, I should probably do this eventually. Unfortunately, there are more important things to work on right now.
This seems to be a bug in Android mode itself. There are [two](processing/processing-android#542) [issues](processing/processing-android#542) on the android-processing repo that may be related. If this is indeed the case, then I...
So APDE used to allow you to customize the manifest directly. I changed that behavior in v0.4.0 (the introduction of multiple build targets) because each target requires a different manifest...
In preview mode, the data folder gets copied into the app's internal storage. In app mode, the data folder lives in assets inside the APK. I talk about this in...
@angellinares: I had thought that this issue was resolved a long time ago. The fact that only some of the keywords are offset is confusing. By any chance, did you...
I haven't been able to replicate this on my Android 11 phone or emulator. I know it's been many months, but if you're still experiencing this issue, it would be...
What do you mean specifically when you say that the installation doesn't work? What kind of error message do you receive? Are you able to install regular apps, just not...
@EmmanuelPil I can't reproduce this on my phone but I might be able to in an emulator later. There might be a simple fix and I will look for one,...