2012-08-02 Santiago Munín <burning1@gmail.com>
* src/pandroid_event_viewer/pandorafms/Core.java: Changed timeout from 10 to 5 seconds. * res/layout/item_list_event_layout.xml: Increased drawablePadding of timestamp textview. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6839 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
b2fad9d913
commit
5cff76f76f
|
@ -1,3 +1,7 @@
|
|||
2012-08-02 Santiago Munín <burning1@gmail.com>
|
||||
* src/pandroid_event_viewer/pandorafms/Core.java: Changed timeout from 10 to 5 seconds.
|
||||
* res/layout/item_list_event_layout.xml: Increased drawablePadding of timestamp textview.
|
||||
|
||||
2012-08-01 Santiago Munín <burning1@gmail.com>
|
||||
* src/pandroid_event_viewer/pandorafms/Main.java: Changed some buttons.
|
||||
* res/layout/options.xml,
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="0"
|
||||
android:drawablePadding="5dp"
|
||||
android:drawablePadding="10dp"
|
||||
android:textColor="#000"
|
||||
android:textColorHighlight="#000"
|
||||
android:textSize="10sp" />
|
||||
|
|
|
@ -77,7 +77,7 @@ import android.widget.Toast;
|
|||
*/
|
||||
public class Core {
|
||||
private static String TAG = "Core";
|
||||
private static int CONNECTION_TIMEOUT = 10000;
|
||||
private static int CONNECTION_TIMEOUT = 5000;
|
||||
private static Map<String, Bitmap> imgCache = new HashMap<String, Bitmap>();
|
||||
// Don't use this variable, just call getSocketFactory
|
||||
private static SSLSocketFactory sslSocketFactory;
|
||||
|
|
Loading…
Reference in New Issue