Commit Graph

803 Commits

Author SHA1 Message Date
Martijn Brekhof 11b8d12b31 Implemented sorting on disc number in AlbumDetailsFragment (#310) 2016-11-08 19:57:05 +00:00
Martijn Brekhof 77795d099a Added and updated remote sizes (#308)
This should improve support for different screen resolutions.
2016-11-08 19:53:26 +00:00
Martijn Brekhof bbda7df4aa Refactored integration tests to use robolectric (#302)
* Updated travis build to include running local tests for each PR
* Removed unused methods from Utils.java
* Moved all resources required by both local and instrumentation tests
  to testUtils
* Added proguard rules for the test builds to prevent proguard from discarding
  the junit classes
2016-11-08 11:43:10 +00:00
Martijn Brekhof eedd1e99b4 Implemented showing artist names in song lists (#281)
* Song lists for artist, album, and overall now shows the artist name for each individual song
* Added display artist column to songs table. This required a DB upgrade and users should
  do a refresh for music items to be able to see the display artist in the song lists.
2016-10-20 19:26:43 +01:00
noctux f0cd9a67f8 Support playback of shared plain http-video urls (#292)
Currently Kore does only support the playback of youtube and vimeo video
urls when invoked via the "Play with Kodi" share menu.

This commit adds support for plain video urls.
2016-10-18 19:06:41 +01:00
Synced Synapse 45cdacebca Update Dutch translations (henkhend and poisdeux) 2016-10-18 18:29:12 +01:00
Synced Synapse 83ed7b3cb6 Fix issues with downloading files without titles (in artists, albums, movie titles or TV Show titles) 2016-10-11 20:05:23 +01:00
KowalskiOmniROM 034b969f3b Update French translation (#295) 2016-10-11 19:27:25 +01:00
tomerf f3728a9dc4 Support both http and https URLs in share menu (#293) 2016-10-11 19:23:20 +01:00
Martijn Brekhof dadabd09c5 Implemented recursion fix for movies and tv shows (#283)
This applies the fix for issue #219 Incomplete libraries for movies and
TV shows.
For music items this was already fixed in PR #236
See commit 7330f85241
2016-09-26 18:31:22 +01:00
Martijn Brekhof 080b5809f3 Unittest/mediaprovider (#251)
Implemented integration tests for music items
2016-09-23 19:08:22 +01:00
macio525 d746f6643f Polish translate update (#288)
Update polish translation
2016-09-23 18:54:44 +01:00
Synced Synapse def026eca4 Remove hardcoded string in preferences and move it to strings.xml 2016-09-23 18:52:54 +01:00
Martijn Brekhof d26599dbc2 Merge pull request #290 from poisdeux/issue/travisbuild
Fixed travis build tools version
2016-09-21 14:42:42 +02:00
Martijn Brekhof e399c3e607 Fixed travis build tools version 2016-09-21 14:33:57 +02:00
Synced Synapse 333268b0b1 Update build tools version 2016-09-16 19:12:36 +01:00
Synced Synapse cf5ab6335e Fix TypedArray.getResourceId warnings/errors 2016-09-16 19:09:06 +01:00
Martijn Brekhof 5a6b64b90f Updated android gradle plugin to support gradle 2.14 (#282)
* Gradle 2.14 fixes a local privilege escalation issue when running
  the gradle daemon
2016-09-16 10:59:22 +01:00
Bharat a4e19a5578 Fix for long press Info button to display codec info in v17 2016-09-14 01:24:01 -07:00
Martijn Brekhof 6ab8b2b604 Implemented keeping screen on when using the remote activity (#280) 2016-09-07 19:33:58 +01:00
Martijn Kaijser 43edbfa8e9 Merge pull request #278 from softastur/master
Update Asturian language translation
2016-07-27 18:21:28 +02:00
Martijn Kaijser 583f0be55b Merge pull request #276 from Chapell/master
Added Hungarian translation
2016-07-27 18:21:20 +02:00
Martijn Kaijser d930144af1 Merge pull request #273 from jonas2515/master
Updated German translation
2016-07-27 18:20:58 +02:00
Martijn Kaijser dc8c19c0a3 Merge pull request #271 from Zapata11/master
Updated Lithuanian translation
2016-07-27 18:20:39 +02:00
Martijn Kaijser c5dfcc79a6 Merge pull request #270 from NEOhidra/master
Updated Bulgarian translation
2016-07-27 18:20:24 +02:00
Softastur 3132501eba Update Asturian translation 2016-07-27 17:05:41 +02:00
Oszkár Sziklai cc322b61f6 Added Hungarian translation 2016-07-24 01:14:44 +02:00
jonas2515 6f76801820 Updated German translation 2016-07-19 22:36:14 +02:00
Zapata11 ea4c9a0d4c Update strings.xml
Updated Lithuanian translation
2016-07-13 17:14:13 +03:00
Zapata11 b1c632ef14 Update strings.xml
Updated Lithuanian language
2016-07-13 09:40:06 +03:00
NEOhidra f3e597fdac Updated Bulgarian translation 2016-07-10 23:27:17 +03:00
Synced Synapse 1c025cfc82 Bump version for release
Upgrade gradle version
2016-07-09 16:18:02 +01:00
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