diff options
author | Mohamed Zenadi <zeapo@users.noreply.github.com> | 2016-12-11 16:57:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-11 16:57:17 +0100 |
commit | 737d2819273e7ba07d3a993422b138b93b852415 (patch) | |
tree | d3f03de3764a39560b24e1b550bc0eed2feedd38 /app/src/main/res | |
parent | fd9e958d40a56a2a3b8dfbef86944d3d5f53fec2 (diff) |
Handle jgit errors (#243)
* initial work on the git error handling
* remove throws exception and handle the jsch one correctly
* move the commit task into its own operation
* get rid of the interface and rely on the abstract class GitOperation
* add error message to the pull command
* add error message to the push command
* add error message to the sync operationĖ
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 2cdf8a1f..1767eae6 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -41,7 +41,7 @@ <!-- Git Async Task --> <string name="running_dialog_text">Running command...</string> - <string name="jgit_error_dialog_title">Internal exception occurred</string> + <string name="jgit_error_dialog_title">An error occurred during a Git operation</string> <string name="jgit_error_dialog_text">Message from jgit: \n</string> <!-- Git Handler --> |