github wireapp/wire-android v4.27.0

3 hours ago

2026-06-03

Chores
  • add release notes for version 4.27.0 (5f1eb87)
  • update test folder (WPB-25821) (#4859) (e1fb3ad)
  • more generic event for user admin promotion (WPB-25283) (#4830) (f97939a)
  • Bump dependency versions in libs.versions.toml (9341b52)
  • align kalium to develop (f1c452f)
  • Update create-pull-request action to version 8 (8864dea)
  • update kalium (1ca19f7)
  • adjust gradle.properties with suggested by platform (da7dc1b)
  • update AVS to 10.3.23 [WPB-25715] - kalium ref (f2b438b)
  • Update base image to Eclipse Temurin 21 JDK for fdroid (361c7df)
  • retroactive update of release notes 4.26.0 (e9b29a1)
  • retroactive update of release notes 4.26.0 (3dff1ff)
  • use jdk 21 for android and kalium builds [WPB-25756] (#4832) (b189b69)
  • update GitHub Actions to use repository context for label management (8d2b084)
  • bump 4.27.0 (ef8b52a)
  • l10n:
    • update localization strings via Crowdin (WPB-9776) (#4833) (e67846d)
    • update localization strings via Crowdin (WPB-9776) (#4828) (a0e973d)
    • update localization strings via Crowdin (WPB-9776) (#4818) (7b5ca7e)
    • update localization strings via Crowdin (WPB-9776) (#4798) (05e5ac9)
    • update localization strings via Crowdin (WPB-9776) (#4798) (e32ba54)
  • perf:
    • refresh baseline and startup profiles (WPB-8645) (#4864) (3f06238)
    • refresh baseline and startup profiles (WPB-8645) (#4848) (7fc002a)
  • benchmark:
    • apply baseline profile plugin and generate new baseline (WPB-24725) (WPB-24727) (#4824) (a61caa0)
    • convert benchmark module to test producer (WPB-24729) (#4821) (6a3dd07)
  • deps:
    • [WPB-9777] bump codecov/codecov-action from 6.0.0 to 6.0.1 (#4841) (282a97e)
    • [WPB-9777] bump kotlin from 2.3.10 to 2.3.20 (#4817) (98d649f)
    • [WPB-9777] bump resaca from 5.0.1 to 5.0.2 (#4844) (5ace0c6)
    • [WPB-9777] bump androidx.test:core from 1.6.1 to 1.7.0 (#4814) (21aa628)
    • [WPB-9777] bump screenshot from 0.0.1-alpha13 to 0.0.1-alpha14 (#4813) (e5c2662)
    • [WPB-9777] bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.10.0 to 1.11.0 (#4815) (330518e)
    • [WPB-9777] bump codecov/codecov-action from 5.5.2 to 6.0.0 (#4786) (5161443)
Continuous Integration
  • multi testcase selector(WPB-25800) (#4856) (67d8367)
  • fix token usage for gh release newer versions (ac27003)
  • fix token usage for gh release newer versions (bf37b1e)
  • integrate zizmor workflow security gate into Android CI (WPB-22420) (#4852) (951a019)
  • configure ci upgrade test flow (WPB-25526) (#4809) (882fdb0)
  • benchmark: benchmark generation worflow (WPB-24729) (#4835) (52395c4)
New Features
  • adminless feature flag (WPB-25275) (#4862) (22a17c0)
  • add report misuse button to settings and connection requests - WPB-25828 (#4860) (76d6bf2)
  • add debug CRL refresh controls [WPB-24945] (#4839) (d7e2257)
  • add GetSelfTeamIdUseCase to retrieve current user's team ID from cache [WPB-25803] (#4847) (ee94683)
  • update ConversationCryptoStats to include new status metrics and improve filtering logic (d27e087)
  • promote user admin (WPB-25279) (#4831) (5ffab9e)
  • implement SyncServicesUseCase to sync services from backend and update ObserveAllServicesUseCase to avoid network calls [WPB-25762] (#4750) (985c4cd)
  • show admin promotion message (WPB-25283) (#4825) (089b4a5)
  • UI for promoting next user to admin role (WPB-25278) (#4819) (9bbf44c)
  • check admin leave conditions (WPB-25277) (#4812) (0bb1fbf)
  • disable team-wide app lock when using nomad - WPB-25543 (e1bcf7c)
  • add connecton requests warning WPB-25483 (#4799) (90e9107)
  • add connecton requests warning WPB-25483 (#4799) (ba0d92e)
Bug Fixes
  • wait for E2EI enrollment finalization before sync [WPB-25837] (#4867) (b5fa2c6)
  • improve keyboard navigation in search conversations [WPB-14778] (#4837) (c1b6eea)
  • start foreground CallService crashes [WPB-24829][WPB-24840] (#4820) (bd01dfc)
  • focus order in user profile screen (WPB-14780) (#4836) (dcec167)
  • adjust logging (3f5a643)
  • conversation list reloading and scrolling when navigating back [WPB-25642] (#4845) (4a0dc07)
  • update fallback URL for maps location coordinates (72e8d99)
  • adjust logging (3ee6f26)
  • conversation list reloading and scrolling when navigating back [WPB-25642] (#4845) (33ddcd8)
  • update fallback URL for maps location coordinates (1a91212)
  • Apps shown as disabled in group conversation details (WPB-25306) (#4804) (a672d8c)
  • changes to the call participants list to match all the other requirements [WPB-1057] (#4823) (12ab245)
  • changes to the call participants list to match all the other requirements [WPB-1057] (#4823) (3afba09)
  • improve import screen loading time (WPB-23997) (#4800) (7f9d018)
  • video asset preview and size (WPB-24809) (#4803) (9db09d7)
  • incorrect missed call for outgoing calls [WPB-24461] (#4805) (ee482be)
  • update avatar semantics to also keep testTags [WPB-14812] (#4802) (b98a7e2)
  • update locator (WPB-25485) (#4801) (b13b597)
  • show asset download state (WPB-24780) (#4793) (459c6d2)
Tests
  • create channel convo (WPB-25729) (#4858) (b9f67ff)
  • group interaction critical flow test (WPB-25603) (#4826) (b4ed046)
  • add upgrade critical flow test (WPB-25340) (#4810) (dea2d17)

Don't miss a new wire-android release

NewReleases is sending notifications on new releases.