unfoldingWord-dev / ts-android

A tool to translate Bible stories into your own language
http://ufw.io/ts
Other
36 stars 19 forks source link

Fix authentication problems in app #2853

Open da1nerd opened 4 years ago

da1nerd commented 4 years ago

The application is unable to push updates to DCS. I have attempted to update the git library to the next major release but that did not work. Now I am attempting to update to the most recent release of the git library, but I need to update some of the code surrounding the ssh session factory.

See this documentation here https://download.eclipse.org/jgit/site/5.9.0.202009080501-r/apidocs/index.html. And the related code here https://github.com/unfoldingWord-dev/ts-android/blob/50336976782e40f502155afc7895c96a53216b7a/app/src/main/java/com/door43/translationstudio/git/GitSessionFactory.java#L20