Commit Graph

741 Commits

Author SHA1 Message Date
Martijn Brekhof 3742263ec7 Fixed issue with sharing code between local and instrumentation tests (#335) 2017-01-03 16:14:22 +00:00
Mon Zafra dc5a9f1ed3 Fixed some problems in the remote fragment layout when in landscape mode (#333)
- added missing tint attribs in the vertical navigation icons
- parameterized pad buttons container dimensions like in portrait mode
- put art and media info/controls side-by-side like in portrait mode
2017-01-03 14:27:05 +00:00
Synced Synapse 331866043a Fix issues with svg drawables 2016-12-29 18:59:36 +00:00
Synced Synapse e02c6c4caf Fix German translation... 2016-12-29 18:53:09 +00:00
mueller-ma 856516934f updated german translation (#327) 2016-12-29 18:49:28 +00:00
Martijn Brekhof eea3a69d3d Updated travis configuration 2016-12-29 18:27:40 +00:00
Martijn Brekhof 640473a8ee Fixed NavigationDrawerFragment location in activity_generic_media layout 2016-12-29 18:27:40 +00:00
Martijn Brekhof 45efd0f523 Added PlantUML class diagram for audio section 2016-12-29 18:27:40 +00:00
Martijn Brekhof 230557cede Added PlantUML class diagram for Abstract class and BaseActivity 2016-12-29 18:27:40 +00:00
Martijn Brekhof b8fbf4e190 Refactored org.xbmc.kore.ui package into separate packages 2016-12-29 18:27:40 +00:00
Memphiz c9ca6a08de [jenkins/signing] - switch from jarsigner to apksigner (#326) 2016-12-23 08:52:42 +00:00
Synced Synapse c966e52ee4 Update android SDK/build toos/support library version 2016-12-23 08:50:34 +00:00
Synced Synapse 7d2a3e04bc Change (some) assets to svg instead of png 2016-12-23 08:49:36 +00:00
Synced Synapse 22028419c9 Update proguard rules to consider new JmDNS library 2016-12-20 09:54:31 +00:00
Synced Synapse a545bf03ef Update jmdns library. 2016-12-19 19:41:30 +00:00
Synced Synapse 6245a9c7d5 Use ExpandableTextView on Text views that expand on clicking them 2016-12-19 19:25:24 +00:00
Martijn Brekhof b01e3c8ddc Fixes reported crashes caused by a NullPointerException (#325)
Multiple NullPointerExceptions have been reported in Google Play (dev).
Probably caused by calling onTaskRemoved more than once.
2016-12-19 18:57:08 +00:00
Synced Synapse 661908c922 Add next episodes section to tv show details screen 2016-12-16 19:24:28 +00:00
Synced Synapse 04d901cf03 Fix hiding/showing watched episodes in episode list 2016-12-16 19:24:28 +00:00
Synced Synapse 3152ee540b Add progress bar to seasons list 2016-12-16 19:24:28 +00:00
KowalskiOmniROM 2adf716b95 Update French Translation (#324) 2016-12-15 20:17:14 +00:00
Zapata11 6afa4bbdfc Updated lithuanian translation (#322) 2016-12-15 20:15:48 +00:00
Synced Synapse 43371b9480 Redesign tv shows details, to not use tabs or expandable lists in episodes list
First version, to be improved visually
2016-12-15 20:10:55 +00:00
Martijn Brekhof d993126c7e Fixed retrieving wrong handler for applicationNotificationsObserver (#319) 2016-12-02 11:04:17 +00:00
Sebastian 03cd43bdac change "title" from itemFile.title to itemFile.label for TYPE_ALBUM and TYPE_SONG (#315) 2016-11-30 12:38:26 +00:00
Martijn Brekhof c1d90eb954 Added unittest for multi-disc albums (#317) 2016-11-30 12:21:21 +00:00
Martijn Brekhof c5848ce648 Implemented showing volume level on NowPlayingFragment (#312)
Replaced up/down volume buttons with a seekbar that displays the current
volume level and can be used to change the volume level
2016-11-30 12:20:21 +00:00
tomerf d2b5449e98 Check the status of the mute button in NowPlaying (#294) 2016-11-20 14:18:43 +00:00
Martijn Brekhof b1ec57f8e6 Updated integration tests for MediaProvider
* Refactored MediaProviderMusicTest splitting it up into separate classes
* Updated integration tests for MediaProvider

* Added tests to check displayartist
* Added tests to check various artists albums
2016-11-18 10:23:07 +00:00
Synced Synapse 92773ea57c Prevent crash introduced in a4945c8534 when there are no hosts configured 2016-11-16 12:10:20 +00:00
Synced Synapse 361a854e1f Change the select button to also send an Event Server code if the Event Server connection is being used.
This allows the select button to work in situations where the jsonrpc server isn't functional yet
2016-11-15 19:39:54 +00:00
Synced Synapse 18811371a7 Use Kodi's version stored on the DB to decide which window to display on long press on Info button 2016-11-15 19:25:16 +00:00
Synced Synapse b7ece61951 Fix for long press Info button to display codec info in v17 (#286) 2016-11-15 19:22:30 +00:00
Synced Synapse 4a8b2b4d43 Use Kodi's version stored on the DB instead of calling Kodi in the download subtitles option 2016-11-15 19:18:16 +00:00
Synced Synapse a4945c8534 Add Kodi version to Hosts table on DB and keep it periodically updated 2016-11-15 19:09:23 +00:00
Synced Synapse 39ee0b6634 Removed checking wether PVR is enabled in RemoteActivity, as this was only needed to aid in the transition when PVR was implemented 2016-11-15 15:47:11 +00:00
Martijn Brekhof b7b1470484 Fix and improve downloading song
* Fixed issue downloading all songs from an artist
* Added download option for songs in songslistfragment
* Created UIUtils.downloadSongs(...) to reduce code duplication
* Refactored downloading of songs on host/artist/album levels
  All levels now use song display artist as artist and album display artist.
  This prevents downloading songs multiple times when downloading same song on different levels.
2016-11-09 08:48:22 +00:00
Martijn Brekhof 49a253af34 Added sort options to albumlistfragment (#309)
List is sorted by default on album title. User can change this to artist or artist/year.
2016-11-09 08:46:42 +00:00
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