Commit Graph

721 Commits

Author SHA1 Message Date
Saket a4f5316c93 Fixed Toolbar height small for sdk version < Android Llollipop (#268) 2016-07-07 16:49:22 +01:00
wstephen 89a28275bd Add Chinese (Traditional) (#267)
Wonderful APK!  Can't afford  the UI without not in my language for people living in the world of Traditional Chinese.
2016-07-06 19:26:43 +01:00
Synced Synapse 34ecc65855 update pt-PT translations 2016-07-06 17:27:16 +01:00
Synced Synapse dfa4e454ca Merge pull request #265 from Zapata11/master
Updated Lithuanian translation
2016-07-06 17:18:34 +01:00
Synced Synapse 466996f34e Merge pull request #250 from poisdeux/issue/#7
Fixed issue showing songs without an album or artist
2016-07-06 17:06:51 +01:00
Zapata11 dd99fc180a Updated Lithuanian translation 2016-07-05 10:42:16 +03:00
Martijn Brekhof 21389b1e9e Fixed issue showing songs without an album or artist 2016-06-30 21:13:49 +02:00
Synced Synapse 6cfd71b2ed Merge pull request #261 from DevFactory/release/collection.isEmpty()-should-be-used-to-test-for-emptiness-fix-1
squid:S1155 - Collection.isEmpty() should be used to test for emptiness
2016-06-30 17:51:58 +01:00
Synced Synapse 7a84e7fa7c Merge pull request #260 from DevFactory/release/local-variables-should-not-be-declared-and-then-immediately-returned-or-thrown-fix-1
squid:S1488 - Local Variables should not be declared and then immediately returned or thrown
2016-06-30 17:50:08 +01:00
George Kankava 079cf4e759 squid:S1155 - Collection.isEmpty() should be used to test for emptiness 2016-06-29 14:17:39 +04:00
George Kankava ddd3d26949 squid:S1488 - Local Variables should not be declared and then immediately returned or thrown 2016-06-29 13:49:04 +04:00
Synced Synapse cc1329f614 Merge pull request #257 from poisdeux/issue/disableanimpermission
Fixed printing false message during gradle configuration phase
2016-06-21 12:18:52 +01:00
Martijn Brekhof 6a928e3c95 Added fix for travis build 2016-06-20 20:57:40 +02:00
Synced Synapse 94087efe9b Merge pull request #258 from poisdeux/unittest/additional_tests_for_restoresearchquery
Added three tests to test clearing the search view
2016-06-20 16:51:45 +01:00
Martijn Kaijser e326da03d7 [readme] fix incorrect Doxygen link 2016-06-20 15:57:28 +02:00
Martijn Kaijser 732867b3cd [readme] add Doxygen link which is autogenerated by CodeDocs 2016-06-20 15:10:23 +02:00
Martijn Brekhof 632c547f38 Added three tests to test clearing the search view 2016-06-20 14:59:12 +02:00
Martijn Brekhof acb87a7543 Fixed printing false message during gradle configuration phase 2016-06-20 14:44:23 +02:00
Memphiz 7887ced41e Merge pull request #256 from Memphiz/fix_jenkins_packaging
[jenkins] - fix sigining of apk
2016-06-18 15:11:13 +02:00
Memphiz 2a4c85541d [jenkins] - fix sigining of apk 2016-06-18 14:33:13 +02:00
Synced Synapse 7819fb9f15 Fix gradle script to include default product flavor 2016-06-17 19:09:23 +01:00
Synced Synapse 4572775a51 Improve file list UI 2016-06-16 19:40:36 +01:00
Synced Synapse 1b162c7610 Merge pull request #223 from poisdeux/unittest/restoresearchquery
Implemented unittests to test restoring search query
2016-06-16 19:36:42 +01:00
Martijn Brekhof 6f60442e7b Implemented integration tests to test restoring search query
* Added perl tools to generate json files for music and movie data
* Upgraded build tools version, sdk compile version, and support libraries
  as this is required by the test packages.
* Added new product flavor instrumentationTest to make sure assets and settings
  required for testing do not also ship with a release version of Kore
2016-06-16 11:04:25 +02:00
Synced Synapse e338636bb7 Merge pull request #253 from tomerf/file_list_size
Added file size to media file list view
2016-06-09 16:51:59 +01:00
Tomer Froumin 22ccee5b0f Only show file size if available 2016-06-08 14:00:27 +03:00
Tomer Froumin fd793d6354 Added file size to media file list view 2016-06-04 16:25:15 +03:00
Synced Synapse ea1807c950 Merge pull request #252 from poisdeux/issue/travisbuild
Upgraded travis CI config to match our android build (tools) version
2016-06-01 19:24:59 +01:00
Martijn Brekhof 1008b87213 Upgraded travis CI config to match our android build (tools) version 2016-06-01 08:06:40 +02:00
Synced Synapse 400cd84896 Merge pull request #248 from KowalskiOmniROM/patch-1
Update strings.xml - French
2016-05-31 20:03:22 +01:00
KowalskiOmniROM 202a47c55a Update strings.xml 2016-05-30 20:47:37 +02:00
Synced Synapse 82fa6ae56c Improve title layout on lists 2016-05-25 19:19:06 +01:00
Synced Synapse 1472adb0b0 Fix color in notifications 2016-05-25 19:08:09 +01:00
Synced Synapse ae8396909f Fix some lint errors 2016-05-25 19:03:50 +01:00
Synced Synapse 6dcf412140 Update android sdk to v23
Deal with Android 6 permission system
Update gradle version
2016-05-25 17:18:25 +01:00
Synced Synapse 3e0d3a7e36 Fix getString with invalid parameter 2016-05-24 20:03:38 +01:00
Synced Synapse 67d8100245 Merge branch 'tomerf-call_notifications' 2016-05-20 19:26:13 +01:00
Synced Synapse e65b4536d7 Refactor Notification and PauseCall services: Create a single connection observer service that manages the notification and call pause/play. 2016-05-20 19:24:34 +01:00
Synced Synapse faab6b8163 Merge branch 'call_notifications' of https://github.com/tomerf/Kore into tomerf-call_notifications 2016-05-20 10:24:58 +01:00
Synced Synapse 79cea83174 Merge branch 'master' of https://github.com/xbmc/Kore 2016-05-15 18:45:32 +01:00
Synced Synapse b167a1d444 Merge pull request #242 from softastur/master
Support for Asturian translation
2016-05-15 18:45:50 +01:00
softastur 73e85de231 Support for Asturian translation 2016-05-15 02:36:26 +02:00
Synced Synapse 7392fbfba0 Update pt translations 2016-05-12 19:07:41 +01:00
Synced Synapse b5b9b4242a Merge pull request #241 from Bikonja/master
Added Croatian translation
2016-05-12 18:56:18 +01:00
Bikonja b1205b7453 Added Croatian translation 2016-05-11 21:52:52 +02:00
Synced Synapse 9ad1fe8879 Always show remote buttons, even if there's no connection over TCP/HTTP. There might be problems reaching Kodi through TCP/HTTP but EventServer might be available/responding, so always showing the remote buttons allows the user to navigate. One instance of this is when a modal dialog box is being shown, and the TCP thread isn't responding, showing the remote buttons allows the user to dismiss the dialog box and continue. 2016-05-11 19:24:27 +01:00
Synced Synapse f6070c78c0 Change bookmark addon icon 2016-05-10 20:19:23 +01:00
Synced Synapse e31ba2084c Merge pull request #236 from poisdeux/issue/#219
Issue/#219
2016-05-10 19:32:09 +01:00
Martijn Brekhof 7330f85241 Fixed issue with recursing music items
Using Kodi's JSON RPC, Kodi may return less items than requested, even
if there are more items available. The old method of determining if
more items are available by checking if the amount of items returned
equals the amount requested does not work in these cases. Therefore,
we now use the returned List.LimitsReturned to determine if there are
more items available. If List.LimitsReturned.end equals
List.LimitesReturned.total we assume we retrieved all items.
2016-05-10 15:08:38 +02:00
Synced Synapse de8e28b768 Merge pull request #239 from eisnerd/plugin-content-browser
Plugin/addon content browser
2016-05-10 13:15:09 +01:00