billthefarmer / editor

Android simple text editor
https://billthefarmer.github.io/editor
GNU General Public License v3.0
474 stars 85 forks source link

Associate with SRT file extension #223

Closed mayhair closed 7 months ago

mayhair commented 7 months ago

With this change, one can view and edit an SRT subtitle file directly from a file manager without having to rename the extension to TXT, and back again.

billthefarmer commented 7 months ago

RTFRM, see #222, #188, #60.

mayhair commented 7 months ago

Alright, I used the Intent Intercept app you mentioned in those issues. The MIME type is application/x-subrip.

Also, maybe I should have specified I'm using a third-party file manager (Material Files), rather than the built-in file picker.

mayhair commented 7 months ago

I guess this is a problem on Material Files' end. It will only show text editors if it sends a MIME type starting with text/, according to Intent Intercept.