-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update release.yml * Update strings.xml * Update strings.xml * create build.yml * Support different languages * fix error * add support for the predictive back gesture * translate
- Loading branch information
Showing
15 changed files
with
99 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
name: 📦🚀 Build & deploy Android app for an environment | ||
|
||
on: | ||
workflow_dispatch: | ||
release: | ||
types: | ||
- published | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="app_name">Canta</string> | ||
<string name="cancel">キャンセル</string> | ||
<string name="ok">OK</string> | ||
<string name="are_you_sure_to_uninstall_apps">%1$s個のアプリをアンインストールしますか?</string> | ||
<string name="copy_package_name_to_clipboard">クリップボードにコピーしました</string> | ||
<string name="no_description_available">説明はありません</string> | ||
<string name="canta_is_a_system_app">Canta is a system app</string> | ||
<string name="uninstall">アンインストール</string> | ||
<string name="reinstall">再インストール</string> | ||
<string name="please_start_shizuku">Shizukuをスタートさせてください</string> | ||
<string name="please_install_shizuku_and_authorise_canta">Shizukuをインストールし、Cantaを承認してください</string> | ||
<string name="please_allow_shizuku_access_for_canta">CantaにShizukuのアクセスを許可してください</string> | ||
<string name="only_system">システムアプリのみ</string> | ||
<string name="no_apps_found">アプリが見つかりません</string> | ||
<string name="loading_apps">アプリを読み込み中</string> | ||
<string name="badge_info">バッジの情報</string> | ||
<string name="got_it">閉じる</string> | ||
<string name="loading_badges">バッジを読み込み中…</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="app_name">Canta</string> | ||
</resources> | ||
<string name="app_name" translatable="false">Canta</string> | ||
<string name="cancel">Cancel</string> | ||
<string name="ok">OK</string> | ||
<string name="are_you_sure_to_uninstall_apps">Are you sure to uninstall %1$s apps?</string> | ||
<string name="copy_package_name_to_clipboard">Copy package name to clipboard</string> | ||
<string name="no_description_available">No description available</string> | ||
<string name="canta_is_a_system_app">Canta is a system app</string> | ||
<string name="uninstall">Uninstall</string> | ||
<string name="reinstall">ReInstall</string> | ||
<string name="please_start_shizuku">Please start Shizuku.</string> | ||
<string name="please_install_shizuku_and_authorise_canta">Please install Shizuku and authorise Canta.</string> | ||
<string name="please_allow_shizuku_access_for_canta">Please allow Shizuku access for Canta.</string> | ||
<string name="only_system">Only system</string> | ||
<string name="no_apps_found">No apps found</string> | ||
<string name="loading_apps">Loading apps</string> | ||
<string name="badge_info">Badge info</string> | ||
<string name="got_it">Got it</string> | ||
<string name="loading_badges">Loading badges ...</string> | ||
</resources> |
Oops, something went wrong.