Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
✨ 增加了预测性返回手势支持
Browse files Browse the repository at this point in the history
  • Loading branch information
dzxrly committed Jan 14, 2024
1 parent 1b7c761 commit d18d318
Show file tree
Hide file tree
Showing 17 changed files with 309 additions and 18 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div style="width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;">
<img style="display: inline-block;" src="./img/banner_ZH_CN.png"></img>
<img style="display: inline-block;" src="./img/banner_ZH_CN.svg"></img>
</div>


Expand Down Expand Up @@ -80,5 +80,5 @@
---

<p align="center">
<a href="https://ko-fi.com/F1F0PZH7X"><img src="./img/kofi_ZH_CN.png" alt="KO-FI" /></a>
<a href="https://ko-fi.com/F1F0PZH7X"><img src="./img/kofi_ZH_CN.svg" alt="KO-FI" /></a>
</p>
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
android:label="BF2042State"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher"
android:enableOnBackInvokedCallback="true"
android:resizeableActivity="true">
<activity
android:name=".MainActivity"
Expand All @@ -13,7 +14,6 @@
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true"
android:enableOnBackInvokedCallback="true"
android:windowSoftInputMode="adjustResize">
<!-- Specifies an Android theme to apply to this Activity as soon as
the Android process has started. This theme is visible to the user
Expand Down
4 changes: 2 additions & 2 deletions docs/README_EN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div style="width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;">
<img style="display: inline-block;" src="../img/banner_EN.png"></img>
<img style="display: inline-block;" src="../img/banner_EN.svg"></img>
</div>


Expand Down Expand Up @@ -87,5 +87,5 @@
---

<p align="center">
<a href="https://ko-fi.com/F1F0PZH7X"><img src="../img/kofi_EN.png" alt="KO-FI" /></a>
<a href="https://ko-fi.com/F1F0PZH7X"><img src="../img/kofi_EN.svg" alt="KO-FI" /></a>
</p>
4 changes: 2 additions & 2 deletions docs/README_ZH_TW.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div style="width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;">
<img style="display: inline-block;" src="../img/banner_ZH_TW.png"></img>
<img style="display: inline-block;" src="../img/banner_ZH_TW.svg"></img>
</div>


Expand Down Expand Up @@ -80,5 +80,5 @@
---

<p align="center">
<a href="https://ko-fi.com/F1F0PZH7X"><img src="../img/kofi_ZH_TW.png" alt="KO-FI" /></a>
<a href="https://ko-fi.com/F1F0PZH7X"><img src="../img/kofi_ZH_TW.svg" alt="KO-FI" /></a>
</p>
Binary file removed img/banner_EN.png
Binary file not shown.
70 changes: 70 additions & 0 deletions img/banner_EN.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/banner_ZH_CN.png
Binary file not shown.
69 changes: 69 additions & 0 deletions img/banner_ZH_CN.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/banner_ZH_TW.png
Binary file not shown.
70 changes: 70 additions & 0 deletions img/banner_ZH_TW.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/kofi_EN.png
Binary file not shown.
31 changes: 31 additions & 0 deletions img/kofi_EN.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/kofi_ZH_CN.png
Binary file not shown.
31 changes: 31 additions & 0 deletions img/kofi_ZH_CN.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/kofi_ZH_TW.png
Binary file not shown.
31 changes: 31 additions & 0 deletions img/kofi_ZH_TW.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 0 additions & 11 deletions untranslated_messages.json

This file was deleted.

0 comments on commit d18d318

Please sign in to comment.