From 4080ee3f401c26c203a5145e9a1f3cc570b1cdb7 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Mon, 10 Aug 2026 14:11:58 -0400 Subject: [PATCH] 22.0 --- android_release/22.0.yml | 66 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 android_release/22.0.yml diff --git a/android_release/22.0.yml b/android_release/22.0.yml new file mode 100644 index 000000000..194cdda93 --- /dev/null +++ b/android_release/22.0.yml @@ -0,0 +1,66 @@ +release: + release_date: '2026-08-10' + text: > + **These notes apply to Thunderbird for Android version 22.0 released August 10th, 2026.** + + releases: + - version: '22.0' + release_date: '2026-08-10' + +notes: + # New + - note: Incognito Keyboard privacy setting disables Google keyboard from learning words + short_note: Incognito Keyboard privacy setting + pull_requests: [10975] + issues: [3855] + tag: new + - note: Thundermail interim screen when adding an account + short_note: Thundermail interim screen when adding account + pull_requests: [11138] + issues: [11102] + tag: new + + # Changed + - note: Selected sort option now shows an indicator in the sort menu + short_note: Selected sort option now shows indicator in sort menu + pull_requests: [11190] + issues: [11184] + tag: changed + + # Fixed + - note: Messages could scroll horizontally when content fit the screen + short_note: Messages could scroll horizontally when content fit screen + pull_requests: [11225] + issues: [11038] + tag: fixed + - note: Thread deletion confirmation incorrectly said only one message would be deleted + short_note: Thread deletion confirmation incorrectly said only one message would be deleted + pull_requests: [11193] + issues: [8223] + tag: fixed + - note: Notification actions were difficult to scroll and reorder on small screen + short_note: Notification actions difficult to scroll/reorder on small screen + pull_requests: [11212] + issues: [11191] + tag: fixed + - note: Show Headers collapsed multi-line email headers into a single line + short_note: Show Headers collapsed multi-line email headers into single line + pull_requests: [11003] + issues: [9452] + tag: fixed + - note: Notification previews displayed HTML entities and markup instead of clean text + pull_requests: [10919] + issues: [8471, 10256] + tag: fixed + - note: Select Image icon was hard to see in dark theme + pull_requests: [11227] + issues: [11202] + tag: fixed + - note: Printed message headers always used US date format instead of local format + pull_requests: [11129] + issues: [11109] + tag: fixed + - note: Splash screen truncated the Thunderbird name on small displays + pull_requests: [11203] + issues: [11172] + tag: fixed