Commit Graph

31 Commits

Author SHA1 Message Date
Synced Synapse cc3ecdd5f5 Add support for PVR - first version. 2015-11-09 23:40:48 +00:00
Martijn Brekhof 69b1a9fcd4 Merge branch 'master' into librarysyncservicebounded 2015-10-06 20:15:17 +02:00
Synced Synapse 887b6d68a0 Hide next button in connection wizard when no network connection detected 2015-09-07 19:20:37 +01:00
martijn 1d8828d2e9 Implemented checking if network is enabled when searching for hosts 2015-09-03 15:34:40 +02:00
Martijn Brekhof 499e54f2cf Improved keeping user informed on sync progress
Implemented binding to LibrarySyncService to check if there are items currently
syncing or queued to sync. This makes it possible to inform user of background
sync processes.

Created two abstract classes to reduce code duplication and check if
LibrarySyncService has any items queued which are currently being displayed.

Fixed issue with SwipeRefreshLayout from appcompat library, which does not
always show the refresh animation when refresh is set to true.
2015-09-02 12:04:17 +02:00
Synced Synapse 00c6e3d300 Change the "see all cast" button to be the last image on the cast grid view 2015-07-30 19:27:58 +01:00
Synced Synapse 4a88eadd50 Merge pull request #100 from akshay2000/master
Added Vibration on Remote Arrow Press
2015-07-28 19:43:22 +01:00
Synced Synapse cbed4d919a Add new activity to show all cast for movies and tv shows 2015-07-28 19:27:17 +01:00
Akshay Zade 4427ca0dbc Added setting item for vibrate on remote press 2015-07-19 14:23:29 +05:30
Synced Synapse 68ab545651 Add EventServer configuration options in wizard and host editing. 2015-06-21 15:04:54 +01:00
Synced Synapse 30b4ac763a Allow the user to specify the protocol to use in the connection (TCP/HTTP). HTTP is always needed/used (for images and some requests where TCP can't be used because we want to be stateless), TCP is used by default and if available, but now the user can explicitly choose not to use TCP and always go through HTTP. 2015-04-11 17:58:15 +01:00
Synced Synapse 611dafc101 Add new intent to "Play on Kodi". This allows sharing videos from the YouTube app to Kodi (unfortunately the share option will appear in every app that shares plain text links, as that is what the YouTube app shares).
Tweaked the Now Playing and Playlist screens to better support YouTube videos
Changed HostConnectionObserver to notify clients not only when the id of what's playing changes but also when the label changes (YouTube videos and pictures for instance don't have ids, so the remote wasn't getting notified of a change in what's playing)
2015-04-08 22:28:19 +01:00
Synced Synapse c6dfce29a4 Add reboot option to power menu 2015-03-29 12:48:51 +01:00
Synced Synapse 5d0e5bac07 Merge pull request #45 from DanhKE6D/master
Implement media file browsing/queuing/playing feature
2015-03-22 15:31:27 +00:00
Synced Synapse b0ada58bc5 Added confirm dialog before downloading movies/episodes/albums, to prevent the user from starting a download by mistake (which can't be stopped afterwards) 2015-03-19 22:49:42 +00:00
DanhDroid 1652864eb3 Implement media file browsing/queuing/playing feature 2015-03-19 13:24:04 -07:00
Synced Synapse 548e87c62d Changed README and legal info to point to Kodi/XBMC Foundation 2015-03-13 19:14:13 +00:00
Synced Synapse 6196ca3743 Fix crash during adding a new host, when zeroconf returns a host without any address and the user selects it 2015-03-13 18:19:53 +00:00
Synced Synapse ed584fb9b7 Changed namespace/appid to org.xbmc.kore 2015-03-09 21:35:18 +00:00
Synced Synapse d4bb313429 Remove in-app purchase 2015-03-08 22:34:14 +00:00
Synced Synapse 337ac9450a Added new options to sync audio and subtitles. 2015-02-18 23:21:59 +00:00
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
Synced Synapse 4c18a6563c Added new setting to control the use of hardware volume keys 2015-02-15 19:34:56 +00:00
Synced Synapse 24ef1d5ff6 Added now playing notifications 2015-02-15 19:34:17 +00:00
Synced Synapse 3fe5594f91 New options to sort movies and tv shows: name or date added
Ignore prefixes on movies and tv shows is now an option in the list menu
Set lint to not complain about missing translations
Started moving things out of Settings.java and into SharedPreferences
2015-02-01 15:00:12 +00:00
Synced Synapse a846018939 Fixed typo
Added pt-pt translations
2015-01-28 22:28:09 +00:00
Synced Synapse c4d5c4bca9 Added support for ToggleFullScreen. Using Input.ExecuteAction instead of GUI.SetFullscreen because the later doesn't work. 2015-01-25 14:32:13 +00:00
Synced Synapse 6cb65f627d New actions to clean/update the audio/video libraries 2015-01-23 22:48:22 +00:00
Synced Synapse 850e9809e2 Remove empty view click listener from lists as it wasn't working
Changed empty list message to make it correct
2015-01-17 11:48:42 +00:00
Synced Synapse 0e043ab0ac Automatically switch to remote after media start 2015-01-17 10:45:34 +00:00
Synced Synapse 9972271b9c First dump 2015-01-14 11:12:47 +00:00