diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 1694e2e2..bb1cfa0f 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,11 +1,11 @@ + package="info.xuluan.podcastj" + android:versionName="1.1.0.101" + android:versionCode="101"> - @@ -18,7 +18,8 @@ android:normalScreens="true" android:smallScreens="true" android:anyDensity="true" /> - + @@ -43,13 +44,13 @@ - - + - + + diff --git a/COPYRIGHT b/COPYRIGHT index 56a893b2..505cbc4f 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,7 +1,7 @@ -April 21, 2012 +September 4, 2012 The following copyright notice applies to all files in this distribution -except as noted in individual files. +except as noted below or in individual files. Copyright (c) 2012 Xuluan @@ -20,3 +20,7 @@ except as noted in individual files. See the file LICENSE for the GNU GPL, version 2. +---------- + +The small icons in the misc/icons folder were created by me, Jim McBeath, +and are hereby placed into the public domain. diff --git a/res/layout/add_a_channel.xml b/res/layout/add_a_channel.xml index f6e21cee..44ab69c5 100644 --- a/res/layout/add_a_channel.xml +++ b/res/layout/add_a_channel.xml @@ -60,7 +60,7 @@ diff --git a/res/layout/channel_details.xml b/res/layout/channel_details.xml index 20b391a8..3b134ee8 100644 --- a/res/layout/channel_details.xml +++ b/res/layout/channel_details.xml @@ -5,15 +5,15 @@ android:layout_height="fill_parent" > - + @@ -70,11 +70,11 @@ android:id="@+id/last_item_updated_view" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginBottom="5px" + android:layout_marginBottom="5dp" android:layout_weight="1" android:background="@drawable/lighter_gray" android:gravity="right" - android:paddingRight="10px" + android:paddingRight="10dp" android:textColor="@drawable/black" android:textSize="12sp"/> @@ -90,19 +90,26 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1" - android:background="@drawable/lighter_gray" android:gravity="left" android:textColor="@drawable/black" android:textSize="12sp" android:layout_marginBottom="5px" android:paddingRight="10px" android:text="fail count"/> + android:background="@drawable/lighter_gray" + android:gravity="left" + android:textColor="@drawable/black" + android:textSize="12sp" + android:layout_marginBottom="5dp" + android:paddingRight="10dp" + android:text="fail count"/> + android:textSize="12sp" + android:text="auto download"/> @@ -14,10 +14,10 @@ android:layout_alignParentLeft="true" android:layout_alignParentTop="true" android:layout_alignParentBottom="true" - android:layout_marginRight="5px" - android:layout_marginLeft="5px" + android:layout_marginRight="5dp" + android:layout_marginLeft="0dp" android:layout_gravity="center_vertical" - android:layout_width="24px" + android:layout_width="24dp" android:layout_height="fill_parent"/> diff --git a/res/layout/download.xml b/res/layout/download.xml index a788614d..1002becc 100644 --- a/res/layout/download.xml +++ b/res/layout/download.xml @@ -49,7 +49,7 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:background="@drawable/darker_gray" - android:layout_marginBottom="2px"> + android:layout_marginBottom="2dp"> diff --git a/res/layout/download_item.xml b/res/layout/download_item.xml index 6a6e979c..009af947 100644 --- a/res/layout/download_item.xml +++ b/res/layout/download_item.xml @@ -6,44 +6,44 @@ android:layout_width="fill_parent" android:layout_height="wrap_content"> - - + android:layout_marginRight="5dp" + android:orientation="vertical" > + android:layout_width="24dp" + android:layout_height="24dp"/> + android:layout_width="24dp" + android:layout_height="24dp"/> - + android:layout_marginRight="20dp" + android:orientation="vertical"> - - - - + android:layout_height="wrap_content"/> - - - - - + android:layout_weight="2"/> diff --git a/res/layout/list_item.xml b/res/layout/list_item.xml index 5c152c65..31cdb925 100644 --- a/res/layout/list_item.xml +++ b/res/layout/list_item.xml @@ -8,9 +8,9 @@ android:layout_height="wrap_content"> @@ -19,33 +19,33 @@ android:layout_alignParentLeft="true" android:layout_alignParentTop="true" android:layout_alignParentBottom="true" - android:layout_marginRight="5px" - android:layout_marginLeft="0px" - android:layout_marginTop="0px" - android:layout_marginBottom="0px" + android:layout_marginRight="5dp" + android:layout_marginLeft="0dp" + android:layout_marginTop="0dp" + android:layout_marginBottom="0dp" android:layout_gravity="center_vertical" - android:layout_width="24px" - android:layout_height="24px"/> + android:layout_width="24dp" + android:layout_height="24dp"/> + android:layout_width="24dp" + android:layout_height="24dp"/> diff --git a/res/layout/read.xml b/res/layout/read.xml index b38048ff..42d99e3d 100644 --- a/res/layout/read.xml +++ b/res/layout/read.xml @@ -9,8 +9,8 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="horizontal" - android:paddingBottom="5px" - android:paddingTop="15px" > + android:paddingBottom="5dp" + android:paddingTop="15dp" >