Browse Source

Changes due to Codacy

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 6 years ago
parent
commit
61eb343660

BIN
src/main/res/drawable-hdpi/whats_new_accounts.png


BIN
src/main/res/drawable-hdpi/whats_new_auto_upload.png


BIN
src/main/res/drawable-hdpi/whats_new_end_to_end_encryption.png


BIN
src/main/res/drawable-hdpi/whats_new_files.png


BIN
src/main/res/drawable-hdpi/whats_new_ipv6.png


BIN
src/main/res/drawable-hdpi/whats_new_resized_images.png


+ 1 - 2
src/main/res/layout/whats_new_element.xml

@@ -20,7 +20,6 @@
   License along with this program.  If not, see <http://www.gnu.org/licenses/>.
 -->
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-              xmlns:app="http://schemas.android.com/apk/res-auto"
               android:layout_width="match_parent"
               android:layout_height="wrap_content"
               android:gravity="center"
@@ -35,7 +34,7 @@
         android:layout_marginBottom="@dimen/alternate_margin"
         android:layout_weight="60"
         android:contentDescription="@string/what_s_new_image"
-        app:srcCompat="@drawable/whats_new_files"/>
+        />
 
     <TextView
         android:id="@+id/whatsNewTitle"

+ 0 - 1
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="auth_register">No Nextcloud yet?\nClick here to get one from a provider</string>
     <string name="sync_string_files">Files</string>
     <string name="setup_btn_connect">Connect</string>
     <string name="uploader_btn_upload_text">Upload</string>