Commit Graph

68 Commits

Author SHA1 Message Date
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 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 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
jonas2515 c7112daac4 Translate new strings 2015-02-02 15:44:16 +01: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 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