diff --git a/.gitignore b/.gitignore index 5ebd21a1..6b4e9740 100644 --- a/.gitignore +++ b/.gitignore @@ -161,3 +161,5 @@ pip-log.txt # Mac crap .DS_Store +out/ +proguard_logs/ \ No newline at end of file diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 00000000..365420b1 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +Subsonic-Android \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 00000000..217af471 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,23 @@ + + + + + + diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml new file mode 100644 index 00000000..3572571a --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 00000000..e206d70d --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/.idea/libraries/android_support_v4.xml b/.idea/libraries/android_support_v4.xml new file mode 100644 index 00000000..0ea755c6 --- /dev/null +++ b/.idea/libraries/android_support_v4.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/android_support_v41.xml b/.idea/libraries/android_support_v41.xml new file mode 100644 index 00000000..de22a2de --- /dev/null +++ b/.idea/libraries/android_support_v41.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/android_support_v42.xml b/.idea/libraries/android_support_v42.xml new file mode 100644 index 00000000..0804d3aa --- /dev/null +++ b/.idea/libraries/android_support_v42.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/android_support_v4_r10.xml b/.idea/libraries/android_support_v4_r10.xml new file mode 100644 index 00000000..c9a7155e --- /dev/null +++ b/.idea/libraries/android_support_v4_r10.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 00000000..1c9e3220 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 00000000..1c3f4a81 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/.idea/scopes/scope_settings.xml b/.idea/scopes/scope_settings.xml new file mode 100644 index 00000000..922003b8 --- /dev/null +++ b/.idea/scopes/scope_settings.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..c80f2198 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 00000000..d5d07cad --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,815 @@ + + + + + + + + + android-17 + + + + + + Nexus 7 + @android:style/Theme.DeviceDefault + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + localhost + 5050 + + + + + + + + + + + + 1370584979416 + 1370584979416 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Android + + + + + + + + + + + + + + + 1.7 + + + + + + + + Android|Subsonic-Android + + + + + + + + Android 4.2.2 + + + + + + + + android-support-v4 + + + + + + + + + diff --git a/Android-PullToRefresh/library/src/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java b/Android-PullToRefresh/library/src/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java index cfff8371..4a144d0c 100644 --- a/Android-PullToRefresh/library/src/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java +++ b/Android-PullToRefresh/library/src/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java @@ -240,8 +240,6 @@ public abstract class PullToRefreshAdapterViewBase extend } } - ; - @Override protected void onPullToRefresh() { super.onPullToRefresh(); diff --git a/Android-PullToRefresh/library/src/com/handmark/pulltorefresh/library/PullToRefreshBase.java b/Android-PullToRefresh/library/src/com/handmark/pulltorefresh/library/PullToRefreshBase.java index 4b8adadb..4d45c633 100644 --- a/Android-PullToRefresh/library/src/com/handmark/pulltorefresh/library/PullToRefreshBase.java +++ b/Android-PullToRefresh/library/src/com/handmark/pulltorefresh/library/PullToRefreshBase.java @@ -1518,7 +1518,7 @@ public abstract class PullToRefreshBase extends LinearLayout imp } public static enum Orientation { - VERTICAL, HORIZONTAL; + VERTICAL, HORIZONTAL } public static enum State { diff --git a/Android-PullToRefresh/library/src/com/handmark/pulltorefresh/library/PullToRefreshHorizontalScrollView.java b/Android-PullToRefresh/library/src/com/handmark/pulltorefresh/library/PullToRefreshHorizontalScrollView.java index a70f7ad2..40a2a5b1 100644 --- a/Android-PullToRefresh/library/src/com/handmark/pulltorefresh/library/PullToRefreshHorizontalScrollView.java +++ b/Android-PullToRefresh/library/src/com/handmark/pulltorefresh/library/PullToRefreshHorizontalScrollView.java @@ -68,11 +68,8 @@ public class PullToRefreshHorizontalScrollView extends PullToRefreshBase= (scrollViewChild.getWidth() - getWidth()); - } - return false; - } + return null != scrollViewChild && mRefreshableView.getScrollX() >= (scrollViewChild.getWidth() - getWidth()); + } @TargetApi(9) final class InternalHorizontalScrollViewSDK9 extends HorizontalScrollView { diff --git a/Android-PullToRefresh/library/src/com/handmark/pulltorefresh/library/PullToRefreshScrollView.java b/Android-PullToRefresh/library/src/com/handmark/pulltorefresh/library/PullToRefreshScrollView.java index 3ae3627f..873577bb 100644 --- a/Android-PullToRefresh/library/src/com/handmark/pulltorefresh/library/PullToRefreshScrollView.java +++ b/Android-PullToRefresh/library/src/com/handmark/pulltorefresh/library/PullToRefreshScrollView.java @@ -67,11 +67,8 @@ public class PullToRefreshScrollView extends PullToRefreshBase { @Override protected boolean isReadyForPullEnd() { View scrollViewChild = mRefreshableView.getChildAt(0); - if (null != scrollViewChild) { - return mRefreshableView.getScrollY() >= (scrollViewChild.getHeight() - getHeight()); - } - return false; - } + return null != scrollViewChild && mRefreshableView.getScrollY() >= (scrollViewChild.getHeight() - getHeight()); + } @TargetApi(9) final class InternalScrollViewSDK9 extends ScrollView { diff --git a/Android-PullToRefresh/library/src/com/handmark/pulltorefresh/library/extras/SoundPullEventListener.java b/Android-PullToRefresh/library/src/com/handmark/pulltorefresh/library/extras/SoundPullEventListener.java index a7aac306..1574f25e 100644 --- a/Android-PullToRefresh/library/src/com/handmark/pulltorefresh/library/extras/SoundPullEventListener.java +++ b/Android-PullToRefresh/library/src/com/handmark/pulltorefresh/library/extras/SoundPullEventListener.java @@ -46,7 +46,7 @@ public class SoundPullEventListener implements PullToRefreshBase public final void onPullEvent(PullToRefreshBase refreshView, State event, Mode direction) { Integer soundResIdObj = mSoundMap.get(event); if (null != soundResIdObj) { - playSound(soundResIdObj.intValue()); + playSound(soundResIdObj); } } diff --git a/Android-PullToRefresh/library/src/com/handmark/pulltorefresh/library/internal/LoadingLayout.java b/Android-PullToRefresh/library/src/com/handmark/pulltorefresh/library/internal/LoadingLayout.java index 9c12586d..53423790 100644 --- a/Android-PullToRefresh/library/src/com/handmark/pulltorefresh/library/internal/LoadingLayout.java +++ b/Android-PullToRefresh/library/src/com/handmark/pulltorefresh/library/internal/LoadingLayout.java @@ -181,15 +181,21 @@ public abstract class LoadingLayout extends FrameLayout implements ILoadingLayou } public final void setHeight(int height) { - ViewGroup.LayoutParams lp = (ViewGroup.LayoutParams) getLayoutParams(); - lp.height = height; - requestLayout(); + ViewGroup.LayoutParams lp = getLayoutParams(); + + if (lp != null) { + lp.height = height; + requestLayout(); + } } public final void setWidth(int width) { - ViewGroup.LayoutParams lp = (ViewGroup.LayoutParams) getLayoutParams(); - lp.width = width; - requestLayout(); + ViewGroup.LayoutParams lp = getLayoutParams(); + + if (lp != null) { + lp.width = width; + requestLayout(); + } } public final int getContentSize() { diff --git a/Subsonic-Android.iml b/Subsonic-Android.iml new file mode 100644 index 00000000..150c41cd --- /dev/null +++ b/Subsonic-Android.iml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/html/en/index.html b/assets/html/en/index.html index 0a7306de..90ce08e1 100644 --- a/assets/html/en/index.html +++ b/assets/html/en/index.html @@ -33,7 +33,7 @@
- +
diff --git a/gen/com/handmark/pulltorefresh/library/R.java b/gen/com/handmark/pulltorefresh/library/R.java deleted file mode 100644 index 4a375208..00000000 --- a/gen/com/handmark/pulltorefresh/library/R.java +++ /dev/null @@ -1,104 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * aapt tool from the resource data it found. It - * should not be modified by hand. - */ -package com.handmark.pulltorefresh.library; - -public final class R { - public static final class anim { - public static final int slide_in_from_bottom = 0x7f040004; - public static final int slide_in_from_top = 0x7f040005; - public static final int slide_out_to_bottom = 0x7f040006; - public static final int slide_out_to_top = 0x7f040007; - } - public static final class attr { - public static final int ptrAdapterViewBackground = 0x7f010010; - public static final int ptrAnimationStyle = 0x7f01000c; - public static final int ptrDrawable = 0x7f010006; - public static final int ptrDrawableBottom = 0x7f010012; - public static final int ptrDrawableEnd = 0x7f010008; - public static final int ptrDrawableStart = 0x7f010007; - public static final int ptrDrawableTop = 0x7f010011; - public static final int ptrHeaderBackground = 0x7f010001; - public static final int ptrHeaderSubTextColor = 0x7f010003; - public static final int ptrHeaderTextAppearance = 0x7f01000a; - public static final int ptrHeaderTextColor = 0x7f010002; - public static final int ptrListViewExtrasEnabled = 0x7f01000e; - public static final int ptrMode = 0x7f010004; - public static final int ptrOverScroll = 0x7f010009; - public static final int ptrRefreshableViewBackground = 0x7f010000; - public static final int ptrRotateDrawableWhilePulling = 0x7f01000f; - public static final int ptrScrollingWhileRefreshingEnabled = 0x7f01000d; - public static final int ptrShowIndicator = 0x7f010005; - public static final int ptrSubHeaderTextAppearance = 0x7f01000b; - } - public static final class dimen { - public static final int header_footer_left_right_padding = 0x7f070003; - public static final int header_footer_top_bottom_padding = 0x7f070004; - public static final int indicator_corner_radius = 0x7f070001; - public static final int indicator_internal_padding = 0x7f070002; - public static final int indicator_right_padding = 0x7f070000; - } - public static final class drawable { - public static final int default_ptr_flip = 0x7f02000e; - public static final int default_ptr_rotate = 0x7f02000f; - public static final int indicator_arrow = 0x7f02004c; - public static final int indicator_bg_bottom = 0x7f02004d; - public static final int indicator_bg_top = 0x7f02004e; - } - public static final class id { - public static final int both = 0x7f060003; - public static final int disabled = 0x7f060000; - public static final int fl_inner = 0x7f060090; - public static final int flip = 0x7f060008; - public static final int gridview = 0x7f060009; - public static final int manualOnly = 0x7f060004; - public static final int pullDownFromTop = 0x7f060005; - public static final int pullFromEnd = 0x7f060002; - public static final int pullFromStart = 0x7f060001; - public static final int pullUpFromBottom = 0x7f060006; - public static final int pull_to_refresh_image = 0x7f060091; - public static final int pull_to_refresh_progress = 0x7f060092; - public static final int pull_to_refresh_sub_text = 0x7f060094; - public static final int pull_to_refresh_text = 0x7f060093; - public static final int rotate = 0x7f060007; - public static final int scrollview = 0x7f06000b; - public static final int webview = 0x7f06000a; - } - public static final class layout { - public static final int pull_to_refresh_header_horizontal = 0x7f030020; - public static final int pull_to_refresh_header_vertical = 0x7f030021; - } - public static final class string { - public static final int pull_to_refresh_from_bottom_pull_label = 0x7f080003; - public static final int pull_to_refresh_from_bottom_refreshing_label = 0x7f080005; - public static final int pull_to_refresh_from_bottom_release_label = 0x7f080004; - public static final int pull_to_refresh_pull_label = 0x7f080000; - public static final int pull_to_refresh_refreshing_label = 0x7f080002; - public static final int pull_to_refresh_release_label = 0x7f080001; - } - public static final class styleable { - public static final int[] PullToRefresh = { 0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012 }; - public static final int PullToRefresh_ptrAdapterViewBackground = 16; - public static final int PullToRefresh_ptrAnimationStyle = 12; - public static final int PullToRefresh_ptrDrawable = 6; - public static final int PullToRefresh_ptrDrawableBottom = 18; - public static final int PullToRefresh_ptrDrawableEnd = 8; - public static final int PullToRefresh_ptrDrawableStart = 7; - public static final int PullToRefresh_ptrDrawableTop = 17; - public static final int PullToRefresh_ptrHeaderBackground = 1; - public static final int PullToRefresh_ptrHeaderSubTextColor = 3; - public static final int PullToRefresh_ptrHeaderTextAppearance = 10; - public static final int PullToRefresh_ptrHeaderTextColor = 2; - public static final int PullToRefresh_ptrListViewExtrasEnabled = 14; - public static final int PullToRefresh_ptrMode = 4; - public static final int PullToRefresh_ptrOverScroll = 9; - public static final int PullToRefresh_ptrRefreshableViewBackground = 0; - public static final int PullToRefresh_ptrRotateDrawableWhilePulling = 15; - public static final int PullToRefresh_ptrScrollingWhileRefreshingEnabled = 13; - public static final int PullToRefresh_ptrShowIndicator = 5; - public static final int PullToRefresh_ptrSubHeaderTextAppearance = 11; - } -} diff --git a/gen/com/thejoshwa/ultrasonic/androidapp/BuildConfig.java b/gen/com/thejoshwa/ultrasonic/androidapp/BuildConfig.java index b642bd0d..7cc10f7c 100644 --- a/gen/com/thejoshwa/ultrasonic/androidapp/BuildConfig.java +++ b/gen/com/thejoshwa/ultrasonic/androidapp/BuildConfig.java @@ -1,3 +1,5 @@ +/*___Generated_by_IDEA___*/ + /** Automatically generated file. DO NOT MODIFY */ package com.thejoshwa.ultrasonic.androidapp; diff --git a/gen/com/thejoshwa/ultrasonic/androidapp/Manifest.java b/gen/com/thejoshwa/ultrasonic/androidapp/Manifest.java new file mode 100644 index 00000000..50b43c1e --- /dev/null +++ b/gen/com/thejoshwa/ultrasonic/androidapp/Manifest.java @@ -0,0 +1,7 @@ +/*___Generated_by_IDEA___*/ + +package com.thejoshwa.ultrasonic.androidapp; + +/* This stub is only used by the IDE. It is NOT the Manifest class actually packed into the APK */ +public final class Manifest { +} \ No newline at end of file diff --git a/gen/com/thejoshwa/ultrasonic/androidapp/R.java b/gen/com/thejoshwa/ultrasonic/androidapp/R.java index fb52720e..138aeb0c 100644 --- a/gen/com/thejoshwa/ultrasonic/androidapp/R.java +++ b/gen/com/thejoshwa/ultrasonic/androidapp/R.java @@ -1,1832 +1,7 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * aapt tool from the resource data it found. It - * should not be modified by hand. - */ +/*___Generated_by_IDEA___*/ package com.thejoshwa.ultrasonic.androidapp; +/* This stub is only used by the IDE. It is NOT the R class actually packed into the APK */ public final class R { - public static final class anim { - public static final int push_down_in=0x7f040000; - public static final int push_down_out=0x7f040001; - public static final int push_up_in=0x7f040002; - public static final int push_up_out=0x7f040003; - public static final int slide_in_from_bottom=0x7f040004; - public static final int slide_in_from_top=0x7f040005; - public static final int slide_out_to_bottom=0x7f040006; - public static final int slide_out_to_top=0x7f040007; - } - public static final class array { - public static final int bufferLengthNames=0x7f0b000e; - public static final int bufferLengthValues=0x7f0b0008; - public static final int cacheSizeNames=0x7f0b0005; - public static final int cacheSizeValues=0x7f0b0004; - public static final int chatRefreshNames=0x7f0b000b; - public static final int chatRefreshValues=0x7f0b000a; - public static final int directoryCacheTimeNames=0x7f0b000d; - public static final int directoryCacheTimeValues=0x7f0b000c; - public static final int incrementTimeValues=0x7f0b0009; - public static final int maxBitrateNames=0x7f0b0007; - public static final int maxBitrateValues=0x7f0b0006; - public static final int networkTimeoutNames=0x7f0b0010; - public static final int networkTimeoutValues=0x7f0b000f; - public static final int preloadCountNames=0x7f0b0003; - public static final int preloadCountValues=0x7f0b0002; - public static final int searchNames=0x7f0b0012; - public static final int searchValues=0x7f0b0011; - public static final int themeNames=0x7f0b0001; - public static final int themeValues=0x7f0b0000; - public static final int videoPlayerNames=0x7f0b0014; - public static final int videoPlayerValues=0x7f0b0013; - } - public static final class attr { - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int about=0x7f010021; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int add_to_queue=0x7f010023; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int backward=0x7f010027; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int bookmark=0x7f010045; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int browse=0x7f010024; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int chat=0x7f010043; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int chat_send=0x7f010044; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int downloaded=0x7f010035; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int downloading=0x7f010036; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int exit=0x7f010025; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int forward=0x7f010026; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int help=0x7f010029; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int home=0x7f01002a; - /** Drawable used as indicator for the active view. -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int mdActiveIndicator=0x7f010017; - /** Whether the indicator should be animated between active views. -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int mdAllowIndicatorAnimation=0x7f01001d; - /** Drawable to use for the background of the content. -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int mdContentBackground=0x7f010014; - /** Drawable used for the drop shadow. -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int mdDropShadow=0x7f01001b; - /** The color of the drop shadow. Default is #FF000000. -

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int mdDropShadowColor=0x7f01001a; - /** Defines whether the content will have a dropshadow onto the menu. Default is true. -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int mdDropShadowEnabled=0x7f010018; - /** The size of the drop shadow. Default is 6dp -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int mdDropShadowSize=0x7f010019; - /** The maximum animation duration -

Must be an integer value, such as "100". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int mdMaxAnimationDuration=0x7f01001e; - /** Drawable to use for the background of the menu. -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int mdMenuBackground=0x7f010015; - /** The size of the menu. -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int mdMenuSize=0x7f010016; - /** The touch bezel size. -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int mdTouchBezelSize=0x7f01001c; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int media_next=0x7f010038; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int media_pause=0x7f010039; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int media_play=0x7f01003e; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int media_play_next=0x7f01003f; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int media_play_small=0x7f010040; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int media_previous=0x7f010037; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int media_repeat_all=0x7f01003a; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int media_repeat_off=0x7f01003b; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int media_repeat_single=0x7f01003c; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int media_shuffle=0x7f01003d; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int media_stop=0x7f010041; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int media_toggle=0x7f010042; - /** Reference to a style for the menu drawer. -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int menuDrawerStyle=0x7f010013; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int pin=0x7f01002b; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int playlists=0x7f01002d; - /** BELOW HERE ARE DEPRECEATED. DO NOT USE. -

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". - */ - public static final int ptrAdapterViewBackground=0x7f010010; - /** Style of Animation should be used displayed when pulling. -

Must be one or more (separated by '|') of the following constant values.

- ---- - - -
ConstantValueDescription
rotate0x0
flip0x1
- */ - public static final int ptrAnimationStyle=0x7f01000c; - /** Drawable to use as Loading Indicator. Changes both Header and Footer. -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int ptrDrawable=0x7f010006; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int ptrDrawableBottom=0x7f010012; - /** Drawable to use as Loading Indicator in the Footer View. Overrides value set in ptrDrawable. -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int ptrDrawableEnd=0x7f010008; - /** Drawable to use as Loading Indicator in the Header View. Overrides value set in ptrDrawable. -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int ptrDrawableStart=0x7f010007; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int ptrDrawableTop=0x7f010011; - /** A drawable to use as the background of the Header and Footer Loading Views -

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". - */ - public static final int ptrHeaderBackground=0x7f010001; - /** Text Color of the Header and Footer Loading Views Sub Header -

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". - */ - public static final int ptrHeaderSubTextColor=0x7f010003; - /** Base text color, typeface, size, and style for Header and Footer Loading Views -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int ptrHeaderTextAppearance=0x7f01000a; - /** Text Color of the Header and Footer Loading Views -

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". - */ - public static final int ptrHeaderTextColor=0x7f010002; - /** - Whether PullToRefreshListView has it's extras enabled. This allows the user to be - able to scroll while refreshing, and behaves better. It acheives this by adding - Header and/or Footer Views to the ListView. - -

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a boolean value, either "true" or "false". - */ - public static final int ptrListViewExtrasEnabled=0x7f01000e; - /** Mode of Pull-to-Refresh that should be used -

Must be one or more (separated by '|') of the following constant values.

- ---- - - - - - - - -
ConstantValueDescription
disabled0x0
pullFromStart0x1
pullFromEnd0x2
both0x3
manualOnly0x4
pullDownFromTop0x1 These last two are depreacted
pullUpFromBottom0x2
- */ - public static final int ptrMode=0x7f010004; - /** Whether Android's built-in Over Scroll should be utilised for Pull-to-Refresh. -

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a boolean value, either "true" or "false". - */ - public static final int ptrOverScroll=0x7f010009; - /** A drawable to use as the background of the Refreshable View -

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". - */ - public static final int ptrRefreshableViewBackground=0x7f010000; - /** - Whether the Drawable should be continually rotated as you pull. This only - takes effect when using the 'Rotate' Animation Style. - -

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a boolean value, either "true" or "false". - */ - public static final int ptrRotateDrawableWhilePulling=0x7f01000f; - /** Whether the user can scroll while the View is Refreshing -

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a boolean value, either "true" or "false". - */ - public static final int ptrScrollingWhileRefreshingEnabled=0x7f01000d; - /** Whether the Indicator overlay(s) should be used -

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a boolean value, either "true" or "false". - */ - public static final int ptrShowIndicator=0x7f010005; - /** Base text color, typeface, size, and style for Header and Footer Loading Views Sub Header -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int ptrSubHeaderTextAppearance=0x7f01000b; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int remove_all=0x7f01002e; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int save=0x7f01002f; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int screen_on_off=0x7f010030; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int search=0x7f010031; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int select_all=0x7f010022; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int select_folder=0x7f010032; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int settings=0x7f010033; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int share=0x7f010034; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int star_full=0x7f010020; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int star_hollow=0x7f01001f; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int stop=0x7f010028; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int unpin=0x7f01002c; - } - public static final class color { - public static final int appwidget_text=0x7f090004; - public static final int black=0x7f09000a; - public static final int buttonoff=0x7f090007; - public static final int buttonon=0x7f090008; - public static final int cyan=0x7f09000d; - public static final int dividerColor=0x7f090003; - public static final int grey=0x7f09000c; - public static final int ics_opaque=0x7f09000e; - /** The default background of the menu. - */ - public static final int md__defaultBackground=0x7f090000; - public static final int md__transparent=0x7f09000f; - public static final int mediaControlBackground=0x7f090001; - public static final int mediaControlForeground=0x7f090002; - public static final int notificationArtist=0x7f090005; - public static final int notificationTitle=0x7f090006; - public static final int opaque=0x7f090010; - public static final int translucent=0x7f090011; - public static final int transparent=0x7f09000b; - public static final int white=0x7f090009; - } - public static final class dimen { - public static final int header_footer_left_right_padding=0x7f070003; - public static final int header_footer_top_bottom_padding=0x7f070004; - public static final int indicator_corner_radius=0x7f070001; - public static final int indicator_internal_padding=0x7f070002; - public static final int indicator_right_padding=0x7f070000; - } - public static final class drawable { - public static final int action_bar_bg=0x7f020000; - public static final int album_art_background=0x7f020001; - public static final int appwidget_art_default=0x7f020002; - public static final int appwidget_bg=0x7f020003; - public static final int appwidget_dark_bg=0x7f020004; - public static final int appwidget_dark_bg_trans=0x7f020005; - public static final int bg_separator=0x7f020006; - public static final int bkgd_tile_black=0x7f020007; - public static final int border=0x7f020008; - public static final int btn_bg=0x7f020009; - public static final int btn_check_buttonless_off=0x7f02000a; - public static final int btn_check_buttonless_on=0x7f02000b; - public static final int btn_check_custom=0x7f02000c; - public static final int buttonbar_selector=0x7f02000d; - public static final int default_ptr_flip=0x7f02000e; - public static final int default_ptr_rotate=0x7f02000f; - public static final int drop_shadow=0x7f020010; - public static final int ic_appwidget_music_next=0x7f020011; - public static final int ic_appwidget_music_pause=0x7f020012; - public static final int ic_appwidget_music_play=0x7f020013; - public static final int ic_appwidget_music_previous=0x7f020014; - public static final int ic_launcher=0x7f020015; - public static final int ic_menu_about_dark=0x7f020016; - public static final int ic_menu_about_light=0x7f020017; - public static final int ic_menu_add_to_queue_dark=0x7f020018; - public static final int ic_menu_add_to_queue_light=0x7f020019; - public static final int ic_menu_backward_dark=0x7f02001a; - public static final int ic_menu_backward_light=0x7f02001b; - public static final int ic_menu_bookmark_dark=0x7f02001c; - public static final int ic_menu_bookmark_light=0x7f02001d; - public static final int ic_menu_browse_dark=0x7f02001e; - public static final int ic_menu_browse_light=0x7f02001f; - public static final int ic_menu_chat_dark=0x7f020020; - public static final int ic_menu_chat_light=0x7f020021; - public static final int ic_menu_chat_send_dark=0x7f020022; - public static final int ic_menu_chat_send_light=0x7f020023; - public static final int ic_menu_exit_dark=0x7f020024; - public static final int ic_menu_exit_light=0x7f020025; - public static final int ic_menu_forward_dark=0x7f020026; - public static final int ic_menu_forward_light=0x7f020027; - public static final int ic_menu_help_dark=0x7f020028; - public static final int ic_menu_help_light=0x7f020029; - public static final int ic_menu_home_dark=0x7f02002a; - public static final int ic_menu_home_light=0x7f02002b; - public static final int ic_menu_pin=0x7f02002c; - public static final int ic_menu_playlists_dark=0x7f02002d; - public static final int ic_menu_playlists_light=0x7f02002e; - public static final int ic_menu_remove_all_dark=0x7f02002f; - public static final int ic_menu_remove_all_light=0x7f020030; - public static final int ic_menu_save_dark=0x7f020031; - public static final int ic_menu_save_light=0x7f020032; - public static final int ic_menu_screen_on_off_dark=0x7f020033; - public static final int ic_menu_screen_on_off_light=0x7f020034; - public static final int ic_menu_search_dark=0x7f020035; - public static final int ic_menu_search_light=0x7f020036; - public static final int ic_menu_select_all_dark=0x7f020037; - public static final int ic_menu_select_all_light=0x7f020038; - public static final int ic_menu_select_folder_dark=0x7f020039; - public static final int ic_menu_select_folder_light=0x7f02003a; - public static final int ic_menu_settings_dark=0x7f02003b; - public static final int ic_menu_settings_light=0x7f02003c; - public static final int ic_menu_share_dark=0x7f02003d; - public static final int ic_menu_share_light=0x7f02003e; - public static final int ic_menu_unpin_dark=0x7f02003f; - public static final int ic_menu_unpin_light=0x7f020040; - public static final int ic_star_full_dark=0x7f020041; - public static final int ic_star_full_light=0x7f020042; - public static final int ic_star_hollow_dark=0x7f020043; - public static final int ic_star_hollow_light=0x7f020044; - public static final int ic_stat_downloaded_dark=0x7f020045; - public static final int ic_stat_downloaded_light=0x7f020046; - public static final int ic_stat_downloading_dark=0x7f020047; - public static final int ic_stat_downloading_light=0x7f020048; - public static final int ic_stat_play_dark=0x7f020049; - public static final int ic_stat_play_light=0x7f02004a; - public static final int ic_stat_ultrasonic=0x7f02004b; - public static final int indicator_arrow=0x7f02004c; - public static final int indicator_bg_bottom=0x7f02004d; - public static final int indicator_bg_top=0x7f02004e; - public static final int list_background=0x7f02004f; - public static final int list_focused_holo=0x7f020050; - public static final int list_longpressed_holo=0x7f020051; - public static final int list_pressed_holo_dark=0x7f020052; - public static final int list_pressed_holo_light=0x7f020053; - public static final int list_selector_background_transition_holo_dark=0x7f020054; - public static final int list_selector_background_transition_holo_light=0x7f020055; - public static final int list_selector_disabled_holo_dark=0x7f020056; - public static final int list_selector_disabled_holo_light=0x7f020057; - public static final int list_selector_holo_dark=0x7f020058; - public static final int list_selector_holo_light=0x7f020059; - public static final int main_header_icon=0x7f02005a; - public static final int md__category_background=0x7f02005b; - public static final int md__list_focused_holo=0x7f02005c; - public static final int md__list_longpressed_holo=0x7f02005d; - public static final int md__list_pressed_holo_dark=0x7f02005e; - public static final int md__list_selector_background_transition_holo_dark=0x7f02005f; - public static final int md__list_selector_disabled_holo_dark=0x7f020060; - public static final int md__list_selector_holo_dark=0x7f020061; - public static final int media_backward_normal=0x7f020062; - public static final int media_backward_normal_dark=0x7f020063; - public static final int media_backward_normal_light=0x7f020064; - public static final int media_forward_normal=0x7f020065; - public static final int media_forward_normal_dark=0x7f020066; - public static final int media_forward_normal_light=0x7f020067; - public static final int media_pause_normal=0x7f020068; - public static final int media_pause_normal_dark=0x7f020069; - public static final int media_pause_normal_light=0x7f02006a; - public static final int media_play_next=0x7f02006b; - public static final int media_play_next_dark=0x7f02006c; - public static final int media_play_next_light=0x7f02006d; - public static final int media_play_now_dark=0x7f02006e; - public static final int media_play_now_light=0x7f02006f; - public static final int media_repeat_all=0x7f020070; - public static final int media_repeat_off=0x7f020071; - public static final int media_repeat_off_dark=0x7f020072; - public static final int media_repeat_off_light=0x7f020073; - public static final int media_repeat_single=0x7f020074; - public static final int media_shuffle_normal=0x7f020075; - public static final int media_shuffle_normal_dark=0x7f020076; - public static final int media_shuffle_normal_light=0x7f020077; - public static final int media_start_normal=0x7f020078; - public static final int media_start_normal_dark=0x7f020079; - public static final int media_start_normal_light=0x7f02007a; - public static final int media_start_pressed=0x7f02007b; - public static final int media_stop_normal=0x7f02007c; - public static final int media_stop_normal_dark=0x7f02007d; - public static final int media_stop_normal_light=0x7f02007e; - public static final int media_toggle_list_normal=0x7f02007f; - public static final int media_toggle_list_normal_dark=0x7f020080; - public static final int media_toggle_list_normal_light=0x7f020081; - public static final int menu_arrow=0x7f020082; - public static final int menu_arrow_bottom=0x7f020083; - public static final int menu_arrow_right=0x7f020084; - public static final int menu_arrow_top=0x7f020085; - public static final int menubar_button_disabled=0x7f020086; - public static final int menubar_button_normal=0x7f020087; - public static final int notify_panel_notification_icon_bg=0x7f020088; - public static final int pinstripe_tile=0x7f020089; - public static final int preview=0x7f02008a; - public static final int preview_two=0x7f02008b; - public static final int progress_bg_holo_dark=0x7f02008c; - public static final int progress_horizontal_holo_dark=0x7f02008d; - public static final int progress_primary_holo_dark=0x7f02008e; - public static final int progress_secondary_holo_dark=0x7f02008f; - public static final int select_album_play_all=0x7f020090; - public static final int select_album_play_all_normal=0x7f020091; - public static final int select_album_play_all_pressed=0x7f020092; - public static final int status_bg=0x7f020093; - public static final int title_bar_shadow=0x7f020094; - public static final int unknown_album=0x7f020095; - public static final int unknown_album_large=0x7f020096; - } - public static final class id { - public static final int album=0x7f060028; - public static final int album_artist=0x7f06001e; - public static final int album_coverart=0x7f06001c; - public static final int album_menu_download=0x7f0600cd; - public static final int album_menu_pin=0x7f0600cb; - public static final int album_menu_play_last=0x7f0600ca; - public static final int album_menu_play_next=0x7f0600c9; - public static final int album_menu_play_now=0x7f0600c8; - public static final int album_menu_unpin=0x7f0600cc; - public static final int album_star=0x7f06001f; - public static final int album_title=0x7f06001d; - public static final int appwidget_coverart=0x7f060020; - public static final int appwidget_top=0x7f060022; - public static final int artist=0x7f060024; - public static final int artist_menu_download=0x7f0600d3; - public static final int artist_menu_pin=0x7f0600d1; - public static final int artist_menu_play_last=0x7f0600d0; - public static final int artist_menu_play_next=0x7f0600cf; - public static final int artist_menu_play_now=0x7f0600ce; - public static final int artist_menu_unpin=0x7f0600d2; - public static final int both=0x7f060003; - public static final int chat_edittext=0x7f06002a; - public static final int chat_entries=0x7f060029; - public static final int chat_message=0x7f06002f; - public static final int chat_message_layout=0x7f06002d; - public static final int chat_send=0x7f06002b; - public static final int chat_time=0x7f06002e; - public static final int chat_username=0x7f06002c; - public static final int control_next=0x7f060027; - public static final int control_play=0x7f060026; - public static final int control_previous=0x7f060025; - public static final int control_stop=0x7f060086; - public static final int disabled=0x7f060000; - public static final int download_album=0x7f06003e; - public static final int download_album_art_image=0x7f060034; - public static final int download_album_art_layout=0x7f060033; - public static final int download_artist=0x7f06003d; - public static final int download_bookmark=0x7f060040; - public static final int download_button_bar_flipper=0x7f060036; - public static final int download_control_layout=0x7f060030; - public static final int download_duration=0x7f06003b; - public static final int download_empty=0x7f060044; - public static final int download_equalizer=0x7f0600bf; - public static final int download_items=0x7f060038; - public static final int download_jukebox=0x7f0600c1; - public static final int download_list=0x7f060045; - public static final int download_next=0x7f060074; - public static final int download_pause=0x7f060072; - public static final int download_playlist_flipper=0x7f060032; - public static final int download_position=0x7f060039; - public static final int download_previous=0x7f060070; - public static final int download_progress_bar=0x7f060046; - public static final int download_remove_all=0x7f060041; - public static final int download_repeat=0x7f060075; - public static final int download_save_playlist=0x7f060042; - public static final int download_shuffle=0x7f06006f; - public static final int download_song_title=0x7f060037; - public static final int download_star=0x7f060043; - public static final int download_start=0x7f060071; - public static final int download_stop=0x7f060073; - public static final int download_toggle_list=0x7f06003f; - public static final int download_total_duration=0x7f06003c; - public static final int download_track=0x7f06003a; - public static final int download_visualizer=0x7f0600c0; - public static final int download_visualizer_view_layout=0x7f060035; - public static final int equalizer_bar=0x7f06004c; - public static final int equalizer_frequency=0x7f06004a; - public static final int equalizer_level=0x7f06004b; - public static final int equalizer_enabled=0x7f060047; - public static final int equalizer_layout=0x7f060048; - public static final int equalizer_preset=0x7f060049; - public static final int fl_inner=0x7f060090; - public static final int flip=0x7f060008; - public static final int get_playlist_comment=0x7f0600bb; - public static final int get_playlist_comment_label=0x7f0600ba; - public static final int get_playlist_name=0x7f0600b9; - public static final int get_playlist_name_label=0x7f0600b8; - public static final int get_playlist_public=0x7f0600bd; - public static final int get_playlist_public_label=0x7f0600bc; - public static final int gridview=0x7f060009; - public static final int help_back=0x7f06004e; - public static final int help_buttons=0x7f06004d; - public static final int help_contents=0x7f060051; - public static final int help_forward=0x7f060050; - public static final int help_stop=0x7f06004f; - public static final int jukebox_volume_progress_bar=0x7f060053; - public static final int linearLayout1=0x7f060021; - public static final int linearLayout2=0x7f060031; - public static final int lyrics_artist=0x7f060055; - public static final int lyrics_scrollview=0x7f060054; - public static final int lyrics_text=0x7f060057; - public static final int lyrics_title=0x7f060056; - public static final int main_select_server_1=0x7f06005b; - public static final int main_select_server_2=0x7f06005c; - public static final int main_albums=0x7f060064; - public static final int main_albums_alphaByArtist=0x7f06006c; - public static final int main_albums_alphaByName=0x7f06006b; - public static final int main_albums_button=0x7f06005f; - public static final int main_albums_frequent=0x7f060067; - public static final int main_albums_highest=0x7f060068; - public static final int main_albums_newest=0x7f060065; - public static final int main_albums_random=0x7f060069; - public static final int main_albums_recent=0x7f060066; - public static final int main_albums_starred=0x7f06006a; - public static final int main_artists_button=0x7f06005e; - public static final int main_dummy=0x7f060059; - public static final int main_genres_button=0x7f060060; - public static final int main_list=0x7f060058; - public static final int main_music=0x7f06005d; - public static final int main_select_server=0x7f06005a; - public static final int main_shuffle=0x7f0600be; - public static final int main_songs=0x7f060061; - public static final int main_songs_button=0x7f060062; - public static final int main_songs_starred=0x7f060063; - public static final int main_videos=0x7f06006e; - public static final int main_videos_title=0x7f06006d; - public static final int manualOnly=0x7f060004; - /** Used with View#setTag(int) to specify a position for the active view. - */ - public static final int mdActiveViewPosition=0x7f060011; - /** ID used when defining the content layout in XML. - */ - public static final int mdContent=0x7f06000c; - /** ID used when defining the menu layout in XML. - */ - public static final int mdMenu=0x7f06000d; - /** The ID of the content container. - */ - public static final int md__content=0x7f06000e; - /** The ID of the drawer. - */ - public static final int md__drawer=0x7f060010; - /** The ID of the menu container. - */ - public static final int md__menu=0x7f06000f; - public static final int menu_about=0x7f060081; - public static final int menu_album=0x7f060012; - public static final int menu_bookmarks=0x7f06007c; - public static final int menu_browse=0x7f060079; - public static final int menu_chat=0x7f06007d; - public static final int menu_common=0x7f06007f; - public static final int menu_exit=0x7f060082; - public static final int menu_home=0x7f060078; - public static final int menu_lyrics=0x7f0600c4; - public static final int menu_main=0x7f060076; - public static final int menu_navigation=0x7f060077; - public static final int menu_now_playing=0x7f06007e; - public static final int menu_playlists=0x7f06007b; - public static final int menu_remove=0x7f0600c5; - public static final int menu_screen_on_off=0x7f0600c2; - public static final int menu_search=0x7f06007a; - public static final int menu_settings=0x7f060080; - public static final int menu_show_album=0x7f0600c3; - public static final int menu_shuffle=0x7f0600c6; - public static final int notification_image=0x7f060084; - public static final int now_playing=0x7f060087; - public static final int now_playing_artist=0x7f06008b; - public static final int now_playing_control_play=0x7f06008c; - public static final int now_playing_image=0x7f060089; - public static final int now_playing_trackname=0x7f06008a; - public static final int now_playing_view=0x7f060088; - public static final int play_video_contents=0x7f06008d; - public static final int playlist_info=0x7f0600d4; - public static final int playlist_menu_delete=0x7f0600db; - public static final int playlist_menu_download=0x7f0600d9; - public static final int playlist_menu_pin=0x7f0600d7; - public static final int playlist_menu_play_now=0x7f0600d5; - public static final int playlist_menu_play_shuffled=0x7f0600d6; - public static final int playlist_menu_unpin=0x7f0600d8; - public static final int playlist_name=0x7f06008e; - public static final int playlist_update_info=0x7f0600da; - public static final int progress_message=0x7f06008f; - public static final int pullDownFromTop=0x7f060005; - public static final int pullFromEnd=0x7f060002; - public static final int pullFromStart=0x7f060001; - public static final int pullUpFromBottom=0x7f060006; - public static final int pull_to_refresh_image=0x7f060091; - public static final int pull_to_refresh_progress=0x7f060092; - public static final int pull_to_refresh_sub_text=0x7f060094; - public static final int pull_to_refresh_text=0x7f060093; - public static final int rotate=0x7f060007; - public static final int save_playlist_name=0x7f060096; - public static final int save_playlist_root=0x7f060095; - public static final int scrollview=0x7f06000b; - public static final int search_albums=0x7f06009a; - public static final int search_artists=0x7f060099; - public static final int search_list=0x7f060097; - public static final int search_more_albums=0x7f06009d; - public static final int search_more_artists=0x7f06009c; - public static final int search_more_songs=0x7f06009e; - public static final int search_search=0x7f060098; - public static final int search_songs=0x7f06009b; - public static final int select_album_art=0x7f0600a1; - public static final int select_album_artist=0x7f0600a3; - public static final int select_album_delete=0x7f06001a; - public static final int select_album_download=0x7f060019; - public static final int select_album_duration=0x7f0600a6; - public static final int select_album_empty=0x7f06009f; - public static final int select_album_entries=0x7f0600a0; - public static final int select_album_genre=0x7f0600a4; - public static final int select_album_more=0x7f06001b; - public static final int select_album_pin=0x7f060017; - public static final int select_album_play_all=0x7f0600c7; - public static final int select_album_play_last=0x7f060016; - public static final int select_album_play_next=0x7f060015; - public static final int select_album_play_now=0x7f060014; - public static final int select_album_select=0x7f060013; - public static final int select_album_song_count=0x7f0600a5; - public static final int select_album_title=0x7f0600a2; - public static final int select_album_unpin=0x7f060018; - public static final int select_artist_folder=0x7f0600a8; - public static final int select_artist_folder_1=0x7f0600a9; - public static final int select_artist_folder_2=0x7f0600aa; - public static final int select_artist_list=0x7f0600a7; - public static final int select_genre_empty=0x7f0600ab; - public static final int select_genre_list=0x7f0600ac; - public static final int select_playlist_empty=0x7f0600ad; - public static final int select_playlist_list=0x7f0600ae; - public static final int song_artist=0x7f0600b2; - public static final int song_check=0x7f0600b4; - public static final int song_duration=0x7f0600b3; - public static final int song_menu_download=0x7f0600e1; - public static final int song_menu_pin=0x7f0600df; - public static final int song_menu_play_last=0x7f0600de; - public static final int song_menu_play_next=0x7f0600dd; - public static final int song_menu_play_now=0x7f0600dc; - public static final int song_menu_unpin=0x7f0600e0; - public static final int song_star=0x7f0600b5; - public static final int song_status=0x7f0600b1; - public static final int song_title=0x7f0600b0; - public static final int song_track=0x7f0600af; - public static final int statusbar=0x7f060083; - public static final int tab_progress=0x7f0600b6; - public static final int tab_progress_message=0x7f0600b7; - public static final int title=0x7f060023; - public static final int toast_layout_root=0x7f060052; - public static final int trackname=0x7f060085; - public static final int webview=0x7f06000a; - } - public static final class integer { - public static final int config_activityDefaultDur=0x7f0c0001; - public static final int config_activityShortDur=0x7f0c0000; - } - public static final class layout { - public static final int album_buttons=0x7f030000; - public static final int album_list_item=0x7f030001; - public static final int appwidget4x1=0x7f030002; - public static final int appwidget4x2=0x7f030003; - public static final int appwidget4x3=0x7f030004; - public static final int appwidget4x4=0x7f030005; - public static final int artist_list_item=0x7f030006; - public static final int chat=0x7f030007; - public static final int chat_item=0x7f030008; - public static final int chat_item_reverse=0x7f030009; - public static final int download=0x7f03000a; - public static final int download_button_bar_flipper=0x7f03000b; - public static final int download_buttons=0x7f03000c; - public static final int download_playlist=0x7f03000d; - public static final int download_slider=0x7f03000e; - public static final int equalizer=0x7f03000f; - public static final int equalizer_bar=0x7f030010; - public static final int help=0x7f030011; - public static final int jukebox_volume=0x7f030012; - public static final int lyrics=0x7f030013; - public static final int main=0x7f030014; - public static final int main_buttons=0x7f030015; - public static final int media_buttons=0x7f030016; - public static final int menu_main=0x7f030017; - public static final int menu_row_category=0x7f030018; - public static final int menu_row_item=0x7f030019; - public static final int notification=0x7f03001a; - public static final int notification_large=0x7f03001b; - public static final int now_playing=0x7f03001c; - public static final int play_video=0x7f03001d; - public static final int playlist_list_item=0x7f03001e; - public static final int progress=0x7f03001f; - public static final int pull_to_refresh_header_horizontal=0x7f030020; - public static final int pull_to_refresh_header_vertical=0x7f030021; - public static final int save_playlist=0x7f030022; - public static final int search=0x7f030023; - public static final int search_buttons=0x7f030024; - public static final int select_album=0x7f030025; - public static final int select_album_header=0x7f030026; - public static final int select_artist=0x7f030027; - public static final int select_artist_header=0x7f030028; - public static final int select_genre=0x7f030029; - public static final int select_playlist=0x7f03002a; - public static final int song_details=0x7f03002b; - public static final int song_list_item=0x7f03002c; - public static final int tab_progress=0x7f03002d; - public static final int update_playlist=0x7f03002e; - public static final int video_details=0x7f03002f; - public static final int video_list_item=0x7f030030; - } - public static final class menu { - public static final int main=0x7f0e0000; - public static final int nowplaying=0x7f0e0001; - public static final int nowplaying_context=0x7f0e0002; - public static final int select_album=0x7f0e0003; - public static final int select_album_context=0x7f0e0004; - public static final int select_artist_context=0x7f0e0005; - public static final int select_playlist_context=0x7f0e0006; - public static final int select_playlist_context_offline=0x7f0e0007; - public static final int select_song_context=0x7f0e0008; - } - public static final class plurals { - public static final int select_album_donate_dialog_n_trial_days_left=0x7f0d0006; - public static final int select_album_n_songs=0x7f0d0000; - public static final int select_album_n_songs_added=0x7f0d0004; - public static final int select_album_n_songs_downloaded=0x7f0d0002; - public static final int select_album_n_songs_pinned=0x7f0d0001; - public static final int select_album_n_songs_play_next=0x7f0d0005; - public static final int select_album_n_songs_unpinned=0x7f0d0003; - } - public static final class string { - public static final int background_task_loading=0x7f080006; - public static final int background_task_network_error=0x7f080007; - public static final int background_task_no_network=0x7f080008; - public static final int background_task_not_found=0x7f080009; - public static final int background_task_parse_error=0x7f08000a; - public static final int background_task_wait=0x7f08000b; - public static final int button_bar_bookmarks=0x7f08000c; - public static final int button_bar_browse=0x7f08000d; - public static final int button_bar_chat=0x7f08000e; - public static final int button_bar_home=0x7f08000f; - public static final int button_bar_now_playing=0x7f080010; - public static final int button_bar_playlists=0x7f080011; - public static final int button_bar_search=0x7f080012; - public static final int chat_send_a_message=0x7f080013; - public static final int common_appname=0x7f080014; - public static final int common_cancel=0x7f080015; - public static final int common_comment=0x7f080016; - public static final int common_confirm=0x7f080017; - public static final int common_delete=0x7f080018; - public static final int common_download=0x7f080019; - public static final int common_info=0x7f08001a; - public static final int common_multiple_genres=0x7f08001b; - public static final int common_name=0x7f08001c; - public static final int common_ok=0x7f08001d; - public static final int common_pin=0x7f08001e; - public static final int common_play_last=0x7f08001f; - public static final int common_play_next=0x7f080020; - public static final int common_play_now=0x7f080021; - public static final int common_play_shuffled=0x7f080022; - public static final int common_public=0x7f080023; - public static final int common_save=0x7f080024; - public static final int common_show_artist=0x7f080025; - public static final int common_unpin=0x7f080026; - public static final int common_various_artists=0x7f080027; - public static final int delete_playlist=0x7f080028; - public static final int download_bookmark_removed=0x7f080029; - public static final int download_bookmark_set_at_position=0x7f08002a; - public static final int download_empty=0x7f08002b; - public static final int download_jukebox_not_authorized=0x7f08002c; - public static final int download_jukebox_off=0x7f08002d; - public static final int download_jukebox_offline=0x7f08002e; - public static final int download_jukebox_on=0x7f08002f; - public static final int download_jukebox_server_too_old=0x7f080030; - public static final int download_jukebox_volume=0x7f080031; - public static final int download_menu_equalizer=0x7f080032; - public static final int download_menu_jukebox_off=0x7f080033; - public static final int download_menu_jukebox_on=0x7f080034; - public static final int download_menu_lyrics=0x7f080035; - public static final int download_menu_remove=0x7f080036; - public static final int download_menu_remove_all=0x7f080037; - public static final int download_menu_save=0x7f080038; - public static final int download_menu_screen_off=0x7f080039; - public static final int download_menu_screen_on=0x7f08003a; - public static final int download_menu_show_album=0x7f08003b; - public static final int download_menu_shuffle=0x7f08003c; - public static final int download_menu_shuffle_notification=0x7f08003d; - public static final int download_menu_visualizer=0x7f08003e; - public static final int download_playerstate_buffering=0x7f08003f; - public static final int download_playerstate_downloading=0x7f080040; - public static final int download_playerstate_playing_shuffle=0x7f080041; - public static final int download_playlist_done=0x7f080042; - public static final int download_playlist_error=0x7f080043; - public static final int download_playlist_name=0x7f080044; - public static final int download_playlist_saving=0x7f080045; - public static final int download_playlist_title=0x7f080046; - public static final int download_repeat_all=0x7f080047; - public static final int download_repeat_off=0x7f080048; - public static final int download_repeat_single=0x7f080049; - public static final int download_visualizer_off=0x7f08004a; - public static final int download_visualizer_on=0x7f08004b; - public static final int equalizer_enabled=0x7f08004c; - public static final int equalizer_label=0x7f08004d; - public static final int equalizer_preset=0x7f08004e; - public static final int error_label=0x7f08004f; - public static final int help_back=0x7f080050; - public static final int help_close=0x7f080051; - public static final int help_label=0x7f080052; - public static final int help_loading=0x7f080053; - public static final int help_title=0x7f080054; - public static final int help_url=0x7f080055; - public static final int jukebox_is_default=0x7f080056; - public static final int lyrics_nomatch=0x7f080057; - public static final int main_albums_alphaByArtist=0x7f080058; - public static final int main_albums_alphaByName=0x7f080059; - public static final int main_albums_frequent=0x7f08005a; - public static final int main_albums_highest=0x7f08005b; - public static final int main_albums_newest=0x7f08005c; - public static final int main_albums_random=0x7f08005d; - public static final int main_albums_recent=0x7f08005e; - public static final int main_albums_starred=0x7f08005f; - public static final int main_albums_title=0x7f080060; - public static final int main_artists_title=0x7f080061; - public static final int main_genres_title=0x7f080062; - public static final int main_music=0x7f080063; - public static final int main_offline=0x7f080064; - public static final int main_select_all_genres=0x7f080065; - public static final int main_select_genre=0x7f080066; - public static final int main_select_server=0x7f080067; - public static final int main_settings=0x7f080068; - public static final int main_shuffle=0x7f080069; - public static final int main_songs_genre=0x7f08006a; - public static final int main_songs_random=0x7f08006b; - public static final int main_songs_starred=0x7f08006c; - public static final int main_songs_title=0x7f08006d; - public static final int main_videos=0x7f08006e; - public static final int main_welcome_text=0x7f08006f; - public static final int main_welcome_title=0x7f080070; - public static final int menu_about=0x7f080071; - public static final int menu_add_playlist=0x7f080072; - public static final int menu_common=0x7f080073; - public static final int menu_deleted_playlist=0x7f080074; - public static final int menu_deleted_playlist_error=0x7f080075; - public static final int menu_exit=0x7f080076; - public static final int menu_help=0x7f080077; - public static final int menu_navigation=0x7f080078; - public static final int menu_remove_playlist=0x7f080079; - public static final int menu_search=0x7f08007a; - public static final int menu_settings=0x7f08007b; - public static final int music_library_label=0x7f08007c; - public static final int music_library_label_offline=0x7f08007d; - public static final int music_service_retry=0x7f08007e; - public static final int parser_artist_count=0x7f08007f; - public static final int parser_not_authenticated=0x7f080080; - public static final int parser_not_authorized=0x7f080081; - public static final int parser_reading=0x7f080082; - public static final int parser_reading_done=0x7f080083; - public static final int parser_upgrade_client=0x7f080084; - public static final int parser_upgrade_server=0x7f080085; - public static final int playlist_label=0x7f080086; - public static final int playlist_update_info=0x7f080087; - public static final int playlist_updated_info=0x7f080088; - public static final int playlist_updated_info_error=0x7f080089; - public static final int playlist_error=0x7f08008a; - public static final int progress_wait=0x7f08008b; - /** Just use standard Pull Down String when pulling up. These can be set for languages which require it - Just use standard Pull Down String when pulling up. These can be set for languages which require it - */ - public static final int pull_to_refresh_from_bottom_pull_label=0x7f080003; - public static final int pull_to_refresh_from_bottom_refreshing_label=0x7f080005; - public static final int pull_to_refresh_from_bottom_release_label=0x7f080004; - public static final int pull_to_refresh_pull_label=0x7f080000; - public static final int pull_to_refresh_refreshing_label=0x7f080002; - public static final int pull_to_refresh_release_label=0x7f080001; - public static final int removed_playlist=0x7f08008c; - public static final int search_albums=0x7f08008d; - public static final int search_artists=0x7f08008e; - public static final int search_label=0x7f08008f; - public static final int search_more=0x7f080090; - public static final int search_no_match=0x7f080091; - public static final int search_search=0x7f080092; - public static final int search_songs=0x7f080093; - public static final int search_title=0x7f080094; - public static final int select_album_donate_dialog_0_trial_days_left=0x7f080095; - public static final int select_album_donate_dialog_later=0x7f080096; - public static final int select_album_donate_dialog_message=0x7f080097; - public static final int select_album_donate_dialog_now=0x7f080098; - public static final int select_album_empty=0x7f080099; - public static final int select_album_more=0x7f08009a; - public static final int select_album_n_selected=0x7f08009b; - public static final int select_album_n_unselected=0x7f08009c; - public static final int select_album_no_network=0x7f08009d; - public static final int select_album_no_sdcard=0x7f08009e; - public static final int select_album_not_licensed=0x7f08009f; - public static final int select_album_offline=0x7f0800a0; - public static final int select_album_play_all=0x7f0800a1; - public static final int select_album_searching=0x7f0800a2; - public static final int select_album_select=0x7f0800a3; - public static final int select_artist_all_folders=0x7f0800a4; - public static final int select_artist_empty=0x7f0800a5; - public static final int select_artist_folder=0x7f0800a6; - public static final int select_artist_refresh=0x7f0800a7; - public static final int select_genre_empty=0x7f0800a8; - public static final int select_playlist_empty=0x7f0800a9; - public static final int service_connecting=0x7f0800aa; - public static final int settings_appearance_title=0x7f0800ab; - public static final int settings_buffer_length=0x7f0800ac; - public static final int settings_buffer_length_0=0x7f0800ad; - public static final int settings_buffer_length_1=0x7f0800ae; - public static final int settings_buffer_length_10=0x7f0800af; - public static final int settings_buffer_length_12=0x7f0800b0; - public static final int settings_buffer_length_120=0x7f0800b1; - public static final int settings_buffer_length_15=0x7f0800b2; - public static final int settings_buffer_length_2=0x7f0800b3; - public static final int settings_buffer_length_20=0x7f0800b4; - public static final int settings_buffer_length_30=0x7f0800b5; - public static final int settings_buffer_length_5=0x7f0800b6; - public static final int settings_buffer_length_60=0x7f0800b7; - public static final int settings_buffer_length_8=0x7f0800b8; - public static final int settings_cache_location=0x7f0800b9; - public static final int settings_cache_location_error=0x7f0800ba; - public static final int settings_cache_size=0x7f0800bb; - public static final int settings_cache_size_100=0x7f0800bc; - public static final int settings_cache_size_1000=0x7f0800bd; - public static final int settings_cache_size_10000=0x7f0800be; - public static final int settings_cache_size_200=0x7f0800bf; - public static final int settings_cache_size_2000=0x7f0800c0; - public static final int settings_cache_size_20000=0x7f0800c1; - public static final int settings_cache_size_500=0x7f0800c2; - public static final int settings_cache_size_5000=0x7f0800c3; - public static final int settings_cache_size_unlimited=0x7f0800c4; - public static final int settings_cache_title=0x7f0800c5; - public static final int settings_chat_refresh=0x7f0800c6; - public static final int settings_clear_bookmark=0x7f0800c7; - public static final int settings_clear_bookmark_summary=0x7f0800c8; - public static final int settings_clear_playlist=0x7f0800c9; - public static final int settings_clear_playlist_summary=0x7f0800ca; - public static final int settings_clear_search_history=0x7f0800cb; - public static final int settings_connection_failure=0x7f0800cc; - public static final int settings_default_albums=0x7f0800cd; - public static final int settings_default_artists=0x7f0800ce; - public static final int settings_default_songs=0x7f0800cf; - public static final int settings_directory_cache_time=0x7f0800d0; - public static final int settings_directory_cache_time_0=0x7f0800d1; - public static final int settings_directory_cache_time_1=0x7f0800d2; - public static final int settings_directory_cache_time_10=0x7f0800d3; - public static final int settings_directory_cache_time_2=0x7f0800d4; - public static final int settings_directory_cache_time_30=0x7f0800d5; - public static final int settings_directory_cache_time_5=0x7f0800d6; - public static final int settings_directory_cache_time_60=0x7f0800d7; - public static final int settings_disc_sort=0x7f0800d8; - public static final int settings_disc_sort_summary=0x7f0800d9; - public static final int settings_display_bitrate=0x7f0800da; - public static final int settings_display_bitrate_summary=0x7f0800db; - public static final int settings_download_transition=0x7f0800dc; - public static final int settings_download_transition_summary=0x7f0800dd; - public static final int settings_gapless_playback=0x7f0800de; - public static final int settings_gapless_playback_summary=0x7f0800df; - public static final int settings_hide_media_summary=0x7f0800e0; - public static final int settings_hide_media_title=0x7f0800e1; - public static final int settings_hide_media_toast=0x7f0800e2; - public static final int settings_increment_time=0x7f0800e3; - public static final int settings_invalid_url=0x7f0800e4; - public static final int settings_invalid_username=0x7f0800e5; - public static final int settings_max_albums=0x7f0800e6; - public static final int settings_max_artists=0x7f0800e7; - public static final int settings_max_bitrate_112=0x7f0800e8; - public static final int settings_max_bitrate_128=0x7f0800e9; - public static final int settings_max_bitrate_160=0x7f0800ea; - public static final int settings_max_bitrate_192=0x7f0800eb; - public static final int settings_max_bitrate_256=0x7f0800ec; - public static final int settings_max_bitrate_32=0x7f0800ed; - public static final int settings_max_bitrate_320=0x7f0800ee; - public static final int settings_max_bitrate_64=0x7f0800ef; - public static final int settings_max_bitrate_80=0x7f0800f0; - public static final int settings_max_bitrate_96=0x7f0800f1; - public static final int settings_max_bitrate_mobile=0x7f0800f2; - public static final int settings_max_bitrate_unlimited=0x7f0800f3; - public static final int settings_max_bitrate_wifi=0x7f0800f4; - public static final int settings_max_songs=0x7f0800f5; - public static final int settings_media_button_summary=0x7f0800f6; - public static final int settings_media_button_title=0x7f0800f7; - public static final int settings_network_timeout=0x7f0800f8; - public static final int settings_network_timeout_105000=0x7f0800f9; - public static final int settings_network_timeout_120000=0x7f0800fa; - public static final int settings_network_timeout_15000=0x7f0800fb; - public static final int settings_network_timeout_30000=0x7f0800fc; - public static final int settings_network_timeout_45000=0x7f0800fd; - public static final int settings_network_timeout_60000=0x7f0800fe; - public static final int settings_network_timeout_75000=0x7f0800ff; - public static final int settings_network_timeout_90000=0x7f080100; - public static final int settings_network_title=0x7f080102; - public static final int settings_notifications_title=0x7f080101; - public static final int settings_other_title=0x7f080103; - public static final int settings_playback_control_title=0x7f080104; - public static final int settings_preload=0x7f080105; - public static final int settings_preload_1=0x7f080106; - public static final int settings_preload_10=0x7f080107; - public static final int settings_preload_2=0x7f080108; - public static final int settings_preload_3=0x7f080109; - public static final int settings_preload_5=0x7f08010a; - public static final int settings_preload_unlimited=0x7f08010b; - public static final int settings_screen_lit_summary=0x7f08010c; - public static final int settings_screen_lit_title=0x7f08010d; - public static final int settings_scrobble_summary=0x7f08010e; - public static final int settings_scrobble_title=0x7f08010f; - public static final int settings_search_1=0x7f080110; - public static final int settings_search_10=0x7f080111; - public static final int settings_search_100=0x7f080112; - public static final int settings_search_15=0x7f080113; - public static final int settings_search_20=0x7f080114; - public static final int settings_search_25=0x7f080115; - public static final int settings_search_250=0x7f080116; - public static final int settings_search_3=0x7f080117; - public static final int settings_search_30=0x7f080118; - public static final int settings_search_40=0x7f080119; - public static final int settings_search_5=0x7f08011a; - public static final int settings_search_50=0x7f08011b; - public static final int settings_search_500=0x7f08011c; - public static final int settings_search_75=0x7f08011d; - public static final int settings_search_history_cleared=0x7f08011e; - public static final int settings_search_title=0x7f08011f; - public static final int settings_send_bluetooth_album_art=0x7f080121; - public static final int settings_send_bluetooth_album_art_summary=0x7f080120; - public static final int settings_send_bluetooth_notification=0x7f080123; - public static final int settings_send_bluetooth_notification_summary=0x7f080122; - public static final int settings_server_add_server=0x7f080124; - public static final int settings_server_address=0x7f080125; - public static final int settings_server_name=0x7f080126; - public static final int settings_server_number=0x7f080127; - public static final int settings_server_password=0x7f080128; - public static final int settings_server_remove_server=0x7f080129; - public static final int settings_server_scaling_summary=0x7f08012a; - public static final int settings_server_scaling_title=0x7f08012b; - public static final int settings_server_unused=0x7f08012c; - public static final int settings_server_unused1=0x7f08012d; - public static final int settings_server_unused2=0x7f08012e; - public static final int settings_server_unused3=0x7f08012f; - public static final int settings_server_username=0x7f080130; - public static final int settings_servers_title=0x7f080131; - public static final int settings_show_lockscreen_controls=0x7f080132; - public static final int settings_show_lockscreen_controls_summary=0x7f080133; - public static final int settings_show_notification=0x7f080134; - public static final int settings_show_notification_always=0x7f080135; - public static final int settings_show_notification_always_summary=0x7f080136; - public static final int settings_show_notification_summary=0x7f080137; - public static final int settings_show_now_playing=0x7f080138; - public static final int settings_show_now_playing_summary=0x7f080139; - public static final int settings_show_track_number=0x7f08013a; - public static final int settings_show_track_number_summary=0x7f08013b; - public static final int settings_test_connection_title=0x7f08013c; - public static final int settings_testing_connection=0x7f08013d; - public static final int settings_testing_ok=0x7f08013e; - public static final int settings_testing_unlicensed=0x7f08013f; - public static final int settings_theme_dark=0x7f080140; - public static final int settings_theme_light=0x7f080141; - public static final int settings_theme_title=0x7f080142; - public static final int settings_title=0x7f080143; - public static final int settings_use_folder_for_album_artist=0x7f080144; - public static final int settings_use_folder_for_album_artist_summary=0x7f080145; - public static final int settings_use_id3=0x7f080146; - public static final int settings_use_id3_summary=0x7f080147; - public static final int settings_use_stream_proxy=0x7f080148; - public static final int settings_use_stream_proxy_summary=0x7f080149; - public static final int settings_video_player=0x7f08014b; - public static final int settings_video_title=0x7f08014a; - public static final int settings_wifi_required_summary=0x7f08014c; - public static final int settings_wifi_required_title=0x7f08014d; - public static final int shuffle_endYear=0x7f08014e; - public static final int shuffle_genre=0x7f08014f; - public static final int shuffle_startYear=0x7f080150; - public static final int song_details_all=0x7f080151; - public static final int song_details_kbps=0x7f080152; - public static final int updated_playlist=0x7f080153; - public static final int updated_playlist_error=0x7f080154; - public static final int util_bytes_format_byte=0x7f080155; - public static final int util_bytes_format_gigabyte=0x7f080156; - public static final int util_bytes_format_kilobyte=0x7f080157; - public static final int util_bytes_format_megabyte=0x7f080158; - public static final int util_no_time=0x7f080159; - public static final int util_zero_time=0x7f08015a; - public static final int video_get_mx_player_button=0x7f08015c; - public static final int video_get_mx_player_text=0x7f08015b; - public static final int widget_initial_text=0x7f08015d; - public static final int widget_sdcard_busy=0x7f08015e; - public static final int widget_sdcard_missing=0x7f08015f; - } - public static final class style { - public static final int MenuDrawer=0x7f0a0005; - public static final int MenuDrawer_Widget=0x7f0a0006; - public static final int MenuDrawer_Widget_Category=0x7f0a0007; - public static final int MenuDrawer_Widget_Title=0x7f0a0008; - public static final int UltraSonicTheme=0x7f0a0009; - public static final int UltraSonicTheme_Light=0x7f0a000a; - public static final int Widget=0x7f0a0000; - /** Base theme for the menu drawer. - */ - public static final int Widget_MenuDrawer=0x7f0a0001; - public static final int customprogress=0x7f0a0004; - public static final int listselect=0x7f0a0002; - public static final int listselectlight=0x7f0a0003; - } - public static final class xml { - public static final int appwidget_info_4x1=0x7f050000; - public static final int appwidget_info_4x2=0x7f050001; - public static final int appwidget_info_4x3=0x7f050002; - public static final int appwidget_info_4x4=0x7f050003; - public static final int searchable=0x7f050004; - public static final int settings=0x7f050005; - } - public static final class styleable { - /** Styleables used for styling the menu drawer. -

Includes the following attributes:

- - - - - - - - - - - - - - - -
AttributeDescription
{@link #MenuDrawer_mdActiveIndicator com.thejoshwa.ultrasonic.androidapp:mdActiveIndicator} Drawable used as indicator for the active view.
{@link #MenuDrawer_mdAllowIndicatorAnimation com.thejoshwa.ultrasonic.androidapp:mdAllowIndicatorAnimation} Whether the indicator should be animated between active views.
{@link #MenuDrawer_mdContentBackground com.thejoshwa.ultrasonic.androidapp:mdContentBackground} Drawable to use for the background of the content.
{@link #MenuDrawer_mdDropShadow com.thejoshwa.ultrasonic.androidapp:mdDropShadow} Drawable used for the drop shadow.
{@link #MenuDrawer_mdDropShadowColor com.thejoshwa.ultrasonic.androidapp:mdDropShadowColor} The color of the drop shadow.
{@link #MenuDrawer_mdDropShadowEnabled com.thejoshwa.ultrasonic.androidapp:mdDropShadowEnabled} Defines whether the content will have a dropshadow onto the menu.
{@link #MenuDrawer_mdDropShadowSize com.thejoshwa.ultrasonic.androidapp:mdDropShadowSize} The size of the drop shadow.
{@link #MenuDrawer_mdMaxAnimationDuration com.thejoshwa.ultrasonic.androidapp:mdMaxAnimationDuration} The maximum animation duration
{@link #MenuDrawer_mdMenuBackground com.thejoshwa.ultrasonic.androidapp:mdMenuBackground} Drawable to use for the background of the menu.
{@link #MenuDrawer_mdMenuSize com.thejoshwa.ultrasonic.androidapp:mdMenuSize} The size of the menu.
{@link #MenuDrawer_mdTouchBezelSize com.thejoshwa.ultrasonic.androidapp:mdTouchBezelSize} The touch bezel size.
- @see #MenuDrawer_mdActiveIndicator - @see #MenuDrawer_mdAllowIndicatorAnimation - @see #MenuDrawer_mdContentBackground - @see #MenuDrawer_mdDropShadow - @see #MenuDrawer_mdDropShadowColor - @see #MenuDrawer_mdDropShadowEnabled - @see #MenuDrawer_mdDropShadowSize - @see #MenuDrawer_mdMaxAnimationDuration - @see #MenuDrawer_mdMenuBackground - @see #MenuDrawer_mdMenuSize - @see #MenuDrawer_mdTouchBezelSize - */ - public static final int[] MenuDrawer = { - 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, - 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, - 0x7f01001c, 0x7f01001d, 0x7f01001e - }; - /** -

- @attr description - Drawable used as indicator for the active view. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

This is a private symbol. - @attr name android:mdActiveIndicator - */ - public static final int MenuDrawer_mdActiveIndicator = 3; - /** -

- @attr description - Whether the indicator should be animated between active views. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. -

This is a private symbol. - @attr name android:mdAllowIndicatorAnimation - */ - public static final int MenuDrawer_mdAllowIndicatorAnimation = 9; - /** -

- @attr description - Drawable to use for the background of the content. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

This is a private symbol. - @attr name android:mdContentBackground - */ - public static final int MenuDrawer_mdContentBackground = 0; - /** -

- @attr description - Drawable used for the drop shadow. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

This is a private symbol. - @attr name android:mdDropShadow - */ - public static final int MenuDrawer_mdDropShadow = 7; - /** -

- @attr description - The color of the drop shadow. Default is #FF000000. - - -

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. -

This is a private symbol. - @attr name android:mdDropShadowColor - */ - public static final int MenuDrawer_mdDropShadowColor = 6; - /** -

- @attr description - Defines whether the content will have a dropshadow onto the menu. Default is true. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. -

This is a private symbol. - @attr name android:mdDropShadowEnabled - */ - public static final int MenuDrawer_mdDropShadowEnabled = 4; - /** -

- @attr description - The size of the drop shadow. Default is 6dp - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. -

This is a private symbol. - @attr name android:mdDropShadowSize - */ - public static final int MenuDrawer_mdDropShadowSize = 5; - /** -

- @attr description - The maximum animation duration - - -

Must be an integer value, such as "100". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. -

This is a private symbol. - @attr name android:mdMaxAnimationDuration - */ - public static final int MenuDrawer_mdMaxAnimationDuration = 10; - /** -

- @attr description - Drawable to use for the background of the menu. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

This is a private symbol. - @attr name android:mdMenuBackground - */ - public static final int MenuDrawer_mdMenuBackground = 1; - /** -

- @attr description - The size of the menu. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. -

This is a private symbol. - @attr name android:mdMenuSize - */ - public static final int MenuDrawer_mdMenuSize = 2; - /** -

- @attr description - The touch bezel size. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. -

This is a private symbol. - @attr name android:mdTouchBezelSize - */ - public static final int MenuDrawer_mdTouchBezelSize = 8; - /** Attributes that can be used with a PullToRefresh. -

Includes the following attributes:

- - - - - - - - - - - - - - - - - - - - - - - -
AttributeDescription
{@link #PullToRefresh_ptrAdapterViewBackground com.thejoshwa.ultrasonic.androidapp:ptrAdapterViewBackground} BELOW HERE ARE DEPRECEATED.
{@link #PullToRefresh_ptrAnimationStyle com.thejoshwa.ultrasonic.androidapp:ptrAnimationStyle} Style of Animation should be used displayed when pulling.
{@link #PullToRefresh_ptrDrawable com.thejoshwa.ultrasonic.androidapp:ptrDrawable} Drawable to use as Loading Indicator.
{@link #PullToRefresh_ptrDrawableBottom com.thejoshwa.ultrasonic.androidapp:ptrDrawableBottom}
{@link #PullToRefresh_ptrDrawableEnd com.thejoshwa.ultrasonic.androidapp:ptrDrawableEnd} Drawable to use as Loading Indicator in the Footer View.
{@link #PullToRefresh_ptrDrawableStart com.thejoshwa.ultrasonic.androidapp:ptrDrawableStart} Drawable to use as Loading Indicator in the Header View.
{@link #PullToRefresh_ptrDrawableTop com.thejoshwa.ultrasonic.androidapp:ptrDrawableTop}
{@link #PullToRefresh_ptrHeaderBackground com.thejoshwa.ultrasonic.androidapp:ptrHeaderBackground} A drawable to use as the background of the Header and Footer Loading Views
{@link #PullToRefresh_ptrHeaderSubTextColor com.thejoshwa.ultrasonic.androidapp:ptrHeaderSubTextColor} Text Color of the Header and Footer Loading Views Sub Header
{@link #PullToRefresh_ptrHeaderTextAppearance com.thejoshwa.ultrasonic.androidapp:ptrHeaderTextAppearance} Base text color, typeface, size, and style for Header and Footer Loading Views
{@link #PullToRefresh_ptrHeaderTextColor com.thejoshwa.ultrasonic.androidapp:ptrHeaderTextColor} Text Color of the Header and Footer Loading Views
{@link #PullToRefresh_ptrListViewExtrasEnabled com.thejoshwa.ultrasonic.androidapp:ptrListViewExtrasEnabled} - Whether PullToRefreshListView has it's extras enabled.
{@link #PullToRefresh_ptrMode com.thejoshwa.ultrasonic.androidapp:ptrMode} Mode of Pull-to-Refresh that should be used
{@link #PullToRefresh_ptrOverScroll com.thejoshwa.ultrasonic.androidapp:ptrOverScroll} Whether Android's built-in Over Scroll should be utilised for Pull-to-Refresh.
{@link #PullToRefresh_ptrRefreshableViewBackground com.thejoshwa.ultrasonic.androidapp:ptrRefreshableViewBackground} A drawable to use as the background of the Refreshable View
{@link #PullToRefresh_ptrRotateDrawableWhilePulling com.thejoshwa.ultrasonic.androidapp:ptrRotateDrawableWhilePulling} - Whether the Drawable should be continually rotated as you pull.
{@link #PullToRefresh_ptrScrollingWhileRefreshingEnabled com.thejoshwa.ultrasonic.androidapp:ptrScrollingWhileRefreshingEnabled} Whether the user can scroll while the View is Refreshing
{@link #PullToRefresh_ptrShowIndicator com.thejoshwa.ultrasonic.androidapp:ptrShowIndicator} Whether the Indicator overlay(s) should be used
{@link #PullToRefresh_ptrSubHeaderTextAppearance com.thejoshwa.ultrasonic.androidapp:ptrSubHeaderTextAppearance} Base text color, typeface, size, and style for Header and Footer Loading Views Sub Header
- @see #PullToRefresh_ptrAdapterViewBackground - @see #PullToRefresh_ptrAnimationStyle - @see #PullToRefresh_ptrDrawable - @see #PullToRefresh_ptrDrawableBottom - @see #PullToRefresh_ptrDrawableEnd - @see #PullToRefresh_ptrDrawableStart - @see #PullToRefresh_ptrDrawableTop - @see #PullToRefresh_ptrHeaderBackground - @see #PullToRefresh_ptrHeaderSubTextColor - @see #PullToRefresh_ptrHeaderTextAppearance - @see #PullToRefresh_ptrHeaderTextColor - @see #PullToRefresh_ptrListViewExtrasEnabled - @see #PullToRefresh_ptrMode - @see #PullToRefresh_ptrOverScroll - @see #PullToRefresh_ptrRefreshableViewBackground - @see #PullToRefresh_ptrRotateDrawableWhilePulling - @see #PullToRefresh_ptrScrollingWhileRefreshingEnabled - @see #PullToRefresh_ptrShowIndicator - @see #PullToRefresh_ptrSubHeaderTextAppearance - */ - public static final int[] PullToRefresh = { - 0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003, - 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, - 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, - 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, - 0x7f010010, 0x7f010011, 0x7f010012 - }; - /** -

- @attr description - BELOW HERE ARE DEPRECEATED. DO NOT USE. - - -

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This is a private symbol. - @attr name android:ptrAdapterViewBackground - */ - public static final int PullToRefresh_ptrAdapterViewBackground = 16; - /** -

- @attr description - Style of Animation should be used displayed when pulling. - - -

Must be one or more (separated by '|') of the following constant values.

- ---- - - -
ConstantValueDescription
rotate0x0
flip0x1
-

This is a private symbol. - @attr name android:ptrAnimationStyle - */ - public static final int PullToRefresh_ptrAnimationStyle = 12; - /** -

- @attr description - Drawable to use as Loading Indicator. Changes both Header and Footer. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

This is a private symbol. - @attr name android:ptrDrawable - */ - public static final int PullToRefresh_ptrDrawable = 6; - /** -

This symbol is the offset where the {@link com.thejoshwa.ultrasonic.androidapp.R.attr#ptrDrawableBottom} - attribute's value can be found in the {@link #PullToRefresh} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name android:ptrDrawableBottom - */ - public static final int PullToRefresh_ptrDrawableBottom = 18; - /** -

- @attr description - Drawable to use as Loading Indicator in the Footer View. Overrides value set in ptrDrawable. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

This is a private symbol. - @attr name android:ptrDrawableEnd - */ - public static final int PullToRefresh_ptrDrawableEnd = 8; - /** -

- @attr description - Drawable to use as Loading Indicator in the Header View. Overrides value set in ptrDrawable. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

This is a private symbol. - @attr name android:ptrDrawableStart - */ - public static final int PullToRefresh_ptrDrawableStart = 7; - /** -

This symbol is the offset where the {@link com.thejoshwa.ultrasonic.androidapp.R.attr#ptrDrawableTop} - attribute's value can be found in the {@link #PullToRefresh} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name android:ptrDrawableTop - */ - public static final int PullToRefresh_ptrDrawableTop = 17; - /** -

- @attr description - A drawable to use as the background of the Header and Footer Loading Views - - -

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This is a private symbol. - @attr name android:ptrHeaderBackground - */ - public static final int PullToRefresh_ptrHeaderBackground = 1; - /** -

- @attr description - Text Color of the Header and Footer Loading Views Sub Header - - -

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This is a private symbol. - @attr name android:ptrHeaderSubTextColor - */ - public static final int PullToRefresh_ptrHeaderSubTextColor = 3; - /** -

- @attr description - Base text color, typeface, size, and style for Header and Footer Loading Views - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

This is a private symbol. - @attr name android:ptrHeaderTextAppearance - */ - public static final int PullToRefresh_ptrHeaderTextAppearance = 10; - /** -

- @attr description - Text Color of the Header and Footer Loading Views - - -

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This is a private symbol. - @attr name android:ptrHeaderTextColor - */ - public static final int PullToRefresh_ptrHeaderTextColor = 2; - /** -

- @attr description - - Whether PullToRefreshListView has it's extras enabled. This allows the user to be - able to scroll while refreshing, and behaves better. It acheives this by adding - Header and/or Footer Views to the ListView. - - - -

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a boolean value, either "true" or "false". -

This is a private symbol. - @attr name android:ptrListViewExtrasEnabled - */ - public static final int PullToRefresh_ptrListViewExtrasEnabled = 14; - /** -

- @attr description - Mode of Pull-to-Refresh that should be used - - -

Must be one or more (separated by '|') of the following constant values.

- ---- - - - - - - - -
ConstantValueDescription
disabled0x0
pullFromStart0x1
pullFromEnd0x2
both0x3
manualOnly0x4
pullDownFromTop0x1 These last two are depreacted
pullUpFromBottom0x2
-

This is a private symbol. - @attr name android:ptrMode - */ - public static final int PullToRefresh_ptrMode = 4; - /** -

- @attr description - Whether Android's built-in Over Scroll should be utilised for Pull-to-Refresh. - - -

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a boolean value, either "true" or "false". -

This is a private symbol. - @attr name android:ptrOverScroll - */ - public static final int PullToRefresh_ptrOverScroll = 9; - /** -

- @attr description - A drawable to use as the background of the Refreshable View - - -

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This is a private symbol. - @attr name android:ptrRefreshableViewBackground - */ - public static final int PullToRefresh_ptrRefreshableViewBackground = 0; - /** -

- @attr description - - Whether the Drawable should be continually rotated as you pull. This only - takes effect when using the 'Rotate' Animation Style. - - - -

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a boolean value, either "true" or "false". -

This is a private symbol. - @attr name android:ptrRotateDrawableWhilePulling - */ - public static final int PullToRefresh_ptrRotateDrawableWhilePulling = 15; - /** -

- @attr description - Whether the user can scroll while the View is Refreshing - - -

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a boolean value, either "true" or "false". -

This is a private symbol. - @attr name android:ptrScrollingWhileRefreshingEnabled - */ - public static final int PullToRefresh_ptrScrollingWhileRefreshingEnabled = 13; - /** -

- @attr description - Whether the Indicator overlay(s) should be used - - -

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a boolean value, either "true" or "false". -

This is a private symbol. - @attr name android:ptrShowIndicator - */ - public static final int PullToRefresh_ptrShowIndicator = 5; - /** -

- @attr description - Base text color, typeface, size, and style for Header and Footer Loading Views Sub Header - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

This is a private symbol. - @attr name android:ptrSubHeaderTextAppearance - */ - public static final int PullToRefresh_ptrSubHeaderTextAppearance = 11; - }; -} +} \ No newline at end of file diff --git a/gen/net/simonvt/menudrawer/R.java b/gen/net/simonvt/menudrawer/R.java deleted file mode 100644 index 00d43348..00000000 --- a/gen/net/simonvt/menudrawer/R.java +++ /dev/null @@ -1,53 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * aapt tool from the resource data it found. It - * should not be modified by hand. - */ -package net.simonvt.menudrawer; - -public final class R { - public static final class attr { - public static final int mdActiveIndicator = 0x7f010017; - public static final int mdAllowIndicatorAnimation = 0x7f01001d; - public static final int mdContentBackground = 0x7f010014; - public static final int mdDropShadow = 0x7f01001b; - public static final int mdDropShadowColor = 0x7f01001a; - public static final int mdDropShadowEnabled = 0x7f010018; - public static final int mdDropShadowSize = 0x7f010019; - public static final int mdMaxAnimationDuration = 0x7f01001e; - public static final int mdMenuBackground = 0x7f010015; - public static final int mdMenuSize = 0x7f010016; - public static final int mdTouchBezelSize = 0x7f01001c; - public static final int menuDrawerStyle = 0x7f010013; - } - public static final class color { - public static final int md__defaultBackground = 0x7f090000; - } - public static final class id { - public static final int mdActiveViewPosition = 0x7f060011; - public static final int mdContent = 0x7f06000c; - public static final int mdMenu = 0x7f06000d; - public static final int md__content = 0x7f06000e; - public static final int md__drawer = 0x7f060010; - public static final int md__menu = 0x7f06000f; - } - public static final class style { - public static final int Widget = 0x7f0a0000; - public static final int Widget_MenuDrawer = 0x7f0a0001; - } - public static final class styleable { - public static final int[] MenuDrawer = { 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f01001c, 0x7f01001d, 0x7f01001e }; - public static final int MenuDrawer_mdActiveIndicator = 3; - public static final int MenuDrawer_mdAllowIndicatorAnimation = 9; - public static final int MenuDrawer_mdContentBackground = 0; - public static final int MenuDrawer_mdDropShadow = 7; - public static final int MenuDrawer_mdDropShadowColor = 6; - public static final int MenuDrawer_mdDropShadowEnabled = 4; - public static final int MenuDrawer_mdDropShadowSize = 5; - public static final int MenuDrawer_mdMaxAnimationDuration = 10; - public static final int MenuDrawer_mdMenuBackground = 1; - public static final int MenuDrawer_mdMenuSize = 2; - public static final int MenuDrawer_mdTouchBezelSize = 8; - } -} diff --git a/proguard.cfg b/proguard.cfg index f0b04dc3..378768a7 100644 --- a/proguard.cfg +++ b/proguard.cfg @@ -2,6 +2,7 @@ -dontusemixedcaseclassnames -dontskipnonpubliclibraryclasses -dontpreverify +-keepattributes SourceFile,LineNumberTable -verbose -optimizations !code/simplification/arithmetic,!field/*,!class/merging/* diff --git a/res/layout/appwidget4x2.xml b/res/layout/appwidget4x2.xml index 38324ac7..e26b2d7f 100644 --- a/res/layout/appwidget4x2.xml +++ b/res/layout/appwidget4x2.xml @@ -92,7 +92,7 @@ a:layout_gravity="bottom" a:gravity="bottom" a:paddingBottom="4dip" - a:paddingTop="4dip" >" + a:paddingTop="4dip" > " + a:background="@drawable/appwidget_dark_bg_trans" > diff --git a/res/layout/update_playlist.xml b/res/layout/update_playlist.xml index 6a07239a..57664f99 100644 --- a/res/layout/update_playlist.xml +++ b/res/layout/update_playlist.xml @@ -13,12 +13,12 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="4dp" - android:textSize="20dp" + android:textSize="20sp" android:text="@string/common.name" /> " + a:visibility="gone" /> diff --git a/src/com/thejoshwa/ultrasonic/androidapp/activity/ChatActivity.java b/src/com/thejoshwa/ultrasonic/androidapp/activity/ChatActivity.java index 897a49bf..dc1a0db9 100644 --- a/src/com/thejoshwa/ultrasonic/androidapp/activity/ChatActivity.java +++ b/src/com/thejoshwa/ultrasonic/androidapp/activity/ChatActivity.java @@ -169,7 +169,13 @@ public final class ChatActivity extends SubsonicTabActivity { private void sendMessage() { if (messageEditText != null) { final String message; - message = messageEditText.getText().toString(); + Editable text = messageEditText.getText(); + + if (text == null) { + return; + } + + message = text.toString(); if (!Util.isNullOrWhiteSpace(message)) { messageEditText.setText(""); diff --git a/src/com/thejoshwa/ultrasonic/androidapp/activity/DownloadActivity.java b/src/com/thejoshwa/ultrasonic/androidapp/activity/DownloadActivity.java index 6dbab418..809c3a0d 100644 --- a/src/com/thejoshwa/ultrasonic/androidapp/activity/DownloadActivity.java +++ b/src/com/thejoshwa/ultrasonic/androidapp/activity/DownloadActivity.java @@ -1070,7 +1070,7 @@ public class DownloadActivity extends SubsonicTabActivity implements OnGestureLi msPlayed = Math.max(0, downloadService.getPlayerPosition()); duration = downloadService.getPlayerDuration(); - final int msTotal = duration == null ? 0 : duration; + final int msTotal = duration; seekTo = msPlayed + ms > msTotal ? msTotal : msPlayed + ms; downloadService.seekTo(seekTo); return null; diff --git a/src/com/thejoshwa/ultrasonic/androidapp/activity/MainActivity.java b/src/com/thejoshwa/ultrasonic/androidapp/activity/MainActivity.java index d9487e29..978406cc 100644 --- a/src/com/thejoshwa/ultrasonic/androidapp/activity/MainActivity.java +++ b/src/com/thejoshwa/ultrasonic/androidapp/activity/MainActivity.java @@ -72,16 +72,13 @@ public class MainActivity extends SubsonicTabActivity { loadSettings(); final View buttons = LayoutInflater.from(this).inflate(R.layout.main_buttons, null); - final View serverButton = buttons.findViewById(R.id.main_select_server); final TextView serverTextView = (TextView) serverButton.findViewById(R.id.main_select_server_2); - final View musicTitle = buttons.findViewById(R.id.main_music); final View artistsButton = buttons.findViewById(R.id.main_artists_button); final View albumsButton = buttons.findViewById(R.id.main_albums_button); final View genresButton = buttons.findViewById(R.id.main_genres_button); final View videosTitle = buttons.findViewById(R.id.main_videos_title); - final View songsTitle = buttons.findViewById(R.id.main_songs); final View randomSongsButton = buttons.findViewById(R.id.main_songs_button); final View songsStarredButton = buttons.findViewById(R.id.main_songs_starred); @@ -95,7 +92,6 @@ public class MainActivity extends SubsonicTabActivity { final View albumsAlphaByNameButton = buttons.findViewById(R.id.main_albums_alphaByName); final View albumsAlphaByArtistButton = buttons.findViewById(R.id.main_albums_alphaByArtist); final View videosButton = buttons.findViewById(R.id.main_videos); - final View dummyView = findViewById(R.id.main_dummy); boolean shouldShowDialog = false; diff --git a/src/com/thejoshwa/ultrasonic/androidapp/activity/SearchActivity.java b/src/com/thejoshwa/ultrasonic/androidapp/activity/SearchActivity.java index 7ea346aa..563fabee 100644 --- a/src/com/thejoshwa/ultrasonic/androidapp/activity/SearchActivity.java +++ b/src/com/thejoshwa/ultrasonic/androidapp/activity/SearchActivity.java @@ -85,9 +85,9 @@ public class SearchActivity extends SubsonicTabActivity { super.onCreate(savedInstanceState); setContentView(R.layout.search); - getActionBar().setTitle(R.string.common_appname); - getActionBar().setSubtitle(R.string.search_title); - + setActionBarTitle(R.string.common_appname); + setActionBarSubtitle(R.string.search_title); + View searchMenuItem = findViewById(R.id.menu_search); menuDrawer.setActiveView(searchMenuItem); diff --git a/src/com/thejoshwa/ultrasonic/androidapp/activity/SelectAlbumActivity.java b/src/com/thejoshwa/ultrasonic/androidapp/activity/SelectAlbumActivity.java index 81f26e4a..333b97ba 100644 --- a/src/com/thejoshwa/ultrasonic/androidapp/activity/SelectAlbumActivity.java +++ b/src/com/thejoshwa/ultrasonic/androidapp/activity/SelectAlbumActivity.java @@ -251,8 +251,10 @@ public class SelectAlbumActivity extends SubsonicTabActivity { } private void playNow(final boolean shuffle, final boolean append) { - if(getSelectedSongs(albumListView).size() > 0) { - download(append, false, !append, false, shuffle, getSelectedSongs(albumListView)); + List selectedSongs = getSelectedSongs(albumListView); + + if (selectedSongs.size() > 0) { + download(append, false, !append, false, shuffle, selectedSongs); selectAll(false, false); } else { diff --git a/src/com/thejoshwa/ultrasonic/androidapp/activity/SelectPlaylistActivity.java b/src/com/thejoshwa/ultrasonic/androidapp/activity/SelectPlaylistActivity.java index dd573696..1bd9d8cc 100644 --- a/src/com/thejoshwa/ultrasonic/androidapp/activity/SelectPlaylistActivity.java +++ b/src/com/thejoshwa/ultrasonic/androidapp/activity/SelectPlaylistActivity.java @@ -81,9 +81,9 @@ public class SelectPlaylistActivity extends SubsonicTabActivity implements Adapt View playlistsMenuItem = findViewById(R.id.menu_playlists); menuDrawer.setActiveView(playlistsMenuItem); - - getActionBar().setTitle(R.string.common_appname); - getActionBar().setSubtitle(R.string.playlist_label); + + setActionBarTitle(R.string.common_appname); + setActionBarSubtitle(R.string.playlist_label); load(); } diff --git a/src/com/thejoshwa/ultrasonic/androidapp/activity/SettingsActivity.java b/src/com/thejoshwa/ultrasonic/androidapp/activity/SettingsActivity.java index a2e24aa0..2939b14e 100644 --- a/src/com/thejoshwa/ultrasonic/androidapp/activity/SettingsActivity.java +++ b/src/com/thejoshwa/ultrasonic/androidapp/activity/SettingsActivity.java @@ -243,10 +243,12 @@ public class SettingsActivity extends PreferenceActivity implements SharedPrefer } }); - SharedPreferences prefs = Util.getPreferences(this); - prefs.registerOnSharedPreferenceChangeListener(this); + SharedPreferences preferences = Util.getPreferences(this); + preferences.registerOnSharedPreferenceChangeListener(this); - getActionBar().setSubtitle(R.string.menu_settings); + if (actionBar != null) { + actionBar.setSubtitle(R.string.menu_settings); + } update(); } diff --git a/src/com/thejoshwa/ultrasonic/androidapp/domain/Version.java b/src/com/thejoshwa/ultrasonic/androidapp/domain/Version.java index 3b84f7a1..73c7434a 100644 --- a/src/com/thejoshwa/ultrasonic/androidapp/domain/Version.java +++ b/src/com/thejoshwa/ultrasonic/androidapp/domain/Version.java @@ -69,8 +69,7 @@ public class Version implements Comparable { if (beta != version.beta) return false; if (bugfix != version.bugfix) return false; - if (major != version.major) return false; - return minor == version.minor; + return major == version.major && minor == version.minor; } /** diff --git a/src/com/thejoshwa/ultrasonic/androidapp/receiver/A2dpIntentReceiver.java b/src/com/thejoshwa/ultrasonic/androidapp/receiver/A2dpIntentReceiver.java index 21fc9cc3..29ddabb6 100644 --- a/src/com/thejoshwa/ultrasonic/androidapp/receiver/A2dpIntentReceiver.java +++ b/src/com/thejoshwa/ultrasonic/androidapp/receiver/A2dpIntentReceiver.java @@ -40,15 +40,10 @@ public class A2dpIntentReceiver extends BroadcastReceiver { avrcpIntent.putExtra("duration", (long) duration); } - if (playerPosition != null) { - avrcpIntent.putExtra("position", (long) playerPosition); - } + avrcpIntent.putExtra("position", (long) playerPosition); + avrcpIntent.putExtra("ListSize", (long) listSize); - if (listSize != null) { - avrcpIntent.putExtra("ListSize", (long) listSize); - } - - switch (downloadService.getPlayerState()) { + switch (downloadService.getPlayerState()) { case STARTED: avrcpIntent.putExtra("playing", true); break; diff --git a/src/com/thejoshwa/ultrasonic/androidapp/service/DownloadFile.java b/src/com/thejoshwa/ultrasonic/androidapp/service/DownloadFile.java index af83cf6f..6d2bfd0d 100644 --- a/src/com/thejoshwa/ultrasonic/androidapp/service/DownloadFile.java +++ b/src/com/thejoshwa/ultrasonic/androidapp/service/DownloadFile.java @@ -199,7 +199,7 @@ public class DownloadFile { if (saveWhenDone && !isPlaying) { Util.renameFile(completeFile, saveFile); saveWhenDone = false; - } else if(completeWhenDone && !isPlaying) { + } else if (completeWhenDone && !isPlaying) { if (save) { Util.renameFile(partialFile, saveFile); mediaStoreService.saveInMediaStore(DownloadFile.this); diff --git a/src/com/thejoshwa/ultrasonic/androidapp/service/DownloadServiceImpl.java b/src/com/thejoshwa/ultrasonic/androidapp/service/DownloadServiceImpl.java index 31ebbaf1..c7c3bd46 100644 --- a/src/com/thejoshwa/ultrasonic/androidapp/service/DownloadServiceImpl.java +++ b/src/com/thejoshwa/ultrasonic/androidapp/service/DownloadServiceImpl.java @@ -130,7 +130,6 @@ public class DownloadServiceImpl extends Service implements DownloadService { private AudioManager audioManager; private int secondaryProgress = -1; private boolean autoPlayStart = false; - private static Bitmap lockScreenBitmap; private final static int lockScreenBitmapSize = 500; static { @@ -160,7 +159,7 @@ public class DownloadServiceImpl extends Service implements DownloadService { public void run() { Looper.prepare(); - if (mediaPlayer instanceof MediaPlayer && mediaPlayer != null) { + if (mediaPlayer != null) { mediaPlayer.release(); } @@ -192,7 +191,7 @@ public class DownloadServiceImpl extends Service implements DownloadService { audioManager = (AudioManager) this.getSystemService(Context.AUDIO_SERVICE); - if (mediaPlayer instanceof MediaPlayer && mediaPlayer != null) { + if (mediaPlayer != null) { mediaPlayer.release(); } @@ -346,7 +345,7 @@ public class DownloadServiceImpl extends Service implements DownloadService { currentPlaying = downloadList.get(0); currentPlaying.setPlaying(true); } - + checkDownloads(); } @@ -489,12 +488,14 @@ public class DownloadServiceImpl extends Service implements DownloadService { public synchronized void clearIncomplete() { reset(); Iterator iterator = downloadList.iterator(); + while (iterator.hasNext()) { DownloadFile downloadFile = iterator.next(); if (!downloadFile.isCompleteFileAvailable()) { iterator.remove(); } } + lifecycleSupport.serializeDownloadQueue(); updateJukeboxPlaylist(); } @@ -1142,7 +1143,8 @@ public class DownloadServiceImpl extends Service implements DownloadService { try { if (currentPlaying != null) { - if (currentSong != currentPlaying.getSong()) { + Bitmap lockScreenBitmap; + if (currentSong != currentPlaying.getSong()) { currentSong = currentPlaying.getSong(); lockScreenBitmap = FileUtil.getAlbumArtBitmap(this, currentSong, lockScreenBitmapSize, true); } else { @@ -1194,7 +1196,8 @@ public class DownloadServiceImpl extends Service implements DownloadService { private synchronized void doPlay(final DownloadFile downloadFile, final int position, final boolean start) { try { - downloadFile.setPlaying(true); + downloadFile.setPlaying(false); + //downloadFile.setPlaying(true); final File file = downloadFile.isCompleteFileAvailable() ? downloadFile.getCompleteFile() : downloadFile.getPartialFile(); boolean partial = file.equals(downloadFile.getPartialFile()); downloadFile.updateModificationDate(); @@ -1206,14 +1209,15 @@ public class DownloadServiceImpl extends Service implements DownloadService { mediaPlayer.setAudioStreamType(AudioManager.STREAM_MUSIC); String dataSource = file.getPath(); - if(partial) { + if (partial) { if (proxy == null) { proxy = new StreamProxy(this); proxy.start(); } + dataSource = String.format("http://127.0.0.1:%d/%s", proxy.getPort(), URLEncoder.encode(dataSource, Constants.UTF_8)); Log.i(TAG, "Data Source: " + dataSource); - } else if(proxy != null) { + } else if (proxy != null) { proxy.stop(); proxy = null; } @@ -1284,7 +1288,7 @@ public class DownloadServiceImpl extends Service implements DownloadService { try { final File file = downloadFile.isCompleteFileAvailable() ? downloadFile.getCompleteFile() : downloadFile.getPartialFile(); - if(nextMediaPlayer != null) { + if (nextMediaPlayer != null) { nextMediaPlayer.setOnCompletionListener(null); nextMediaPlayer.release(); nextMediaPlayer = null; @@ -1310,7 +1314,7 @@ public class DownloadServiceImpl extends Service implements DownloadService { boolean gaplessPlayback = Util.getGaplessPlaybackPreference(DownloadServiceImpl.this); - if(gaplessPlayback && Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN && (playerState == PlayerState.STARTED || playerState == PlayerState.PAUSED)) { + if (gaplessPlayback && Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN && (playerState == PlayerState.STARTED || playerState == PlayerState.PAUSED)) { mediaPlayer.setNextMediaPlayer(nextMediaPlayer); nextSetup = true; } @@ -1361,8 +1365,8 @@ public class DownloadServiceImpl extends Service implements DownloadService { Log.i(TAG, "Ending position " + pos + " of " + duration); if (!isPartial || (downloadFile.isWorkDone() && (Math.abs(duration - pos) < 10000))) { - if(nextPlaying != null && nextPlayerState == PlayerState.PREPARED) { - if(!nextSetup) { + if (nextPlaying != null && nextPlayerState == PlayerState.PREPARED) { + if (!nextSetup) { playNext(true); } else { nextSetup = false; @@ -1375,7 +1379,6 @@ public class DownloadServiceImpl extends Service implements DownloadService { return; } - // If file is not completely downloaded, restart the playback from the current position. synchronized (DownloadServiceImpl.this) { if (downloadFile.isWorkDone()) { // Complete was called early even though file is fully buffered @@ -1452,7 +1455,7 @@ public class DownloadServiceImpl extends Service implements DownloadService { if (downloadList.isEmpty() && backgroundDownloadList.isEmpty()) { return; } - + // Need to download current playing? if (currentPlaying != null && currentPlaying != currentDownloading && !currentPlaying.isWorkDone()) { // Cancel current download, if necessary. @@ -1467,58 +1470,58 @@ public class DownloadServiceImpl extends Service implements DownloadService { // Find a suitable target for download. else if (currentDownloading == null || currentDownloading.isWorkDone() || currentDownloading.isFailed() && (!downloadList.isEmpty() || !backgroundDownloadList.isEmpty())) { - currentDownloading = null; + currentDownloading = null; int n = size(); int preloaded = 0; - if(n != 0) { - int start = currentPlaying == null ? 0 : getCurrentPlayingIndex(); - if(start == -1) { - start = 0; - } - int i = start; - do { - DownloadFile downloadFile = downloadList.get(i); - if (!downloadFile.isWorkDone()) { - if (downloadFile.shouldSave() || preloaded < Util.getPreloadCount(this)) { - currentDownloading = downloadFile; - currentDownloading.download(); - cleanupCandidates.add(currentDownloading); - if(i == (start + 1)) { - setNextPlayerState(DOWNLOADING); - } - break; - } - } else if (currentPlaying != downloadFile) { - preloaded++; - } + if(n != 0) { + int start = currentPlaying == null ? 0 : getCurrentPlayingIndex(); + if (start == -1) { + start = 0; + } + int i = start; + do { + DownloadFile downloadFile = downloadList.get(i); + if (!downloadFile.isWorkDone()) { + if (downloadFile.shouldSave() || preloaded < Util.getPreloadCount(this)) { + currentDownloading = downloadFile; + currentDownloading.download(); + cleanupCandidates.add(currentDownloading); + if(i == (start + 1)) { + setNextPlayerState(DOWNLOADING); + } + break; + } + } else if (currentPlaying != downloadFile) { + preloaded++; + } - i = (i + 1) % n; - } while (i != start); - } - - if((preloaded + 1 == n || preloaded >= Util.getPreloadCount(this) || downloadList.isEmpty()) && !backgroundDownloadList.isEmpty()) { - for(int i = 0; i < backgroundDownloadList.size(); i++) { - DownloadFile downloadFile = backgroundDownloadList.get(i); - if(downloadFile.isWorkDone() && (!downloadFile.shouldSave() || downloadFile.isSaved())) { - // Don't need to keep list like active song list - backgroundDownloadList.remove(downloadFile); - i--; - } else { - currentDownloading = downloadFile; - currentDownloading.download(); - cleanupCandidates.add(currentDownloading); - break; - } - } - } + i = (i + 1) % n; + } while (i != start); + } + + if ((preloaded + 1 == n || preloaded >= Util.getPreloadCount(this) || downloadList.isEmpty()) && !backgroundDownloadList.isEmpty()) { + for (int i = 0; i < backgroundDownloadList.size(); i++) { + DownloadFile downloadFile = backgroundDownloadList.get(i); + if (downloadFile.isWorkDone() && (!downloadFile.shouldSave() || downloadFile.isSaved())) { + // Don't need to keep list like active song list + backgroundDownloadList.remove(downloadFile); + i--; + } else { + currentDownloading = downloadFile; + currentDownloading.download(); + cleanupCandidates.add(currentDownloading); + break; + } + } + } } // Delete obsolete .partial and .complete files. cleanup(); } - + private synchronized void checkShufflePlay() { // Get users desired random playlist size int listSize = Util.getMaxSongs(this); diff --git a/src/com/thejoshwa/ultrasonic/androidapp/service/JukeboxService.java b/src/com/thejoshwa/ultrasonic/androidapp/service/JukeboxService.java index a0fb23aa..47161bc5 100644 --- a/src/com/thejoshwa/ultrasonic/androidapp/service/JukeboxService.java +++ b/src/com/thejoshwa/ultrasonic/androidapp/service/JukeboxService.java @@ -347,7 +347,6 @@ public class JukeboxService { LayoutInflater inflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); View view = inflater.inflate(R.layout.jukebox_volume, null); progressBar = (ProgressBar) view.findViewById(R.id.jukebox_volume_progress_bar); - setView(view); setGravity(Gravity.TOP, 0, 0); } diff --git a/src/com/thejoshwa/ultrasonic/androidapp/service/RESTMusicService.java b/src/com/thejoshwa/ultrasonic/androidapp/service/RESTMusicService.java index 072524b4..36dcfa13 100644 --- a/src/com/thejoshwa/ultrasonic/androidapp/service/RESTMusicService.java +++ b/src/com/thejoshwa/ultrasonic/androidapp/service/RESTMusicService.java @@ -727,7 +727,7 @@ public class RESTMusicService implements MusicService { } @Override - public Bitmap getCoverArt(Context context, MusicDirectory.Entry entry, int size, boolean saveToFile, boolean highQuality, ProgressListener progressListener) throws Exception { + public Bitmap getCoverArt(Context context, final MusicDirectory.Entry entry, int size, boolean saveToFile, boolean highQuality, ProgressListener progressListener) throws Exception { // Synchronize on the entry so that we don't download concurrently for // the same song. if (entry == null) { diff --git a/src/com/thejoshwa/ultrasonic/androidapp/util/CacheCleaner.java b/src/com/thejoshwa/ultrasonic/androidapp/util/CacheCleaner.java index b0e0f723..9d8aff91 100644 --- a/src/com/thejoshwa/ultrasonic/androidapp/util/CacheCleaner.java +++ b/src/com/thejoshwa/ultrasonic/androidapp/util/CacheCleaner.java @@ -230,9 +230,9 @@ public class CacheCleaner { playlistFiles.remove(FileUtil.getPlaylistFile(playlist.getName())); } - for(File playlist : playlistFiles) { - playlist.delete(); - } + for (File playlist : playlistFiles) { + playlist.delete(); + } } catch (RuntimeException x) { Log.e(TAG, "Error in playlist cache cleaning.", x); } diff --git a/src/com/thejoshwa/ultrasonic/androidapp/util/Util.java b/src/com/thejoshwa/ultrasonic/androidapp/util/Util.java index 20533f4a..f6cd4b85 100644 --- a/src/com/thejoshwa/ultrasonic/androidapp/util/Util.java +++ b/src/com/thejoshwa/ultrasonic/androidapp/util/Util.java @@ -429,7 +429,7 @@ public class Util extends DownloadActivity { } public static void renameFile(File from, File to) throws IOException { - if(from.renameTo(to)) { + if (from.renameTo(to)) { Log.i(TAG, "Renamed " + from + " to " + to); } else { atomicCopy(from, to); @@ -870,10 +870,6 @@ public class Util extends DownloadActivity { } else { if (song != currentSong) { currentSong = song; - - if (Util.getShouldSendBluetoothAlbumArt(context)) { - //albumArtBitmap = FileUtil.getAlbumArtBitmap(context, song, albumArtImageSize, false); - } } String title = song.getTitle(); @@ -895,24 +891,13 @@ public class Util extends DownloadActivity { File albumArtFile = FileUtil.getAlbumArtFile(context, song); avrcpIntent.putExtra("coverart", albumArtFile.getAbsolutePath()); avrcpIntent.putExtra("cover", albumArtFile.getAbsolutePath()); + } - //avrcpIntent.putExtra("cover", albumArtBitmap); - //avrcpIntent.putExtra("coverart", albumArtBitmap); - } - - if (playerPosition != null) { - avrcpIntent.putExtra("position", (long) playerPosition); - } - - if (id != null) { - avrcpIntent.putExtra("id", (long) id); - } - - if (listSize != null) { - avrcpIntent.putExtra("ListSize", (long) listSize); - } - - if (duration != null) { + avrcpIntent.putExtra("position", (long) playerPosition); + avrcpIntent.putExtra("id", (long) id); + avrcpIntent.putExtra("ListSize", (long) listSize); + + if (duration != null) { avrcpIntent.putExtra("duration", (long) duration); } } @@ -936,9 +921,6 @@ public class Util extends DownloadActivity { if (song != currentSong) { currentSong = song; - if (Util.getShouldSendBluetoothAlbumArt(context)) { - //albumArtBitmap = FileUtil.getAlbumArtBitmap(context, song, albumArtImageSize, false); - } } String title = song.getTitle(); @@ -960,24 +942,13 @@ public class Util extends DownloadActivity { File albumArtFile = FileUtil.getAlbumArtFile(context, song); avrcpIntent.putExtra("coverart", albumArtFile.getAbsolutePath()); avrcpIntent.putExtra("cover", albumArtFile.getAbsolutePath()); - - //avrcpIntent.putExtra("cover", albumArtBitmap); - //avrcpIntent.putExtra("coverart", albumArtBitmap); } - - if (playerPosition != null) { - avrcpIntent.putExtra("position", (long) playerPosition); - } - - if (id != null) { - avrcpIntent.putExtra("id", (long) id); - } - - if (listSize != null) { - avrcpIntent.putExtra("ListSize", (long) listSize); - } - - if (duration != null) { + + avrcpIntent.putExtra("position", (long) playerPosition); + avrcpIntent.putExtra("id", (long) id); + avrcpIntent.putExtra("ListSize", (long) listSize); + + if (duration != null) { avrcpIntent.putExtra("duration", (long) duration); }