Refactor
This commit is contained in:
6
.idea/misc.xml
generated
6
.idea/misc.xml
generated
@@ -3,10 +3,12 @@
|
||||
<component name="DesignSurface">
|
||||
<option name="filePathToZoomLevelMap">
|
||||
<map>
|
||||
<entry key="..\:/Users/Pro/StudioProjects/iubh-gamer-app/app/src/main/res/layout/activity_login.xml" value="0.30052083333333335" />
|
||||
<entry key="..\:/Users/Pro/StudioProjects/iubh-gamer-app/app/src/main/res/layout/activity_main.xml" value="0.16875" />
|
||||
<entry key="..\:/Users/Pro/StudioProjects/iubh-gamer-app/app/src/main/res/layout/activity_login.xml" value="0.22" />
|
||||
<entry key="..\:/Users/Pro/StudioProjects/iubh-gamer-app/app/src/main/res/layout/activity_main.xml" value="0.22" />
|
||||
<entry key="..\:/Users/Pro/StudioProjects/iubh-gamer-app/app/src/main/res/layout/cardview_item.xml" value="0.30052083333333335" />
|
||||
<entry key="..\:/Users/Pro/StudioProjects/iubh-gamer-app/app/src/main/res/layout/fragment_chat.xml" value="0.30052083333333335" />
|
||||
<entry key="..\:/Users/Pro/StudioProjects/iubh-gamer-app/app/src/main/res/layout/fragment_home.xml" value="0.3333333333333333" />
|
||||
<entry key="..\:/Users/Pro/StudioProjects/iubh-gamer-app/app/src/main/res/layout/fragment_rating.xml" value="0.30052083333333335" />
|
||||
</map>
|
||||
</option>
|
||||
</component>
|
||||
|
||||
7
.idea/render.experimental.xml
generated
Normal file
7
.idea/render.experimental.xml
generated
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="RenderSettings">
|
||||
<option name="showDecorations" value="true" />
|
||||
<option name="useLiveRendering" value="false" />
|
||||
</component>
|
||||
</project>
|
||||
@@ -27,9 +27,9 @@ android {
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
implementation 'androidx.appcompat:appcompat:1.4.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.4.2'
|
||||
implementation 'com.google.android.material:material:1.4.0'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
||||
implementation 'androidx.vectordrawable:vectordrawable:1.1.0'
|
||||
implementation 'androidx.navigation:navigation-fragment:2.3.5'
|
||||
implementation 'androidx.navigation:navigation-ui:2.3.5'
|
||||
@@ -39,7 +39,7 @@ dependencies {
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
|
||||
// Firebase
|
||||
implementation 'com.google.firebase:firebase-auth:21.0.1'
|
||||
implementation 'com.google.firebase:firebase-auth:21.0.6'
|
||||
implementation 'com.firebaseui:firebase-ui-auth:4.3.2'
|
||||
implementation 'com.google.firebase:firebase-database:20.0.3'
|
||||
implementation 'com.google.firebase:firebase-database:20.0.5'
|
||||
}
|
||||
|
||||
@@ -26,9 +26,8 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="24dp"
|
||||
android:layout_marginRight="24dp"
|
||||
android:layout_marginBottom="24dp"
|
||||
android:text="Send"
|
||||
android:text="Senden"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent" />
|
||||
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
android:id="@+id/text_home4"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="The next event will be on"
|
||||
android:text="Der nächste Spieltermin ist am"
|
||||
android:textAlignment="center"
|
||||
android:textSize="14sp" />
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
android:id="@+id/text_home3"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="hosted by"
|
||||
android:text="bei"
|
||||
android:textAlignment="center"
|
||||
android:textSize="14sp" />
|
||||
|
||||
@@ -130,7 +130,7 @@
|
||||
android:id="@+id/text_home6"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Vote for your favorite game"
|
||||
android:text="Stimme ab für dein Lieblingsspiel!"
|
||||
android:textAlignment="center"
|
||||
android:textSize="14sp" />
|
||||
|
||||
@@ -149,13 +149,13 @@
|
||||
android:id="@+id/vote"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Vote" />
|
||||
android:text="Abstimmen" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/text_home7"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="or"
|
||||
android:text="oder"
|
||||
android:textAlignment="center"
|
||||
android:textSize="14sp" />
|
||||
|
||||
@@ -163,7 +163,7 @@
|
||||
android:id="@+id/suggest"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Suggest a new game" />
|
||||
android:text="Neues Spiel vorschlagen" />
|
||||
</LinearLayout>
|
||||
|
||||
</androidx.cardview.widget.CardView>
|
||||
@@ -174,8 +174,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="24dp"
|
||||
android:layout_marginEnd="24dp"
|
||||
android:layout_marginRight="24dp"
|
||||
android:text="Sign out"
|
||||
android:text="Ausloggen"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/cardView3" />
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
android:id="@+id/textView"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Select past event" />
|
||||
android:text="Vergangenen Spieltermin auswählen" />
|
||||
|
||||
<Spinner
|
||||
android:id="@+id/spinner_rating"
|
||||
@@ -55,7 +55,7 @@
|
||||
android:id="@+id/textView2"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Overall" />
|
||||
android:text="Gesamtbewertung" />
|
||||
|
||||
<RatingBar
|
||||
android:id="@+id/ratingBar_overall"
|
||||
@@ -81,7 +81,7 @@
|
||||
android:id="@+id/textView3"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Food and Drinks" />
|
||||
android:text="Essen & Trinken" />
|
||||
|
||||
<RatingBar
|
||||
android:id="@+id/ratingBar_food"
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
<resources>
|
||||
<string name="app_name">IU Gamer App</string>
|
||||
<string name="app_name">IU Board-Gamer App</string>
|
||||
<string name="title_home">Home</string>
|
||||
<string name="title_rate">Rate</string>
|
||||
<string name="title_rate">Bewerten</string>
|
||||
<string name="title_chat">Chat</string>
|
||||
<string name="title_activity_login">Sign in</string>
|
||||
<string name="prompt_email">Email</string>
|
||||
<string name="prompt_password">Password</string>
|
||||
<string name="action_sign_in_short">Sign in</string>
|
||||
<string name="login_failed">"Login failed"</string>
|
||||
<string name="welcome_back">, welcome back!</string>
|
||||
<string name="chat_invalid_user">DELETED</string>
|
||||
<string name="title_activity_login">Einloggen</string>
|
||||
<string name="prompt_email">E-Mail-Adresse</string>
|
||||
<string name="prompt_password">Passwort</string>
|
||||
<string name="action_sign_in_short">Einloggen</string>
|
||||
<string name="login_failed">"Login fehlgeschlagen"</string>
|
||||
<string name="welcome_back">, willkommen zurück!</string>
|
||||
<string name="chat_invalid_user">GELÖSCHT</string>
|
||||
<string name="db_comm_err">Database communication error.</string>
|
||||
<string name="firebase_auth_failed">Invalid email or password.</string>
|
||||
<string name="firebase_signin_progress">Signing you in…</string>
|
||||
<string name="firebase_auth_failed">Falsche E-Mail-Adresse oder Passwort.</string>
|
||||
<string name="firebase_signin_progress">Du wirst eingeloggt…</string>
|
||||
<string name="firebase_credentials_missing">Email or password field empty!</string>
|
||||
<string name="btn_cancel">Cancel</string>
|
||||
<string name="input_dialog_title">Game Title</string>
|
||||
<string name="btn_cancel">Abbrechen</string>
|
||||
<string name="input_dialog_title">Spieletitel</string>
|
||||
<string name="rate_error">Please rate every item.</string>
|
||||
<string name="zero_ratings">No ratings yet.</string>
|
||||
<string name="zero_ratings">Keine Bewertungen vorhanden.</string>
|
||||
<string name="other_ratings">Others gave %1$d* (%2$d ratings)</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user