Commit Graph

267 Commits

Author SHA1 Message Date
Synced Synapse cc3ecdd5f5 Add support for PVR - first version. 2015-11-09 23:40:48 +00:00
Synced Synapse 19611feb2a Merge pull request #133 from adlermf/patch-1
Update brazilian portuguese translation
2015-11-09 20:02:22 +00:00
adlermf 61330e63fa Update brazilian portuguese translation
Added everything missing and changed any pt-pt (ecrã, ficheiro, etc) to pt-br (tela, arquivo, etc).
2015-11-09 16:21:58 -02:00
Synced Synapse 9d7d04ea1f Fix getting backup color errors 2015-11-05 23:04:41 +00:00
Synced Synapse fe9f45bb4a Added PVR jsonrpc methods and types 2015-11-03 23:36:28 +00:00
Synced Synapse ce68ccbeb6 Merge branch 'master' of https://github.com/xbmc/Kore 2015-11-02 18:27:45 +00:00
Synced Synapse fa869b854c Make loading images in main lists use the same size as in the details view, so that both uses the same cached version in Picasso's cache, so that the image is immediatelly shown when the user enters the details view. 2015-11-02 18:24:54 +00:00
Synced Synapse 8581d8ead7 Merge pull request #130 from ratmole/master
crude attempt to fix #112
2015-10-27 19:29:45 +00:00
ratmole 05d6557755 crude attempt to fix #112 2015-10-25 22:56:42 +02:00
Synced Synapse 37424b0303 Merge pull request #129 from aharonha/patch-1
Fix default charset in okHttp
2015-10-25 12:40:05 +00:00
aharonha 39afba2ae3 Fix default charset in okHttp
should fix RTL languages such as Arabic, Hebrew and Thai
2015-10-25 01:08:39 +02:00
Synced Synapse 80fb10e534 Refactoring on Media list UI, for functions related with the Sync Service.
Removed AbstractMusicListFragment.java dur to the refactor
2015-10-13 23:05:50 +01:00
Synced Synapse 05d7cd5401 Merge pull request #116 from poisdeux/librarysyncservicebounded
Improved keeping user informed on sync progress
2015-10-13 18:18:16 +01:00
Martijn Brekhof 69b1a9fcd4 Merge branch 'master' into librarysyncservicebounded 2015-10-06 20:15:17 +02:00
Synced Synapse 2b37977597 Merge branch 'master' of https://github.com/xbmc/Kore 2015-09-25 19:25:14 +01:00
Synced Synapse 499ab11f40 Decrease tv shows number limit on library sync service. 2015-09-25 19:21:42 +01:00
Synced Synapse 3a695ea11c Add log messages to tv shows sync service 2015-09-24 20:00:09 +01:00
Synced Synapse 87a88bb6e2 Fix getting default color for remote buttons 2015-09-21 23:04:07 +01:00
Synced Synapse 6729295636 Fix NPE reported on Play Store 2015-09-21 22:53:23 +01:00
Synced Synapse 04476a04ec Fix NPE reported on Play store 2015-09-21 22:45:39 +01:00
Synced Synapse c92e8de9a6 Merge pull request #120 from sohelzerdoumi/master
Update fr translations
2015-09-19 09:49:56 +01:00
Zerdoumi Sohel 4d38ac9582 translate fr key:vibrate_on_remote 2015-09-18 20:22:11 +02:00
Synced Synapse 85155ca040 Merge branch 'master' of https://github.com/xbmc/Kore 2015-09-18 19:06:00 +01:00
Synced Synapse d271d0b17a Use switches instead of checkbox in settings 2015-09-18 19:05:21 +01:00
Zerdoumi Sohel ccf31bf333 fix fr translation 2015-09-18 20:02:07 +02:00
Synced Synapse a77773555c Merge pull request #118 from RaafatAkkad/master
Add support for Samsung Multi Window
2015-09-18 18:26:12 +01:00
Zerdoumi Sohel 0af39ab7b6 fix apostrophes fr translations 2015-09-18 19:26:12 +02:00
Zerdoumi Sohel 2b86f4591a Update fr translations 2015-09-18 11:10:27 +02:00
Raafat Akkad 73348c0f2e Add support for Samsung Multi Window 2015-09-08 19:06:36 +01:00
Synced Synapse 5bb0f49a36 Update pt-PT translations 2015-09-07 19:24:39 +01:00
Synced Synapse 887b6d68a0 Hide next button in connection wizard when no network connection detected 2015-09-07 19:20:37 +01:00
Synced Synapse cae7e21aa4 Merge pull request #117 from poisdeux/testifconnectedtonetwork
Implemented checking if network is enabled when searching for hosts
2015-09-07 19:14:32 +01:00
Synced Synapse cd00b1a2e5 Changed MediaManager.java to MediaPlayerUtils.java 2015-09-07 19:02:12 +01:00
martijn bee35c216d Merge branch 'master' into librarysyncservicebounded
Conflicts:
	app/src/main/java/org/xbmc/kore/ui/ArtistListFragment.java
