jasminb / megastoragemanager

Android application providing sync and data management tools for mega cloud storage
5 stars 2 forks source link

Edititing of .txt file broken. #35

Open ja02 opened 9 years ago

ja02 commented 9 years ago
  1. Create file f1.txt in the cloud.
  2. Tap on the file name on the Cloud tab to select it and choose Edit from the menu.

Expected: File opens for edit in the system default app for .txt extension. Error: Toast No compatible application found to edit selected document type appears + the error message is not localized.

jasminb commented 9 years ago

Logic that checks if file is editable or not uses Android-provided mechanism for checking if there is an activity that can handle mime-type derived from file's extension. It could be that issue you are having is device specific since same case works on my phone (HTC M7).

As for localisation issue, you are correct, it is not localised.

ja02 commented 9 years ago

At the moment I have 6 apps on my mobile that can edit .txt. In version 2.1.0-test7 everything works as expected (just verified). In 2.2.0 I only get the toast.

ja02 commented 9 years ago

Same problem on an unrooted Samsung Galaxy Note with Android 4.1.2, with PolarisOffice and OfficeSuite Pro installed.