Android companion app, sends commands from your Android device to your Mycroft system and returns the output as speech or other medium to the Android device.
Two files in the entire repository had CRLF line endings. I switched them over to LF, to match the rest of the repo. There were no other changes made to the files.
The strings.xml file had a couple of single-line comments instead of proper XML syntax, so I fixed them.
You can use this command to check for CRLF line endings: find . -not -type d -exec file "{}" ";" | grep CRLF
You can use this command to check for CRLF line endings:
find . -not -type d -exec file "{}" ";" | grep CRLF