Skip to content
This repository was archived by the owner on Apr 10, 2021. It is now read-only.
This repository was archived by the owner on Apr 10, 2021. It is now read-only.

As a user I want to synchronise tasks data using taskserver #8

@robin92

Description

@robin92

This is quite tricky and can be achieved using different approaches:

  • taskwarrior native binary needs to compiled with gnutls support

    This is a preferred way allowing taking advantage of the taskwarrior itself with near to none implementation needed from our side. Gnutls is quite advanced project and compiling it for android won't be easy.

  • implementing a taskserver protocol based on available Java utilities

    Acceptable solution which will cost us maintenance and is quite risk-prone. Especially at the early stages of application lifetime.

  • forking taskwarrior and use other library which is known to work on android

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions