Compare commits

..

26 Commits

Author SHA1 Message Date
OMGeeky
6b8ce23e40 Create codeql-analysis.yml 2022-10-02 00:03:08 +02:00
OMGeeky
29a21381d4 Create index.md 2022-09-26 16:55:15 +02:00
OMGeeky
9919fa6088 changed to auto package
In gradle you can do this to make it easier to switch to a beta version for example
2022-06-07 22:55:17 +02:00
OMGeeky
e62839a7cd updated Gradle & Android version 2022-06-07 21:57:38 +02:00
OMGeeky
32c7de16fe Removed jcentral dependencies
Replaced them with mavenCentral
2022-06-07 20:53:04 +02:00
OMGeeky
f95b8e1c9d Migrate to AndroidX 2022-06-07 19:28:12 +02:00
OMGeeky
d774e762fc Removed .idea folder 2022-06-07 19:27:24 +02:00
OMGeeky
3e3754c485 Delete AndorsTrail.app.iml 2022-06-07 19:19:15 +02:00
OMGeeky
dddf669a78 Update .gitignore 2022-06-07 19:18:46 +02:00
OMGeeky
bd8da6ba0d preserve legacy external storage back in 2022-06-07 19:11:54 +02:00
OMGeeky
1af4881211 Convert to Gradle-Project 2022-06-07 18:38:17 +02:00
Nut.andor
b576bd6a32 map max size enlarged, other it crashes when monsters at Y>33 look for you 2022-05-14 10:59:11 +02:00
Nut.andor
291b5c35e3 Sullengard map changes 2022-05-11 22:55:23 +02:00
Nut.andor
09cdad344a Merge branch 'test_laeroth' 2022-05-11 22:38:03 +02:00
Nut.andor
53d223b8f8 map 2022-05-08 14:33:18 +02:00
Nut.andor
999e338aff Merge branch 'master' into test_laeroth
# Conflicts:
#	AndorsTrail/AndroidManifest.xml
#	AndorsTrail/src/com/gpl/rpg/AndorsTrail_beta1/AndorsTrailApplication.java
2022-05-08 14:32:51 +02:00
Nut.andor
6284b7b428 debug Map button 2022-04-29 16:04:13 +02:00
Nut.andor
7a6b8ec238 next dev version 2022-04-29 00:43:35 +02:00
Nut.andor
1f852864c8 Merge remote-tracking branch 'AndorsTrailRelease/master' 2022-04-16 17:25:13 +02:00
Nut.andor
26cbaad223 Revert "compression"
This reverts commit a483ab8c12.
2022-04-16 17:23:23 +02:00
Nut.andor
a483ab8c12 compression 2022-04-16 07:46:17 +02:00
Nut.andor
dea20cafe2 Merge remote-tracking branch 'local_AndorsTrailRelease/master' 2022-04-16 07:13:19 +02:00
Nut.andor
9347182487 Merge branch 'master' into test_laeroth (v0.7.15 omi2 fixes)
# Conflicts:
#	AndorsTrail/AndroidManifest.xml
#	AndorsTrail/src/com/gpl/rpg/AndorsTrail/AndorsTrailApplication.java
2021-12-21 21:03:59 +01:00
Nut.andor
5f0bb1d497 Version nbr 2021-01-31 03:35:30 +01:00
Nut.andor
613e893e80 Merge remote-tracking branch 'AndorsTrailRelease/master' into test_laeroth
# Conflicts:
#	AndorsTrail/AndroidManifest.xml
#	AndorsTrail/src/com/gpl/rpg/AndorsTrail/AndorsTrailApplication.java
2021-01-31 02:47:01 +01:00
Nut.andor
d6b0823499 version nbr 2021-01-18 07:44:02 +01:00
1783 changed files with 49867 additions and 357105 deletions

74
.github/workflows/codeql-analysis.yml vendored Normal file
View 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}}"

View File

