User Details
User Details
- User Since
- Mar 11 2025, 8:14 AM (6 w, 23 h)
- Availability
- Available
Sat, Apr 12
Sat, Apr 12
dangphong added a comment to T17515: Roadmap: Integrate SonarPen SDK into Krita.
From now, sonarpen aar doesn't contain any prebuilt binaries anymore.
arr will be built along with sonarpen-sdk-cpp process
Beside, I updated license headers for whole project
Mar 22 2025
Mar 22 2025
dangphong added a comment to T17515: Roadmap: Integrate SonarPen SDK into Krita.
I'm Phong, a developer from Greenbulb team.
About dex file, it's explained here: https://invent.kde.org/greenblub/sonarpen-sdk-cpp/-/blob/master/dex/README.md?ref_type=heads
Basically, it's only a very small class to listen some events from android framework (Which cannot implemented by jni c++ source code, e.g: View.OnTouchListener ...)
To solve the precompiled class problem, I have 2 ideas:
- Implement that class in sonarpen-sdk-cpp packages and it will be packaged as jar/aar file (will be used in apk build process)