From 5c1c7c7bbdc9a04f4245b4cca78e36c5d1ae605c Mon Sep 17 00:00:00 2001 From: Joshua Bahnsen Date: Sun, 28 Apr 2013 21:44:49 -0700 Subject: [PATCH] Remove German, remove song context, fix album star Add play next to album buttons --- AndroidManifest.xml | 4 +- gen/com/handmark/pulltorefresh/library/R.java | 10 +- .../thejoshwa/ultrasonic/androidapp/R.java | 421 +++++++++--------- res/drawable-xhdpi/media_play_next_dark.png | Bin 0 -> 1552 bytes res/drawable-xhdpi/media_play_next_light.png | Bin 0 -> 1516 bytes res/drawable-xhdpi/media_play_now_dark.png | Bin 0 -> 2366 bytes res/drawable-xhdpi/media_play_now_light.png | Bin 0 -> 2524 bytes res/layout/album_buttons.xml | 10 +- res/menu/select_song_context.xml | 19 - res/values-de/strings.xml | 301 ------------- res/values/styles.xml | 2 + res/values/themes.xml | 4 + .../androidapp/activity/SearchActivity.java | 12 - .../activity/SelectAlbumActivity.java | 24 +- .../ultrasonic/androidapp/util/AlbumView.java | 4 +- 15 files changed, 251 insertions(+), 560 deletions(-) create mode 100644 res/drawable-xhdpi/media_play_next_dark.png create mode 100644 res/drawable-xhdpi/media_play_next_light.png create mode 100644 res/drawable-xhdpi/media_play_now_dark.png create mode 100644 res/drawable-xhdpi/media_play_now_light.png delete mode 100644 res/menu/select_song_context.xml delete mode 100644 res/values-de/strings.xml diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 659021db..6a3b63ec 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -2,8 +2,8 @@ + a:versionCode="12" + a:versionName="1.1.0.8" > diff --git a/gen/com/handmark/pulltorefresh/library/R.java b/gen/com/handmark/pulltorefresh/library/R.java index 0057b6e4..0ad69fb7 100644 --- a/gen/com/handmark/pulltorefresh/library/R.java +++ b/gen/com/handmark/pulltorefresh/library/R.java @@ -9,19 +9,19 @@ package com.handmark.pulltorefresh.library; public final class R { public static final class id { public static final int pullFromStart = 0x7f060001; - public static final int pull_to_refresh_progress = 0x7f06007d; + public static final int pull_to_refresh_progress = 0x7f06007e; public static final int rotate = 0x7f060007; public static final int both = 0x7f060003; public static final int webview = 0x7f06000a; - public static final int pull_to_refresh_text = 0x7f06007e; + public static final int pull_to_refresh_text = 0x7f06007f; public static final int pullDownFromTop = 0x7f060005; public static final int gridview = 0x7f060009; public static final int pullUpFromBottom = 0x7f060006; public static final int scrollview = 0x7f06000b; public static final int pullFromEnd = 0x7f060002; - public static final int pull_to_refresh_image = 0x7f06007c; - public static final int pull_to_refresh_sub_text = 0x7f06007f; - public static final int fl_inner = 0x7f06007b; + public static final int pull_to_refresh_image = 0x7f06007d; + public static final int pull_to_refresh_sub_text = 0x7f060080; + public static final int fl_inner = 0x7f06007c; public static final int flip = 0x7f060008; public static final int disabled = 0x7f060000; public static final int manualOnly = 0x7f060004; diff --git a/gen/com/thejoshwa/ultrasonic/androidapp/R.java b/gen/com/thejoshwa/ultrasonic/androidapp/R.java index 87d9ee6f..77eb1a68 100644 --- a/gen/com/thejoshwa/ultrasonic/androidapp/R.java +++ b/gen/com/thejoshwa/ultrasonic/androidapp/R.java @@ -176,7 +176,15 @@ or to a theme attribute in the form "?[package:][type:]na /**

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=0x7f01003d; + public static final int media_play_next=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_now=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_play_small=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". */ @@ -200,11 +208,11 @@ or to a theme attribute in the form "?[package:][type:]na /**

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=0x7f01003e; + public static final int media_stop=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_toggle=0x7f01003f; + public static final int media_toggle=0x7f010041; /** 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". @@ -522,135 +530,139 @@ or to a theme attribute in the form "?[package:][type:]na public static final int media_pause_normal=0x7f02005e; public static final int media_pause_normal_dark=0x7f02005f; public static final int media_pause_normal_light=0x7f020060; - public static final int media_repeat_all=0x7f020061; - public static final int media_repeat_off=0x7f020062; - public static final int media_repeat_off_dark=0x7f020063; - public static final int media_repeat_off_light=0x7f020064; - public static final int media_repeat_single=0x7f020065; - public static final int media_shuffle_normal=0x7f020066; - public static final int media_shuffle_normal_dark=0x7f020067; - public static final int media_shuffle_normal_light=0x7f020068; - public static final int media_start_normal=0x7f020069; - public static final int media_start_normal_dark=0x7f02006a; - public static final int media_start_normal_light=0x7f02006b; - public static final int media_start_pressed=0x7f02006c; - public static final int media_stop_normal=0x7f02006d; - public static final int media_stop_normal_dark=0x7f02006e; - public static final int media_stop_normal_light=0x7f02006f; - public static final int media_toggle_list_normal=0x7f020070; - public static final int media_toggle_list_normal_dark=0x7f020071; - public static final int media_toggle_list_normal_light=0x7f020072; - public static final int menu_arrow=0x7f020073; - public static final int menu_arrow_bottom=0x7f020074; - public static final int menu_arrow_right=0x7f020075; - public static final int menu_arrow_top=0x7f020076; - public static final int menubar_button_disabled=0x7f020077; - public static final int menubar_button_normal=0x7f020078; - public static final int notify_panel_notification_icon_bg=0x7f020079; - public static final int pinstripe_tile=0x7f02007a; - public static final int preview=0x7f02007b; - public static final int preview_two=0x7f02007c; - public static final int progress_bg_holo_dark=0x7f02007d; - public static final int progress_horizontal_holo_dark=0x7f02007e; - public static final int progress_primary_holo_dark=0x7f02007f; - public static final int progress_secondary_holo_dark=0x7f020080; - public static final int select_album_play_all=0x7f020081; - public static final int select_album_play_all_normal=0x7f020082; - public static final int select_album_play_all_pressed=0x7f020083; - public static final int status_bg=0x7f020084; - public static final int title_bar_shadow=0x7f020085; - public static final int unknown_album=0x7f020086; - public static final int unknown_album_large=0x7f020087; + public static final int media_play_next_dark=0x7f020061; + public static final int media_play_next_light=0x7f020062; + public static final int media_play_now_dark=0x7f020063; + public static final int media_play_now_light=0x7f020064; + public static final int media_repeat_all=0x7f020065; + public static final int media_repeat_off=0x7f020066; + public static final int media_repeat_off_dark=0x7f020067; + public static final int media_repeat_off_light=0x7f020068; + public static final int media_repeat_single=0x7f020069; + public static final int media_shuffle_normal=0x7f02006a; + public static final int media_shuffle_normal_dark=0x7f02006b; + public static final int media_shuffle_normal_light=0x7f02006c; + public static final int media_start_normal=0x7f02006d; + public static final int media_start_normal_dark=0x7f02006e; + public static final int media_start_normal_light=0x7f02006f; + public static final int media_start_pressed=0x7f020070; + public static final int media_stop_normal=0x7f020071; + public static final int media_stop_normal_dark=0x7f020072; + public static final int media_stop_normal_light=0x7f020073; + public static final int media_toggle_list_normal=0x7f020074; + public static final int media_toggle_list_normal_dark=0x7f020075; + public static final int media_toggle_list_normal_light=0x7f020076; + public static final int menu_arrow=0x7f020077; + public static final int menu_arrow_bottom=0x7f020078; + public static final int menu_arrow_right=0x7f020079; + public static final int menu_arrow_top=0x7f02007a; + public static final int menubar_button_disabled=0x7f02007b; + public static final int menubar_button_normal=0x7f02007c; + public static final int notify_panel_notification_icon_bg=0x7f02007d; + public static final int pinstripe_tile=0x7f02007e; + public static final int preview=0x7f02007f; + public static final int preview_two=0x7f020080; + public static final int progress_bg_holo_dark=0x7f020081; + public static final int progress_horizontal_holo_dark=0x7f020082; + public static final int progress_primary_holo_dark=0x7f020083; + public static final int progress_secondary_holo_dark=0x7f020084; + public static final int select_album_play_all=0x7f020085; + public static final int select_album_play_all_normal=0x7f020086; + public static final int select_album_play_all_pressed=0x7f020087; + public static final int status_bg=0x7f020088; + public static final int title_bar_shadow=0x7f020089; + public static final int unknown_album=0x7f02008a; + public static final int unknown_album_large=0x7f02008b; } public static final class id { - public static final int album=0x7f060072; - public static final int album_artist=0x7f06001c; - public static final int album_coverart=0x7f06001a; - public static final int album_menu_pin=0x7f0600b1; - public static final int album_menu_play_last=0x7f0600b0; - public static final int album_menu_play_now=0x7f0600af; - public static final int album_star=0x7f06001d; - public static final int album_title=0x7f06001b; - public static final int appwidget_coverart=0x7f06001e; - public static final int appwidget_top=0x7f060020; - public static final int artist=0x7f060022; - public static final int artist_menu_pin=0x7f0600b4; - public static final int artist_menu_play_last=0x7f0600b3; - public static final int artist_menu_play_now=0x7f0600b2; + public static final int album=0x7f060073; + public static final int album_artist=0x7f06001d; + public static final int album_coverart=0x7f06001b; + public static final int album_menu_pin=0x7f0600b2; + public static final int album_menu_play_last=0x7f0600b1; + public static final int album_menu_play_now=0x7f0600b0; + public static final int album_star=0x7f06001e; + public static final int album_title=0x7f06001c; + public static final int appwidget_coverart=0x7f06001f; + public static final int appwidget_top=0x7f060021; + public static final int artist=0x7f060023; + public static final int artist_menu_pin=0x7f0600b5; + public static final int artist_menu_play_last=0x7f0600b4; + public static final int artist_menu_play_now=0x7f0600b3; public static final int both=0x7f060003; - public static final int control_next=0x7f060025; - public static final int control_play=0x7f060024; - public static final int control_previous=0x7f060023; - public static final int control_stop=0x7f060073; + public static final int control_next=0x7f060026; + public static final int control_play=0x7f060025; + public static final int control_previous=0x7f060024; + public static final int control_stop=0x7f060074; public static final int disabled=0x7f060000; - public static final int download_album=0x7f06003a; - public static final int download_album_art_image=0x7f060034; - public static final int download_album_art_layout=0x7f060033; - public static final int download_artist=0x7f060039; - public static final int download_button_bar_flipper=0x7f060036; - public static final int download_control_layout=0x7f060026; - public static final int download_duration=0x7f060038; - public static final int download_empty=0x7f06003b; - public static final int download_equalizer=0x7f0600a4; - public static final int download_jukebox=0x7f0600a6; - public static final int download_list=0x7f06003c; - public static final int download_next=0x7f06002c; - public static final int download_pause=0x7f060029; - public static final int download_playlist_flipper=0x7f060032; - public static final int download_position=0x7f060037; - public static final int download_previous=0x7f060028; - public static final int download_progress_bar=0x7f06003d; - public static final int download_repeat=0x7f06002d; - public static final int download_shuffle=0x7f060027; - public static final int download_song_title=0x7f060031; - public static final int download_star=0x7f06002e; - public static final int download_start=0x7f06002b; - public static final int download_status=0x7f060030; - public static final int download_stop=0x7f06002a; - public static final int download_toggle_list=0x7f06002f; - public static final int download_visualizer=0x7f0600a5; - public static final int download_visualizer_view_layout=0x7f060035; - public static final int equalizer_bar=0x7f060043; - public static final int equalizer_frequency=0x7f060041; - public static final int equalizer_level=0x7f060042; - public static final int equalizer_enabled=0x7f06003e; - public static final int equalizer_layout=0x7f06003f; - public static final int equalizer_preset=0x7f060040; - public static final int fl_inner=0x7f06007b; + public static final int download_album=0x7f06003b; + public static final int download_album_art_image=0x7f060035; + public static final int download_album_art_layout=0x7f060034; + public static final int download_artist=0x7f06003a; + public static final int download_button_bar_flipper=0x7f060037; + public static final int download_control_layout=0x7f060027; + public static final int download_duration=0x7f060039; + public static final int download_empty=0x7f06003c; + public static final int download_equalizer=0x7f0600a5; + public static final int download_jukebox=0x7f0600a7; + public static final int download_list=0x7f06003d; + public static final int download_next=0x7f06002d; + public static final int download_pause=0x7f06002a; + public static final int download_playlist_flipper=0x7f060033; + public static final int download_position=0x7f060038; + public static final int download_previous=0x7f060029; + public static final int download_progress_bar=0x7f06003e; + public static final int download_repeat=0x7f06002e; + public static final int download_shuffle=0x7f060028; + public static final int download_song_title=0x7f060032; + public static final int download_star=0x7f06002f; + public static final int download_start=0x7f06002c; + public static final int download_status=0x7f060031; + public static final int download_stop=0x7f06002b; + public static final int download_toggle_list=0x7f060030; + public static final int download_visualizer=0x7f0600a6; + public static final int download_visualizer_view_layout=0x7f060036; + public static final int equalizer_bar=0x7f060044; + public static final int equalizer_frequency=0x7f060042; + public static final int equalizer_level=0x7f060043; + public static final int equalizer_enabled=0x7f06003f; + public static final int equalizer_layout=0x7f060040; + public static final int equalizer_preset=0x7f060041; + public static final int fl_inner=0x7f06007c; public static final int flip=0x7f060008; public static final int gridview=0x7f060009; - public static final int help_back=0x7f060045; - public static final int help_buttons=0x7f060044; - public static final int help_close=0x7f060046; - public static final int help_contents=0x7f060047; - public static final int jukebox_volume_progress_bar=0x7f060049; - public static final int linearLayout1=0x7f06001f; - public static final int lyrics_artist=0x7f06004b; - public static final int lyrics_scrollview=0x7f06004a; - public static final int lyrics_text=0x7f06004d; - public static final int lyrics_title=0x7f06004c; - public static final int main_select_server_1=0x7f060051; - public static final int main_select_server_2=0x7f060052; - public static final int main_albums=0x7f06005a; - public static final int main_albums_alphaByArtist=0x7f060062; - public static final int main_albums_alphaByName=0x7f060061; - public static final int main_albums_button=0x7f060055; - public static final int main_albums_frequent=0x7f06005d; - public static final int main_albums_highest=0x7f06005e; - public static final int main_albums_newest=0x7f06005b; - public static final int main_albums_random=0x7f06005f; - public static final int main_albums_recent=0x7f06005c; - public static final int main_albums_starred=0x7f060060; - public static final int main_artists_button=0x7f060054; - public static final int main_dummy=0x7f06004f; - public static final int main_genres_button=0x7f060056; - public static final int main_list=0x7f06004e; - public static final int main_music=0x7f060053; - public static final int main_select_server=0x7f060050; - public static final int main_shuffle=0x7f0600a3; - public static final int main_songs=0x7f060057; - public static final int main_songs_button=0x7f060058; - public static final int main_songs_starred=0x7f060059; + public static final int help_back=0x7f060046; + public static final int help_buttons=0x7f060045; + public static final int help_close=0x7f060047; + public static final int help_contents=0x7f060048; + public static final int jukebox_volume_progress_bar=0x7f06004a; + public static final int linearLayout1=0x7f060020; + public static final int lyrics_artist=0x7f06004c; + public static final int lyrics_scrollview=0x7f06004b; + public static final int lyrics_text=0x7f06004e; + public static final int lyrics_title=0x7f06004d; + public static final int main_select_server_1=0x7f060052; + public static final int main_select_server_2=0x7f060053; + public static final int main_albums=0x7f06005b; + public static final int main_albums_alphaByArtist=0x7f060063; + public static final int main_albums_alphaByName=0x7f060062; + public static final int main_albums_button=0x7f060056; + public static final int main_albums_frequent=0x7f06005e; + public static final int main_albums_highest=0x7f06005f; + public static final int main_albums_newest=0x7f06005c; + public static final int main_albums_random=0x7f060060; + public static final int main_albums_recent=0x7f06005d; + public static final int main_albums_starred=0x7f060061; + public static final int main_artists_button=0x7f060055; + public static final int main_dummy=0x7f060050; + public static final int main_genres_button=0x7f060057; + public static final int main_list=0x7f06004f; + public static final int main_music=0x7f060054; + public static final int main_select_server=0x7f060051; + public static final int main_shuffle=0x7f0600a4; + public static final int main_songs=0x7f060058; + public static final int main_songs_button=0x7f060059; + public static final int main_songs_starred=0x7f06005a; public static final int manualOnly=0x7f060004; /** Used with View#setTag(int) to specify a position for the active view. */ @@ -670,94 +682,92 @@ or to a theme attribute in the form "?[package:][type:]na /** The ID of the menu container. */ public static final int md__menu=0x7f06000f; - public static final int menu_about=0x7f06006c; + public static final int menu_about=0x7f06006d; public static final int menu_album=0x7f060012; - public static final int menu_browse=0x7f060066; - public static final int menu_common=0x7f06006a; - public static final int menu_exit=0x7f06006d; - public static final int menu_home=0x7f060065; - public static final int menu_lyrics=0x7f0600ab; - public static final int menu_main=0x7f060063; - public static final int menu_navigation=0x7f060064; - public static final int menu_now_playing=0x7f060069; - public static final int menu_playlists=0x7f060068; - public static final int menu_remove=0x7f0600ac; - public static final int menu_remove_all=0x7f0600a8; - public static final int menu_save_playlist=0x7f0600a7; - public static final int menu_screen_on_off=0x7f0600a9; - public static final int menu_search=0x7f060067; - public static final int menu_settings=0x7f06006b; - public static final int menu_show_album=0x7f0600aa; - public static final int menu_shuffle=0x7f0600ad; - public static final int notification_image=0x7f06006f; - public static final int now_playing=0x7f060074; - public static final int now_playing_artist=0x7f060077; - public static final int now_playing_control_play=0x7f060078; - public static final int now_playing_image=0x7f060075; - public static final int now_playing_trackname=0x7f060076; - public static final int play_video_contents=0x7f060079; - public static final int progress_message=0x7f06007a; + public static final int menu_browse=0x7f060067; + public static final int menu_common=0x7f06006b; + public static final int menu_exit=0x7f06006e; + public static final int menu_home=0x7f060066; + public static final int menu_lyrics=0x7f0600ac; + public static final int menu_main=0x7f060064; + public static final int menu_navigation=0x7f060065; + public static final int menu_now_playing=0x7f06006a; + public static final int menu_playlists=0x7f060069; + public static final int menu_remove=0x7f0600ad; + public static final int menu_remove_all=0x7f0600a9; + public static final int menu_save_playlist=0x7f0600a8; + public static final int menu_screen_on_off=0x7f0600aa; + public static final int menu_search=0x7f060068; + public static final int menu_settings=0x7f06006c; + public static final int menu_show_album=0x7f0600ab; + public static final int menu_shuffle=0x7f0600ae; + public static final int notification_image=0x7f060070; + public static final int now_playing=0x7f060075; + public static final int now_playing_artist=0x7f060078; + public static final int now_playing_control_play=0x7f060079; + public static final int now_playing_image=0x7f060076; + public static final int now_playing_trackname=0x7f060077; + public static final int play_video_contents=0x7f06007a; + public static final int progress_message=0x7f06007b; 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=0x7f06007c; - public static final int pull_to_refresh_progress=0x7f06007d; - public static final int pull_to_refresh_sub_text=0x7f06007f; - public static final int pull_to_refresh_text=0x7f06007e; + public static final int pull_to_refresh_image=0x7f06007d; + public static final int pull_to_refresh_progress=0x7f06007e; + public static final int pull_to_refresh_sub_text=0x7f060080; + public static final int pull_to_refresh_text=0x7f06007f; public static final int rotate=0x7f060007; - public static final int save_playlist_name=0x7f060081; - public static final int save_playlist_root=0x7f060080; + public static final int save_playlist_name=0x7f060082; + public static final int save_playlist_root=0x7f060081; public static final int scrollview=0x7f06000b; - public static final int search_albums=0x7f060085; - public static final int search_artists=0x7f060084; - public static final int search_list=0x7f060082; - public static final int search_more_albums=0x7f060088; - public static final int search_more_artists=0x7f060087; - public static final int search_more_songs=0x7f060089; - public static final int search_search=0x7f060083; - public static final int search_songs=0x7f060086; - public static final int select_album_art=0x7f06008c; - public static final int select_album_artist=0x7f06008e; - public static final int select_album_delete=0x7f060018; - public static final int select_album_duration=0x7f060091; - public static final int select_album_empty=0x7f06008a; - public static final int select_album_entries=0x7f06008b; - public static final int select_album_genre=0x7f06008f; - public static final int select_album_more=0x7f060019; - public static final int select_album_pin=0x7f060016; - public static final int select_album_play_all=0x7f0600ae; - public static final int select_album_play_last=0x7f060015; + public static final int search_albums=0x7f060086; + public static final int search_artists=0x7f060085; + public static final int search_list=0x7f060083; + public static final int search_more_albums=0x7f060089; + public static final int search_more_artists=0x7f060088; + public static final int search_more_songs=0x7f06008a; + public static final int search_search=0x7f060084; + public static final int search_songs=0x7f060087; + public static final int select_album_art=0x7f06008d; + public static final int select_album_artist=0x7f06008f; + public static final int select_album_delete=0x7f060019; + public static final int select_album_duration=0x7f060092; + public static final int select_album_empty=0x7f06008b; + public static final int select_album_entries=0x7f06008c; + public static final int select_album_genre=0x7f060090; + public static final int select_album_more=0x7f06001a; + public static final int select_album_pin=0x7f060017; + public static final int select_album_play_all=0x7f0600af; + 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=0x7f060090; - public static final int select_album_title=0x7f06008d; - public static final int select_album_unpin=0x7f060017; - public static final int select_artist_folder=0x7f060093; - public static final int select_artist_folder_1=0x7f060094; - public static final int select_artist_folder_2=0x7f060095; - public static final int select_artist_list=0x7f060092; - public static final int select_genre_empty=0x7f060096; - public static final int select_genre_list=0x7f060097; - public static final int select_playlist_empty=0x7f060098; - public static final int select_playlist_list=0x7f060099; - public static final int song_artist=0x7f06009e; - public static final int song_check=0x7f06009a; - public static final int song_duration=0x7f06009f; - public static final int song_menu_play_last=0x7f0600b7; - public static final int song_menu_play_next=0x7f0600b6; - public static final int song_menu_play_now=0x7f0600b5; - public static final int song_star=0x7f0600a0; - public static final int song_status=0x7f06009d; - public static final int song_title=0x7f06009c; - public static final int song_track=0x7f06009b; - public static final int status_icon=0x7f060070; - public static final int statusbar=0x7f06006e; - public static final int tab_progress=0x7f0600a1; - public static final int tab_progress_message=0x7f0600a2; - public static final int title=0x7f060021; - public static final int toast_layout_root=0x7f060048; - public static final int trackname=0x7f060071; + public static final int select_album_song_count=0x7f060091; + public static final int select_album_title=0x7f06008e; + public static final int select_album_unpin=0x7f060018; + public static final int select_artist_folder=0x7f060094; + public static final int select_artist_folder_1=0x7f060095; + public static final int select_artist_folder_2=0x7f060096; + public static final int select_artist_list=0x7f060093; + public static final int select_genre_empty=0x7f060097; + public static final int select_genre_list=0x7f060098; + public static final int select_playlist_empty=0x7f060099; + public static final int select_playlist_list=0x7f06009a; + public static final int song_artist=0x7f06009f; + public static final int song_check=0x7f06009b; + public static final int song_duration=0x7f0600a0; + public static final int song_star=0x7f0600a1; + public static final int song_status=0x7f06009e; + public static final int song_title=0x7f06009d; + public static final int song_track=0x7f06009c; + public static final int status_icon=0x7f060071; + public static final int statusbar=0x7f06006f; + public static final int tab_progress=0x7f0600a2; + public static final int tab_progress_message=0x7f0600a3; + public static final int title=0x7f060022; + public static final int toast_layout_root=0x7f060049; + public static final int trackname=0x7f060072; public static final int webview=0x7f06000a; } public static final class integer { @@ -809,7 +819,6 @@ or to a theme attribute in the form "?[package:][type:]na 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_song_context=0x7f0e0006; } public static final class plurals { public static final int select_album_donate_dialog_n_trial_days_left=0x7f0d0003; diff --git a/res/drawable-xhdpi/media_play_next_dark.png b/res/drawable-xhdpi/media_play_next_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6d2bfb689430752de4647d2de1a437b675e644c1 GIT binary patch literal 1552 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=k|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*9U+m{l@EB1$5BeXNr6bM+EIYV;~{3xK*A7;Nk-3KEmEQ%e+* zQqwc@Y?a>c-mj#PnPRIHZt82`Ti~3Uk?B!Ylp0*+7m{3+ootz+WN)WnQ(*-(AUCxn zQK2F?C$HG5!d3}vt`(3C64qBz04piUwpD^SD#ABF!8yMuRl!uxKsVXI%uvD1M9IxIyg#@@$ndN=gc>^!3Zj z%k|2Q_413-^$jg8E%gnI^o@*kfhu&1EAvVcD|GXUm0>2hq!uR^WfqiV=I1GZOiWD5 zFD$Tv3bSNU;+l1ennz|zM-B0$V)JVzP|XC=H|jx7ncO3BHWAB;NpiyW)Z+ZoqGVvir744~DzI`cN=+=uFAB-e&w+(vKt_H^esM;Afr4|esh**NZ(?$0 z9!LbN!`Ii!Gq1QLF)umQ)5TT^Xog;9W{Q=8fwPg5rMa1@lc9m3p{t>#iJ_&diIcOV zo2j9>iIX8ruSMv>2~2MaLa#Yay`aR9TL84#CABECEH%ZgC_h&L>}jh^tZp%O zF*kI?Z5~u_3Rbs(^;+O`i$2gX`k<&qifWh;F#Uj-@PrHGz>|Jz9x%NZ0TZ^ohg*BWE7h0;UxVS`9GjL;i2BD2LD=vuXlZ4j0zRsQh?5t%HGAW!{F?%YI=I4L7E_ zG-S1S*UeDR_{cl)Ye+6f!VksN4{S1ApBwT%a6QSbYS7ho0E<=T`Pyvp?iM9b@AM7EE+SblYZp} z0E09rGV(!G(B9xn3KHiY*qD7fma^;YS)SlOY%WcXCv}UB)g{dIRQpc0Hcx6Uf6G|+ zc-mj#PnPRIHZt82`Ti~3Uk?B!Ylp0*+7m{3+ootz+WN)WnQ(*-(AUCxn zQK2F?C$HG5!d3}vt`(3C64qBz04piUwpD^SD#ABF!8yMuRl!uxKsVXI%uvD1M9IxIyg#@@$ndN=gc>^!3Zj z%k|2Q_413-^$jg8E%gnI^o@*kfhu&1EAvVcD|GXUm0>2hq!uR^WfqiV=I1GZOiWD5 zFD$Tv3bSNU;+l1ennz|zM-B0$V)JVzP|XC=H|jx7ncO3BHWAB;NpiyW)Z+ZoqGVvir744~DzI`cN=+=uFAB-e&w+(vKt_H^esM;Afr4|esh**NZ(?$0 z9!LbN!`Ii!Gq1QLF)umQ)5TT^Xog;9W{Q=mtEr`#p^K5JlYxt&p{t>#iJ_&diIcOV zo2j9>iIX8ruSMv>2~2MaLa#ASy`aR9TL84#CABECEH%ZgC_h&L>}jh^Y;JLJ zaWXVA!)+c^ZwfZIK=hj6bc;UFG5VmWMT%;e5HS6KnDB%PE_Gf_NIj6U!9zz$qK2v2Kk2L3 z`-?6Sr&5wKmpFECGzZ=KHUEj_$zGQo;rVm#J+GV;e{11e%jfmyK9{{;8>=IxdroZQ zjM*FtOdSkL4PdI~?9aFC!ktHq;$Ar{WHK|I?X^_QON&7_jyvJi$&WVX#~=4+7de;; zZd2sGUR)Scth>QIxv#SA*lm%D7f>nhqXBrusv)VQtWl(hz+tTD|z`aX*o8+(Nry1X? z9mFk|tRM7sGwcdEd$FQ<0sosOm5PT`*h1w$vPm7(m=QkL?6{SJzxpC(pGL_Ga%ti} z&fU|nI}-abk=dqL(BU|{std1#lHs-kh80gkxSnSo^i61b)oyV-&Vl`upMkHTk{D2n zrrnq3xDEVaniZQ~vX%b)!yd2QJ)Bcv8)cP+q*+c^o(@G4%zeN%l Y1U6T{<&z1#2`Ya*UHx3vIVCg!0AQ~k@&Et; literal 0 HcmV?d00001 diff --git a/res/drawable-xhdpi/media_play_now_dark.png b/res/drawable-xhdpi/media_play_now_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e53d5eb1611695213834e4843fb223ed2b5e3761 GIT binary patch literal 2366 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 WesgUH?ZoHl_m-!dH?58uDf + + -

- - - - - - - - \ No newline at end of file diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml deleted file mode 100644 index 42ce59d0..00000000 --- a/res/values-de/strings.xml +++ /dev/null @@ -1,301 +0,0 @@ - - - UltraSonic - OK - Sparen - Annullieren - Jetzt spielen - Spielen nächsten - Spielen letzte - Befestigen - Trennen - Löschen - Verschiedenen Künstlern - Mehrere Genres - Startseite UltraSonic - Musikbibliothek - Suche - Wiedergabelisten - Spielt jetzt - Willkommen! - Willkommen UltraSonic! Die Anwendung ist nicht konfiguriert. Nachdem Sie Ihren eigenen Server (ab subsonic.org), bitte auf die Einstellungen zugreifen und die Konfiguration ändern, um eine Verbindung herzustellen. - Wählen Sie einen Server - Genre wählen - Alle Genres - Shuffle - Offline - Einstellungen - Künstler - Genres - Alben - Neueste - Kürzlich gespielt - Häufig gespielt - Höchsten bewertet - Zufällig - Gefällt - Alphabetisch nach Namen - Alphabetisch nach Künstler - Lieder - Gefällt - Zufällig - Genre - Musik - Verlassen - Einstellungen - Hilfe - Über - Suche - Navigation - Gemeinsamen - Wiedergabelisten - Hilfe - Willkommen UltraSonic! - Rückkehr - Schließen - file:///android_asset/html/en/index.html - Verladung… - Laden Sie das Video… - Bitte installieren Sie den Adobe Flash Player aus dem Google Play Store. - Suche - Suche - Klicken Sie auf Suche - Keine Ergebnisse, bitte versuchen Sie es erneut - Künstler - Alben - Lieder - Mehr anzeigen - Bitte warten… - Musikbibliothek - Musik offline - Keine Titel gefunden - Wählen Sie alle - %d Ausgewählte Titel. - %d Nicht ausgewählte Titel. - Mehr - Offline - Suchen… - Spielen - Fehler: Keine SD-Karte erhältlich. - Hinweis: Kein Netz verfügbar. - Server ohne Lizenz. %d Studie verbleibenden Tage. - Holen Sie sich unbegrenzte Downloads mit einer Spende Subsonic. - Jetzt - Später - Die Probezeit ist vorbei - Keine Künstler gefunden - Keine Genres gefunden - Keine Playlist auf dem Server - Leere Wiedergabeliste - Herunterladen - %s - Speichern - Nach Zufallswiedergabe - Zeigen Album - Songtext - Entfernen verfolgen - Entfernen Sie alle - Auf dem Bildschirm - Deaktivieren Bildschirm - Shuffle - Speichern Sie die Playlist - Equalizer - Visualizer - Jukebox - Playlist gemischten - Speichern Sie die Playlist - Geben Sie den Namen der Wiedergabeliste : - Aufnahme Playlist \"%s\"… - Playlist erfolgreich registriert! - Konnte die Wiedergabeliste zu speichern, bitte versuchen Sie es später erneut. - Wiederholung aus - Alle wiederholen - Wiederholen Song - Viewer-aktivierten - Viewers deaktiviert - Fernbedienung aktiviert. Die Musik wird auf dem Server gespielt. - Fernbedienung deaktiviert. Die Musik wird auf dem Handy gespielt. - Volumen des entfernten - Die Fernbedienung wird nicht unterstützt. Update-Subsonic-Server benötigt. - Die Fernbedienung ist nicht offline verfügbar. - Die Fernbedienung ist nicht erlaubt. Bitte aktivieren Jukebox-Modus in Benutzer > Einstellungen von Ihrem Subsonic Server. - %1$s%2$s - %d Kb/s - Keine Songtexte gefunden - Fehler - UltraSonic von Parametern - Test Connection - Server - Ungenutzte 1 - Ungenutzte 2 - Ungenutzte 3 - Name - Server-Adresse - Benutzername - Kennwort - Cache Musik - Songs Vorspannung - Cache-Größe - Cache-Speicherort - Ort der ungültigen Cache. Mit Standard. - Anschließen Test… - Richtiger Anschluss - Korrekter Anschluss. Server ohne Lizenz. - Verbindung fehlgeschlagen - Bitte geben Sie eine gültige URL. - Bitte geben Sie einen gültigen Benutzernamen (keine Leerzeichen am Ende). - Aussehen - Thema - Helle - Dunkle - Netzwerk - Maximaler Durchfluss - Wi-Fi - Maximaler Durchfluss - Mobile - 32 Kb/s - 64 Kb/s - 80 Kb/s - 96 Kb/s - 112 Kb/s - 128 Kb/s - 160 Kb/s - 192 Kb/s - 256 Kb/s - 320 Kb/s - Unbegrenzt - Wi-Fi-Streaming nur - Nur Stream-Medien, wenn Wi-Fi verbunden - Sehen Bitrate und Dateiendung - Fügen Sie den Namen des Künstlers, Bitrate und Dateiendung - Verwenden Sie Ordner, um die Namen von Interpreten - Top-Level-Ordner ist der Name des Albums, Künstler - Zeigen Track-Nummer - Fügen Sie die Nummer im Display Titel - 1 Stück - 2 Stücke - 3 Stücke - 5 Stücke - 10 Stücke - Unbegrenzt - 100 MB - 200 MB - 500 Mb - 1 GB - 2 GB - 5 GB - 10 GB - 20 GB - Unbegrenzt - Suchverlauf löschen - Suchverlauf gelöscht - Andere Parameter - Sucheinstellungen - Wiedergabe-Steuerung - Scrobble auf Last.fm - Vergessen Sie nicht, Ihren Benutzernamen und Ihr Passwort auf Last.fm Subsonic-Server eingerichtet - Server-Side-Albumcover Skalierung - Laden skalierte Bilder vom Server statt voller Größe (spart Bandbreite) - Ausblenden andere - Ausblenden Musikdateien und Albumcover anderen Apps (Galerie, Musik, etc.) - Wirksamwerden nächsten Android scannt Ihr Handy für Musik. - Medien-Tasten - Reagieren Sie auf Telefon, Headset und Bluetooth-Media-Tasten - Halten Sie überwachen auf - Halten Sie den Bildschirm auf, während das Herunterladen Verbessert Download-Geschwindigkeit. - Buffer Länge - Verbindungs-Timeout - 1 Sekunde - 2 Sekunden - 5 Sekunden - 8 Sekunden - 10 Sekunden - 12 Sekunden - 15 Sekunden - 20 Sekunden - 30 Sekunden - 15 Sekunden - 30 Sekunden - 45 Sekunden - 60 Sekunden - 75 Sekunden - 90 Sekunden - 105 Sekunden - 120 Sekunden - Benachrichtigungen - Show jetzt spielen Benachrichtigung in der Statusleiste - Immer zeigen Meldungen - Zeigen immer spielen jetzt Benachrichtigung, wenn eine Wiedergabeliste wird aufgefüllt - Bedienelemente am Bildschirm sperren - Zeigen Sie die Steuerelemente für die Wiedergabe auf dem Bildschirm sperren - Verwenden Sie einen Proxy - Stream-Medien über einen Proxy-Wiedergabe (stottern kann helfen) - Jetzt zeigen abgespielten Song - Anzeigen aktuellen Titels in allen Aktivitäten - Maximale Alben - 1 - 3 - 5 - 10 - 15 - 20 - 25 - 30 - 40 - 50 - 75 - 100 - 250 - 500 - Maximale Künstler - Maximale Songs - Standardmäßig Künstler - Standardmäßig Alben - Standardmäßig Songs - Ein Netzwerk-Fehler aufgetreten. Führen Sie %1$d von %2$d. - Bitte warten… - Verladung… - Diese Anwendung erfordert Netzzugang. Bitte schalten Sie Wi-Fi-oder Mobilfunknetz. - Ein Netzwerk-Fehler aufgetreten. Bitte überprüfen Sie die Server-Adresse oder versuchen Sie es später erneut. - Ressource nicht gefunden. Bitte überprüfen Sie die Adresse des Servers. - Falsche Antwort. Bitte überprüfen Sie die Adresse des Servers. - Kontaktiert Server, bitte warten. - Lesen Server. - Lesen Server. Fertig! - Inkompatible Versionen. Bitte aktualisiert die Android Anwendung im UltraSonic. - Inkompatible Versionen. Bitte aktualisieren Sie die Subsonic Server. - Bad Benutzername oder Passwort. - Unauthorized. Überprüfen Sie die Berechtigungen der Benutzer in der Subsonic Server. - %d erholt Künstler. - Erfrischen - Wählen Sie den Ordner - Alle Ordner - Equalizer - Aktiviert - Vordefinierte Auswahl - Tippen Sie einen Titel wählen - SD-Karte nicht verfügbar - Keine SD-Karte - 0.00 GB - 0.00 MB - 0 KB - 0 B - -:-- - 0:00 - - - Keine Songs - Ein Song - %d Songs - - - 1 Song zum Download geplant. - %d Songs zum Download geplant. - - - Ein Song aufgenommen in die Warteschlange zu spielen. - %d Songs aufgenommen in die Warteschlange zu spielen. - - - Ein Tag verließ der Probezeit - %d Tage der Probezeit verlassen - - - diff --git a/res/values/styles.xml b/res/values/styles.xml index 9aab3984..3d956597 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -76,6 +76,8 @@ + + diff --git a/res/values/themes.xml b/res/values/themes.xml index c6e6e5cd..fde58e81 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -32,6 +32,8 @@ @drawable/media_repeat_single @drawable/media_shuffle_normal_dark @drawable/media_start_normal_dark + @drawable/media_play_now_dark + @drawable/media_play_next_dark @drawable/ic_stat_play_dark @drawable/media_stop_normal_dark @drawable/media_toggle_list_normal_dark @@ -68,6 +70,8 @@ @drawable/media_repeat_single @drawable/media_shuffle_normal_light @drawable/media_start_normal_light + @drawable/media_play_now_light + @drawable/media_play_next_light @drawable/ic_stat_play_light @drawable/media_stop_normal_light @drawable/media_toggle_list_normal_light diff --git a/src/com/thejoshwa/ultrasonic/androidapp/activity/SearchActivity.java b/src/com/thejoshwa/ultrasonic/androidapp/activity/SearchActivity.java index b66b2a7f..f17d9128 100644 --- a/src/com/thejoshwa/ultrasonic/androidapp/activity/SearchActivity.java +++ b/src/com/thejoshwa/ultrasonic/androidapp/activity/SearchActivity.java @@ -176,9 +176,6 @@ public class SearchActivity extends SubsonicTabActivity { if (isArtist || isAlbum) { MenuInflater inflater = getMenuInflater(); inflater.inflate(R.menu.select_album_context, menu); - } else if (isSong) { - MenuInflater inflater = getMenuInflater(); - inflater.inflate(R.menu.select_song_context, menu); } } @@ -201,15 +198,6 @@ public class SearchActivity extends SubsonicTabActivity { case R.id.album_menu_pin: downloadRecursively(id, true, true, false); break; - case R.id.song_menu_play_now: - onSongSelected(entry, false, false, true, false); - break; - case R.id.song_menu_play_next: - onSongSelected(entry, false, true, false, true); - break; - case R.id.song_menu_play_last: - onSongSelected(entry, false, true, false, false); - break; default: return super.onContextItemSelected(menuItem); } diff --git a/src/com/thejoshwa/ultrasonic/androidapp/activity/SelectAlbumActivity.java b/src/com/thejoshwa/ultrasonic/androidapp/activity/SelectAlbumActivity.java index 98150a07..ab186ad5 100644 --- a/src/com/thejoshwa/ultrasonic/androidapp/activity/SelectAlbumActivity.java +++ b/src/com/thejoshwa/ultrasonic/androidapp/activity/SelectAlbumActivity.java @@ -69,6 +69,7 @@ public class SelectAlbumActivity extends SubsonicTabActivity { private View emptyView; private ImageView selectButton; private ImageView playNowButton; + private ImageView playNextButton; private ImageView playLastButton; private ImageView pinButton; private ImageView unpinButton; @@ -124,6 +125,7 @@ public class SelectAlbumActivity extends SubsonicTabActivity { selectButton = (ImageView) findViewById(R.id.select_album_select); playNowButton = (ImageView) findViewById(R.id.select_album_play_now); + playNextButton = (ImageView) findViewById(R.id.select_album_play_next); playLastButton = (ImageView) findViewById(R.id.select_album_play_last); pinButton = (ImageView) findViewById(R.id.select_album_pin); unpinButton = (ImageView) findViewById(R.id.select_album_unpin); @@ -144,6 +146,13 @@ public class SelectAlbumActivity extends SubsonicTabActivity { selectAll(false, false); } }); + playNextButton.setOnClickListener(new View.OnClickListener() { + @Override + public void onClick(View view) { + download(true, false, false, true); + selectAll(false, false); + } + }); playLastButton.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { @@ -262,9 +271,6 @@ public class SelectAlbumActivity extends SubsonicTabActivity { if (entry.isDirectory()) { MenuInflater inflater = getMenuInflater(); inflater.inflate(R.menu.select_album_context, menu); - } else { - MenuInflater inflater = getMenuInflater(); - inflater.inflate(R.menu.select_song_context, menu); } } @@ -284,15 +290,6 @@ public class SelectAlbumActivity extends SubsonicTabActivity { case R.id.album_menu_pin: downloadRecursively(entry.getId(), true, true, false); break; - case R.id.song_menu_play_now: - getDownloadService().download(songs, false, true, true); - break; - case R.id.song_menu_play_next: - getDownloadService().download(songs, false, false, true); - break; - case R.id.song_menu_play_last: - getDownloadService().download(songs, false, false, false); - break; case R.id.select_album_play_all: playAll(); break; @@ -509,6 +506,7 @@ public class SelectAlbumActivity extends SubsonicTabActivity { } playNowButton.setVisibility(enabled ? View.VISIBLE : View.GONE); + playNextButton.setVisibility(enabled ? View.VISIBLE : View.GONE); playLastButton.setVisibility(enabled ? View.VISIBLE : View.GONE); pinButton.setVisibility((enabled && !Util.isOffline(this) && selection.size() > pinnedCount) ? View.VISIBLE : View.GONE); unpinButton.setVisibility(unpinEnabled ? View.VISIBLE : View.GONE); @@ -676,6 +674,7 @@ public class SelectAlbumActivity extends SubsonicTabActivity { deleteButton.setVisibility(View.VISIBLE); selectButton.setVisibility(View.VISIBLE); playNowButton.setVisibility(View.VISIBLE); + playNextButton.setVisibility(View.VISIBLE); playLastButton.setVisibility(View.VISIBLE); if (listSize == 0 || songCount < listSize) { @@ -689,6 +688,7 @@ public class SelectAlbumActivity extends SubsonicTabActivity { deleteButton.setVisibility(View.GONE); selectButton.setVisibility(View.GONE); playNowButton.setVisibility(View.GONE); + playNextButton.setVisibility(View.VISIBLE); playLastButton.setVisibility(View.GONE); if (listSize == 0 || result.getFirst().getChildren().size() < listSize) { diff --git a/src/com/thejoshwa/ultrasonic/androidapp/util/AlbumView.java b/src/com/thejoshwa/ultrasonic/androidapp/util/AlbumView.java index 237a8202..9d1d13b4 100644 --- a/src/com/thejoshwa/ultrasonic/androidapp/util/AlbumView.java +++ b/src/com/thejoshwa/ultrasonic/androidapp/util/AlbumView.java @@ -71,10 +71,10 @@ public class AlbumView extends LinearLayout { final String id = album.getId(); if (!isStarred) { - starImageView.setImageDrawable(getResources().getDrawable(R.attr.star_full)); + starImageView.setImageDrawable(Util.getDrawableFromAttribute(getContext(), R.attr.star_full)); album.setStarred(true); } else { - starImageView.setImageDrawable(getResources().getDrawable(R.attr.star_hollow)); + starImageView.setImageDrawable(Util.getDrawableFromAttribute(getContext(), R.attr.star_hollow)); album.setStarred(false); }