Skip to content

Commit

Permalink
Merge branch 'Fragments' of https://github.com/daneren2005/Subsonic
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed May 17, 2013
2 parents 4614bb2 + 876a297 commit 7182604
Show file tree
Hide file tree
Showing 106 changed files with 6,073 additions and 4,413 deletions.
2 changes: 1 addition & 1 deletion ActionBarSherlock
Submodule ActionBarSherlock updated 797 files
16 changes: 0 additions & 16 deletions subsonic-android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,11 @@
</intent-filter>
</activity>

<activity android:name="github.daneren2005.dsub.activity.SelectArtistActivity"
android:configChanges="orientation|keyboardHidden"
android:launchMode="standard"/>

<activity android:name="github.daneren2005.dsub.activity.SelectAlbumActivity"
android:configChanges="orientation|keyboardHidden"/>

<activity android:name="github.daneren2005.dsub.activity.SearchActivity"
android:label="@string/search.label"
android:configChanges="orientation|keyboardHidden"
android:launchMode="singleTask"/>

<activity android:name="github.daneren2005.dsub.activity.SelectPlaylistActivity"
android:label="@string/playlist.label"
android:configChanges="orientation|keyboardHidden"
android:launchMode="standard"/>

<activity android:name="github.daneren2005.dsub.activity.DownloadActivity"
android:configChanges="keyboardHidden"
android:launchMode="singleTask"/>
Expand All @@ -65,10 +53,6 @@
android:label="@string/help.label"
android:launchMode="singleTask"/>

<activity android:name="github.daneren2005.dsub.activity.LyricsActivity"
android:configChanges="orientation|keyboardHidden"
android:launchMode="singleTask"/>

<activity android:name="github.daneren2005.dsub.activity.EqualizerActivity"
android:label="@string/equalizer.label"
android:configChanges="orientation|keyboardHidden"
Expand Down
Binary file added subsonic-android/libs/CWAC-AdapterWrapper.jar
Binary file not shown.
Binary file added subsonic-android/libs/CWAC-EndlessAdapter.jar
Binary file not shown.
Binary file modified subsonic-android/libs/android-support-v4.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion subsonic-android/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@

# Project target.
target=android-16
android.library.reference.1=../ActionBarSherlock/library
android.library.reference.1=../ActionBarSherlock/actionbarsherlock
android.library.reference.2=../DragSortListView/library
File renamed without changes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed subsonic-android/res/drawable/ic_menu_overflow.png
Binary file not shown.
Binary file removed subsonic-android/res/drawable/ic_menu_remove_all.png
Binary file not shown.
Binary file removed subsonic-android/res/drawable/ic_menu_save.png
Binary file not shown.
Binary file removed subsonic-android/res/drawable/ic_menu_screen_on_off.png
Diff not rendered.
Binary file removed subsonic-android/res/drawable/ic_menu_shuffle.png
Diff not rendered.
Binary file removed subsonic-android/res/drawable/launch.png
Diff not rendered.
Binary file removed subsonic-android/res/drawable/launch2.png
Diff not rendered.
Binary file removed subsonic-android/res/drawable/list_item_artist.9.png
Diff not rendered.
Diff not rendered.
Binary file removed subsonic-android/res/drawable/main_exit.png
Diff not rendered.
Binary file removed subsonic-android/res/drawable/main_header_icon.png
Diff not rendered.
Binary file removed subsonic-android/res/drawable/main_header_icon2.png
Diff not rendered.
Binary file removed subsonic-android/res/drawable/main_help.png
Diff not rendered.
Diff not rendered.
Binary file removed subsonic-android/res/drawable/main_settings.png
Diff not rendered.
Binary file removed subsonic-android/res/drawable/main_shuffle.png
Diff not rendered.
Binary file removed subsonic-android/res/drawable/media_repeat_all.png
Diff not rendered.
Binary file removed subsonic-android/res/drawable/media_repeat_off.png
Diff not rendered.
Diff not rendered.
Binary file removed subsonic-android/res/drawable/menu_more.png
Diff not rendered.
Binary file removed subsonic-android/res/drawable/refresh.png
Diff not rendered.
Binary file removed subsonic-android/res/drawable/search.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed subsonic-android/res/drawable/stat_notify_playing.png
Diff not rendered.
Binary file removed subsonic-android/res/drawable/unknown_album.png
Diff not rendered.
Diff not rendered.
250 changes: 127 additions & 123 deletions subsonic-android/res/layout-land/download.xml
Original file line number Diff line number Diff line change
@@ -1,130 +1,134 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/download_layout_container"
android:layout_width="match_parent"
android:layout_height="match_parent">

<LinearLayout android:orientation="horizontal"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/download_layout"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="0dip"
android:layout_weight="1">

<github.daneren2005.dsub.util.MyViewFlipper
android:id="@+id/download_playlist_flipper"
android:layout_width="0dp"
android:layout_height="fill_parent"
android:layout_height="fill_parent">

