Commit ff29a3fc authored by Michael D Harkess's avatar Michael D Harkess
Browse files

Update UpdateEdits.md

parent 60599cfa
Loading
Loading
Loading
Loading
+11 −7
Original line number Diff line number Diff line
@@ -31,10 +31,14 @@
    - Putting Crawler and Checker/Corrector modules in the same directory. Doing this would result in unnecessary conflicts in git and since these two elements are not a part of each other and every crawled data can be address through the other directory we didn't implement it.

# Michael
- Accepted Feedback:
    - Added to INSTALL.md:
        - Added instructions to run Android App via Android Studio
    - Added a File Reader library to README 
- Added external library file for the Regex Parser
- Updated logic of Android App Checker to the latest version (in CheckerCorrector Folder)
- Fixed SQL library import in Android App (Binary of library is provided)
- Provided Zipped files of Android Studio Enviroment and modified Checker package
- Rejected Feedback:
    - n/a
- Other Changes:
    - Added external library file for the Regex Parser,as it was not compiling in the MakeFile
    - Added a File Reader library to README, as that was missing from the external libraries section.
    - Updated logic of Android App Checker to the latest version (in CheckerCorrector Folder) so that it represents a more up-to-date version of the implemented checker.
    - Fixed SQL library import in Android App (Binary of library is provided) as the SQL package used by the checker wasn't able to import successfully from a .jar. Putting the binary file of the SQL library in the app resolved this issue.
    - Provided Zipped files of Android Studio Enviroment and modified Checker package so that users can compile their own version of the app (with edits) in addition to seeing the modified version of the checker for Android app compatibility.