Stypox / dicio-android

Dicio assistant app for Android
GNU General Public License v3.0
761 stars 69 forks source link

Dicio doesn't always start the microphone when launched as a digital assistant #114

Closed primesun closed 2 months ago

primesun commented 1 year ago

Steps to reproduce: 1) Launch Dicio as a digital assistant (e.g. by holding the Android home button) 2) The first time you do this, Dicio will start the microphone normally and listen. Press home to minimize the app. 3) Launch Dicio again as a digital assistant (e.g. by holding the Android home button). This time Dicio will open but will not start the microphone.

It seems that when launching Dicio directly, by tapping the app's icon, it will always start the microphone. So the issue is specific to when it is launched as an Android digital assistant.

Stypox commented 1 year ago

This should be solvable by just handling intents properly in MainActivity. Thanks for opening an issue ;-)

Stypox commented 2 months ago

Thanks for reporting! Should be fixed in the latest release (1.0).