File tree Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 77jobs :
88 artifacts-url-comments :
99 name : add artifact links to pull request
10- runs-on : windows-2019
10+ runs-on : ubuntu-latest
1111 if : ${{ github.event.workflow_run.conclusion == 'success' }}
1212 steps :
1313 - name : add artifact links to pull request
Original file line number Diff line number Diff line change @@ -2,27 +2,27 @@ name: Upload Preview APK
22
33on : pull_request
44
5+ concurrency :
6+ group : ${{ github.workflow }}-${{ github.ref }}
7+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
8+
59jobs :
610 build :
711 name : Upload Preview APK
812 runs-on : ubuntu-latest
913 steps :
10- - name : Cancel Previous Runs
11- 12- with :
13- access_token : ${{ github.token }}
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v5
1515 with :
1616 submodules : recursive
1717 - uses : Swatinem/rust-cache@v2
1818 with :
1919 working-directory : jni/deltachat-core-rust
20- - uses : actions/setup-java@v3
20+ - uses : actions/setup-java@v5
2121 with :
2222 java-version : 17
2323 distribution : ' temurin'
2424 - uses : android-actions/setup-android@v3
25- - uses : actions/cache@v3
25+ - uses : actions/cache@v4
2626 with :
2727 path : |
2828 ~/.gradle/caches
@@ -35,16 +35,16 @@ jobs:
3535 with :
3636 ndk-version : r27
3737
38+ - name : Validate Gradle Wrapper
39+ uses : gradle/actions/wrapper-validation@v4
40+
3841 - name : Compile core
3942 env :
4043 ANDROID_NDK_ROOT : ${{ steps.setup-ndk.outputs.ndk-path }}
4144 run : |
4245 export PATH="${PATH}:${ANDROID_NDK_ROOT}/toolchains/llvm/prebuilt/linux-x86_64/bin/"
4346 scripts/install-toolchains.sh && scripts/ndk-make.sh
4447
45- - name : Validate Gradle Wrapper
46- uses : gradle/wrapper-validation-action@v1
47-
4848 - name : Build APK
4949 run : ./gradlew --no-daemon assembleGplayDebug
5050
Original file line number Diff line number Diff line change 471471 <string name =" chat_no_messages" >No messages.</string >
472472 <string name =" chat_self_talk_subtitle" >Messages to Self</string >
473473 <string name =" archive_empty_hint" >Archived chats will appear here.</string >
474+ <!-- Action to add a message to "Saved Messages". The longer form (instead of "Save" only) is needed esp. on desktop to make clear this is not about saving a file to disk -->
475+ <string name =" save_message" >Save Message</string >
474476 <string name =" saved_messages" >Saved Messages</string >
475477 <string name =" saved_messages_explain" >• Forward messages here for easy access\n\n• Take notes or voice memos\n\n• Attach media to save them</string >
476478 <!-- Should match "Saved" from "Saved messages" -->
You can’t perform that action at this time.
0 commit comments