Skip to content

Commit

Permalink
Update version, README, translations
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Mar 30, 2022
1 parent e4d3c4a commit de48354
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Charset.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ the toolbar. It may be changed in the menu. Android defaults to
doing.

## Detection
The current character set is detected on reading a file by the
detection code from [International Components for
Unicode](https://unicode-org.github.io/icu/userguide/icu4j/). If there
The current character set is optionally detected on reading a file by
the detection code from [International Components for
Unicode](https://unicode-org.github.io/icu/userguide/icu4j). If there
are no accented characters or symbols in the text to give the
detection algorithm something to work on it may not get it right.

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,10 @@ devoted to the subject. Use `(?i)` for case insensitive search.

### Character set
The current character set is displayed under the current file
name. The character set is detected when a new file is read. It may be
changed by selecting the **Charset** item in the menu, which
shows the current character set. See [Character set](Charset.md).
name. The character set is optionally detected when a new file is
read. It may be changed by selecting the **Charset** item in the menu,
which shows the current character set. See [Character
set](Charset.md).

### Highlight syntax
If the current open file is a C, C++, Objective C, Go, Java,
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ android {
applicationId "org.billthefarmer.editor"
minSdkVersion 14
targetSdkVersion 28
versionName "1.71"
versionCode 171
versionName "1.72"
versionCode 172

buildConfigField "long", "BUILT", System.currentTimeMillis() + "L"
}
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-GB/changelogs/172.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Optional character set detection
* Hungarian translation updated
1 change: 1 addition & 0 deletions src/main/res/values-nl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<string name="clearList">Lijst wissen</string>
<string name="search">Zoeken…</string>
<string name="findAll">Alles zoeken…</string>
<string name="detect">Detecteren</string>
<string name="saveAs">Opslaan als…</string>
<string name="viewMarkdown">Markdown tonen…</string>
<string name="viewFile">Bestanden tonen</string>
Expand Down
1 change: 1 addition & 0 deletions src/main/res/values-pl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<string name="search">Szukaj…</string>
<string name="findAll">Znajdź wszystkie…</string>
<string name="saveAs">Zapisz jako…</string>
<string name="detect">Wykryć</string>
<string name="viewMarkdown">Wyświetl markdown…</string>
<string name="viewFile">Pokaż pliki</string>
<string name="autoSave">Autozapis</string>
Expand Down
1 change: 1 addition & 0 deletions src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<string name="search">Procurar…</string>
<string name="findAll">Encontrar todos…</string>
<string name="saveAs">Salvar como…</string>
<string name="detect">Detectar</string>
<string name="viewMarkdown">Ver markdown…</string>
<string name="viewFile">Ver arquivos</string>
<string name="autoSave">Auto salvar</string>
Expand Down
1 change: 1 addition & 0 deletions src/main/res/values-pt/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<string name="search">Pesquisar…</string>
<string name="findAll">Pesquisar tudo…</string>
<string name="saveAs">Guardar como…</string>
<string name="detect">Detetar</string>
<string name="viewMarkdown">Ver markdown…</string>
<string name="viewFile">Ver ficheiros</string>
<string name="autoSave">Guardar automático</string>
Expand Down
1 change: 1 addition & 0 deletions src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<string name="openRecent">Недавние</string>
<string name="clearList">Очистить список</string>
<string name="saveAs">Сохранить как…</string>
<string name="detect">Обнаруживать</string>
<string name="viewMarkdown">Просмотр Markdown…</string>
<string name="viewFile">Просмотр файлов</string>
<string name="autoSave">Автосохранение</string>
Expand Down
1 change: 1 addition & 0 deletions src/main/res/values-tr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<string name="search">Ara…</string>
<string name="findAll">Hepsini bul…</string>
<string name="saveAs">Farklı kaydet…</string>
<string name="detect">Algılamak</string>
<string name="viewMarkdown">Markdown görünümü…</string>
<string name="viewFile">Dosyaları görüntüle</string>
<string name="autoSave">Otomatik kaydet</string>
Expand Down
1 change: 1 addition & 0 deletions src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<string name="search">查找…</string>
<string name="findAll">全局搜索…</string>
<string name="saveAs">保存为…</string>
<string name="detect">检测</string>
<string name="viewMarkdown">查看 Markdown…</string>
<string name="viewFile">查看文件</string>
<string name="autoSave">自动保存</string>
Expand Down
1 change: 1 addition & 0 deletions src/main/res/values-zh-rTW/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<string name="search">搜尋…</string>
<string name="findAll">尋找全部…</string>
<string name="saveAs">儲存為…</string>
<string name="detect">检测</string>
<string name="viewMarkdown">檢視 markdown…</string>
<string name="viewFile">檢視檔案</string>
<string name="autoSave">自動儲存</string>
Expand Down
2 changes: 1 addition & 1 deletion src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<resources
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:ignore="MissingTranslation">
tools:ignore="">

<string name="appName">Editor</string>

Expand Down

0 comments on commit de48354

Please sign in to comment.