Commit Graph

747 Commits

Author SHA1 Message Date
Synced Synapse 0e90b731dc Highlight current selected item on playlist 2015-06-23 18:43:57 +01:00
Synced Synapse 5038720661 Reverting versions of target SDK and support version. Newer versions mess up with the side menu. 2015-06-22 23:16:54 +01:00
Synced Synapse ca119fd21c Update versions of build tools, support library, gradle and target API 2015-06-22 23:00:06 +01:00
Synced Synapse 38325be14a Add stop button to remote screen 2015-06-22 22:28:55 +01:00
Synced Synapse 717498b846 Fixed chinese translation file name 2015-06-21 15:57:34 +01:00
Synced Synapse 0563e80fe9 Add support for using EventServer in remote d-pad 2015-06-21 15:11:22 +01:00
jenkins4kodi 1fd89e2c8e Merge pull request #94 from aldatsa/basque-translation 2015-06-21 16:05:23 +02:00
Synced Synapse 68ab545651 Add EventServer configuration options in wizard and host editing. 2015-06-21 15:04:54 +01:00
Synced Synapse 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. 2015-06-18 18:17:29 +01:00
Synced Synapse 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.
2015-06-17 22:30:40 +01:00
Synced Synapse a9e0a07572 Add constants for the different types of button maps 2015-06-17 22:29:44 +01:00
Synced Synapse 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. 2015-06-17 22:27:13 +01:00
Asier Iturralde Sarasola 55f5cf6ef0 Added Basque translation 2015-06-15 23:28:42 +02:00
Synced Synapse 918008b240 Merge pull request #86 from tomaswcz/patch-1
Please add the czech language
2015-06-01 22:18:19 +01:00
tomaswcz d94cd043a8 Please add the czech language
second try (I have no idea where was the </b> tag from)
2015-06-01 21:07:31 +02:00
Synced Synapse 5094b89ef2 Merge pull request #84 from XinFanTV/master
add chinese(simpled chinese)
2015-06-01 19:45:50 +01:00
DEV a2d5f461b7 add chinese(simpled chinese) 2015-05-31 22:56:40 +08:00
Synced Synapse 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. 2015-05-27 19:37:22 +01:00
Synced Synapse 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 2015-05-25 23:17:41 +01:00
Synced Synapse 5509c99243 Workaround for issue #78: https://github.com/xbmc/Kore/issues/78 2015-05-25 22:37:32 +01:00
Synced Synapse bed4b37b67 Merge pull request #79 from dmitryash/master
Initial Russian translations were added
2015-05-25 21:59:40 +01:00
Dmitry Ashkadov 987d11656c Initial Russian translations were added 2015-05-24 22:23:04 +03:00
Synced Synapse 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
2015-05-21 20:08:05 +01:00
Synced Synapse b9413f00fe Spanish translations 2015-05-13 21:53:11 +01:00
Synced Synapse 351ec01dec Merge pull request #77 from Eco80/master
Italian Translation Updated
2015-05-02 18:34:12 +01:00
Eco80 d78ad6b105 Italian Translation Updated 2015-05-01 12:05:44 +02:00
Synced Synapse 2e5a27400a Bump version for release 2015-04-23 19:53:08 +01:00
Synced Synapse c6322081fe Updated Portuguese translations 2015-04-23 19:42:29 +01:00
Synced Synapse e4e7f66e36 Fix warning on compilation 2015-04-23 19:26:12 +01:00
Synced Synapse 9d13a71e8a Added infrastructure for sending packets to Kodi's EventServer 2015-04-23 19:19:18 +01:00
Synced Synapse 3d020ceccf Merge pull request #71 from jonas2515/master
Update german translation
2015-04-21 11:13:28 +01:00
Synced Synapse 5aa674daf4 Disable http keep-alive if we get a ProtocolException (bad status line) from the server. 2015-04-21 09:57:41 +01:00
jonas2515 cc7e30dc2d Update german translation 2015-04-20 14:46:48 +02:00
Synced Synapse f732e0b822 Fix some log messages 2015-04-19 12:13:50 +01:00
Synced Synapse a70f766442 Add option to play youtube URLs on Kodi 2015-04-18 18:23:31 +01:00
Synced Synapse 7d19a43b61 Update library versions: jackson, butterknife, eventbus and floatingactionbutton 2015-04-18 11:42:11 +01:00
Synced Synapse 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.
2015-04-18 10:52:31 +01:00
Synced Synapse ba54c3b4dc Fix ClassCastException on Files.GetDirectory (this can be in other places) 2015-04-15 22:23:01 +01:00
Synced Synapse 6dd6a1b6a0 Don't display year when it's 0 2015-04-15 22:13:01 +01:00
Synced Synapse da90f92ddc Improve display of long titles on playlist and files list 2015-04-15 21:55:49 +01:00
Synced Synapse 0a0328d176 Increse popup menu icon size in playlist and files list 2015-04-15 21:53:03 +01:00
Synced Synapse e5a82517bb Fix exception reported on Google Play 2015-04-13 23:29:20 +01:00
Synced Synapse 27d82d31ca Fix runtime exception reported on Google Play 2015-04-13 23:21:35 +01:00
Synced Synapse 2ddd612f7f Possible fix for an exception reported on Google Play (can't reproduce...) 2015-04-13 23:16:16 +01:00
Synced Synapse 6164dddbdd Catch invalid format exception for WoL port (host manual configuration) 2015-04-13 23:06:28 +01:00
Synced Synapse 59a42eb8bb Fixed exception reported on Google Play (not sure how to trigger it, but this can't hurt) 2015-04-13 22:59:49 +01:00
Synced Synapse adcb7bdf49 Fix string translation that was causing an Exception 2015-04-13 22:55:42 +01:00
Synced Synapse bd0a5121a4 Fix Null pointer exception reported on Google Play 2015-04-13 22:51:00 +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 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
2015-04-10 19:51:44 +01:00