Commit Graph

710 Commits

Author SHA1 Message Date
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
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
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
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
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
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
Synced Synapse c6dfce29a4 Add reboot option to power menu 2015-03-29 12:48:51 +01:00
Synced Synapse a8f9c3e660 UI changes on files browsing 2015-03-28 18:33:48 +00:00
Synced Synapse e19e0c6752 Small playlist optimization 2015-03-28 18:08:07 +00:00
Synced Synapse 2722585f14 Merge pull request #50 from DanhKE6D/master
Fix back navigation on files list.
Keep current location on files list when activity is restarted.
Add pictures to file list.
2015-03-28 18:05:52 +00:00
DanhDroid 8fe3f814c8 Fix problem with back key and list going back to beginning after screen rotation. 2015-03-27 13:32:02 -07:00
Synced Synapse 02dc9bac7e Extend Siles.GetDirectory method to receive all available parameters 2015-03-26 18:44:32 +00:00
Synced Synapse d34d080adf Fix ClassCastException on getting lists from json rpc 2015-03-24 19:29:28 +00:00
Synced Synapse df2ad401d5 Possible fix for crash reported on Google Play (Null Pointer Exception in OnAddonEnabled). Can't reproduce this. 2015-03-23 23:15:56 +00:00
Synced Synapse 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
2015-03-23 23:02:01 +00:00
Synced Synapse 438442cb37 Prevent crash reported on Google Play (Null Pointer Exception in OnLoaderReset) 2015-03-23 22:34:24 +00:00
Synced Synapse de9ddc3957 Fix build fail because of Dutch translations 2015-03-23 22:00:48 +00:00
Synced Synapse a4a6ed2a78 Added dutch translations 2015-03-22 16:09:47 +00:00
Synced Synapse e5c02b04bf New files icon
Cosmetic code changes
2015-03-22 15:55:18 +00:00
Synced Synapse 3ba5b3e1d5 Merge branch 'master' of https://github.com/xbmc/Kore 2015-03-22 15:31:41 +00: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 80a133320d Fix to prepare for next PR merge 2015-03-22 15:26:42 +00:00
Synced Synapse 71fc96ddde Test to check if fullscreen is better supported 2015-03-19 23:00:31 +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 db2e7a4672 Complete Item.File fields 2015-03-19 20:15:21 +00:00
Synced Synapse 4df3fda8d0 Merge pull request #41 from DanhKE6D/master
Add json rpc method/types to support file browsing/playing
2015-03-19 10:10:18 +00:00
DanhDroid bb4bd77955 Add Files.Media interface 2015-03-18 17:06:38 -07:00
NEOhidra eb994cf846 Updated Bulgarian language 2015-03-18 17:48:15 +02:00
DanhDroid fe039b5338 remove file that is no longer needed 2015-03-17 19:51:09 -07:00
DanhDroid 8c91df5bf9 Add json rpc method/types to support file browsing/playing 2015-03-17 19:37:16 -07:00
Synced Synapse e42c6dd486 Fix the way it's getting the current playlist id (call Player.GetProperties to get the current playlistId) 2015-03-17 18:45:21 +00:00
DanhDroid 7bed0c7d1d Add json rpc method/types to support file browsing/playing 2015-03-16 14:16:50 -07:00
DanhDroid dfcb6d7d4d fix up typo on ApiCallback.onSucess() 2015-03-16 11:33:40 -07:00
Synced Synapse 194a531234 Bump version for release 2015-03-16 10:12:53 +00:00
Synced Synapse 776f6b60e6 Fix subtitle selection on Now Playing screen 2015-03-15 19:52:30 +00:00
Synced Synapse 7f54fb2943 Bump version 2015-03-15 12:48:38 +00:00
Synced Synapse 3318782985 Added new icon 2015-03-15 12:32:21 +00: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 fe9dff1857 Fixed Mime types of the provider 2015-03-13 18:55:06 +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 aed029187e Fix selector on host lists 2015-03-11 19:02:38 +00:00
Synced Synapse 5193afd4b6 Changed settings to always use Default Shared Preferences. Settings is now only an interface with the definition of the keys stored in Shered Preferences 2015-03-11 18:38:59 +00:00
Synced Synapse 551583aa9d Fix some build warnings. 2015-03-09 22:05:58 +00:00
Synced Synapse c5b3208535 Still removing in-app billing leftovers... 2015-03-09 21:36:04 +00:00
Synced Synapse ed584fb9b7 Changed namespace/appid to org.xbmc.kore 2015-03-09 21:35:18 +00:00
Synced Synapse 0669203036 Remove in-app billing leftovers: IDL 2015-03-09 19:24:30 +00:00
Chris koying Browet 5515aba871 FIX: draw selector on host selection (non-touch usage) 2015-03-09 13:06:20 +01:00
Synced Synapse d4bb313429 Remove in-app purchase 2015-03-08 22:34:14 +00:00
Synced Synapse 5f4c66ac9f Changed the check to enable/disable audiostreams and subtitles options in the now playing screen: The previous check didn't cover all video types 2015-03-06 18:31:21 +00:00
Synced Synapse 8031251b36 Fix some lint warnings 2015-03-04 22:12:45 +00:00
Synced Synapse 740b233172 Fix lint errors 2015-03-04 19:04:43 +00:00
Synced Synapse 4d7a945c53 Remove the need of creating extra files to build 2015-03-04 19:01:58 +00:00
Synced Synapse 87bc1483ed Decrease log messages 2015-03-03 22:41:22 +00:00
Synced Synapse 99f7168ae4 Merge branch 'master' of https://github.com/SyncedSynapse/Kore 2015-02-26 21:38:47 +00:00
Synced Synapse c423d15ec8 Fixed notification service to restart when the process is killed (return START_STICKY)
Remove notification and stop service when the user removes the app from recent apps
2015-02-26 21:38:13 +00:00
NEOhidra 3fcfb79208 updated Bulgarian translation 2015-02-23 00:03:58 +02:00
jonas2515 ae4f25aeee Remove vim files 2015-02-22 16:07:15 +01:00
jonas2515 ede941def2 Updated german translation 2015-02-22 11:38:13 +01:00
Synced Synapse 1f699a9f1c Merge pull request #27 from pollonamid/master
update german translation
2015-02-21 12:26:31 +00:00
Synced Synapse 337ac9450a Added new options to sync audio and subtitles. 2015-02-18 23:21:59 +00:00
Synced Synapse 990f963d4c Bump version 2015-02-17 11:25:08 +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 b57ae03a2f Replace Codec button with Context button on remote.
Move Codec button to long click on Info button.
2015-02-16 23:39:50 +00:00
Synced Synapse 40fca3f9bc Fix aspect ratios of image posters, keeping them square when they are not video 2015-02-16 11:36:21 +00:00
Synced Synapse 63fdb8065c Prevent invalid port numbers on host manual configuration 2015-02-16 10:26:19 +00:00
Synced Synapse d10df30080 Improve performance of notifications 2015-02-15 22:42:20 +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
pollonamid bcc2c5831c update german translation 2015-02-14 16:30:51 +01:00
Synced Synapse 8d8dd8c6c2 Fixed italian translations location 2015-02-14 10:58:49 +00:00
Andrew Barnes af2616ce16 Add support for hardware volume keys 2015-02-14 16:30:36 +11:00
Synced Synapse 58c7a5d3f6 Fixed bad architecture decision: set read timeout on tcp socket, so that it gets closed automatically after a set period of time. This way there's no need to invoke disconnect() when each activity pauses, so we don't have to maintain this control. 2015-02-10 23:17:16 +00:00
Synced Synapse a99c0d32ca Changed music sync to insert partial results in DB as they are obtained 2015-02-04 23:24:29 +00:00
Synced Synapse ca31a0ebb1 Merge pull request #12 from b333z/sync
In song sync batch to db avoiding OOM
2015-02-04 19:39:11 +00:00
Synced Synapse 1afcd1e375 Bump version to build a new release version that fixes a bug with in-app purchase key that was crashing Settings screen 2015-02-04 11:31:44 +00:00
jonas2515 c7112daac4 Translate new strings 2015-02-02 15:44:16 +01:00
Synced Synapse 4c98abfaac Bump version to 1.0.0 2015-02-01 18:25:59 +00:00
Synced Synapse 9b17da2800 Imediately switch to remote when selecting a new host 2015-02-01 15:50:37 +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 30b1c117d3 Merge branch 'master' of https://github.com/SyncedSynapse/Kore 2015-02-01 12:18:46 +00:00
Andrew Barnes 32e032af28 In song sync batch to db avoiding OOM 2015-02-01 12:22:32 +11:00
jonas2515 1e951de70c Fixed some typos 2015-01-31 13:57:19 +01:00
jonas2515 c1321efcf5 Updated german translation 2015-01-31 13:45:57 +01:00
jonas2515 8b1817c245 Added German Translation 2015-01-31 13:01:01 +01:00
Andrew Barnes 47ef767b25 Suffix common prefixes from title sort 2015-01-30 22:40:06 +11:00
Synced Synapse f46b18a15c Decrease interval for auto-updating of movies/tv shows 2015-01-29 23:03:43 +00:00
Synced Synapse a846018939 Fixed typo
Added pt-pt translations
2015-01-28 22:28:09 +00:00
NEOhidra 5ab2e0aa00 Bulgarian translation 2015-01-26 21:44:51 +02:00
KowalskiOmniROM dd7079b067 Update strings.xml
fixes and improvements
2015-01-25 22:26:11 +01:00
Synced Synapse ce1b611e91 Bump version 2015-01-25 14:53:45 +00:00
Synced Synapse 03f6987cf8 Fix not translatable strings to enable release build 2015-01-25 14:53:32 +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 be130b85e4 Fix crash when selecting dividers on the Nav Drawer 2015-01-25 10:57:51 +00:00
KowalskiOmniROM b460cb82dd New strings translated
<string name="library_actions">Maintenance de la bibliothèque</string>
    <string name="clean_video_library">Nettoyer la bibliothèque vidéo</string>
    <string name="clean_audio_library">Nettoyer la bibliothèque audio</string>
    <string name="update_video_library">Mettre à jour la bibliothèque vidéo</string>
    <string name="update_audio_library">Mettre à jour la bibliothèque audio</string>
