Commit Graph

62 Commits

Author SHA1 Message Date
daniel oeh 1b0ee017ce Removed "swipe to remove" from queue, replaced with context menu item.
closes #462
2014-07-13 10:48:04 +02:00
daniel oeh 7220c65ef4 Improved menu behavior in all episodes view
fixes #451
2014-06-07 12:36:47 +02:00
daniel oeh 1ee50e81ae Removed unused resources, reduced number of lint warnings 2014-05-19 01:05:48 +02:00
daniel oeh 2186055c2d Added "swipe to refresh" in new episodes list 2014-05-17 14:39:16 +02:00
daniel oeh bb9683b86a Moved "show info" into itemlist header 2014-05-12 19:15:37 +02:00
daniel oeh aa700fe4b8 Added missing file from previous commit 2014-05-12 18:54:39 +02:00
daniel oeh 6444d5433a Split "new episodes" list into two lists 2014-05-11 02:13:13 +02:00
daniel oeh 15c333ed39 Re-implemented menus 2014-04-21 13:15:33 +02:00
daniel oeh 3a3116fe96 Re-implemented search 2014-04-21 12:02:08 +02:00
daniel oeh 257913196b Added FeedItem dialog 2014-04-18 20:32:22 +02:00
daniel oeh c37b67172e Added navigation drawer + new episodes fragment 2014-04-01 22:53:18 +02:00
daniel oeh 813614bb28 Fixed visibility of MenuItems
Use custom namespace for "showAsAction" and "getMenuInflater" instead of "new MenuInflater"
2013-09-15 13:21:19 +02:00
daniel oeh 2e8f102248 MenuItems in ItemviewActivity were not displayed correctly. fixes #273 2013-09-12 13:49:50 +02:00
Tom Hennen e1fc800d08 Moved move to top/bottom menu options to EpisodesFragement from FeedItemMenuHandler so that we can ensure the user was actually in the 'Queue' dropdown when they opened the menu. Also, move to top now only shows up if the item isn't already at the top, similarly, for move to bottom, it only shows up if the item isn't already at the bottom. 2013-09-09 21:29:53 -04:00
Tom Hennen b886c38308 * updated code to reuse existing function for moving items in the queue
* added 'move to bottom'
2013-08-16 15:19:56 -04:00
Tom Hennen 2d83b39c27 added move to top to individual items in the episode queue. Move to bottom coming soon. 2013-08-16 14:39:54 -04:00
daniel oeh 6b69f7fe28 Fixed search 2013-08-14 17:22:13 +02:00
daniel oeh 5876b98bb8 Implemented skip functionality 2013-03-07 20:02:23 +01:00
daniel oeh c3852f333c Removed 'share link' and 'share source link' from feedmenu 2013-02-13 21:24:43 +01:00
daniel oeh 825ccd28c1 Improved performance of FeedItemMenuHandler's prepare method 2013-01-21 22:47:19 +01:00
daniel oeh 65491d5436 Added 'set to default folder' menu button 2012-12-30 21:51:59 +01:00
daniel oeh 6f8a582710 DirectoryChooser can now create new folders 2012-12-23 12:03:53 +01:00
daniel oeh 8726ea18c0 Created layout for directorychooser 2012-12-22 23:55:35 +01:00
daniel oeh bf904781e6 Renamed podfetcher.xml to main.xml 2012-12-19 16:01:34 +01:00
daniel oeh e01a656e9e Changed references to drawables in resources to references to attrs 2012-11-20 19:26:41 +01:00
daniel oeh c042145875 Moved Opml import button to AddfeedActivity, Opml export button to
preferences
2012-10-03 15:54:50 +02:00
daniel oeh 0b5fa1c612 Implemented PlaybackHistoryActivity 2012-10-03 14:52:50 +02:00
daniel oeh 33a1d78c38 Improved feedlist menu 2012-09-26 13:16:46 +02:00
daniel oeh 858cdc6233 swapped position of 'refresh' and 'add feed' items 2012-09-14 15:24:41 +02:00
daniel oeh 98d75f6e61 improved structure of strings.xml 2012-09-11 22:06:25 +02:00
daniel oeh 0f6e78da25 Changed 'showAsAction'-flags of show_info_item 2012-09-02 17:57:12 +02:00
daniel oeh b91a04fc8c Created Activity for displaying information about a channel 2012-08-04 13:26:02 +02:00
daniel oeh b155a4cdf9 Completed sleep timer implementation 2012-07-27 15:46:56 +02:00
daniel oeh 791acc935c Implemented sleep timer in playaback service and created time dialog 2012-07-27 13:52:54 +02:00
daniel oeh fab2110715 Added export menu item 2012-07-26 19:36:38 +02:00
daniel oeh 74b1fac152 improved order of items 2012-07-24 18:25:56 +02:00
daniel oeh 8243d0dde6 implemented search button 2012-07-24 14:37:34 +02:00
daniel oeh c9197522de Added chooser activity 2012-07-23 17:05:34 +02:00
daniel oeh c76beb2d9f improved visibility handling + order of items 2012-07-18 11:23:04 +02:00
daniel oeh f49ec6e537 Removed title from actionmode + changed visibility of 'remove'-item 2012-07-18 10:25:43 +02:00
daniel oeh 114d348a0c Reduced warnings 2012-07-16 16:51:26 +02:00
daniel oeh 4003ede4a7 implemented menu in mediaplayer activity 2012-07-15 21:04:18 +02:00
daniel oeh 2e8ed263d8 Implemented menu in feedinfo activity 2012-07-15 19:59:44 +02:00
daniel oeh 919e978f8d Implemented sharing menus 2012-07-10 17:40:35 +02:00
daniel oeh f73c402005 Added menu item to update a single feed 2012-07-09 13:51:08 +02:00
daniel oeh 1eefeec79f Added actionbar item for streaming 2012-07-02 22:17:47 +02:00
daniel oeh 0d6a7580de Added support for flattr-paymentlinks 2012-06-26 18:39:02 +02:00
daniel oeh 30aeef5b3e Added menuitem to visit the website of a feed or feeditem 2012-06-26 14:03:59 +02:00
daniel oeh 020d3afba9 Changed theme to 'Force Overflow' 2012-06-26 13:37:41 +02:00
daniel oeh 3608ba18b6 Improved Feedmenu 2012-06-23 15:57:00 +02:00