Page MenuHomePhabricator

Missing TTS icon in the playstore production release but it is working in local debugging
Closed, ResolvedPublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

  • Download a book and click start reading.
  • When the book opens, tap the screen fo the menu to appear.
  • You'll see search, menu and bookmark icon.

What happens?: For the playstore release, The TTS icon (headphone) is missing but if you are running the application in android studio, its there and it works ok.

What should have happened instead?: The TTS icon (headphone) should be among the list of menus for the ones that support TTS and when you click on the icon, TTS should start.

Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):

Other information (browser name/version, screenshots, etc.):

Event Timeline

Hi @Saiphani02 @Bodhisattwa,

I have added the classes and subpackages within org.cis_india.wsreader.reader.tts to proguard_rules.pro. This resolves this issue where the Text-to-Speech (TTS) icon is missing as Proguard was tampering during the release build.

I have opend a PR, please check it out.
https://github.com/cis-india/Wikisource-Reader/pull/60

Reedy renamed this task from Missing TTS icon in the playstore production release but it is working in local debugging to Missing TTS icon in the playstore production release but it is working in local debugging.Dec 8 2025, 7:17 PM