2015-01-24 19:45:50 +01:00
Synced Synapse f31f70ecdc Visual tweaks to season list 2015-01-24 12:12:24 +00:00
Synced Synapse a0f6a04118 Automatically expand the first season that has unwatched episodes. 2015-01-24 12:06:19 +00:00
Synced Synapse 6fc84b5036 Show character avatar in remote posters when there's no image. 2015-01-24 11:14:40 +00:00
Synced Synapse 6cb65f627d New actions to clean/update the audio/video libraries 2015-01-23 22:48:22 +00:00
Synced Synapse a629d27a3a Merge pull request #2 from KowalskiOmniROM/patch-1
French translation
2015-01-23 21:45:31 +00:00
Synced Synapse c7d822e68a Check if fragment is attached to activity on API callbacks, to prevent crashes. 2015-01-23 19:42:43 +00:00
KowalskiOmniROM 7dc1918fe9 Create strings.xml
French Translation
2015-01-23 19:48:13 +01:00
Synced Synapse 7a4352f221 Possible fix to a NullPointerException that i can't reproduce but is on the Developer Console 2015-01-21 22:03:17 +00:00
Synced Synapse 5709a0faf5 Fix StringIndexOutOfBounds Exception when title is null 2015-01-19 22:42:35 +00:00
Synced Synapse 7791f45829 Bump version 2015-01-18 15:11:35 +00:00
Synced Synapse 085c60d049 Fixed colors on pre-lollipop and tweaked sizes. 2015-01-18 15:06:01 +00:00
Synced Synapse 6a9c7200ce Increased connection timeout and removed read timeout from HTTP connection. 2015-01-18 14:40:14 +00:00
Synced Synapse 56ef1a9497 Changed library sync to include limits when getting media info from media center 2015-01-18 12:31:55 +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 19f82a1827 Continue syncing till the end even if there's an error in one sync item 2015-01-17 11:47:21 +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