Swati Garg
Swati Garg
In the settings section, we only have 3 themes right now. Black, Dark, White Apart from this, also add an option for user to select primary and secondary for app....
### Steps Go to text to PDF Select a doc/docx file with images & headings ### Actual behaviour The converted PDF has all the text formatting removed and images are...
- Add UI testing to test the "Image to PDF" functionality. - [optional] use enhancement options too ###Reference https://developer.android.com/training/testing/ui-testing/espresso-testing
Add unit tests for various APIs in https://github.com/Swati4star/Images-to-PDF/tree/master/app/src/main/java/swati4star/createpdf/util Pick any one class and add unit tests for it.
1 ``` java.lang.RuntimeException: at android.os.AsyncTask$4.done (AsyncTask.java:399) at java.util.concurrent.FutureTask.finishCompletion (FutureTask.java:383) at java.util.concurrent.FutureTask.setException (FutureTask.java:252) at java.util.concurrent.FutureTask.run (FutureTask.java:271) at android.os.AsyncTask$SerialExecutor$1.run (AsyncTask.java:289) at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:641) at java.lang.Thread.run (Thread.java:919) Caused by: java.lang.IllegalStateException:...
Currently, code climate does not calculate test coverage. https://codeclimate.com/github/Swati4star/Images-to-PDF/code?sort=maintainability Ref: https://docs.codeclimate.com/docs/configuring-test-coverage
https://codeclimate.com/github/Swati4star/Images-to-PDF/app/src/main/java/swati4star/createpdf/fragment/ExceltoPdfFragment.java The file currently has rating of D. Bring it up to B or above.
Add unit tests for getRealPathFromURI_API19 API - https://github.com/Swati4star/Images-to-PDF/blob/7b04d1b482a3a9534d6f3cc91209bb743a662d8a/app/src/main/java/swati4star/createpdf/util/RealPathUtil.java#L34 with atleast 95% code coverage
I am having this issue: - I have added the photoeditorview inside a scroll view (https://github.com/Swati4star/Images-to-PDF/blob/4ddcad91a5f07fce036cb74c722395ed62cd568b/app/src/main/res/layout/activity_photo_editor.xml#L73), because otherwise the image was occupying the whole screen. - Now, when I use...