mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05:31 +03:00
remove unused resources / add to lint ignore
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
70c364ebe8
commit
84303837a6
4 changed files with 4 additions and 4 deletions
1
lint.xml
1
lint.xml
|
@ -14,6 +14,7 @@
|
|||
<ignore regexp="store_short_desc|store_full_desc|store_short_dev_desc|store_full_dev_desc" />
|
||||
<ignore
|
||||
regexp="screenshot_01_gridView|screenshot_02_listView|screenshot_03_drawer|screenshot_04_accounts|screenshot_05_autoUpload|screenshot_06_davdroid"/>
|
||||
<ignore path="**/raw/encryption_key_words.txt" />
|
||||
</issue>
|
||||
|
||||
<issue id="MissingQuantity">
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
<string name="google_app_id" translatable="false">1:829118773643:android:512449826e931d0e</string>
|
||||
<string name="google_crash_reporting_api_key" translatable="false">AIzaSyAWIyOcLafaFp8PFL61h64cy1NNZW2cU_s</string>
|
||||
<string name="google_storage_bucket" translatable="false">nextcloud-a7dea.appspot.com</string>
|
||||
<string name="project_id" translatable="false">nextcloud-a7dea</string>
|
||||
</resources>
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<font-family xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<font-family xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:ignore="UnusedResources">
|
||||
<font
|
||||
app:font="@font/nunito_regular"
|
||||
app:fontStyle="normal"
|
||||
|
|
|
@ -507,7 +507,6 @@
|
|||
<string name="share_room_clarification">%1$s (conversation)</string>
|
||||
<string name="share_known_remote_clarification">%1$s ( at %2$s )</string>
|
||||
|
||||
<string name="share_sharee_unavailable">Upgrade the server version to allow sharing between users from within their clients.\nPlease contact your admin</string>
|
||||
<string name="share_privilege_unshare">Unshare</string>
|
||||
<string name="share_privilege_can_share">can share</string>
|
||||
<string name="share_privilege_can_edit">can edit</string>
|
||||
|
@ -665,7 +664,6 @@
|
|||
|
||||
<string name="resized_image_not_possible">No resized image available.</string>
|
||||
<string name="resized_image_not_possible_download">No resized image available. Download full image?</string>
|
||||
<string name="resized_images_download_full_image">Download full image?</string>
|
||||
|
||||
<string name="store_short_desc">The Nextcloud Android app gives mobile access to all files on your Nextcloud.</string>
|
||||
<string name="store_full_desc">The copylefted libre Nextcloud Android app, giving you mobile freedom.\n\nFeatures:\n* Easy, modern interface, suited to the theme of your server\n* Upload files to your Nextcloud server\n* Share them with others\n* Keep your favorite files and folders synced\n* Search across all folders on your server\n* Auto Upload for photos and videos taken by your device\n* Keep up to date with notifications\n* Multi-account support\n* Secure access to your data with fingerprint or PIN\n* Integration with DAVdroid for easy setup of calendar & Contacts synchronization\n\nPlease report all issues at https://github.com/nextcloud/android/issues and discuss this app at https://help.nextcloud.com/c/clients/android\n\nNew to Nextcloud? Nextcloud is a private file sync & share and communication server. It is libre software, and you can host it yourself or pay a company to do it for you. That way, you are in control of your photos, your calendar and contact data, your documents and everything else.\n\nCheck out Nextcloud at https://nextcloud.com</string>
|
||||
|
|
Loading…
Reference in a new issue