diff --git a/.classpath b/.classpath index d992108..c354ffb 100644 --- a/.classpath +++ b/.classpath @@ -2,6 +2,7 @@ + diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 9c6db40..72ed04f 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -22,7 +22,7 @@ - + + android:taskAffinity="apollo.task.music" > + android:value=".ui.activities.QueryBrowserActivity" /> + android:theme="@style/ApolloTheme.Light" > @@ -56,9 +55,10 @@ @@ -76,7 +76,7 @@ + android:noHistory="true" + android:theme="@style/Light.Translucent" > @@ -118,7 +118,7 @@ @@ -131,7 +131,7 @@ + android:name="com.andrew.apolloMod.preferences.SettingsHolder" + android:label="@string/settings" + android:logo="@drawable/ic_logo" /> - + android:parentActivityName=".activities.MusicLibrary" + android:windowSoftInputMode="adjustPan" /> @@ -166,7 +165,7 @@ @@ -177,7 +176,7 @@ @@ -189,7 +188,7 @@ @@ -201,7 +200,7 @@ @@ -223,6 +222,13 @@ android:name="com.andrew.apolloMod.service.ApolloService" android:label="@string/app_name" android:process=":main" /> + + + diff --git a/res/color/tab_text_color_dark.xml b/res/color/tab_text_color_dark.xml new file mode 100644 index 0000000..7c6d8f9 --- /dev/null +++ b/res/color/tab_text_color_dark.xml @@ -0,0 +1,6 @@ + + + + + diff --git a/res/drawable-hdpi/btn_drag_sort_dark.png b/res/drawable-hdpi/btn_drag_sort_dark.png new file mode 100644 index 0000000..b068ef2 Binary files /dev/null and b/res/drawable-hdpi/btn_drag_sort_dark.png differ diff --git a/res/drawable-hdpi/btn_switch_queue_dark.png b/res/drawable-hdpi/btn_switch_queue_dark.png new file mode 100644 index 0000000..15e6e47 Binary files /dev/null and b/res/drawable-hdpi/btn_switch_queue_dark.png differ diff --git a/res/drawable-hdpi/dropdown_ic_arrow_normal_holo_dark.png b/res/drawable-hdpi/dropdown_ic_arrow_normal_holo_dark.png new file mode 100644 index 0000000..ced7555 Binary files /dev/null and b/res/drawable-hdpi/dropdown_ic_arrow_normal_holo_dark.png differ diff --git a/res/drawable-hdpi/scrubber_track_holo_dark_dark.9.png b/res/drawable-hdpi/scrubber_track_holo_dark_dark.9.png new file mode 100644 index 0000000..6f27cf9 Binary files /dev/null and b/res/drawable-hdpi/scrubber_track_holo_dark_dark.9.png differ diff --git a/res/drawable-hdpi/transparent_black.9.png b/res/drawable-hdpi/transparent_black.9.png new file mode 100644 index 0000000..90c0762 Binary files /dev/null and b/res/drawable-hdpi/transparent_black.9.png differ diff --git a/res/drawable-hdpi/view_more_album.png b/res/drawable-hdpi/view_more_album.png index 1b5ed67..113f5fe 100644 Binary files a/res/drawable-hdpi/view_more_album.png and b/res/drawable-hdpi/view_more_album.png differ diff --git a/res/drawable-hdpi/view_more_now.png b/res/drawable-hdpi/view_more_now.png new file mode 100644 index 0000000..8911a35 Binary files /dev/null and b/res/drawable-hdpi/view_more_now.png differ diff --git a/res/drawable-hdpi/view_more_now_dark.png b/res/drawable-hdpi/view_more_now_dark.png new file mode 100644 index 0000000..5b9911a Binary files /dev/null and b/res/drawable-hdpi/view_more_now_dark.png differ diff --git a/res/drawable-hdpi/view_more_song.png b/res/drawable-hdpi/view_more_song.png index d383742..2a06a77 100644 Binary files a/res/drawable-hdpi/view_more_song.png and b/res/drawable-hdpi/view_more_song.png differ diff --git a/res/drawable-mdpi/btn_drag_sort_dark.png b/res/drawable-mdpi/btn_drag_sort_dark.png new file mode 100644 index 0000000..c96bc64 Binary files /dev/null and b/res/drawable-mdpi/btn_drag_sort_dark.png differ diff --git a/res/drawable-mdpi/btn_switch_queue_dark.png b/res/drawable-mdpi/btn_switch_queue_dark.png new file mode 100644 index 0000000..6ce7a86 Binary files /dev/null and b/res/drawable-mdpi/btn_switch_queue_dark.png differ diff --git a/res/drawable-mdpi/dropdown_ic_arrow_normal_holo_dark.png b/res/drawable-mdpi/dropdown_ic_arrow_normal_holo_dark.png new file mode 100644 index 0000000..99b0e6d Binary files /dev/null and b/res/drawable-mdpi/dropdown_ic_arrow_normal_holo_dark.png differ diff --git a/res/drawable-mdpi/scrubber_track_holo_dark.9.png b/res/drawable-mdpi/scrubber_track_holo_dark.9.png index fe7b881..874c4a5 100644 Binary files a/res/drawable-mdpi/scrubber_track_holo_dark.9.png and b/res/drawable-mdpi/scrubber_track_holo_dark.9.png differ diff --git a/res/drawable-mdpi/scrubber_track_holo_dark_dark.9.png b/res/drawable-mdpi/scrubber_track_holo_dark_dark.9.png new file mode 100644 index 0000000..adb8774 Binary files /dev/null and b/res/drawable-mdpi/scrubber_track_holo_dark_dark.9.png differ diff --git a/res/drawable-mdpi/view_more_album.png b/res/drawable-mdpi/view_more_album.png index a394a70..63d3e7f 100644 Binary files a/res/drawable-mdpi/view_more_album.png and b/res/drawable-mdpi/view_more_album.png differ diff --git a/res/drawable-mdpi/view_more_now.png b/res/drawable-mdpi/view_more_now.png new file mode 100644 index 0000000..df50dc2 Binary files /dev/null and b/res/drawable-mdpi/view_more_now.png differ diff --git a/res/drawable-mdpi/view_more_now_dark.png b/res/drawable-mdpi/view_more_now_dark.png new file mode 100644 index 0000000..91347cf Binary files /dev/null and b/res/drawable-mdpi/view_more_now_dark.png differ diff --git a/res/drawable-mdpi/view_more_song.png b/res/drawable-mdpi/view_more_song.png index f493d5b..fba8c49 100644 Binary files a/res/drawable-mdpi/view_more_song.png and b/res/drawable-mdpi/view_more_song.png differ diff --git a/res/drawable-nodpi/no_art_normal_dark.png b/res/drawable-nodpi/no_art_normal_dark.png new file mode 100644 index 0000000..8a9ccf4 Binary files /dev/null and b/res/drawable-nodpi/no_art_normal_dark.png differ diff --git a/res/drawable-nodpi/no_art_small_dark.png b/res/drawable-nodpi/no_art_small_dark.png new file mode 100644 index 0000000..5bd9fb1 Binary files /dev/null and b/res/drawable-nodpi/no_art_small_dark.png differ diff --git a/res/drawable-xhdpi/btn_drag_sort_dark.png b/res/drawable-xhdpi/btn_drag_sort_dark.png new file mode 100644 index 0000000..9e6ff1a Binary files /dev/null and b/res/drawable-xhdpi/btn_drag_sort_dark.png differ diff --git a/res/drawable-xhdpi/btn_switch_queue_dark.png b/res/drawable-xhdpi/btn_switch_queue_dark.png new file mode 100644 index 0000000..75defd7 Binary files /dev/null and b/res/drawable-xhdpi/btn_switch_queue_dark.png differ diff --git a/res/drawable-xhdpi/dropdown_ic_arrow_normal_holo_dark.png b/res/drawable-xhdpi/dropdown_ic_arrow_normal_holo_dark.png new file mode 100644 index 0000000..5b8a080 Binary files /dev/null and b/res/drawable-xhdpi/dropdown_ic_arrow_normal_holo_dark.png differ diff --git a/res/drawable-xhdpi/scrubber_track_holo_dark_dark.9.png b/res/drawable-xhdpi/scrubber_track_holo_dark_dark.9.png new file mode 100644 index 0000000..7ea86b2 Binary files /dev/null and b/res/drawable-xhdpi/scrubber_track_holo_dark_dark.9.png differ diff --git a/res/drawable-xhdpi/view_more_album.png b/res/drawable-xhdpi/view_more_album.png index b002e2d..654954b 100644 Binary files a/res/drawable-xhdpi/view_more_album.png and b/res/drawable-xhdpi/view_more_album.png differ diff --git a/res/drawable-xhdpi/view_more_now.png b/res/drawable-xhdpi/view_more_now.png new file mode 100644 index 0000000..a775611 Binary files /dev/null and b/res/drawable-xhdpi/view_more_now.png differ diff --git a/res/drawable-xhdpi/view_more_now_dark.png b/res/drawable-xhdpi/view_more_now_dark.png new file mode 100644 index 0000000..e55148c Binary files /dev/null and b/res/drawable-xhdpi/view_more_now_dark.png differ diff --git a/res/drawable-xhdpi/view_more_song.png b/res/drawable-xhdpi/view_more_song.png index f3f00ac..0cae9e8 100644 Binary files a/res/drawable-xhdpi/view_more_song.png and b/res/drawable-xhdpi/view_more_song.png differ diff --git a/res/drawable/audio_player_seekbar_dark.xml b/res/drawable/audio_player_seekbar_dark.xml new file mode 100644 index 0000000..e37b4ad --- /dev/null +++ b/res/drawable/audio_player_seekbar_dark.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/gridview_item_background_dark.xml b/res/drawable/gridview_item_background_dark.xml new file mode 100644 index 0000000..dc1bb94 --- /dev/null +++ b/res/drawable/gridview_item_background_dark.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/listview_item_background_dark.xml b/res/drawable/listview_item_background_dark.xml new file mode 100644 index 0000000..d315565 --- /dev/null +++ b/res/drawable/listview_item_background_dark.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/recent_header_background.xml b/res/drawable/recent_header_background.xml new file mode 100644 index 0000000..95b6ad5 --- /dev/null +++ b/res/drawable/recent_header_background.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/recent_header_background_dark.xml b/res/drawable/recent_header_background_dark.xml new file mode 100644 index 0000000..fd11e77 --- /dev/null +++ b/res/drawable/recent_header_background_dark.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/shuffle_background_dark.xml b/res/drawable/shuffle_background_dark.xml new file mode 100644 index 0000000..691971e --- /dev/null +++ b/res/drawable/shuffle_background_dark.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + diff --git a/res/drawable/view_more.xml b/res/drawable/view_more.xml deleted file mode 100644 index 34f0f8e..0000000 --- a/res/drawable/view_more.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/res/layout/audio_controls.xml b/res/layout/audio_controls.xml index cfe0147..32495ab 100644 --- a/res/layout/audio_controls.xml +++ b/res/layout/audio_controls.xml @@ -1,77 +1,87 @@ - - - - + android:paddingTop="@dimen/audio_player_text_padding_top" + android:paddingLeft="@dimen/audio_player_text_padding_left" > + - + android:id="@+id/audio_player_artist_text" + style="?AudioPlayerArtistAlbumText" + android:text="@string/artist_page_title"/> + android:id="@+id/audio_player_artist" + android:layout_toRightOf="@id/audio_player_artist_text" + style="?AudioPlayerInfoText"/> + + + + + + - + - - - - + + + style="?AudioPlayerPrevious"/> + style="?AudioPlayerPlay"/> - + style="?AudioPlayerNext"/> + + + style="?AudioPlayerShuffle" /> + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/audio_player.xml b/res/layout/audio_player.xml index 13df2bc..aed45c6 100644 --- a/res/layout/audio_player.xml +++ b/res/layout/audio_player.xml @@ -18,31 +18,30 @@ - - + android:layout_above="@+id/audio_player_nowplaying_text" /> + + + + + android:visibility="gone" + style="?AudioPlayerQueueBG"> + style="?Colorstrip"/> + + style="?AudioPlayerColorstripShadow"/> + diff --git a/res/layout/bottom_action_bar.xml b/res/layout/bottom_action_bar.xml index c3b8a80..c584efd 100644 --- a/res/layout/bottom_action_bar.xml +++ b/res/layout/bottom_action_bar.xml @@ -2,27 +2,22 @@ + style="?BottomActionBarWrapper"> - + style="?BottomActionBar"> + + + + + + android:layout_toRightOf="@+id/bottom_action_bar_album_art" /> + style="?BottomActionBarPrevious"/> + style="?BottomActionBarPlay" /> + style="?BottomActionBarNext"/> + style="?BottomActionBarItem" + android:visibility="gone"/>" - + diff --git a/res/layout/context_menu.xml b/res/layout/context_menu.xml index 4682936..6c84058 100644 --- a/res/layout/context_menu.xml +++ b/res/layout/context_menu.xml @@ -10,18 +10,10 @@ + style="?ContextMenuLine" /> + style="?ContextMenuArrow"/> diff --git a/res/layout/custom_action_bar.xml b/res/layout/custom_action_bar.xml deleted file mode 100644 index 9389ad5..0000000 --- a/res/layout/custom_action_bar.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - diff --git a/res/layout/dragsort_listview.xml b/res/layout/dragsort_listview.xml index e44ccf3..f36019e 100644 --- a/res/layout/dragsort_listview.xml +++ b/res/layout/dragsort_listview.xml @@ -12,20 +12,7 @@ + style="?ListviewItemWrapper" > + style="?ListviewDragHandle"/> + android:layout_alignParentLeft="false" + style="?ListviewItemArt"/> + style="?ListviewItemLineOne"/> + style="?ListviewItemLineTwo"/> diff --git a/res/layout/gridview.xml b/res/layout/gridview.xml index 1003a51..771b003 100644 --- a/res/layout/gridview.xml +++ b/res/layout/gridview.xml @@ -8,16 +8,7 @@ + android:id="@+id/gridview" + style="?Gridview"/> \ No newline at end of file diff --git a/res/layout/gridview_items.xml b/res/layout/gridview_items.xml index ecf8dc3..d69a914 100644 --- a/res/layout/gridview_items.xml +++ b/res/layout/gridview_items.xml @@ -5,17 +5,13 @@ android:paddingLeft="@dimen/gridview_item_padding_right_left" android:paddingRight="@dimen/gridview_item_padding_right_left" android:paddingBottom="@dimen/gridview_item_padding_bottom"> + + style="?GridviewItemWrapper"> - + style="?GridviewItemArt"/> - + + style="?GridviewItemTextWrapper" > + + style="?ShadowedText" /> diff --git a/res/layout/gridview_items_recent.xml b/res/layout/gridview_items_recent.xml new file mode 100644 index 0000000..ea9a4aa --- /dev/null +++ b/res/layout/gridview_items_recent.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/half_and_half.xml b/res/layout/half_and_half.xml index 2cc6fd3..48000bb 100644 --- a/res/layout/half_and_half.xml +++ b/res/layout/half_and_half.xml @@ -6,32 +6,24 @@ - + android:scaleType="matrix" /> + style="?HalfTextWrapper"> + style="?HalfTextViewMore"/> + style="?ShadowedText"/> + style="?Colorstrip"/> diff --git a/res/layout/library_browser.xml b/res/layout/library_browser.xml index b73e9a7..55df23f 100644 --- a/res/layout/library_browser.xml +++ b/res/layout/library_browser.xml @@ -10,35 +10,22 @@ android:gravity="bottom"> + style="?LibraryWrapper" > - + style="?LibraryTabsWrapper"/> + + style="?BottomActionBarOuter" > + style="?Listview" /> \ No newline at end of file diff --git a/res/layout/listview_items.xml b/res/layout/listview_items.xml index debdbef..3870f2d 100644 --- a/res/layout/listview_items.xml +++ b/res/layout/listview_items.xml @@ -1,48 +1,18 @@ + style="?ListviewItemWrapper" > - - + style="?ListviewItemArt"/> + style="?ListviewItemLineOne"/> + style="?ListviewItemLineTwo"/> diff --git a/res/layout/listview_items_search.xml b/res/layout/listview_items_search.xml new file mode 100644 index 0000000..637c18b --- /dev/null +++ b/res/layout/listview_items_search.xml @@ -0,0 +1,31 @@ + + + + + + + + diff --git a/res/layout/nowplaying_album_art.xml b/res/layout/nowplaying_album_art.xml index 5d8661f..a38c01c 100644 --- a/res/layout/nowplaying_album_art.xml +++ b/res/layout/nowplaying_album_art.xml @@ -4,11 +4,8 @@ android:layout_height="match_parent" android:orientation="vertical" > - + style="?AudioPlayerAlbumArt"/> diff --git a/res/layout/playlist_dialog.xml b/res/layout/playlist_dialog.xml new file mode 100644 index 0000000..e550fc3 --- /dev/null +++ b/res/layout/playlist_dialog.xml @@ -0,0 +1,8 @@ + + + + diff --git a/res/layout/recently_added_heading.xml b/res/layout/recently_added_heading.xml new file mode 100644 index 0000000..6497c13 --- /dev/null +++ b/res/layout/recently_added_heading.xml @@ -0,0 +1,50 @@ + + + + + + + + + + + + diff --git a/res/layout/recents_main.xml b/res/layout/recents_main.xml new file mode 100644 index 0000000..b27134c --- /dev/null +++ b/res/layout/recents_main.xml @@ -0,0 +1,11 @@ + + + + \ No newline at end of file diff --git a/res/layout/recents_root_fragment.xml b/res/layout/recents_root_fragment.xml new file mode 100644 index 0000000..feaa64f --- /dev/null +++ b/res/layout/recents_root_fragment.xml @@ -0,0 +1,7 @@ + + + diff --git a/res/layout/recents_row.xml b/res/layout/recents_row.xml new file mode 100644 index 0000000..7f8ee86 --- /dev/null +++ b/res/layout/recents_row.xml @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/shuffle_all.xml b/res/layout/shuffle_all.xml index dc0e35b..b5a3dd5 100644 --- a/res/layout/shuffle_all.xml +++ b/res/layout/shuffle_all.xml @@ -1,25 +1,13 @@ + style="?ShuffleWrapper"> - - + tools:ignore="ContentDescription" + style="?ShuffleImage"/> + android:textSize="@dimen/text_size_medium" + android:text="@string/shuffle_all" /> diff --git a/res/layout/simple_eq.xml b/res/layout/simple_eq.xml index c3b34e4..526430c 100644 --- a/res/layout/simple_eq.xml +++ b/res/layout/simple_eq.xml @@ -3,6 +3,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" > + + - - - - - - - - - - + diff --git a/res/layout/tabs.xml b/res/layout/tabs.xml index 67b2c19..bc619dd 100644 --- a/res/layout/tabs.xml +++ b/res/layout/tabs.xml @@ -1,4 +1,4 @@