Opening *.note file results in unparsed raw xml code and the uuid as title
Bug #1074661 reported by
Stefan Hammer
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Tomdroid |
Fix Released
|
Medium
|
Unassigned | ||
Beta |
Fix Released
|
Medium
|
Unassigned |
Bug Description
*.txt files and *.note files should be handled differently
text files should be imported without parsing, just as text with the filename as title
note files should be parsed and title and conted formatted in the right way.
This distinction is not there at the moment.
Changed in tomdroid: | |
status: | New → Triaged |
Changed in tomdroid: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
They are handled differently (see Receive.java); I am not sure what the problem you are finding is, but at my end XML is properly parsed for .note files and .txt files are handled as plain text.