mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-23 15:38:29 +01:00
Compare commits
26 Commits
import_imp
...
OMGeeky-pa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6b8ce23e40 | ||
|
|
29a21381d4 | ||
|
|
9919fa6088 | ||
|
|
e62839a7cd | ||
|
|
32c7de16fe | ||
|
|
f95b8e1c9d | ||
|
|
d774e762fc | ||
|
|
3e3754c485 | ||
|
|
dddf669a78 | ||
|
|
bd8da6ba0d | ||
|
|
1af4881211 | ||
|
|
b576bd6a32 | ||
|
|
291b5c35e3 | ||
|
|
09cdad344a | ||
|
|
53d223b8f8 | ||
|
|
999e338aff | ||
|
|
6284b7b428 | ||
|
|
7a6b8ec238 | ||
|
|
1f852864c8 | ||
|
|
26cbaad223 | ||
|
|
a483ab8c12 | ||
|
|
dea20cafe2 | ||
|
|
9347182487 | ||
|
|
5f0bb1d497 | ||
|
|
613e893e80 | ||
|
|
d6b0823499 |
74
.github/workflows/codeql-analysis.yml
vendored
Normal file
74
.github/workflows/codeql-analysis.yml
vendored
Normal file
@@ -0,0 +1,74 @@
|
|||||||
|
# For most projects, this workflow file will not need changing; you simply need
|
||||||
|
# to commit it to your repository.
|
||||||
|
#
|
||||||
|
# You may wish to alter this file to override the set of languages analyzed,
|
||||||
|
# or to provide custom queries or build logic.
|
||||||
|
#
|
||||||
|
# ******** NOTE ********
|
||||||
|
# We have attempted to detect the languages in your repository. Please check
|
||||||
|
# the `language` matrix defined below to confirm you have the correct set of
|
||||||
|
# supported CodeQL languages.
|
||||||
|
#
|
||||||
|
name: "CodeQL"
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ "master" ]
|
||||||
|
pull_request:
|
||||||
|
# The branches below must be a subset of the branches above
|
||||||
|
branches: [ "master" ]
|
||||||
|
schedule:
|
||||||
|
- cron: '42 23 * * 5'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
analyze:
|
||||||
|
name: Analyze
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
actions: read
|
||||||
|
contents: read
|
||||||
|
security-events: write
|
||||||
|
|
||||||
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
|
matrix:
|
||||||
|
language: [ 'java', 'javascript' ]
|
||||||
|
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
|
||||||
|
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
# Initializes the CodeQL tools for scanning.
|
||||||
|
- name: Initialize CodeQL
|
||||||
|
uses: github/codeql-action/init@v2
|
||||||
|
with:
|
||||||
|
languages: ${{ matrix.language }}
|
||||||
|
# If you wish to specify custom queries, you can do so here or in a config file.
|
||||||
|
# By default, queries listed here will override any specified in a config file.
|
||||||
|
# Prefix the list here with "+" to use these queries and those in the config file.
|
||||||
|
|
||||||
|
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
|
||||||
|
# queries: security-extended,security-and-quality
|
||||||
|
|
||||||
|
|
||||||
|
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
||||||
|
# If this step fails, then you should remove it and run the build manually (see below)
|
||||||
|
- name: Autobuild
|
||||||
|
uses: github/codeql-action/autobuild@v2
|
||||||
|
|
||||||
|
# ℹ️ Command-line programs to run using the OS shell.
|
||||||
|
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
|
||||||
|
|
||||||
|
# If the Autobuild fails above, remove it and uncomment the following three lines.
|
||||||
|
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
|
||||||
|
|
||||||
|
# - run: |
|
||||||
|
# echo "Run, Build Application using script"
|
||||||
|
# ./location_of_script_within_repo/buildscript.sh
|
||||||
|
|
||||||
|
- name: Perform CodeQL Analysis
|
||||||
|
uses: github/codeql-action/analyze@v2
|
||||||
|
with:
|
||||||
|
category: "/language:${{matrix.language}}"
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<classpath>
|
|
||||||
<classpathentry kind="src" path="src"/>
|
|
||||||
<classpathentry kind="src" path="gen"/>
|
|
||||||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
|
||||||
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
|
||||||
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
|
|
||||||
<classpathentry kind="output" path="bin/classes"/>
|
|
||||||
</classpath>
|
|
||||||
34
AndorsTrail/.gitignore
vendored
34
AndorsTrail/.gitignore
vendored
@@ -1,16 +1,22 @@
|
|||||||
# Android ignores
|
.gradle
|
||||||
gen/
|
.idea
|
||||||
bin/
|
**/build/
|
||||||
target/
|
!src/**/build/
|
||||||
local.properties
|
|
||||||
|
|
||||||
#IntelliJ
|
# Ignore Gradle GUI config
|
||||||
.idea/
|
gradle-app.setting
|
||||||
out/production/
|
|
||||||
out/test/
|
|
||||||
*.iws
|
|
||||||
*.ipr
|
|
||||||
|
|
||||||
# Other
|
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
||||||
.metadata
|
!gradle-wrapper.jar
|
||||||
.svn/
|
|
||||||
|
# Avoid ignore Gradle wrappper properties
|
||||||
|
!gradle-wrapper.properties
|
||||||
|
|
||||||
|
# Cache of project
|
||||||
|
.gradletasknamecache
|
||||||
|
|
||||||
|
# Eclipse Gradle plugin generated files
|
||||||
|
# Eclipse Core
|
||||||
|
.project
|
||||||
|
# JDT-specific (Eclipse Java Development Tools)
|
||||||
|
.classpath
|
||||||
@@ -1,33 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<projectDescription>
|
|
||||||
<name>AndorsTrail</name>
|
|
||||||
<comment></comment>
|
|
||||||
<projects>
|
|
||||||
</projects>
|
|
||||||
<buildSpec>
|
|
||||||
<buildCommand>
|
|
||||||
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
|
|
||||||
<arguments>
|
|
||||||
</arguments>
|
|
||||||
</buildCommand>
|
|
||||||
<buildCommand>
|
|
||||||
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
|
|
||||||
<arguments>
|
|
||||||
</arguments>
|
|
||||||
</buildCommand>
|
|
||||||
<buildCommand>
|
|
||||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
|
||||||
<arguments>
|
|
||||||
</arguments>
|
|
||||||
</buildCommand>
|
|
||||||
<buildCommand>
|
|
||||||
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
|
|
||||||
<arguments>
|
|
||||||
</arguments>
|
|
||||||
</buildCommand>
|
|
||||||
</buildSpec>
|
|
||||||
<natures>
|
|
||||||
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
|
|
||||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
|
||||||
</natures>
|
|
||||||
</projectDescription>
|
|
||||||
@@ -1,36 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<module type="JAVA_MODULE" version="4">
|
|
||||||
<component name="EclipseModuleManager" forced_jdk="true">
|
|
||||||
<conelement value="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK" />
|
|
||||||
<conelement value="com.android.ide.eclipse.adt.LIBRARIES" />
|
|
||||||
<src_description expected_position="1">
|
|
||||||
<src_folder value="file://$MODULE_DIR$/src" expected_position="0" />
|
|
||||||
<src_folder value="file://$MODULE_DIR$/gen" expected_position="1" />
|
|
||||||
</src_description>
|
|
||||||
</component>
|
|
||||||
<component name="FacetManager">
|
|
||||||
<facet type="android" name="Android">
|
|
||||||
<configuration />
|
|
||||||
</facet>
|
|
||||||
</component>
|
|
||||||
<component name="NewModuleRootManager" inherit-compiler-output="false">
|
|
||||||
<output url="file://$MODULE_DIR$/bin/classes" />
|
|
||||||
<exclude-output />
|
|
||||||
<content url="file://$MODULE_DIR$">
|
|
||||||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
|
||||||
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" generated="true" />
|
|
||||||
</content>
|
|
||||||
<orderEntry type="inheritedJdk" />
|
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
|
||||||
<orderEntry type="module-library">
|
|
||||||
<library>
|
|
||||||
<CLASSES>
|
|
||||||
<root url="jar://$MODULE_DIR$/libs/android-support-v4.jar!/" />
|
|
||||||
</CLASSES>
|
|
||||||
<JAVADOC />
|
|
||||||
<SOURCES />
|
|
||||||
</library>
|
|
||||||
</orderEntry>
|
|
||||||
</component>
|
|
||||||
</module>
|
|
||||||
|
|
||||||
23
AndorsTrail/app/build.gradle
Normal file
23
AndorsTrail/app/build.gradle
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
apply plugin: 'com.android.application'
|
||||||
|
|
||||||
|
android {
|
||||||
|
compileSdkVersion 32
|
||||||
|
buildToolsVersion "30.0.3"
|
||||||
|
|
||||||
|
defaultConfig {
|
||||||
|
applicationId "com.gpl.rpg.AndorsTrail"
|
||||||
|
minSdkVersion 14
|
||||||
|
targetSdkVersion 32
|
||||||
|
}
|
||||||
|
|
||||||
|
buildTypes {
|
||||||
|
release {
|
||||||
|
minifyEnabled false
|
||||||
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
||||||
|
}
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<lint>
|
<lint>
|
||||||
<issue id="MissingTranslation" severity="ignore" />
|
<issue id="MissingTranslation" severity="ignore" />
|
||||||
<issue id="TypographyDashes" severity="ignore" />
|
<issue id="TypographyDashes" severity="ignore" />
|
||||||
@@ -1,79 +1,75 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
|
||||||
<manifest
|
<manifest
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.gpl.rpg.AndorsTrail"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:versionCode="64"
|
package="com.gpl.rpg.AndorsTrail"
|
||||||
android:versionName="0.7.17"
|
android:versionCode="64"
|
||||||
android:installLocation="auto"
|
android:versionName="0.7.17"
|
||||||
>
|
android:installLocation="auto"
|
||||||
<uses-sdk
|
>
|
||||||
android:minSdkVersion="4"
|
|
||||||
android:targetSdkVersion="30"
|
<supports-screens
|
||||||
/>
|
android:smallScreens="true"
|
||||||
|
android:normalScreens="true"
|
||||||
<supports-screens
|
android:largeScreens="true"
|
||||||
android:smallScreens="true"
|
android:xlargeScreens="true"
|
||||||
android:normalScreens="true"
|
android:anyDensity="true"
|
||||||
android:largeScreens="true"
|
/>
|
||||||
android:xlargeScreens="true"
|
|
||||||
android:anyDensity="true"
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
|
||||||
/>
|
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
|
|
||||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
<application
|
||||||
|
android:name="com.gpl.rpg.AndorsTrail.AndorsTrailApplication"
|
||||||
|
android:label="@string/app_name"
|
||||||
<application
|
android:icon="@drawable/icon"
|
||||||
android:name="com.gpl.rpg.AndorsTrail.AndorsTrailApplication"
|
android:description="@string/app_description"
|
||||||
android:label="@string/app_name"
|
android:allowBackup="true"
|
||||||
android:icon="@drawable/icon"
|
android:theme="@style/AndorsTrailTheme_Blue"
|
||||||
android:description="@string/app_description"
|
android:requestLegacyExternalStorage="true"
|
||||||
android:allowBackup="true"
|
android:hasFragileUserData="true"
|
||||||
android:theme="@style/AndorsTrailTheme_Blue"
|
android:preserveLegacyExternalStorage="true"
|
||||||
android:requestLegacyExternalStorage="true"
|
tools:targetApi="30">
|
||||||
android:hasFragileUserData="true"
|
<activity
|
||||||
android:preserveLegacyExternalStorage="true"
|
android:name="com.gpl.rpg.AndorsTrail.activity.StartScreenActivity"
|
||||||
>
|
android:clearTaskOnLaunch="true"
|
||||||
<activity
|
android:exported="true">
|
||||||
android:name="com.gpl.rpg.AndorsTrail.activity.StartScreenActivity"
|
<intent-filter>
|
||||||
android:clearTaskOnLaunch="true"
|
<action android:name="android.intent.action.MAIN" />
|
||||||
>
|
<category android:name="android.intent.category.LAUNCHER" />
|
||||||
<intent-filter>
|
</intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
</activity>
|
||||||
<category android:name="android.intent.category.LAUNCHER" />
|
<activity
|
||||||
</intent-filter>
|
android:name="com.gpl.rpg.AndorsTrail.activity.MainActivity"
|
||||||
</activity>
|
android:theme="@style/AndorsTrailTheme_Blue.NoBackground"
|
||||||
<activity
|
/>
|
||||||
android:name="com.gpl.rpg.AndorsTrail.activity.MainActivity"
|
<activity android:name="com.gpl.rpg.AndorsTrail.activity.HeroinfoActivity" />
|
||||||
android:label="@string/app_name"
|
<activity android:name="com.gpl.rpg.AndorsTrail.activity.MonsterInfoActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
||||||
android:theme="@style/AndorsTrailTheme_Blue.NoBackground"
|
<activity android:name="com.gpl.rpg.AndorsTrail.activity.ItemInfoActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
||||||
/>
|
<activity android:name="com.gpl.rpg.AndorsTrail.activity.LevelUpActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
||||||
<activity android:name="com.gpl.rpg.AndorsTrail.activity.HeroinfoActivity" />
|
<activity android:name="com.gpl.rpg.AndorsTrail.activity.MonsterEncounterActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
||||||
<activity android:name="com.gpl.rpg.AndorsTrail.activity.MonsterInfoActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
<activity android:name="com.gpl.rpg.AndorsTrail.activity.ConversationActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
||||||
<activity android:name="com.gpl.rpg.AndorsTrail.activity.ItemInfoActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
<activity android:name="com.gpl.rpg.AndorsTrail.activity.ShopActivity" />
|
||||||
<activity android:name="com.gpl.rpg.AndorsTrail.activity.LevelUpActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
<activity android:name="com.gpl.rpg.AndorsTrail.activity.AboutActivity" />
|
||||||
<activity android:name="com.gpl.rpg.AndorsTrail.activity.MonsterEncounterActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
<activity android:name="com.gpl.rpg.AndorsTrail.activity.LoadingActivity" />
|
||||||
<activity android:name="com.gpl.rpg.AndorsTrail.activity.ConversationActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
<activity android:name="com.gpl.rpg.AndorsTrail.activity.Preferences" />
|
||||||
<activity android:name="com.gpl.rpg.AndorsTrail.activity.ShopActivity" />
|
<activity android:name="com.gpl.rpg.AndorsTrail.activity.LoadSaveActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
||||||
<activity android:name="com.gpl.rpg.AndorsTrail.activity.AboutActivity" />
|
<activity android:name="com.gpl.rpg.AndorsTrail.activity.ActorConditionInfoActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
||||||
<activity android:name="com.gpl.rpg.AndorsTrail.activity.LoadingActivity" />
|
<activity android:name="com.gpl.rpg.AndorsTrail.activity.BulkSelectionInterface" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
||||||
<activity android:name="com.gpl.rpg.AndorsTrail.activity.Preferences" />
|
<activity android:name="com.gpl.rpg.AndorsTrail.activity.SkillInfoActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
||||||
<activity android:name="com.gpl.rpg.AndorsTrail.activity.LoadSaveActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
<activity android:name="com.gpl.rpg.AndorsTrail.activity.DisplayWorldMapActivity" />
|
||||||
<activity android:name="com.gpl.rpg.AndorsTrail.activity.ActorConditionInfoActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
|
||||||
<activity android:name="com.gpl.rpg.AndorsTrail.activity.BulkSelectionInterface" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
<provider
|
||||||
<activity android:name="com.gpl.rpg.AndorsTrail.activity.SkillInfoActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
android:name="androidx.core.content.FileProvider"
|
||||||
<activity android:name="com.gpl.rpg.AndorsTrail.activity.DisplayWorldMapActivity" />
|
android:authorities="com.gpl.rpg.AndorsTrail.fileprovider"
|
||||||
|
android:grantUriPermissions="true"
|
||||||
<provider
|
android:exported="false">
|
||||||
android:name="android.support.v4.content.FileProvider"
|
<meta-data
|
||||||
android:authorities="com.gpl.rpg.AndorsTrail.fileprovider"
|
android:name="android.support.FILE_PROVIDER_PATHS"
|
||||||
android:grantUriPermissions="true"
|
android:resource="@xml/fileprovider" />
|
||||||
android:exported="false">
|
</provider>
|
||||||
<meta-data
|
</application>
|
||||||
android:name="android.support.FILE_PROVIDER_PATHS"
|
|
||||||
android:resource="@xml/fileprovider" />
|
</manifest>
|
||||||
</provider>
|
|
||||||
</application>
|
|
||||||
|
|
||||||
</manifest>
|
|
||||||
0
AndorsTrail/assets/translation/createMo.sh → AndorsTrail/app/src/main/assets/translation/createMo.sh
Executable file → Normal file
0
AndorsTrail/assets/translation/createMo.sh → AndorsTrail/app/src/main/assets/translation/createMo.sh
Executable file → Normal file
0
AndorsTrail/assets/translation/fi.po → AndorsTrail/app/src/main/assets/translation/fi.po
Executable file → Normal file
0
AndorsTrail/assets/translation/fi.po → AndorsTrail/app/src/main/assets/translation/fi.po
Executable file → Normal file
0
AndorsTrail/assets/translation/gl.po → AndorsTrail/app/src/main/assets/translation/gl.po
Executable file → Normal file
0
AndorsTrail/assets/translation/gl.po → AndorsTrail/app/src/main/assets/translation/gl.po
Executable file → Normal file
0
AndorsTrail/assets/translation/reformatPo.sh → AndorsTrail/app/src/main/assets/translation/reformatPo.sh
Executable file → Normal file
0
AndorsTrail/assets/translation/reformatPo.sh → AndorsTrail/app/src/main/assets/translation/reformatPo.sh
Executable file → Normal file
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user