Commit Graph

  • 2eb2a0f494 Simplify AllCastActivity: the cast list is always passed by the calling activity/fragment (via Intent), so this activity looses the ability to fetch the list from the database. Change calling activities to reflect that. Synced Synapse 2015-07-29 18:53:50 +0100
  • a07a819898 Add support to see all cast on now playing screen Synced Synapse 2015-07-29 18:37:28 +0100
  • d48b95d86e Tweak cast list margins Synced Synapse 2015-07-28 22:58:00 +0100
  • b534ccd756 Change vibration duration to 50ms Synced Synapse 2015-07-28 22:43:37 +0100
  • 4a88eadd50 Merge pull request #100 from akshay2000/master Synced Synapse 2015-07-28 19:43:22 +0100
  • cbed4d919a Add new activity to show all cast for movies and tv shows Synced Synapse 2015-07-28 19:27:17 +0100
  • 1268c4450e Removed vibrations from non-D-pad buttons Akshay Zade 2015-07-25 12:14:14 +0530
  • 1bf525d692 Added vibrations to all remote buttons Akshay Zade 2015-07-23 21:20:09 +0530
  • 7170dc9548 Moved vibration handling to UIUtils Akshay Zade 2015-07-23 20:59:46 +0530
  • cf0f76b5bd Added vibrations to other remote buttons Akshay Zade 2015-07-23 20:46:06 +0530
  • bc08f5cfd4 Fixed spelling mistakes on RemoteFragment Akshay Zade 2015-07-23 20:18:01 +0530
  • c65ae70b99 Reduced vibration duration to 100ms and added it to UIUtils Akshay Zade 2015-07-19 20:19:37 +0530
  • a90349ec49 Added vibrations to remote buttons Akshay Zade 2015-07-19 16:15:01 +0530
  • 4427ca0dbc Added setting item for vibrate on remote press Akshay Zade 2015-07-19 14:23:29 +0530
  • 47f4875762 Switch ff/rw buttons to skip next/previous if current playing item is a song Synced Synapse 2015-06-23 19:43:33 +0100
  • 4a2d699e62 Update versions of targetSDK and Support library Fix issue with ActionBar not showing hamburger menu with Support library v22 Synced Synapse 2015-06-23 19:08:45 +0100
  • 33fde2cba7 Slight optimization loading different icons Synced Synapse 2015-06-23 18:58:21 +0100
  • 0e90b731dc Highlight current selected item on playlist Synced Synapse 2015-06-23 18:43:57 +0100
  • 5038720661 Reverting versions of target SDK and support version. Newer versions mess up with the side menu. Synced Synapse 2015-06-22 23:16:54 +0100
  • ca119fd21c Update versions of build tools, support library, gradle and target API Synced Synapse 2015-06-22 23:00:06 +0100
  • 38325be14a Add stop button to remote screen Synced Synapse 2015-06-22 22:28:55 +0100
  • 717498b846 Fixed chinese translation file name Synced Synapse 2015-06-21 15:57:34 +0100
  • 0563e80fe9 Add support for using EventServer in remote d-pad Synced Synapse 2015-06-21 15:11:22 +0100
  • 1fd89e2c8e Merge pull request #94 from aldatsa/basque-translation jenkins4kodi 2015-06-21 16:05:23 +0200
  • 68ab545651 Add EventServer configuration options in wizard and host editing. Synced Synapse 2015-06-21 15:04:54 +0100
  • a429ec17b4 Change D-Pad buttons behaviour, so that they don't fire a command on each touch event. The other scheme makes them too sensitive, which causes them to issue commands when the user swipes on the remote screen for instance. Synced Synapse 2015-06-18 18:17:29 +0100
  • 8ce709c55a D-Pad on the remote screen now uses EventServer by default. Not finished: EventServer port is still hardcoded (9777) and there's no possibility of configuration. Synced Synapse 2015-06-17 22:30:40 +0100
  • a9e0a07572 Add constants for the different types of button maps Synced Synapse 2015-06-17 22:29:44 +0100
  • 5cdca246cd Fix calculation of packet number and sizes, that was causing packets with payloads of size 0 not to be sent, as well as packets with payloads of sizes multiple of MAX_PAYLOAD_SIZE to send empty packets. Synced Synapse 2015-06-17 22:27:13 +0100
  • 55f5cf6ef0 Added Basque translation Asier Iturralde Sarasola 2015-06-15 23:28:42 +0200
  • 918008b240 Merge pull request #86 from tomaswcz/patch-1 Synced Synapse 2015-06-01 22:18:19 +0100
  • d94cd043a8 Please add the czech language tomaswcz 2015-06-01 21:07:31 +0200
  • 5094b89ef2 Merge pull request #84 from XinFanTV/master Synced Synapse 2015-06-01 19:45:50 +0100
  • a2d5f461b7 add chinese(simpled chinese) DEV 2015-05-31 22:56:40 +0800
  • 2eea3d7a4a Change behaviour when receiving a youtube URI request: if no video is playing, clear the video playlist fist, queue the requested URI to the (empty) playlist, and start playback. If a video is playing, just queue the file to the video playlist. The playlist wasn't being cleared previously, which was causing some strange behaviour. Synced Synapse 2015-05-27 19:37:22 +0100
  • 17e9ad5aaf Catch an exception that is being reported in Google Play, when user enters a malformed URL as the media center address. This causes a RuntimeException on OkHttp which wasn't being handled. Ideally we should validate the hostname/ip address that the user enters, but i'm not sure that Patterns.IP_ADDRESS/Patterns.DOMAIN_NAME/Patterns.WEB_URL catches all the possible cases, so i opted for the lazy solution, catch the exception Synced Synapse 2015-05-25 23:17:41 +0100
  • 5509c99243 Workaround for issue #78: https://github.com/xbmc/Kore/issues/78 Synced Synapse 2015-05-25 22:37:32 +0100
  • bed4b37b67 Merge pull request #79 from dmitryash/master Synced Synapse 2015-05-25 21:59:40 +0100
  • 987d11656c Initial Russian translations were added Dmitry Ashkadov 2015-05-24 22:16:36 +0300
  • 21c90438d0 Change youtube addon url to newest one Fix issues with sharing youtube videos to Kodi: 1. Queue all videos, including the first, 2. Fix youtube url parsing 3. Handle intent in onStart instead of onCreate Synced Synapse 2015-05-21 20:08:05 +0100
  • b9413f00fe Spanish translations Synced Synapse 2015-05-13 21:53:11 +0100
  • 351ec01dec Merge pull request #77 from Eco80/master Synced Synapse 2015-05-02 18:34:12 +0100
  • d78ad6b105 Italian Translation Updated Eco80 2015-05-01 12:05:44 +0200
  • 2e5a27400a Bump version for release v1.4.0 Synced Synapse 2015-04-23 19:53:08 +0100
  • c6322081fe Updated Portuguese translations Synced Synapse 2015-04-23 19:42:29 +0100
  • e4e7f66e36 Fix warning on compilation Synced Synapse 2015-04-23 19:26:12 +0100
  • 9d13a71e8a Added infrastructure for sending packets to Kodi's EventServer Synced Synapse 2015-04-23 19:19:18 +0100
  • 3d020ceccf Merge pull request #71 from jonas2515/master Synced Synapse 2015-04-21 11:13:28 +0100
  • 5aa674daf4 Disable http keep-alive if we get a ProtocolException (bad status line) from the server. Synced Synapse 2015-04-21 09:57:41 +0100
  • cc7e30dc2d Update german translation jonas2515 2015-04-20 14:46:48 +0200
  • f732e0b822 Fix some log messages Synced Synapse 2015-04-19 11:57:35 +0100
  • a70f766442 Add option to play youtube URLs on Kodi Synced Synapse 2015-04-18 18:23:31 +0100
  • 7d19a43b61 Update library versions: jackson, butterknife, eventbus and floatingactionbutton Synced Synapse 2015-04-18 11:42:11 +0100
  • 1fc9eb3301 Switched HTTP library. Using OkHttp explicitly now, instead of the default Android one, which varies acroos OS versions. OkHttp is also used as the backend for loading images (Picasso). Added disk cache to image loading. Synced Synapse 2015-04-18 10:52:31 +0100
  • ba54c3b4dc Fix ClassCastException on Files.GetDirectory (this can be in other places) Synced Synapse 2015-04-15 22:23:01 +0100
  • 6dd6a1b6a0 Don't display year when it's 0 Synced Synapse 2015-04-15 22:13:01 +0100
  • da90f92ddc Improve display of long titles on playlist and files list Synced Synapse 2015-04-15 21:55:49 +0100
  • 0a0328d176 Increse popup menu icon size in playlist and files list Synced Synapse 2015-04-15 21:53:03 +0100
  • e5a82517bb Fix exception reported on Google Play Synced Synapse 2015-04-13 23:29:20 +0100
  • 27d82d31ca Fix runtime exception reported on Google Play Synced Synapse 2015-04-13 23:21:35 +0100
  • 2ddd612f7f Possible fix for an exception reported on Google Play (can't reproduce...) Synced Synapse 2015-04-13 23:16:16 +0100
  • 6164dddbdd Catch invalid format exception for WoL port (host manual configuration) Synced Synapse 2015-04-13 23:06:28 +0100
  • 59a42eb8bb Fixed exception reported on Google Play (not sure how to trigger it, but this can't hurt) Synced Synapse 2015-04-13 22:59:49 +0100
  • adcb7bdf49 Fix string translation that was causing an Exception Synced Synapse 2015-04-13 22:55:42 +0100
  • bd0a5121a4 Fix Null pointer exception reported on Google Play Synced Synapse 2015-04-13 22:51:00 +0100
  • 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. Synced Synapse 2015-04-11 17:58:15 +0100
  • 4a297c2e35 Change share intent behaviour: if a video is already playing, queue the shared file, otherwise start playing it immediately. Defined playlist types in the correct place Synced Synapse 2015-04-10 19:51:44 +0100
  • 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) Synced Synapse 2015-04-08 22:28:19 +0100
  • c0073d5f29 Bump version for release v1.3.0 Synced Synapse 2015-04-02 23:11:20 +0100
  • 02a5e488fd Remote buttons redesign (contd) Synced Synapse 2015-04-02 22:27:50 +0100
  • 21c5e045e3 Fix WoL issues by also sending magic packet to broadcast address Synced Synapse 2015-03-31 18:26:28 +0100
  • 04db54dfca Fix crash introduced earlier when removing swipe to refresh Synced Synapse 2015-03-31 00:19:38 +0100
  • 80e96d1bef Merge pull request #54 from jonas2515/master Synced Synapse 2015-03-30 23:44:17 +0100
  • b2ebad3f85 Remove swipe to refresh on files list. Clicking on a file starts playing it. Synced Synapse 2015-03-30 23:42:03 +0100
  • ff6cf2d4a5 Tweak horizontal margins Synced Synapse 2015-03-30 23:21:52 +0100
  • 37a6b3376b Redesign remote buttons (by samfischer) Synced Synapse 2015-03-30 23:03:54 +0100
  • bf97f9e42e Updated german translation jonas2515 2015-03-30 20:22:58 +0200
  • c6dfce29a4 Add reboot option to power menu Synced Synapse 2015-03-29 12:48:51 +0100
  • a8f9c3e660 UI changes on files browsing Synced Synapse 2015-03-28 18:33:48 +0000
  • e19e0c6752 Small playlist optimization Synced Synapse 2015-03-28 18:08:07 +0000
  • 2722585f14 Merge pull request #50 from DanhKE6D/master Synced Synapse 2015-03-28 18:05:52 +0000
  • 8fe3f814c8 Fix problem with back key and list going back to beginning after screen rotation. DanhDroid 2015-03-27 13:32:02 -0700
  • 02dc9bac7e Extend Siles.GetDirectory method to receive all available parameters Synced Synapse 2015-03-26 18:44:32 +0000
  • d34d080adf Fix ClassCastException on getting lists from json rpc Synced Synapse 2015-03-24 19:29:28 +0000
  • df2ad401d5 Possible fix for crash reported on Google Play (Null Pointer Exception in OnAddonEnabled). Can't reproduce this. Synced Synapse 2015-03-23 23:15:56 +0000
  • 0266f7f3ab Fix crash because of ClassCastException to ArrayNode. Note: if by any chance this causes the cast list to disappear, revert it and just catch the Exception Synced Synapse 2015-03-23 23:02:01 +0000
  • 438442cb37 Prevent crash reported on Google Play (Null Pointer Exception in OnLoaderReset) Synced Synapse 2015-03-23 22:34:24 +0000
  • de9ddc3957 Fix build fail because of Dutch translations Synced Synapse 2015-03-23 22:00:48 +0000
  • a4a6ed2a78 Added dutch translations Synced Synapse 2015-03-22 16:09:47 +0000
  • e5c02b04bf New files icon Cosmetic code changes Synced Synapse 2015-03-22 15:55:18 +0000
  • 3ba5b3e1d5 Merge branch 'master' of https://github.com/xbmc/Kore Synced Synapse 2015-03-22 15:31:41 +0000
  • 5d0e5bac07 Merge pull request #45 from DanhKE6D/master Synced Synapse 2015-03-22 15:31:27 +0000
  • 80a133320d Fix to prepare for next PR merge Synced Synapse 2015-03-22 15:26:42 +0000
  • 71fc96ddde Test to check if fullscreen is better supported Synced Synapse 2015-03-19 23:00:31 +0000
  • 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) Synced Synapse 2015-03-19 22:49:42 +0000
  • 1652864eb3 Implement media file browsing/queuing/playing feature DanhDroid 2015-03-19 13:24:04 -0700
  • db2e7a4672 Complete Item.File fields Synced Synapse 2015-03-19 20:15:21 +0000
  • 4df3fda8d0 Merge pull request #41 from DanhKE6D/master Synced Synapse 2015-03-19 10:10:18 +0000
  • bb4bd77955 Add Files.Media interface DanhDroid 2015-03-18 17:06:38 -0700
  • 0ee02d01ab Merge pull request #42 from NEOhidra/master Synced Synapse 2015-03-18 22:09:02 +0000