Commit Graph

637 Commits

Author SHA1 Message Date
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
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 c0073d5f29 Bump version for release 2015-04-02 23:11:20 +01:00
Synced Synapse 02a5e488fd Remote buttons redesign (contd) 2015-04-02 22:27:50 +01:00
Synced Synapse 21c5e045e3 Fix WoL issues by also sending magic packet to broadcast address 2015-03-31 18:26:28 +01:00
Synced Synapse 04db54dfca Fix crash introduced earlier when removing swipe to refresh 2015-03-31 00:19:38 +01:00
Synced Synapse 80e96d1bef Merge pull request #54 from jonas2515/master
Updated german translation
2015-03-30 23:44:17 +01:00
Synced Synapse b2ebad3f85 Remove swipe to refresh on files list.
Clicking on a file starts playing it.
2015-03-30 23:42:03 +01:00
Synced Synapse ff6cf2d4a5 Tweak horizontal margins 2015-03-30 23:21:52 +01:00
Synced Synapse 37a6b3376b Redesign remote buttons (by samfischer) 2015-03-30 23:03:54 +01:00
jonas2515 bf97f9e42e Updated german translation 2015-03-30 20:22:58 +02:00