mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Fix log file not being attached (#2316)
* Fix log file not being attached * Add filter for email clients
This commit is contained in:
parent
53e186df9a
commit
e389a95592
6 changed files with 59 additions and 17 deletions
|
|
@ -460,4 +460,5 @@ Upload your first media by touching the camera or gallery icon above.</string>
|
|||
<string name="no_image">No images used</string>
|
||||
<string name="no_image_reverted">No images reverted</string>
|
||||
<string name="no_image_uploaded">No images uploaded</string>
|
||||
<string name="share_logs_using">Share logs using</string>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<paths>
|
||||
<cache-path name="images" path="images/" />
|
||||
<external-path name="logs" path="CommonsApp/"/>
|
||||
<external-path name="Download" path="./"/>
|
||||
</paths>
|
||||
Loading…
Add table
Add a link
Reference in a new issue