diff --git a/android/mc-webui-wrapper.apk b/android/mc-webui-wrapper.apk index 868c7fe..e2d3496 100644 Binary files a/android/mc-webui-wrapper.apk and b/android/mc-webui-wrapper.apk differ diff --git a/docs/android-app.md b/docs/android-app.md index b6fe5a4..b431cc8 100644 --- a/docs/android-app.md +++ b/docs/android-app.md @@ -32,9 +32,9 @@ along the way. The steps below cover those warnings. | **File** | [`android/mc-webui-wrapper.apk`](../android/mc-webui-wrapper.apk) | | **Direct link** | https://github.com/MarekWo/mc-webui/raw/main/android/mc-webui-wrapper.apk | | **Size** | 4.6 MB | -| **App version** | 1.1 | +| **App version** | 1.2 | | **Package** | `it.wojtaszek.mc.wrapper` | -| **SHA-256** | `6f089b4b9b2a3293225653fd668d69b058ae326ae31d2ae221d6a931a5729d42` | +| **SHA-256** | `2622e6d85c65f4d43125b720862211989718456744d45193234b5d27ee28db0c` | Download it directly on the phone, or copy it over from a computer. diff --git a/docs/whatsnew.md b/docs/whatsnew.md index ce4098e..dc6f2d7 100644 --- a/docs/whatsnew.md +++ b/docs/whatsnew.md @@ -18,7 +18,7 @@ For deep technical notes, see [architecture.md](architecture.md). For the full g ### Fixes -- **The Android app no longer renders text larger than the browser does.** The app is a wrapper around the same page you open in Chrome, but Android's WebView quietly scales text by your phone's system font-size setting while Chrome ignores it and uses its own. If you had enlarged the system font even one step, everything in the app came out around 20% bigger than on the website — the title truncated to "mc-web…", longer messages wrapped earlier, and the connection status and refresh time at the bottom broke across two lines each. The app now pins text at the same size the browser uses. This needs a new APK, so reinstall the app to pick it up. +- **The Android app no longer renders text larger than the browser does.** The app is a wrapper around the same page you open in Chrome, but Android's WebView quietly scales text by your phone's system font-size setting while Chrome ignores it and uses its own. If you had enlarged the system font even one step, everything in the app came out around 20% bigger than on the website — the title truncated to "mc-web…", longer messages wrapped earlier, and the connection status and refresh time at the bottom broke across two lines each. The app now pins text at the same size the browser uses. This is **app version 1.2** — install the new `.apk` over the one you have to pick it up; it is signed with the same key, so it goes in as an update and keeps your server address. See [android-app.md](android-app.md). - **The bar at the bottom copes with text that does not fit.** The connection status, the region badge and the "Updated:" time sat in a row that could not wrap, so when they ran out of room each one broke apart internally instead — a green dot with "Connected" stranded underneath it, a time split from its own label. They now drop onto a second line as whole items. This mostly showed up in translated interfaces, where the labels are longer than the English ones they were laid out for ("Aktualizacja:" against "Updated:"), and on narrow phones. ---