Skip to content

Commit

Permalink
release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PrivacyDragon committed Mar 9, 2023
1 parent fd34328 commit a5afb17
Show file tree
Hide file tree
Showing 24 changed files with 748 additions and 335 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@
/captures
.externalNativeBuild
.cxx
1.png
local.properties
1 change: 0 additions & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
StoryGameCE ported to Android. <br>
In this game the main goal is to make a story with the words you get. You can interpret the words in any way you like, that's what's so nice about the game. And also: every story is correct, no matter if it's logical or not. So have fun and tell stories!

[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
alt="Get it on F-Droid"
height="80">](https://f-droid.org/packages/eu.webdragon.storygame/)

## Important Gamerules:
- You can interpret a word in many different ways. (That's one of the nice things about this game)
- Every story is correct. It doesn't matter if it's logical or not, everything is correct.
Expand Down
13 changes: 7 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ plugins {
}

android {
compileSdkVersion 30
buildToolsVersion "30.0.2"
compileSdkVersion 31
buildToolsVersion "30.0.3"

defaultConfig {
applicationId "eu.webdragon.storygame"
minSdkVersion 16
targetSdkVersion 30
versionCode 7
versionName "1.1.1"
minSdkVersion 19
targetSdkVersion 33
versionCode 9
versionName "1.2.0"

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
Expand All @@ -26,6 +26,7 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
namespace 'eu.webdragon.storygame'
}

dependencies {
Expand Down
Binary file removed app/release/StoryGame-v1.1.1.apk
Binary file not shown.
Binary file added app/release/StoryGame-v1.2.0.apk
Binary file not shown.
10 changes: 6 additions & 4 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 2,
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
Expand All @@ -10,9 +10,11 @@
{
"type": "SINGLE",
"filters": [],
"versionCode": 7,
"versionName": "1.1.1",
"attributes": [],
"versionCode": 9,
"versionName": "1.2.0",
"outputFile": "app-release.apk"
}
]
],
"elementType": "File"
}
6 changes: 3 additions & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="eu.webdragon.storygame">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<application
android:allowBackup="true"
Expand All @@ -9,7 +8,8 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.StoryGame">
<activity android:name=".MainActivity">
<activity android:name=".MainActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down
327 changes: 253 additions & 74 deletions app/src/main/java/eu/webdragon/storygame/MainActivity.java

Large diffs are not rendered by default.

49 changes: 31 additions & 18 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,127 +173,127 @@
<Button
android:id="@+id/button1"
style="@style/Widget.AppCompat.Button"
android:layout_width="150dp"
android:layout_width="200dp"
android:layout_height="45dp"
android:onClick="buttonPress"
android:text="Button" />

<Button
android:id="@+id/button2"
style="@style/Widget.AppCompat.Button"
android:layout_width="150dp"
android:layout_width="200dp"
android:layout_height="45dp"
android:onClick="buttonPress"
android:text="Button" />

<Button
android:id="@+id/button3"
style="@style/Widget.AppCompat.Button"
android:layout_width="150dp"
android:layout_width="200dp"
android:layout_height="45dp"
android:onClick="buttonPress"
android:text="Button" />

<Button
android:id="@+id/button4"
style="@style/Widget.AppCompat.Button"
android:layout_width="150dp"
android:layout_width="200dp"
android:layout_height="45dp"
android:onClick="buttonPress"
android:text="Button" />

<Button
android:id="@+id/button5"
style="@style/Widget.AppCompat.Button"
android:layout_width="150dp"
android:layout_width="200dp"
android:layout_height="45dp"
android:onClick="buttonPress"
android:text="Button" />

<Button
android:id="@+id/button6"
style="@style/Widget.AppCompat.Button"
android:layout_width="150dp"
android:layout_width="200dp"
android:layout_height="45dp"
android:onClick="buttonPress"
android:text="Button" />

<Button
android:id="@+id/button7"
style="@style/Widget.AppCompat.Button"
android:layout_width="150dp"
android:layout_width="200dp"
android:layout_height="45dp"
android:onClick="buttonPress"
android:text="Button" />

<Button
android:id="@+id/button8"
style="@style/Widget.AppCompat.Button"
android:layout_width="150dp"
android:layout_width="200dp"
android:layout_height="45dp"
android:onClick="buttonPress"
android:text="Button" />

<Button
android:id="@+id/button9"
style="@style/Widget.AppCompat.Button"
android:layout_width="150dp"
android:layout_width="200dp"
android:layout_height="45dp"
android:onClick="buttonPress"
android:text="Button" />

<Button
android:id="@+id/button10"
style="@style/Widget.AppCompat.Button"
android:layout_width="150dp"
android:layout_width="200dp"
android:layout_height="45dp"
android:onClick="buttonPress"
android:text="Button" />

<Button
android:id="@+id/button11"
style="@style/Widget.AppCompat.Button"
android:layout_width="150dp"
android:layout_width="200dp"
android:layout_height="45dp"
android:onClick="buttonPress"
android:text="Button" />

<Button
android:id="@+id/button12"
style="@style/Widget.AppCompat.Button"
android:layout_width="150dp"
android:layout_width="200dp"
android:layout_height="45dp"
android:onClick="buttonPress"
android:text="Button" />

<Button
android:id="@+id/button13"
style="@style/Widget.AppCompat.Button"
android:layout_width="150dp"
android:layout_width="200dp"
android:layout_height="45dp"
android:onClick="buttonPress"
android:text="Button" />

<Button
android:id="@+id/button14"
style="@style/Widget.AppCompat.Button"
android:layout_width="150dp"
android:layout_width="200dp"
android:layout_height="45dp"
android:onClick="buttonPress"
android:text="Button" />

<Button
android:id="@+id/button15"
style="@style/Widget.AppCompat.Button"
android:layout_width="150dp"
android:layout_width="200dp"
android:layout_height="45dp"
android:onClick="buttonPress"
android:text="Button" />

<Button
android:id="@+id/button16"
style="@style/Widget.AppCompat.Button"
android:layout_width="150dp"
android:layout_width="200dp"
android:layout_height="45dp"
android:layout_marginBottom="38dp"
android:onClick="buttonPress"
Expand All @@ -320,7 +320,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginLeft="8dp"
android:text="StoryGame"
android:text="@string/app_name"
android:textAppearance="@style/TextAppearance.AppCompat.Body2"
android:textColor="#FFFFFF"
android:textSize="34sp"
Expand Down Expand Up @@ -351,9 +351,22 @@
android:layout_height="wrap_content"
android:background="@color/purple_500"
android:contentDescription="@string/Again_Button"
android:onClick="setUp"
android:onClick="reSet"
android:tint="#F4C0B7"
app:layout_constraintBottom_toBottomOf="@+id/imageButton"
app:layout_constraintStart_toEndOf="@+id/imageButton"
app:srcCompat="@android:drawable/ic_popup_sync" />

<ImageButton
android:id="@+id/imageButton3"
android:layout_width="30dp"
android:layout_height="32dp"
android:contentDescription="@string/Custom_Button"
android:onClick="StartCustomWords"
android:background="@color/purple_500"
app:srcCompat="@android:drawable/ic_menu_edit"
app:layout_constraintStart_toEndOf="@id/imageButton2"
app:layout_constraintTop_toTopOf="@id/imageButton2"
tools:layout_editor_absoluteX="72dp"
tools:layout_editor_absoluteY="8dp" />
</androidx.constraintlayout.widget.ConstraintLayout>
Loading

0 comments on commit a5afb17

Please sign in to comment.