arxiv-mobile
arxiv-mobile copied to clipboard
App crash due to network exceptions
arXiv mobile 2.0.22 crash due to an unexpected network exceptions. This bug affects all Android versions.
If the network connection breaks at the getInfoFromXML() defined in SearchListWindow.java. Catch block cannot change the value of listText and it keeps null. And then we try to change the font. This will invoke the constructor of ArrayAdapter with null listText reference. And app comes to crash, immediately.