Bladeren bron

remove unused ressources

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 4 jaren geleden
bovenliggende
commit
726e4ca7b4

+ 1 - 1
src/main/java/com/owncloud/android/ui/adapter/UploadListAdapter.java

@@ -78,7 +78,7 @@ import butterknife.BindView;
 import butterknife.ButterKnife;
 
 /**
- * This Adapter populates a ListView with following types of uploads: pending,active, completed. Filtering possible.
+ * This Adapter populates a ListView with following types of uploads: pending, active, completed. Filtering possible.
  */
 public class UploadListAdapter extends SectionedRecyclerViewAdapter<SectionedViewHolder> {
     private static final String TAG = UploadListAdapter.class.getSimpleName();

+ 0 - 23
src/main/res/drawable/ic_folder_open.xml

@@ -1,23 +0,0 @@
-<!--
-    @author Google LLC
-    Copyright (C) 2018 Google LLC
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
-    android:height="24dp"
-    android:width="24dp"
-    android:viewportWidth="24"
-    android:viewportHeight="24">
-    <path android:fillColor="#757575" android:pathData="M20,18H4V8H20M20,6H12L10,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V8C22,6.89 21.1,6 20,6Z" />
-</vector>

+ 0 - 1
src/main/res/layout/upload_list_item.xml

@@ -112,7 +112,6 @@
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:maxLines="1"
-            android:text="@string/auth_username"
             android:textColor="@color/list_item_lastmod_and_filesize_text"
             android:textSize="@dimen/upload_list_item_text_size" />
 

+ 0 - 2
src/main/res/values/strings.xml

@@ -68,7 +68,6 @@
 
     <string name="auth_host_url">Server address https://…</string>
     <string name="auth_username">Username</string>
-    <string name="auth_password">Password</string>
     <string name="sync_string_files">Files</string>
     <string name="uploader_btn_upload_text">Upload</string>
     <string name="uploader_btn_alternative_text">Choose</string>
@@ -677,7 +676,6 @@
     <string name="prefs_category_dev">Dev</string>
     <string name="dev_version_no_information_available">No info available.</string>
     <string name="dev_version_no_new_version_available">No new version available.</string>
-    <string name="folder_icon">Folder icon</string>
     <string name="dev_version_new_version_available">New version available</string>
     <string name="version_dev_download">Download</string>