Commit Graph

814 Commits

Author SHA1 Message Date
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
Synced Synapse 116829dbb2 Merge pull request #229 from poisdeux/issue/restorelistposition
Implemented restoring list position for AbstractListFragment
2016-04-04 19:39:31 +01:00
Martijn Brekhof 0e34874307 Implemented restoring search query
When user enters a search query for a ListFragment the query will
now be restored on device configuration changes and when
ListFragment is restored from the backstack or in a ViewPager.
2016-04-04 14:21:28 +02:00
Martijn Brekhof 9672ea6cf1 Implemented restoring list position for AbstractListFragment 2016-04-04 13:58:19 +02:00
Synced Synapse df8ebcd3b5 Merge pull request #228 from poisdeux/refactor/mediafilelistfragment
Refactored MediaFileListFragment to support multi-/single-columns
2016-04-01 18:48:42 +01:00
Martijn Brekhof 8bfe2665dd Refactored MediaFileListFragment to support multi-/single-columns
Refactored AbstractListFragment to make it more generic and allow it to be used by
MediaFileListFragment. This adds support for switching between a single- and multicolumn
view.
Created new abstract class AbstractCursorListFragment for list fragments using a cursoradapter.
2016-03-22 12:22:15 +01:00
Synced Synapse e5a1e97b8d Merge pull request #227 from Zapata11/master
Added Lithuanian translation
2016-03-21 19:34:17 +00:00
Zapata11 f9a4ecd6d9 Updated Lithuanian translation 2016-03-21 16:41:03 +02:00
Zapata11 37698e1338 Added lithuanian translation 2016-03-21 15:10:02 +02:00
Synced Synapse b957c49b7f Merge pull request #216 from KowalskiOmniROM/patch-1
Update French translation
2016-03-01 19:02:36 +00:00
KowalskiOmniROM a5ec7ffcd0 Update strings.xml 2016-03-01 04:40:24 +01:00
Synced Synapse 56b51c8f65 Merge pull request #215 from jtdor/issue61-keep-remote-above-lockscreen
Added option to keep the remote above the lockscreen (issue #61)
2016-02-24 19:34:13 +00:00
Synced Synapse a305cff852 Merge pull request #204 from tomerf/unused_methods_cleanup
Cleanup unused methods
2016-02-24 19:15:48 +00:00
Tomer Froumin d7aebaa8e4 Cleanup unused methods 2016-02-22 15:11:20 +02:00
Jörn-Thorben Hinz df7e896c48 Added option to keep the remote above the lockscreen (issue #61) 2016-02-20 00:05:20 +01:00
Synced Synapse 5eebb93b2f Merge pull request #214 from KowalskiOmniROM/master
Remove hard coded strings. 
Update French translation
2016-02-19 19:02:58 +00:00
KowalskiOmniROM 83eed1b0ed Update strings.xml 2016-02-19 07:04:59 +01:00
KowalskiOmniROM d55c308fdc Update strings.xml 2016-02-19 07:04:21 +01:00
KowalskiOmniROM 0c9dbdbee8 Update preferences.xml 2016-02-19 07:03:23 +01:00
Synced Synapse 859227e00c Merge pull request #209 from KowalskiOmniROM/patch-7
Create arrays.xml for French translation
2016-02-18 19:18:34 +00:00
Synced Synapse 54271e3dc2 Switch order of menu items "Single column/Multi-column" and "Refresh" 2016-02-15 17:48:58 +00:00
Synced Synapse 33e2f4002b Merge pull request #202 from poisdeux/issue/#196
Implemented single/multi column option for lists
2016-02-15 17:47:03 +00:00
KowalskiOmniROM d699960144 Create arrays.xml 2016-02-14 21:10:36 +01:00
Martijn Brekhof 8a3c78edcc Implemented single/multi column option for lists
Added a menu item in the overflow menu to allow the user
to switch the gridview between single column and multi column mode
2016-02-11 20:58:16 +01:00
Synced Synapse d68fe66878 Merge pull request #194 from poisdeux/artistdetailsfragment
Implemented showing artist details
2016-02-08 18:57:05 +00:00
Synced Synapse ab6e7d4ea9 Merge pull request #200 from hudokkow/codacy
Add Codacy badge
2016-02-08 18:50:08 +00:00
Martijn Brekhof f0f21d118a Implemented showing artist details
When user selects artist from ArtistListFragment it will now
show a screen displaying artist details. I've taken the TV show
details setup as an example.

This adds the following new functionality:

* Displaying artist fanart
* Displaying artist description
* Download all songs from an artist
2016-02-07 21:40:53 +01:00
h.udo dfb633ba64 Add Codacy badge 2016-02-07 16:12:06 +00:00
Synced Synapse b0f09b6cf5 Merge pull request #198 from MartijnKaijser/travis
[CI] add Travis-CI file for auto build testing
2016-02-07 11:12:31 +00:00
Martijn Kaijser 8ab94c3ce2 [CI] add Travis-CI file for auto build testing 2016-02-06 20:31:57 +01:00
Tomer Froumin e67516559d Changed PauseCallService from BroadcastReceiver to PhoneStateListener 2016-02-05 17:43:12 +02:00
Synced Synapse 3be65d6724 Merge pull request #193 from poisdeux/feature/187
Added context menu to TV episode list items
2016-02-04 19:17:48 +00:00
Martijn Brekhof 73dd123fb3 Added context menu to TV episode list items
The context menu adds play and queue functionality for tv show
episode items in the tv show episode list.
2016-02-03 08:15:49 +01:00
Synced Synapse c39c9df714 Fix DrawerToggle behaviour: decouple it from the DrawerLayout, as it is used to indicate navigation from upper to lower levels, and not to signal the opening/closing of the DrawerLayout. Mind the first run, were the UserLearnedDrawer preference must be saved when closing the DrawerLayout. 2016-01-31 19:25:53 +00:00
Synced Synapse 72441dc1a7 Merge pull request #185 from poisdeux/downloadconnectiontypes
Added settings options for allowed network types
2016-01-31 14:40:02 +00:00
Tomer Froumin 2e7ac6af80 Added support for pausing when phone in call 2016-01-30 17:32:00 +02:00
Martijn Brekhof 879f941151 Added settings options for allowed network types
This allows the user to select other network connection types,
besides WiFi, for downloading media files.
2016-01-28 09:45:56 +01:00
Synced Synapse e9cfd1339f Merge pull request #184 from royiarchy/fix_rtl_send_text
Flip RTL text before sending it
2016-01-27 19:27:31 +00:00
Synced Synapse dc5e7f183e Merge pull request #181 from tomerf/vimeo
Improved URLs parsing and added error message
2016-01-25 19:23:39 +00:00
Roy Iarchy 06477bcac0 Flip RTL text before sending it 2016-01-25 01:55:34 +02:00
Tomer Froumin 629f735a68 Fixed regex 2016-01-24 21:39:13 +02:00