unfoldingWord-dev / ts-requirements

Other
3 stars 2 forks source link

Android/desktop difference, USFM import #121

Open cckozie opened 8 years ago

cckozie commented 8 years ago

Desktop allows import of files with either a txt or usfm extension. Android only allows usfm extension. Android gives user feedback prior to importing the file, desktop does not. screenshot_2016-05-19-16-53-44

cckozie commented 8 years ago

If I import a USFM file that is missing the chapter 1 marker: On Android the import succeeds. There is extra text (project ID, toc, etc.) in chunk 1. Beginning with chunk 2 everything is fine. On desktop the import fails.

If I import a USFM file that is missing the chapter 2 marker: On Android the import succeeds. The chapter 2 text is added to the last chunk in chapter 1. The chapter 2 chunks are empty. On desktop the import succeeds. The chapter 2 text is in the chapter 1 chunks, the chapter 1 chunks are missing, and the chapter 2 chunks are empty.

cckozie commented 8 years ago

Android shows the /p markers, desktop does not.

cckozie commented 8 years ago

Desktop warns if the project to be imported already exists on the device, and gives the options to replace or cancel. Android does not give any such warning and merges the usfm project with the existing one.