New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Select import file, allow exported file to be sent #76
Conversation
@pbeckmann @techwebpd @Clonewayx @PanderMusubi @airon90 This pull request adds the ability to pick from the file system which backup file will be imported: Could translations for the following strings be provided, so that the application may be kept up-to-date?
You may reply inline, and I'll add the translations to the pull request. Thanks! |
cs
|
Dutch (NL)
|
Hey, |
«All checks have failed» |
The checks failed because not all of the language translations are complete. It is ok to translate the strings I mentioned earlier. When all of the languages have their translations the checks should pass. (: |
daee6b9
to
cd40f71
Compare
Italian (it). I'm not sure about latest keys.
|
cd40f71
to
f2564cc
Compare
French strings
|
70cc281
to
ddcc66a
Compare
03b88f4
to
600e50b
Compare
To date the only way to import a file is to hope the exported file is in the correct location. To remove this requirement, this change checks if there are any activities available on the system which can look in the file system. If there are, new options for importing data will be available. In addition, the import/export activity's layout was updated, adding more explanation. Translation contributions: Clonewayx: cs PanderMusubi: nl pbeckmann: de Airon90: it arno-github : fr
With this change once data is exported it can be sent to another application. Translation contributions: Clonewayx: cs PanderMusubi: nl pbeckmann: de Airon90: it arno-github : fr # Conflicts: # app/src/main/res/values-it/strings.xml
600e50b
to
b38e035
Compare
The Lithuanian strings are not yet translated. Instead, the English strings are in the strings-lt.xml file with the tag
@techwebpd feel free to submit a merge request updating the missing translations. |
…t/patch-1603996252 Compressed Images
This provides the first half of the request #61 by allowing the user to select which file to import.