@@ -1,34 +0,0 @@
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: Build Gradle
on: workflow_dispatch
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1.0.4
- name: Make gradle wrapper executable
run: chmod +x ./AndorsTrail/gradlew
- name: Build with Gradle
uses: gradle/gradle-build-action@v2.3.2
with:
arguments: build
build-root-directory: ./AndorsTrail

1
.gitignore vendored
View File

@@ -1 +0,0 @@
/AndorsTrail/.idea/workspace.xml

View File

@@ -1,30 +1,5 @@
# Android ignores
app/src/main/res
app/src/main/assets
gen/
bin/
target/
local.properties
app/build/intermediates/
build/
debug/
release/
.gradle/
#IntelliJ
.idea/
out/production/
out/test/
*.iws
*.ipr
# Other
.metadata
.svn/
#copied from https://github.com/github/gitignore/blob/main/Gradle.gitignore
.gradle
.idea
**/build/
!src/**/build/
@@ -44,12 +19,4 @@ gradle-app.setting
# Eclipse Core
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath
#copied from https://github.com/github/gitignore/blob/main/Gradle.gitignore
/AndorsTrail/.gradle
/AndorsTrail/gradle/wrapper
/AndorsTrail/app/build/
/AndorsTrail/app/debug/
/AndorsTrail/app/release/
.classpath

View File

@@ -1,17 +1,13 @@
apply plugin: 'com.android.application'
android {
lintOptions{
baseline file("lint.xml")
abortOnError true
}
compileSdkVersion 30
compileSdkVersion 32
buildToolsVersion "30.0.3"
defaultConfig {
applicationId "com.gpl.rpg.AndorsTrail"
minSdkVersion 14
targetSdkVersion 30
targetSdkVersion 32
}
buildTypes {
@@ -25,27 +21,3 @@ android {
dependencies {
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
}
task copyRes(type: Copy) {
description "Copies the res folder to the modules res folder (& renames .tmx to .xml)"
from "${rootDir}/res"
into "${projectDir}/src/main/res"
rename "(.*)\\.tmx", "\$1.xml"
}
task copyTranslation(type: Copy) {
description("Copies the translation files to the modules translations folder")
from "${rootDir}/assets/translation"
into "${projectDir}/src/main/assets/translation"
}
task cleanup(type: Delete) {
description("Deletes the assets/translation and the res folder from the modules folder")
delete "${projectDir}/src/main/res", "${projectDir}/src/main/assets/translation"
}
afterEvaluate {
preBuild.dependsOn project.tasks.copyRes
preBuild.dependsOn project.tasks.copyTranslation
clean.dependsOn project.tasks.cleanup
}

View File

@@ -9,7 +9,5 @@
<issue id="IconLocation" severity="ignore" />
<issue id="UnusedResources" severity="ignore" />
<issue id="DefaultLocale" severity="ignore" />
<issue id="StringFormatInvalid" severity="ignore" />
<issue id="StringFormatMatches" severity="ignore" />
<issue id="NewApi" severity="error" />
</lint>

View File

@@ -1,17 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.gpl.rpg.AndorsTrail"
android:versionCode="66"
android:versionName="0.8.2"
android:versionCode="64"
android:versionName="0.7.17"
android:installLocation="auto"
>
<uses-sdk
android:minSdkVersion="4"
android:targetSdkVersion="30"
/>
<supports-screens
android:smallScreens="true"
android:normalScreens="true"
@@ -34,11 +31,11 @@
android:requestLegacyExternalStorage="true"
android:hasFragileUserData="true"
android:preserveLegacyExternalStorage="true"
>
tools:targetApi="30">
<activity
android:name="com.gpl.rpg.AndorsTrail.activity.StartScreenActivity"
android:clearTaskOnLaunch="true"
>
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
@@ -46,7 +43,6 @@
</activity>
<activity
android:name="com.gpl.rpg.AndorsTrail.activity.MainActivity"
android:label="@string/app_name"
android:theme="@style/AndorsTrailTheme_Blue.NoBackground"
/>
<activity android:name="com.gpl.rpg.AndorsTrail.activity.HeroinfoActivity" />

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More