mirror of
https://github.com/nextcloud/android.git
synced 2024-12-18 23:11:58 +03:00
Merge remote-tracking branch 'origin/master' into dev
This commit is contained in:
commit
cb794725b0
7 changed files with 22 additions and 12 deletions
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
with:
|
||||
swap-size-gb: 10
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
|
||||
uses: github/codeql-action/init@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3.27.7
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
- name: Set up JDK 17
|
||||
|
@ -53,4 +53,4 @@ jobs:
|
|||
echo "org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError" > "$HOME/.gradle/gradle.properties"
|
||||
./gradlew assembleDebug
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
|
||||
uses: github/codeql-action/analyze@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3.27.7
|
||||
|
|
2
.github/workflows/pr-feedback.yml
vendored
2
.github/workflows/pr-feedback.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: The get-github-handles-from-website action
|
||||
uses: marcelklehr/get-github-handles-from-website-action@a739600f6b91da4957f51db0792697afbb2f143c # v1.0.0
|
||||
uses: marcelklehr/get-github-handles-from-website-action@06b2239db0a48fe1484ba0bfd966a3ab81a08308 # v1.0.1
|
||||
id: scrape
|
||||
with:
|
||||
website: 'https://nextcloud.com/team/'
|
||||
|
|
2
.github/workflows/scorecard.yml
vendored
2
.github/workflows/scorecard.yml
vendored
|
@ -42,6 +42,6 @@ jobs:
|
|||
|
||||
# Upload the results to GitHub's code scanning dashboard.
|
||||
- name: "Upload to code-scanning"
|
||||
uses: github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
|
||||
uses: github/codeql-action/upload-sarif@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3.27.7
|
||||
with:
|
||||
sarif_file: results.sarif
|
||||
|
|
|
@ -352,12 +352,13 @@ public class FileDetailFragment extends FileFragment implements OnClickListener,
|
|||
}
|
||||
});
|
||||
|
||||
// FIXME file detail not opening from Media tab
|
||||
if (binding != null) {
|
||||
TabLayout.Tab tab = binding.tabLayout.getTabAt(activeTab);
|
||||
if (tab == null) return;
|
||||
binding.tabLayout.selectTab(tab);
|
||||
}
|
||||
binding.tabLayout.post(() -> {
|
||||
if (binding != null) {
|
||||
TabLayout.Tab tab = binding.tabLayout.getTabAt(activeTab);
|
||||
if (tab == null) return;
|
||||
tab.select();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -357,7 +357,7 @@ class PreviewImageActivity : FileActivity(), FileFragment.ContainerActivity, OnR
|
|||
}
|
||||
|
||||
startActivity(intent)
|
||||
backToDisplayActivity()
|
||||
finish()
|
||||
}
|
||||
|
||||
override fun showDetails(file: OCFile, activeTab: Int) {
|
||||
|
|
|
@ -16,7 +16,7 @@ buildscript {
|
|||
androidxTestVersion = "1.6.1"
|
||||
appCompatVersion = '1.7.0'
|
||||
checkerVersion = "3.21.2"
|
||||
daggerVersion = "2.52"
|
||||
daggerVersion = "2.53.1"
|
||||
documentScannerVersion = "1.1.1"
|
||||
espressoVersion = "3.6.1"
|
||||
jacoco_version = '0.8.12'
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
<ignored-key id="0AA3E5C3D232E79B" reason="Key couldn't be downloaded from any key server"/>
|
||||
<ignored-key id="23778689FBFBE047" reason="Key couldn't be downloaded from any key server"/>
|
||||
<ignored-key id="5C504E1210E49773" reason="Key couldn't be downloaded from any key server"/>
|
||||
<ignored-key id="BAC30622339994C4" reason="Key couldn't be downloaded from any key server"/>
|
||||
</ignored-keys>
|
||||
<trusted-keys>
|
||||
<trusted-key id="015479E1055341431B4545AB72475FD306B9CAB7" group="com.googlecode.javaewah" name="JavaEWAH" version="1.2.3"/>
|
||||
|
@ -15292,6 +15293,14 @@
|
|||
<sha256 value="6cc507f630536f205bde2c1b38c3c5907511de2d7b1a444be9d638d4614f243c" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="org.jspecify" name="jspecify" version="1.0.0">
|
||||
<artifact name="jspecify-1.0.0.jar">
|
||||
<sha256 value="1fad6e6be7557781e4d33729d49ae1cdc8fdda6fe477bb0cc68ce351eafdfbab" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
|
||||
</artifact>
|
||||
<artifact name="jspecify-1.0.0.module">
|
||||
<sha256 value="d307ca77a54e18ac1ef1aaed4e5bbe014bd2f49f29e1d2f813e47c278283195b" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="org.junit" name="junit-bom" version="5.10.0">
|
||||
<artifact name="junit-bom-5.10.0.module">
|
||||
<sha256 value="eb3ee6127608010694a898056e7407d117296003aba5f5db801df430b9887fcf" origin="Generated by Gradle"/>
|
||||
|
|
Loading…
Reference in a new issue