Skip to content
Merged
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Fixed misleading url field. Closes #158.

## [0.10.1] - 2026-04-20

### Fixed
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-de-rDE/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<string name="settings_account_subtitle_default">Nicht eingeloggt</string>
<string name="accountsettings_topbar_title">Konto</string>
<string name="account_settings_topbar_title">Readeck URL</string>
<string name="account_settings_url_placeholder">https://readeck.example.com/api</string>
<string name="account_settings_url_label">Readeck URL</string>
<string name="account_settings_login">Einloggen</string>
<string name="account_settings_url_error">Ungültige URL</string>
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-es-rES/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<string name="settings_account_subtitle_default">Sesión no iniciada</string>
<string name="accountsettings_topbar_title">Cuenta</string>
<string name="account_settings_topbar_title">URL de Readeck</string>
<string name="account_settings_url_placeholder">https://readeck.example.com/api</string>
<string name="account_settings_url_label">URL de Readeck</string>
<string name="account_settings_login">Iniciar sesión</string>
<string name="account_settings_url_error">URL no válida</string>
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-gl-rES/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<string name="settings_account_subtitle_default">Sesión non iniciada</string>
<string name="accountsettings_topbar_title">Conta</string>
<string name="account_settings_topbar_title">URL de Readeck</string>
<string name="account_settings_url_placeholder">https://readeck.example.com/api</string>
<string name="account_settings_url_label">URL de Readeck</string>
<string name="account_settings_login">Acceder</string>
<string name="account_settings_url_error">URL non válido</string>
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<string name="settings_account_subtitle_default">未登录</string>
<string name="accountsettings_topbar_title">账号</string>
<string name="account_settings_topbar_title">Readeck URL</string>
<string name="account_settings_url_placeholder">https://readeck.example.com/api</string>
<string name="account_settings_url_label">Readeck URL</string>
<string name="account_settings_allow_unencrypted">允许未加密连接</string>
<string name="sync_settings_topbar_title">同步设置</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<string name="settings_account_subtitle_default">Not logged in</string>
<string name="accountsettings_topbar_title">Account</string>
<string name="account_settings_topbar_title">Readeck URL</string>
<string name="account_settings_url_placeholder">https://readeck.example.com</string>
<string name="account_settings_url_placeholder" translatable="false">https://readeck.example.com</string>
<string name="account_settings_url_label">Readeck URL</string>
<string name="account_settings_login">Login</string>
<string name="account_settings_url_error">Invalid URL</string>
Expand Down
Loading