<LinearLayout android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="0dip"
android:layout_weight="1">

<ImageView
android:id="@+id/download_album_art_image"
android:src="@drawable/unknown_album_large"
android:layout_width="wrap_content"
<github.daneren2005.dsub.util.MyViewFlipper
android:id="@+id/download_playlist_flipper"
android:layout_width="0dp"
android:layout_height="fill_parent"
android:layout_weight="1">

<ImageView
android:id="@+id/download_album_art_image"
android:src="@drawable/unknown_album_large"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_weight="1"
android:scaleType="fitCenter"/>

<include layout="@layout/download_playlist"/>

</github.daneren2005.dsub.util.MyViewFlipper>

<LinearLayout android:orientation="vertical"
android:id="@+id/download_control_layout"
android:layout_width="0dp"
android:layout_height="fill_parent"
android:layout_weight="1"
android:scaleType="fitCenter"/>

<include layout="@layout/download_playlist"/>

</github.daneren2005.dsub.util.MyViewFlipper>

<LinearLayout android:orientation="vertical"
android:id="@+id/download_control_layout"
android:layout_width="0dp"
android:layout_height="fill_parent"
android:layout_weight="1"
android:background="@android:color/transparent">

<LinearLayout
android:id="@+id/download_other_controls_layout"
android:orientation="horizontal"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal">

<ImageButton
android:id="@+id/download_star"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:background="@null"
android:src="@android:drawable/star_big_off"/>
<Button
android:id="@+id/download_equalizer"
android:text="EQ"
android:textStyle="bold"
android:textSize="22sp"
android:background="@android:color/transparent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="3dip"
android:padding="9dip"
/>
<Button
android:id="@+id/download_jukebox"
android:text="RC"
android:textStyle="bold"
android:textSize="22sp"
android:background="@android:color/transparent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="3dip"
android:padding="9dip"
/>
<Button
android:id="@+id/download_visualizer"
android:text="VIS"
android:textStyle="bold"
android:textSize="22sp"
android:background="@android:color/transparent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="3dip"
android:padding="9dip"
/>
</LinearLayout>

<LinearLayout
android:id="@+id/download_visualizer_view_layout"
android:layout_width="fill_parent"
android:layout_height="60dip"
android:layout_marginLeft="12dip"
android:layout_marginRight="12dip"
android:layout_gravity="center_horizontal"/>

<TextView
android:id="@+id/download_song_title"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_marginLeft="12dip"
android:layout_marginRight="12dip"
android:singleLine="true"
android:ellipsize="end"
android:gravity="center_horizontal"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="?android:textColorPrimary"/>

<TextView
android:id="@+id/download_status"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:layout_marginBottom="8dip"
android:layout_marginLeft="12dip"
android:layout_marginRight="12dip"
android:singleLine="true"
android:ellipsize="end"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="?android:textColorSecondary" />

<include layout="@layout/download_media_buttons"/>

<include layout="@layout/download_slider"/>

</LinearLayout>

</LinearLayout>

<include layout="@layout/button_bar"/>

</LinearLayout>
android:background="@android:color/transparent">

<LinearLayout
android:id="@+id/download_other_controls_layout"
android:orientation="horizontal"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal">

<ImageButton
android:id="@+id/download_star"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:background="@null"
android:src="@android:drawable/star_big_off"/>
<Button
android:id="@+id/download_equalizer"
android:text="EQ"
android:textStyle="bold"
android:textSize="22sp"
android:background="@android:color/transparent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="3dip"
android:padding="9dip"
/>
<Button
android:id="@+id/download_jukebox"
android:text="RC"
android:textStyle="bold"
android:textSize="22sp"
android:background="@android:color/transparent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="3dip"
android:padding="9dip"
/>
<Button
android:id="@+id/download_visualizer"
android:text="VIS"
android:textStyle="bold"
android:textSize="22sp"
android:background="@android:color/transparent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="3dip"
android:padding="9dip"
/>
</LinearLayout>

<LinearLayout
android:id="@+id/download_visualizer_view_layout"
android:layout_width="fill_parent"
android:layout_height="60dip"
android:layout_marginLeft="12dip"
android:layout_marginRight="12dip"
android:layout_gravity="center_horizontal"/>

<TextView
android:id="@+id/download_song_title"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_marginLeft="12dip"
android:layout_marginRight="12dip"
android:singleLine="true"
android:ellipsize="end"
android:gravity="center_horizontal"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="?android:textColorPrimary"/>

<TextView
android:id="@+id/download_status"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:layout_marginBottom="8dip"
android:layout_marginLeft="12dip"
android:layout_marginRight="12dip"
android:singleLine="true"
android:ellipsize="end"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="?android:textColorSecondary" />

<include layout="@layout/download_media_buttons"/>

<include layout="@layout/download_slider"/>

</LinearLayout>

</LinearLayout>
</LinearLayout>
</FrameLayout>
Loading

0 comments on commit 7182604

Please sign in to comment.