Kore/app/src/main/java/com/syncedsynapse/kore2/ui
Synced Synapse 9466d9e0a8 Replace Codec button with Context button on remote.
Move Codec button to long click on Info button.
2015-02-16 23:40:51 +00:00
..
hosts Prevent invalid port numbers on host manual configuration 2015-02-16 10:26:19 +00:00
views First dump 2015-01-14 11:12:47 +00:00
AboutDialogFragment.java First dump 2015-01-14 11:12:47 +00:00
AddonDetailsFragment.java Check if fragment is attached to activity on API callbacks, to prevent crashes. 2015-01-23 19:42:43 +00:00
AddonListFragment.java Check if fragment is attached to activity on API callbacks, to prevent crashes. 2015-01-23 19:42:43 +00:00
AddonsActivity.java Fixed bad architecture decision: set read timeout on tcp socket, so that it gets closed automatically after a set period of time. This way there's no need to invoke disconnect() when each activity pauses, so we don't have to maintain this control. 2015-02-10 23:17:16 +00:00
AlbumDetailsFragment.java Check if fragment is attached to activity on API callbacks, to prevent crashes. 2015-01-23 19:42:43 +00:00
AlbumListFragment.java Suffix common prefixes from title sort 2015-01-30 22:40:06 +11:00
ArtistListFragment.java Suffix common prefixes from title sort 2015-01-30 22:40:06 +11:00
AudioGenresListFragment.java Remove empty view click listener from lists as it wasn't working 2015-01-17 11:48:42 +00:00
BaseActivity.java Automatically switch to remote after media start 2015-01-17 10:45:34 +00:00
GenericSelectDialog.java First dump 2015-01-14 11:12:47 +00:00
MovieDetailsFragment.java Check if fragment is attached to activity on API callbacks, to prevent crashes. 2015-01-23 19:42:43 +00:00
MovieListFragment.java New options to sort movies and tv shows: name or date added 2015-02-01 15:00:12 +00:00
MoviesActivity.java Fixed bad architecture decision: set read timeout on tcp socket, so that it gets closed automatically after a set period of time. This way there's no need to invoke disconnect() when each activity pauses, so we don't have to maintain this control. 2015-02-10 23:17:16 +00:00
MusicActivity.java Fixed bad architecture decision: set read timeout on tcp socket, so that it gets closed automatically after a set period of time. This way there's no need to invoke disconnect() when each activity pauses, so we don't have to maintain this control. 2015-02-10 23:17:16 +00:00
MusicListFragment.java First dump 2015-01-14 11:12:47 +00:00
MusicVideoDetailsFragment.java Check if fragment is attached to activity on API callbacks, to prevent crashes. 2015-01-23 19:42:43 +00:00
MusicVideoListFragment.java Suffix common prefixes from title sort 2015-01-30 22:40:06 +11:00
NavigationDrawerFragment.java Fix crash when selecting dividers on the Nav Drawer 2015-01-25 10:57:51 +00:00
NowPlayingFragment.java Fix aspect ratios of image posters, keeping them square when they are not video 2015-02-16 11:36:21 +00:00
PlaylistFragment.java Fix aspect ratios of image posters, keeping them square when they are not video 2015-02-16 11:36:21 +00:00
RemoteActivity.java Added new setting to control the use of hardware volume keys 2015-02-15 19:34:56 +00:00
RemoteFragment.java Replace Codec button with Context button on remote. 2015-02-16 23:40:51 +00:00
SendTextDialogFragment.java First dump 2015-01-14 11:12:47 +00:00
SettingsActivity.java Automatically switch to remote after media start 2015-01-17 10:45:34 +00:00
SettingsFragment.java Check if fragment is attached to activity on API callbacks, to prevent crashes. 2015-01-23 19:42:43 +00:00
TVShowDetailsFragment.java First dump 2015-01-14 11:12:47 +00:00
TVShowEpisodeDetailsFragment.java New options to sort movies and tv shows: name or date added 2015-02-01 15:00:12 +00:00
TVShowEpisodeListFragment.java New options to sort movies and tv shows: name or date added 2015-02-01 15:00:12 +00:00
TVShowListFragment.java New options to sort movies and tv shows: name or date added 2015-02-01 15:00:12 +00:00
TVShowOverviewFragment.java First dump 2015-01-14 11:12:47 +00:00
TVShowsActivity.java Fixed bad architecture decision: set read timeout on tcp socket, so that it gets closed automatically after a set period of time. This way there's no need to invoke disconnect() when each activity pauses, so we don't have to maintain this control. 2015-02-10 23:17:16 +00:00