billthefarmer / editor

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

Document maximum large file size #230 #231

Closed clach04 closed 5 months ago

clach04 commented 5 months ago

Based on https://github.com/billthefarmer/editor/blob/89876eb516dab5518f59a17280c3b91cbb26cbe9/src/main/java/org/billthefarmer/editor/FileAdapter.java#L52

TOO_LARGE = 524288
billthefarmer commented 5 months ago

Thank you