GSoC/2019/StatusReports/sh zam: Difference between revisions

From KDE Community Wiki
< GSoC‎ | 2019‎ | StatusReports
(Created page with " == Port Krita to Android == Krita is only available for desktop OSes, my proposal is to add the support to mobile devices, android to be specific. The proposal intends to bu...")
 
Line 7: Line 7:
== Progress and Goals ==
== Progress and Goals ==


=== Done ===
* Done
* Build system
** Build system
=== Goals ===
** Auto save when app is paused
*Build Krita against Android NDK toolchain (done)
*Goals
*Build android APK.
**Build Krita against Android NDK toolchain
*Integrate the android build with binary factory and document it.
**Build android APK.
*Make the android app suitable for different screens sizes and layouts.
**Integrate the android build with binary factory and document it.
*Make the app usable and less buggy.
**Make the android app suitable for different screens sizes and layouts.
*User documentation for this new platform.
**Make the app usable and less buggy.
*Add support for Pen i.e stylus(extra).
**User documentation for this new platform.
**Add support for Pen i.e stylus(extra).


== Commits and Branches ==
== Commits and Branches ==

Revision as of 08:01, 26 June 2019

Port Krita to Android

Krita is only available for desktop OSes, my proposal is to add the support to mobile devices, android to be specific.

The proposal intends to build a reliable and maintainable method for android builds, improve look and feel of the android app, handle permissions, file system access and work on core usability of app.

Progress and Goals

  • Done
    • Build system
    • Auto save when app is paused
  • Goals
    • Build Krita against Android NDK toolchain
    • Build android APK.
    • Integrate the android build with binary factory and document it.
    • Make the android app suitable for different screens sizes and layouts.
    • Make the app usable and less buggy.
    • User documentation for this new platform.
    • Add support for Pen i.e stylus(extra).

Commits and Branches

Blogs

Debug Krita on Android