Naveen Singh

Results 976 comments of Naveen Singh

> Nevertheless jpeg xl viewer appears in the menu even in android 14 That app probably includes an explicit filter to handle JXL files.

Can you share your device info? > Can you also point me to the code that parses the OTP from the message? Fossify Messages doesn't yet do any parsing by...

It's not just ZIP files. It happens with all files due to forced refresh. I have been slowly migrating the apps to use a list adapter for this and better...

This also affects the yearly view which should be resolved by https://github.com/FossifyOrg/Calendar/issues/376. > Monthly and daily view Since there's already a scrolling view on this page, it should be fixed...

AVIF support was added in Android 12 so the platform doesn't recognize it as an image on older versions. It should be possible to fix this by explicitly handling `image/avif`...

Come to think of it, this should also be fixed for [JXL](https://github.com/FossifyOrg/Gallery/issues/3) and any other unsupported formats. The file manager should also specify the proper MIME type when launching a...

Assuming it's just a UI state issue, you'll need to need to notify the recording fragment when recording is stopped from the tile. (See how recorder service posts events using...

Attaching crash log for later: Click me ```kotlin FATAL EXCEPTION: main Process: org.fossify.clock, PID: 31924 java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=9994, result=-1, data=Intent { dat=content://media/... typ=audio/mpeg flg=0x1 }} to activity...

Just to clarify, are you seeing [this dialog](https://github.com/user-attachments/assets/e27be7e4-2fba-473a-a2b8-4b9e34215ba7) every time you open such a thread? If it's just the notice at the bottom of the screen then I don't see...

Hi! The ability to highlight/copy numbers has been requested: https://github.com/FossifyOrg/Messages/issues/15 > Copy&paste which is much quicker than the first method This is already possible but a bit manual, check out...