This commit is contained in:
NudeDude 2019-06-15 21:35:32 +02:00
parent 9293992377
commit 5cfbb16f0b
5 changed files with 1 additions and 8 deletions

View File

@ -9,7 +9,7 @@ android {
minSdkVersion 16
targetSdkVersion 28
versionCode 1
versionName '1.5'
versionName '1.5.1'
vectorDrawables.useSupportLibrary true
}

View File

@ -75,10 +75,6 @@ public class UserDetail extends AppCompatActivity {
adapter = new FragmentAdapter(getSupportFragmentManager(), AdapterType.FAVOR_PAGE, id, "");
pager.setAdapter(adapter);
break;
default:
if (BuildConfig.DEBUG)
throw new AssertionError("mode failure");
break;
}
}
}

View File

@ -92,7 +92,6 @@
<string name="exit_confirm">Änderungen verwerfen?</string>
<string name="user_data">Nutzerdaten</string>
<string name="request_token_error">Request Token abgelaufen, bitte App aktualisieren!</string>
<string name="settings_info">Information</string>
<string name="follows_you">folgt dir</string>
<string name="image_store_failure">Fehler beim Speichern!</string>
<string name="not_authorized">Keine Berechtigung!</string>

View File

@ -3,7 +3,6 @@
<color name="colorPrimary">#3f51b5</color>
<color name="colorPrimaryDark">#303f9f</color>
<color name="tweetwindow">#19aae8</color>
<color name="DarkBlue">#050f48</color>
<color name="halftrancparency">#40000000</color>
<color name="darktrancparency">#80000000</color>
</resources>

View File

@ -100,7 +100,6 @@
<string name="exit_confirm">discard changes?</string>
<string name="user_data">User data</string>
<string name="request_token_error">request token expired! please update app.</string>
<string name="settings_info">information</string>
<string name="follows_you">follows you</string>
<string name="image_store_failure">image save failed!</string>
<string name="not_authorized">Not authorized!</string>