Commit Graph

454 Commits

Author SHA1 Message Date
Martijn Kaijser 732867b3cd [readme] add Doxygen link which is autogenerated by CodeDocs 2016-06-20 15:10: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
Synced Synapse 3dfa4326f6 Merge pull request #240 from poisdeux/feature/songstab
Added a songs tab to the music screen
2016-05-10 13:09:11 +01:00
Martijn Brekhof e194ce8b2c Implemented SongsListFragment
The SongsListFragment lists all available songs for a connected host or
for a specific artist.
Added the songs tab to the music screen and to the artist details
screen.
2016-05-09 21:12:08 +02:00
David Eisner ba7931c5ea
Only attempt to browse and pin pluginsource type plugins
Using AddonOverviewFragment in both cases would probably be an easier to
follow code path, but this implementation switches between using
AddonDetailsFragment directly and adding it via AddonOverviewFragment.
2016-05-06 20:28:57 +01:00
David Eisner 52b5f45019
Keep the Addons tab on the left
Following feedback from @SyncedSynapse
2016-05-06 19:06:25 +01:00
David Eisner 57f3dfd502
Limit delayed loading of plugin content to AddonOverviewFragment 2016-05-06 19:04:18 +01:00
David Eisner 6eb1fcf167
Delay loading plugin content
Some plugins trigger UI when you Kore attempts to browse. We don't want
the Content tab to cause this when the user has only opened the Overview
tab.

For the tabs pinned to the addons view (AddonListContainerFragment),
loading by the usual OffScreenPageLimit rules probably makes sense, as
you can avoid pinning tabs that don't work well.
2016-05-06 19:04:18 +01:00
David Eisner 9bb35cb8cc
Addon fragment renamed to reduce confusion 2016-05-06 17:13:54 +01:00
Synced Synapse 6db788f037 Merge pull request #238 from poisdeux/issue/updateplaylist
Implemented refreshing playlist when shuffle button is clicked
2016-05-04 19:56:30 +01:00
David Eisner 430de715d2
Avoid showing addon sources when touching the loading view 2016-05-04 10:06:19 +01:00
David Eisner 51680a835c
Pin an addon as an addons activity tab 2016-05-04 10:06:18 +01:00
David Eisner b0f2adb876
Addon content in addons activity tabs 2016-05-04 09:40:30 +01:00
David Eisner dadc34901c
Plugin content browser
For feature request #72
2016-05-03 21:21:07 +01:00
David Eisner 6516fe3cd8
Launch a file list for a plugin path 2016-05-03 20:57:30 +01:00
Martijn Brekhof 91e8035eb7 Implemented refreshing playlist when shuffle button is clicked 2016-05-02 09:36:44 +02:00
Synced Synapse 48689f645d Merge pull request #234 from jtdor/issue233-replace-switchpreference-with-checkboxpreference
Replace SwitchPreference with CheckBoxPreference to avoid weird toggling behaviour of multiple SwitchPreferences on the same activity (issue #233)
2016-04-27 19:05:22 +01:00
Jörn-Thorben Hinz a42404b683 Replace SwitchPreference with CheckBoxPreference to avoid weird toggling
behaviour of multiple SwitchPreferences on the same activity (issue #233)
2016-04-24 18:45:49 +02:00
Synced Synapse 0b73228266 Merge pull request #222 from poisdeux/issue/restoresearchquery
Implemented restoring search query
2016-04-04 19:41:04 +01:00