2015-09-04 11:24:57 +02:00
Synced Synapse 2d4818689a Merge pull request #107 from poisdeux/master
Added playing or queueing artist/album/genre from music screen
2015-09-03 19:16:14 +01:00
Synced Synapse a9c7251be4 Merge pull request #113 from nykysoft/issue99
#99, fixed external keyboard return key to send text instead of just …
2015-09-03 19:11:39 +01:00
Synced Synapse d539ff95f8 Merge pull request #114 from NEOhidra/master
Updated Bulgarian translation
2015-09-03 19:11:07 +01:00
martijn 1d8828d2e9 Implemented checking if network is enabled when searching for hosts 2015-09-03 15:34:40 +02:00
Martijn Brekhof 499e54f2cf Improved keeping user informed on sync progress
Implemented binding to LibrarySyncService to check if there are items currently
syncing or queued to sync. This makes it possible to inform user of background
sync processes.

Created two abstract classes to reduce code duplication and check if
LibrarySyncService has any items queued which are currently being displayed.

Fixed issue with SwipeRefreshLayout from appcompat library, which does not
always show the refresh animation when refresh is set to true.
2015-09-02 12:04:17 +02:00
NEOhidra c740be9056 Updated Bulgarian translation 2015-08-22 18:19:55 +03:00
hnykyri 5cc44cf290 #99, fixed external keyboard return key to send text instead of just dismiss dialog 2015-08-19 17:14:04 +03:00
Martijn Brekhof 8a41406f01 Removed useless layout alignment attributes which were left over from a copy/paste procedure 2015-08-09 14:28:50 +02:00
Martijn Brekhof 1e0ef706e2 Fixed issue with context menu button being drawn on top of album title
Long album titles are ellipsed but TextView width was set to match parent's
width. This caused the TextView to take up all available width instead leaving
some for the context menu. Fix this by explicitly telling the TextViews to
be placed left of the context menu image.
2015-08-09 14:20:53 +02:00
Martijn Brekhof a7874de0e4 Added playing or queueing artist/album/genre from music screen
Implemented context menus in GridView items in AlbumListFragment,
ArtistListFragment and AudioGenreListFragment.
This allows the user to add everything from an artist, album, or
genre by popping up the context menu and selecting either play
or Add to playlist.

Created a new class utils/MediaManager to hold any methods related
to managing media. Added methods play(...) and queueAudio(...) to
add musiclist items to the current playlist and start playing.
2015-07-31 13:38:29 +02:00
Synced Synapse dab9bc055e Bump version for release 2015-07-30 23:55:01 +01:00
Synced Synapse b17312d293 Update pt strings 2015-07-30 23:34:40 +01:00
Synced Synapse c9e643fc2c Fix fragment transactions on host wizard: previous fragments weren't being properly removed with the call to replace() on the FragmentTransaction, because the container used was the global one. Somehow this stopped working with recent versions 2015-07-30 23:24:44 +01:00
Synced Synapse d8750cc6db Fix changing play/pause icons on remote, with different themes 2015-07-30 22:40:02 +01:00
Synced Synapse 32c937fb51 Fix runtime warning concerning app:theme 2015-07-30 20:02:26 +01:00
Synced Synapse 7936b8f2a3 Fix row count and max pictures count on cast grid view 2015-07-30 20:01:10 +01:00