Misc updates (#1440)
This commit is contained in:
parent
b35a9a948e
commit
29041cf561
4 changed files with 18 additions and 12 deletions
6
.github/dependabot.yml
vendored
Normal file
6
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
6
.github/workflows/deploy_github_releases.yml
vendored
6
.github/workflows/deploy_github_releases.yml
vendored
|
@ -30,19 +30,19 @@ jobs:
|
||||||
arguments: :app:assembleFreeRelease :app:assembleNonFreeRelease :app:bundleNonFreeRelease
|
arguments: :app:assembleFreeRelease :app:assembleNonFreeRelease :app:bundleNonFreeRelease
|
||||||
|
|
||||||
- name: Upload non-free release APK
|
- name: Upload non-free release APK
|
||||||
uses: actions/upload-artifact@ee69f02b3dfdecd58bb31b4d133da38ba6fe3700
|
uses: actions/upload-artifact@27121b0bdffd731efa15d66772be8dc71245d074
|
||||||
with:
|
with:
|
||||||
name: APS Non-Free Release APK
|
name: APS Non-Free Release APK
|
||||||
path: app/build/outputs/apk/nonFree/release/app-nonFree-release.apk
|
path: app/build/outputs/apk/nonFree/release/app-nonFree-release.apk
|
||||||
|
|
||||||
- name: Upload non-free release Bundle
|
- name: Upload non-free release Bundle
|
||||||
uses: actions/upload-artifact@ee69f02b3dfdecd58bb31b4d133da38ba6fe3700
|
uses: actions/upload-artifact@27121b0bdffd731efa15d66772be8dc71245d074
|
||||||
with:
|
with:
|
||||||
name: APS Non-Free Release Bundle
|
name: APS Non-Free Release Bundle
|
||||||
path: app/build/outputs/bundle/nonFreeRelease/app-nonFree-release.aab
|
path: app/build/outputs/bundle/nonFreeRelease/app-nonFree-release.aab
|
||||||
|
|
||||||
- name: Upload free release APK
|
- name: Upload free release APK
|
||||||
uses: actions/upload-artifact@ee69f02b3dfdecd58bb31b4d133da38ba6fe3700
|
uses: actions/upload-artifact@27121b0bdffd731efa15d66772be8dc71245d074
|
||||||
with:
|
with:
|
||||||
name: APS Free Release APK
|
name: APS Free Release APK
|
||||||
path: app/build/outputs/apk/free/release/app-free-release.apk
|
path: app/build/outputs/apk/free/release/app-free-release.apk
|
||||||
|
|
2
.github/workflows/pull_request.yml
vendored
2
.github/workflows/pull_request.yml
vendored
|
@ -58,7 +58,7 @@ jobs:
|
||||||
|
|
||||||
- name: (Fail-only) upload test report
|
- name: (Fail-only) upload test report
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@e448a9b857ee2131e752b06002bf0e093c65e571
|
uses: actions/upload-artifact@27121b0bdffd731efa15d66772be8dc71245d074
|
||||||
with:
|
with:
|
||||||
name: Test report
|
name: Test report
|
||||||
path: app/build/reports
|
path: app/build/reports
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
android:id="@+id/username_input_layout"
|
android:id="@+id/username_input_layout"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_margin="@dimen/normal_margin"
|
android:layout_marginTop="8dp"
|
||||||
android:hint="@string/git_user_name_hint"
|
android:hint="@string/git_user_name_hint"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintTop_toTopOf="parent"
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
android:id="@+id/email_input_layout"
|
android:id="@+id/email_input_layout"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_margin="@dimen/normal_margin"
|
android:layout_marginTop="8dp"
|
||||||
android:hint="@string/git_user_email"
|
android:hint="@string/git_user_email"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@id/username_input_layout">
|
app:layout_constraintTop_toBottomOf="@id/username_input_layout">
|
||||||
|
@ -52,7 +52,7 @@
|
||||||
android:id="@+id/save_button"
|
android:id="@+id/save_button"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_margin="@dimen/normal_margin"
|
android:layout_marginTop="8dp"
|
||||||
android:text="@string/crypto_save"
|
android:text="@string/crypto_save"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@id/email_input_layout" />
|
app:layout_constraintTop_toBottomOf="@id/email_input_layout" />
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
style="@style/TextAppearance.MaterialComponents.Headline5"
|
style="@style/TextAppearance.MaterialComponents.Headline5"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_margin="@dimen/normal_margin"
|
android:layout_marginTop="8dp"
|
||||||
android:text="@string/git_tools"
|
android:text="@string/git_tools"
|
||||||
android:textSize="24sp"
|
android:textSize="24sp"
|
||||||
android:textStyle="bold"
|
android:textStyle="bold"
|
||||||
|
@ -73,7 +73,7 @@
|
||||||
android:id="@+id/git_head_status"
|
android:id="@+id/git_head_status"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_margin="@dimen/normal_margin"
|
android:layout_marginTop="8dp"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@id/git_tools_title"
|
app:layout_constraintTop_toBottomOf="@id/git_tools_title"
|
||||||
tools:text="HEAD status" />
|
tools:text="HEAD status" />
|
||||||
|
@ -82,7 +82,7 @@
|
||||||
android:id="@+id/git_log"
|
android:id="@+id/git_log"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_margin="@dimen/normal_margin"
|
android:layout_marginTop="8dp"
|
||||||
android:text="@string/git_log"
|
android:text="@string/git_log"
|
||||||
app:layout_constraintTop_toBottomOf="@+id/git_head_status" />
|
app:layout_constraintTop_toBottomOf="@+id/git_head_status" />
|
||||||
|
|
||||||
|
@ -90,7 +90,7 @@
|
||||||
android:id="@+id/git_abort_rebase"
|
android:id="@+id/git_abort_rebase"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_margin="@dimen/normal_margin"
|
android:layout_marginTop="8dp"
|
||||||
android:text="@string/abort_rebase"
|
android:text="@string/abort_rebase"
|
||||||
app:layout_constraintTop_toBottomOf="@+id/git_log" />
|
app:layout_constraintTop_toBottomOf="@+id/git_log" />
|
||||||
|
|
||||||
|
@ -98,7 +98,7 @@
|
||||||
android:id="@+id/git_reset_to_remote"
|
android:id="@+id/git_reset_to_remote"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_margin="@dimen/normal_margin"
|
android:layout_marginTop="8dp"
|
||||||
android:text="@string/reset_to_remote"
|
android:text="@string/reset_to_remote"
|
||||||
app:layout_constraintTop_toBottomOf="@id/git_abort_rebase" />
|
app:layout_constraintTop_toBottomOf="@id/git_abort_rebase" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue