diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..96f9d68 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "gradle" + directory: "/" # Location of package manifests + schedule: + interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" # Location of package manifests + schedule: + interval: "daily" diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..d62e3ab --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,16 @@ +changelog: + exclude: + labels: + - ignore-for-release + authors: + - someuser + categories: + - title: Breaking Changes 🛠 + labels: + - breaking-change + - title: Exciting New Features 🎉 + labels: + - enhancement + - title: Other Changes + labels: + - "*" \ No newline at end of file diff --git a/.github/workflows/Android-CI-Espresso.yml b/.github/workflows/Android-CI-Espresso.yml new file mode 100644 index 0000000..348edd0 --- /dev/null +++ b/.github/workflows/Android-CI-Espresso.yml @@ -0,0 +1,59 @@ +name: Github CI + +on: + push: + branches: + - main + pull_request: + +jobs: + build: + name: Build + runs-on: macOS-latest + strategy: + matrix: + java_version: [ 11 ] + steps: + - name: Checkout + uses: actions/checkout@v3 + with: + submodules: true + - name: Install JDK ${{ matrix.java_version }} + uses: actions/setup-java@v3 + with: + distribution: 'adopt' + java-version: ${{ matrix.java_version }} + - name: Install Android SDK + uses: malinskiy/action-android/install-sdk@release/0.1.4 + - name: Build project + run: ./gradlew assembleDebug + # TODO test is broken, it needs work work and is out of the scope og this pull request + # - name: Run tests + # run: ./gradlew test +# TODO lint is broken, it needs a lot of work and is out of the scope og this pull request +# check: +# name: Check +# runs-on: ubuntu-latest +# strategy: +# matrix: +# java_version: [ 11 ] +# steps: +# - name: Checkout +# uses: actions/checkout@v3 +# with: +# submodules: true +# - name: Install JDK ${{ matrix.java_version }} +# uses: actions/setup-java@v3 +# with: +# distribution: 'adopt' +# java-version: ${{ matrix.java_version }} +# - name: Install Android SDK +# uses: malinskiy/action-android/install-sdk@release/0.1.4 +# - name: Gradle checks +# run: ./gradlew check +# - name: Archive Lint report +# uses: actions/upload-artifact@v3 +# if: ${{ always() }} +# with: +# name: 3D-Lint +# path: ./**/build/reports/lint-results.html diff --git a/.github/workflows/Android-CI-release.yml b/.github/workflows/Android-CI-release.yml new file mode 100644 index 0000000..563a0ce --- /dev/null +++ b/.github/workflows/Android-CI-release.yml @@ -0,0 +1,43 @@ +name: Release + +on: + push: + tags: + - '*' + +jobs: + build: + name: Publish release + runs-on: macOS-latest # it comes with NDK installed + steps: + - name: Checkout + uses: actions/checkout@v3 + with: + fetch-depth: 0 + submodules: true + - name: Find Tag + id: tagger + uses: jimschubert/query-tag-action@v2 + with: + skip-unshallow: 'true' + abbrev: false + commit-ish: HEAD + - name: Install JDK + uses: actions/setup-java@v3 + with: + java-version: 11 + - name: Install Android SDK + uses: malinskiy/action-android/install-sdk@release/0.1.4 + - name: Build project + run: ./gradlew build + env: + VERSION: ${{ github.ref }} + - name: Create Release + uses: softprops/action-gh-release@v1 + with: + tag_name: ${{steps.tagger.outputs.tag}} + name: ${{steps.tagger.outputs.tag}} + generate_release_notes: true + files: ./app/build/outputs/apk/release/LiveEdgeDetection-*-release.apk + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/gradle-wrapper-validation.yml b/.github/workflows/gradle-wrapper-validation.yml new file mode 100644 index 0000000..d17a031 --- /dev/null +++ b/.github/workflows/gradle-wrapper-validation.yml @@ -0,0 +1,11 @@ +name: "Validate Gradle Wrapper" + +on: [pull_request] + +jobs: + validation: + name: "Validation" + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: gradle/wrapper-validation-action@v1 diff --git a/app/src/main/res/menu/main.xml b/app/src/main/res/menu/main.xml index ea3dd19..dcae59e 100644 --- a/app/src/main/res/menu/main.xml +++ b/app/src/main/res/menu/main.xml @@ -1,9 +1,10 @@ - + + android:title="@string/action_settings" + app:showAsAction="never" /> \ No newline at end of file diff --git a/app/src/main/res/menu/menu.xml b/app/src/main/res/menu/menu.xml index ea3dd19..dcae59e 100644 --- a/app/src/main/res/menu/menu.xml +++ b/app/src/main/res/menu/menu.xml @@ -1,9 +1,10 @@ - + + android:title="@string/action_settings" + app:showAsAction="never" /> \ No newline at end of file diff --git a/app/src/main/res/menu/model.xml b/app/src/main/res/menu/model.xml index 6f9bc17..0339358 100644 --- a/app/src/main/res/menu/model.xml +++ b/app/src/main/res/menu/model.xml @@ -1,84 +1,85 @@ - + + android:title="Toggle Sky Box" + app:showAsAction="ifRoom" /> + android:title="Toggle Projection" + app:showAsAction="ifRoom" /> + android:title="@string/toggle_lights" + app:showAsAction="ifRoom" /> + android:title="@string/toggle_wireframe" + app:showAsAction="ifRoom" /> + android:title="@string/toggle_textures" + app:showAsAction="ifRoom" /> + android:title="@string/toggle_animation" + app:showAsAction="ifRoom" /> + android:title="Toggle Smooth" + app:showAsAction="ifRoom" /> + android:title="@string/load_texture" + app:showAsAction="ifRoom" /> + android:title="Toggle Stereoscopic" + app:showAsAction="ifRoom" /> + android:title="Toggle X-Ray" + app:showAsAction="ifRoom" /> + android:title="@string/toggle_boundingbox" + app:showAsAction="ifRoom" /> + android:title="Toggle Collision" + app:showAsAction="ifRoom" /> + android:title="Toggle Immersive" + app:showAsAction="ifRoom" /> \ No newline at end of file diff --git a/build.gradle b/build.gradle index a2aaf58..a565648 100644 --- a/build.gradle +++ b/build.gradle @@ -1,4 +1,3 @@ -// Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { google() @@ -6,9 +5,6 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:7.2.2' - - // NOTE: Do not place your application dependencies here; they belong - // in the individual module build.gradle files } }