Fixed Font, a voiceline, trigger word

This commit is contained in:
Yink 2017-03-06 16:47:32 +01:00
parent 257fb40ae6
commit 2def80a18c
5 changed files with 10 additions and 10 deletions

View File

@ -299,7 +299,7 @@ public class MainActivity extends AppCompatActivity {
speak(voiceLines.get(43));
break;
}
} else if (input.contains("ナイスボディ") || input.contains("ほっと") || input.contains("セクシー") || input.contains("ボビーズ")) {
} else if (input.contains("ナイスボディ") || input.contains("ほっと") || input.contains("セクシー") || input.contains("ボビーズ") || input.contains("おっぱい")) {
switch (randomGen.nextInt(3)) {
case 0:
speak(voiceLines.get(2));

View File

@ -26,7 +26,7 @@
android:layout_height="wrap_content"
android:layout_above="@+id/imageView_connect"
android:layout_marginBottom="39dp"
android:fontFamily="monospace"
android:fontFamily="Droid"
android:text="@string/call"
android:textAppearance="@style/TextAppearance.AppCompat"
android:textColor="#ffdec752"
@ -49,9 +49,9 @@
android:id="@+id/imageView_logo"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
android:src="@drawable/logo39"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true" />
android:layout_centerHorizontal="true"
android:adjustViewBounds="true"
android:src="@drawable/logo39" />
</RelativeLayout>

View File

@ -54,7 +54,7 @@
android:layout_marginLeft="35dp"
android:layout_marginStart="35dp"
android:layout_marginTop="11dp"
android:fontFamily="monospace"
android:fontFamily="Droid"
android:gravity="start"
android:shadowColor="#000"
android:shadowRadius="2"

View File

@ -16,8 +16,8 @@
<string name="line_this_guy_hopeless">This guy is hopeless, better do something quick.</string>
<string name="line_gah">Gah.</string>
<string name="line_dont_add_tina">Stop adding -tina!</string>
<string name="line_pervert_idiot_wanttodie">You pervert! Idiot! Want to die?!</string>
<string name="line_pleased_to_meet_you">I\'m Makise Kurisu, pleased to meet you</string>
<string name="line_pervert_idiot_wanttodie">You pervert! Are you an idiot!? Do you wanna die?!</string>
<string name="line_pleased_to_meet_you">I\'m Makise Kurisu, pleased to meet you.</string>
<string name="line_who_the_hell_christina">Who the hell is Christina?</string>
<string name="line_why_christina">I am worried about it. Why am I Christina?</string>
<string name="line_christina">Christina?</string>
@ -32,7 +32,7 @@
<string name="line_look_forward_to_working">I look forward to working with you.</string>
<string name="line_senpai_question">Anyway, can I ask a question?</string>
<string name="line_senpai_question_mark">Um… Senpai? Excuse me.</string>
<string name="line_senpai_what_we_talkin">Hey senpai, about what we were just talking about…</string>
<string name="line_senpai_what_we_talkin">Hey Senpai, about what we were just talking about…</string>
<string name="line_senpai_who_is_this">Uh, who is this?</string>
<string name="line_senpai_please_dont_tell">Senpai, please, don\'t tell the others…</string>
<string name="line_still_not_happy">I\'m still not happy about that.</string>
@ -50,7 +50,7 @@
<string name="line_Leskinen_awesome">Awesome, he\'s really something!</string>
<string name="line_Leskinen_nice">Nice!</string>
<string name="line_Leskinen_oh_no">Oh no!</string>
<string name="line_Leskinen_shaman">Where are the japanese shaman girls, Lintahlo?</string>
<string name="line_Leskinen_shaman">Where are the Japanese shaman girls, Lintahlo?</string>
<string name="line_Leskinen_holy_cow">Holy Cow! So I said we should come soon.</string>
<string name="line_should_christina">Or should I have introduced myself with, \"It\'s Christina\"?</string>
</resources>