bgregos / foreground

Simple Android personal task manager with Taskwarrior integration
Apache License 2.0
253 stars 15 forks source link

Transition to mainline Taskwarrior Java Client #15

Open bgregos opened 4 years ago

bgregos commented 4 years ago

Foreground currently uses a custom patched version of Taskwarrior Java Client that adds support for PKCS#1 keys. I submitted a PR to that project with the changes and they have been included in the v1.0 release, meaning this app can switch back to the unpatched version.

bgregos commented 4 years ago

I did some investigation around this issue and found that there were significant changes made to Taskwarrior Java Client between my fork and the v1.0 release that would necessitate several changes to sync logic on Foreground's side.