Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android (Gboard) サポートを追加 #3

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 69 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ https://github.com/kotofurumiya/genshin-dict/releases/latest

## 対応IME

| IME | 対応ファイル | 備考 |
|----------------:|:-------------------------------|:------------------------------|
| Windows標準 | 原神辞書_Windows.txt | |
| macOSユーザ辞書 | 原神辞書_macOS_ユーザ辞書.plist | |
| macOS追加辞書 | 原神辞書_macOS.txt | |
| iPhoneユーザ辞書 | | mac経由で追加可能(後述) |
| Google IME | 原神辞書_Windows.txt | macでもWindows用ファイルで追加可能 |
| IME | 対応ファイル | 備考 |
|------------------------------:|:--------------------------------|:-----------------------------------------------------|
| Windows標準 | 原神辞書_Windows.txt | |
| macOSユーザ辞書 | 原神辞書_macOS_ユーザ辞書.plist | |
| macOS追加辞書 | 原神辞書_macOS.txt | |
| iPhoneユーザ辞書 | | mac経由で追加可能(後述) |
| Google日本語入力 (パソコン用) | 原神辞書_Windows.txt | macでもWindows用ファイルで追加可能 |
| Gboard (Android用) | 原神辞書_Android.zip | zip ファイルは解凍せず、そのままインポートして下さい |

## 利用方法(Windows)

Expand Down Expand Up @@ -85,6 +86,66 @@ macの設定から「キーボード」を開き、「入力ソース」タブ

これで辞書が利用できるはずです。

## 利用方法 (Android)

Android 13 を前提として説明します。
バージョンの違いによって、多少操作方法が異なる場合があります。

genshin-dictionary.zip をダウンロードしたら、まずは zip ファイルの解凍を行います。

**Files** アプリを開きます。

![](./docs/img/android-01.png)

**ダウンロード**フォルダーをタップして開きます。

![](./docs/img/android-02.png)

**genshin-dictionary.zip** というファイルがあるのでこれをタップします。

![](./docs/img/android-03.png)

**解凍**ボタンを押します。

![](./docs/img/android-04.png)

**完了**ボタンを押します。
**ZIP ファイルの削除**にチェックを入れておくと zip ファイルが同時に削除されます。

尚、ここで **原神辞書_Android.zip** というファイルが作成されますが、**この zip ファイルは解凍しないで下さい**。zip ファイルのままでないとインポートできません。

![](./docs/img/android-05.png)

次に辞書のインポートを行います。

**設定**アプリを開きます。

![](./docs/img/android-06.png)

**システム** → **言語と入力** → **画面キーボード** → **Gboard** → **単語リスト** → **単語リスト** → **日本語** と進むと、下記のような画面が現れるので、右上の点3つのアイコンをタップして出てきたメニューから、**インポート**をタップします。

![](./docs/img/android-07.png)

ファイル選択画面が現れるので、左上の三本線のアイコンからメニューを開きます。

![](./docs/img/android-08.png)

**ダウンロード**をタップします。

![](./docs/img/android-09.png)

genshin-dictionary というフォルダーがあるので、タップします。

![](./docs/img/android-10.png)

**原神辞書_Android.zip** というファイルがあるので、タップします。

![](./docs/img/android-11.png)

下記のように単語リストが登録されていれば、インポート成功です。

![](./docs/img/android-12.png)

## トラブルシューティング

### うまく変換できない
Expand All @@ -95,13 +156,11 @@ macの設定から「キーボード」を開き、「入力ソース」タブ
また単語区切りも適切でないことがあります。「岩王帝君」を変換しようとして「ガン王弟くん」のようになったり……。
この場合は変換しながらShiftキーを押しつつ矢印キーの左右で変換範囲を変えることができるので、うまく調整してみてください。

### iPhone / Androidで使える
### iPhoneで使える

iPhoneはmacOSで同じAppleIDでログインして、ユーザ辞書として登録すれば同期されます。
iPhone単独で一括登録する方法は無さそうです。

Androidはあんまりわかってないです……。手元にPixel4 XLはあるんですが、開発用に持っているだけなので。

## ライセンス

プログラム部分は[Zlibライセンス](./LICENSE)となります。
Expand Down
Binary file added docs/img/android-01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/android-02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/android-03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/android-04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/android-05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/android-06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/android-07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/android-08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/android-09.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/android-10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/android-11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/android-12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added genshin-dictionary/原神辞書_Android.zip
Binary file not shown.
Loading