Kore/app/src/main/java/org/xbmc/kore/ui
Martijn Brekhof ffa96521f6 Implemented shared element transitions for albums
I removed using the poster as fanart if no fanart is available.
The reason is that the shared element transition is not very smooth
when the aspect ratio of the two image states is not the same.
Going from AlbumListFragment to AlbumDetailsFragment the poster
is resized correctly to the fanart size. However, returning to the
AlbumListFragment from the AlbumDetailsFragment the poster is
abruptly resized to the square aspect ratio needed for the list
fragment.
2015-12-04 21:02:45 +01:00
..
hosts Fix crash reported on Play store 2015-12-02 19:25:23 +00:00
views Changed namespace/appid to org.xbmc.kore 2015-03-09 21:35:18 +00:00
AboutDialogFragment.java Changed namespace/appid to org.xbmc.kore 2015-03-09 21:35:18 +00:00
AbstractDetailsFragment.java Prevent the refresh animation showing up everytime we enter in a tv show 2015-11-24 23:33:05 +00:00
AbstractListFragment.java This implements feature request #103 2015-11-12 11:09:08 +01:00
AddonDetailsFragment.java Fix getting backup color errors 2015-11-05 23:04:41 +00:00
AddonListFragment.java Make loading images in main lists use the same size as in the details view, so that both uses the same cached version in Picasso's cache, so that the image is immediatelly shown when the user enters the details view. 2015-11-02 18:24:54 +00:00
AddonsActivity.java Animate ActionBarDrawerToggle when entering details view. Don't animate on drawer open, it's useless as it is immediatelly covered by the drawer 2015-12-02 19:16:48 +00:00
AlbumDetailsFragment.java Implemented shared element transitions for albums 2015-12-04 21:02:45 +01:00
AlbumListFragment.java Implemented shared element transitions for albums 2015-12-04 21:02:45 +01:00
AllCastActivity.java Change the "see all cast" button to be the last image on the cast grid view 2015-07-30 19:27:58 +01:00
ArtistListFragment.java Possible fix to crash reported on Play Store (Fragment not attached to activity in OnCreateOptionsMenu) 2015-12-02 19:35:40 +00:00
AudioGenresListFragment.java Possible fix to crash reported on Play Store (Fragment not attached to activity in OnCreateOptionsMenu) 2015-12-02 19:35:40 +00:00
BaseActivity.java Changed namespace/appid to org.xbmc.kore 2015-03-09 21:35:18 +00:00
FileActivity.java Switch PVR fragments to using tabs instead of a menu for navigation 2015-11-28 18:19:44 +00:00
FileListFragment.java Make accessing fragments inside a view pager more robust 2015-11-28 18:30:29 +00:00
GenericSelectDialog.java Changed namespace/appid to org.xbmc.kore 2015-03-09 21:35:18 +00:00
MediaFileListFragment.java Add support for PVR - first version. 2015-11-09 23:40:48 +00:00
MovieDetailsFragment.java Removed unused imports and disabling/enabling download button 2015-11-24 15:08:10 +01:00
MovieListFragment.java Possible fix to crash reported on Play Store (Fragment not attached to activity in OnCreateOptionsMenu) 2015-12-02 19:35:40 +00:00
MoviesActivity.java Animate ActionBarDrawerToggle when entering details view. Don't animate on drawer open, it's useless as it is immediatelly covered by the drawer 2015-12-02 19:16:48 +00:00
MusicActivity.java Implemented shared element transitions for albums 2015-12-04 21:02:45 +01:00
MusicListFragment.java Refactor layout used on fragments with ViewPagers 2015-11-26 19:28:25 +00:00
MusicVideoDetailsFragment.java This implements feature request #103 2015-11-12 11:09:08 +01:00
MusicVideoListFragment.java Possible fix to crash reported on Play Store (Fragment not attached to activity in OnCreateOptionsMenu) 2015-12-02 19:35:40 +00:00
NavigationDrawerFragment.java Animate ActionBarDrawerToggle when entering details view. Don't animate on drawer open, it's useless as it is immediatelly covered by the drawer 2015-12-02 19:16:48 +00:00
NowPlayingFragment.java Add support for PVR - first version. 2015-11-09 23:40:48 +00:00
OnBackPressedListener.java Switch PVR fragments to using tabs instead of a menu for navigation 2015-11-28 18:19:44 +00:00
PVRActivity.java Animate ActionBarDrawerToggle when entering details view. Don't animate on drawer open, it's useless as it is immediatelly covered by the drawer 2015-12-02 19:16:48 +00:00
PVRChannelsListFragment.java Add recording to channels list 2015-11-29 14:59:32 +00:00
PVRListFragment.java Make accessing fragments inside a view pager more robust 2015-11-28 18:30:29 +00:00
PVRRecordingsListFragment.java Switch PVR fragments to using tabs instead of a menu for navigation 2015-11-28 18:19:44 +00:00
PlaylistFragment.java Add support for PVR - first version. 2015-11-09 23:40:48 +00:00
RemoteActivity.java Fix crash reported on Play Store 2015-12-02 19:39:18 +00:00
RemoteFragment.java Add support for PVR - first version. 2015-11-09 23:40:48 +00:00
SendTextDialogFragment.java #99, fixed external keyboard return key to send text instead of just dismiss dialog 2015-08-19 17:14:04 +03:00
SettingsActivity.java Changed namespace/appid to org.xbmc.kore 2015-03-09 21:35:18 +00:00
SettingsFragment.java Add option to configure shown navigation drawer items 2015-11-10 22:05:07 +00:00
TVShowDetailsFragment.java Refactor layout used on fragments with ViewPagers 2015-11-26 19:28:25 +00:00
TVShowEpisodeDetailsFragment.java This implements feature request #103 2015-11-12 11:09:08 +01:00
TVShowEpisodeListFragment.java Possible fix to crash reported on Play Store (Fragment not attached to activity in OnCreateOptionsMenu) 2015-12-02 19:35:40 +00:00
TVShowListFragment.java Possible fix to crash reported on Play Store (Fragment not attached to activity in OnCreateOptionsMenu) 2015-12-02 19:35:40 +00:00
TVShowOverviewFragment.java This implements feature request #103 2015-11-12 11:09:08 +01:00
TVShowsActivity.java Animate ActionBarDrawerToggle when entering details view. Don't animate on drawer open, it's useless as it is immediatelly covered by the drawer 2015-12-02 19:16:48 +00:00