Android Open Source - App device squeezedroid






Project Summary

Android application to control logitech squeezebox devices.

Web Site / Source Repository

squeezedroid is hosted in the following web site
https://github.com/clehmann/squeezedroid

If you think the Android project squeezedroid listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of squeezedroid.

ItemValue
Java File Count78
Target SDK Version9
Minimum SDK Version5
Activity Count16
Required Permissionsandroid.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

There are 53 image files in squeezedroid. The names of the image files are listed as follows.

albums_25x25_f.png
appsfolder_25x25_f.png
artists.png
browse.png
button_panel_bg.png
cover_250x250.png
cover_50x50_p.png
default_album.png
default_album_thumb.png
down.png
empty.png
genres_25x25_f.png
icon_add.png
icon_choose.png
icon_clear_playlist.png
icon_done.png
icon_library.png
icon_play.png
icon_playlist.png
icon_playlist_clear.png
icon_playnext.png
icon_settings.png
icon_sync.png
library.png
loading.gif
musicfolder_25x25_f.png
newmusic_25x25_f.png
next.png
pause.png
play.png
player_panel_bg.png
playlist.png
playlists.png
playlists_25x25_f.png
pressed.png
prev.png
radio_25x25_f.png
repeat_all.png
repeat_off.png
repeat_song.png
search.png
selected.png
shuffle_album.png
shuffle_all.png
shuffle_off.png
squeeze_search.png
stop.gif
template.png
unsync.png
up.png
volume.png
volume_up.gif
years_25x25_f.png

The following screenshort is generated from the image listed above.

null




Java Source Files

squeezedroid has the following Java source files.

net.chrislehmann.squeezedroid.activity.ActivitySupport.java
net.chrislehmann.squeezedroid.activity.BrowseAlbumsActivity.java
net.chrislehmann.squeezedroid.activity.BrowseApplicationActivity.java
net.chrislehmann.squeezedroid.activity.BrowseArtistsActivity.java
net.chrislehmann.squeezedroid.activity.BrowseFoldersActivity.java
net.chrislehmann.squeezedroid.activity.BrowseGenresActivity.java
net.chrislehmann.squeezedroid.activity.BrowseRootActivity.java
net.chrislehmann.squeezedroid.activity.BrowseSongsActivity.java
net.chrislehmann.squeezedroid.activity.ChoosePlayerActivity.java
net.chrislehmann.squeezedroid.activity.ConnectToServerActivity.java
net.chrislehmann.squeezedroid.activity.EditPrefrencesActivity.java
net.chrislehmann.squeezedroid.activity.ItemListActivity.java
net.chrislehmann.squeezedroid.activity.ListApplicationsActivity.java
net.chrislehmann.squeezedroid.activity.ListApplicationsActivitySupport.java
net.chrislehmann.squeezedroid.activity.ListPlaylistsActivity.java
net.chrislehmann.squeezedroid.activity.ListRadioStationsActivity.java
net.chrislehmann.squeezedroid.activity.MainActivity.java
net.chrislehmann.squeezedroid.activity.PlayListActivity.java
net.chrislehmann.squeezedroid.activity.SearchActivity.java
net.chrislehmann.squeezedroid.activity.ServiceAwareActivity.java
net.chrislehmann.squeezedroid.activity.SqueezeDroidApplication.java
net.chrislehmann.squeezedroid.activity.SqueezeDroidConstants.java
net.chrislehmann.squeezedroid.activity.SqueezedroidActivitySupport.java
net.chrislehmann.squeezedroid.eventhandler.EventHandler
.java
net.chrislehmann.squeezedroid.exception.ApplicationException.java
net.chrislehmann.squeezedroid.listadapter.AlbumListAdapter.java
net.chrislehmann.squeezedroid.listadapter.ApplicationListAdapter.java
net.chrislehmann.squeezedroid.listadapter.ApplicationMenuItemListAdapter.java
net.chrislehmann.squeezedroid.listadapter.ArtistExpandableListAdapter.java
net.chrislehmann.squeezedroid.listadapter.ArtistListAdapter.java
net.chrislehmann.squeezedroid.listadapter.BaseCompositeExpandableListAdapter.java
net.chrislehmann.squeezedroid.listadapter.FolderListAdapter.java
net.chrislehmann.squeezedroid.listadapter.GenreListAdapter.java
net.chrislehmann.squeezedroid.listadapter.ItemListAdapter.java
net.chrislehmann.squeezedroid.listadapter.PagableAdapter.java
net.chrislehmann.squeezedroid.listadapter.PlayListAdapter.java
net.chrislehmann.squeezedroid.listadapter.PlayerListAdapter.java
net.chrislehmann.squeezedroid.listadapter.PlaylistListAdapter.java
net.chrislehmann.squeezedroid.listadapter.RadioStationsListAdapter.java
net.chrislehmann.squeezedroid.listadapter.SearchResultExpandableListAdapter.java
net.chrislehmann.squeezedroid.listadapter.SongListAdapter.java
net.chrislehmann.squeezedroid.model.Album.java
net.chrislehmann.squeezedroid.model.ApplicationMenuItem.java
net.chrislehmann.squeezedroid.model.Artist.java
net.chrislehmann.squeezedroid.model.BrowseResult.java
net.chrislehmann.squeezedroid.model.Folder.java
net.chrislehmann.squeezedroid.model.Genre.java
net.chrislehmann.squeezedroid.model.Item.java
net.chrislehmann.squeezedroid.model.Player.java
net.chrislehmann.squeezedroid.model.PlayerIdEqualsPredicate.java
net.chrislehmann.squeezedroid.model.PlayerStatus
.java
net.chrislehmann.squeezedroid.model.Playlist.java
net.chrislehmann.squeezedroid.model.SearchResult
.java
net.chrislehmann.squeezedroid.model.Song.java
net.chrislehmann.squeezedroid.service.Application.java
net.chrislehmann.squeezedroid.service.CliSqueezeService.java
net.chrislehmann.squeezedroid.service.DownloadService.java
net.chrislehmann.squeezedroid.service.EventThread.java
net.chrislehmann.squeezedroid.service.PlayerStatusHandler
.java
net.chrislehmann.squeezedroid.service.ServerStatusHandler
.java
net.chrislehmann.squeezedroid.service.ServiceConnectionManager.java
net.chrislehmann.squeezedroid.service.SimplePlayerStatusHandler.java
net.chrislehmann.squeezedroid.service.SqueezeService.java
net.chrislehmann.squeezedroid.view.NowPlayingInfoPanel.java
net.chrislehmann.squeezedroid.view.PlayerSyncPanel.java
net.chrislehmann.squeezedroid.view.TextInputDialog.java
net.chrislehmann.squeezedroid.view.TransparentPanel.java
net.chrislehmann.squeezedroid.view.UpdatingSeekBar
.java
net.chrislehmann.util.FileImageCache.java
net.chrislehmann.util.SerializationUtils
.java
net.chrislehmann.util.static.java