Hello,
I am running the 'ImproveMyCity-Mobile' version 2.8.3. All tabs except the list tab are running. The list tab runs only when there is no issue containing pictures. If I upload an issue containing pictures, on opening the list tab I get the following error:
java.lang.NullPointerException: Attempt to invoke virtual method 'int android.graphics.Bitmap.getWidth()' on a null object reference
So basically I am able to upload pictures but am not able to download it.
Following changes made in Constant_Api.java :
public static String COM_Protocol = "http://";
public static String COM_Protocol_S = "http://";
public static String ServerSTR = "192.168.0.4/joomla/";
public static String phpExec = "mm/";
public static String remoteImages = "mm/";
public static String EncKey = "1234567890123456";