Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-30 | Feed view: Single feed refresh enforces actually refreshing | Martin Fietz | |
2016-01-23 | Use positive/reverse filtering | recalculated | |
2016-01-23 | Fix context menu | Martin Fietz | |
2016-01-21 | Feed view: Add "Add/Remove to/from Favorites" to context menu | Martin Fietz | |
2016-01-20 | Only use tags when they are loaded | Martin Fietz | |
2016-01-04 | Reverse (un)lock icons in queue | recalculated | |
When the action of the button is to lock, the icon should be a closed lock and vice versa. | |||
2015-12-26 | Check that media is not null | Martin Fietz | |
2015-12-10 | Filter list -> filter set | Martin Fietz | |
2015-12-10 | Just refactoring & housekeeping | Martin Fietz | |
2015-11-23 | We do all the moving ourselves, no need to react on it | Martin Fietz | |
2015-11-08 | AlertDialog -> v7 AlertDialog | Martin Fietz | |
2015-11-03 | playing around with recycler view. context menu and swiping isn't working | Tom Hennen | |
2015-10-08 | Cleanup when we show the mark as played/unplayed menus. | Tom Hennen | |
2015-09-20 | Added 'tags' to FeedItem and properly showing/not showing menu items for ↵ | Tom Hennen | |
favorites. | |||
2015-09-20 | basic favorite functionality | Tom Hennen | |
2015-09-10 | Refactor database access | Martin Fietz | |
2015-09-06 | Set episode back to 'New' when undo remove from new episodes. | Tom Hennen | |
markItemRead -> markItemPlayed and now requires the desired state instead of boolean. fixes AntennaPod/AntennaPod#1173 | |||
2015-06-29 | Make new explicit | Martin Fietz | |
2015-06-28 | Merge pull request #974 from mfietz/feature/episodes-actions | Tom Hennen | |
Perform action on episodes | |||
2015-06-27 | Don't send Gpodder actions for items that don't have media. | Tom Hennen | |
Fixes AntennaPod/AntennaPod#964 | |||
2015-06-27 | Add episode action fragment | Martin Fietz | |
2015-06-20 | Sharing in options and context menus | Martin Fietz | |
2015-06-19 | Don't propose to open malformed URLs | Martin Fietz | |
2015-05-19 | Small fixes and refactorings | Martin Fietz | |
2015-05-19 | Fix download bar displacement | Martin Fietz | |
2015-05-19 | Fix move to top/bottom | Martin Fietz | |
2015-05-19 | Redone new indicator | Martin Fietz | |
2015-05-19 | Context dialog for feed item list | Martin Fietz | |
2015-05-19 | Show feed new items and refresh failure | Martin Fietz | |
2015-05-19 | Mark as unplayed option | Martin Fietz | |
Users can mark feed items as unplayed from feed item fragment and the queue | |||
2015-05-12 | Fix ActionBar SearchView | Martin Fietz | |
2015-05-10 | Add feed item filter | Martin Fietz | |
2015-05-03 | Show lock icon always, use correct search view text color on older devices | Martin Fietz | |
2015-05-02 | Add ActionBar icon to enable/disable list drag (reorder, swipe) | Martin Fietz | |
2015-04-22 | Small fixes | Martin Fietz | |
2015-04-05 | QueueEvents, Queue shows undobar on removal of an item | Martin Fietz | |
2015-04-05 | Minor changes: Log, import order, small refactorings | Martin Fietz | |
2015-04-05 | Sync episode actions with gpodder, smart mark as played | Martin Fietz | |
* Create episode actions when episodes are downloaded, played, deleted and marked as read * Sync (download and upload) episode actions * MediaPlayerActivity deletes almost completely played episode on close * Improved parsing of datetime strings * Smart mark as played can be disabled or set in the preferences | |||
2015-03-15 | now always displaying both refresh and search. closes #633 | Tom Hennen | |
2015-01-30 | added feed specific mark_all_read confirmation dialog. #596 | Tom Hennen | |
2015-01-15 | Moved updateRefreshMenuItem into core package | daniel oeh | |
2014-11-10 | Squashed commit of the following: | daniel oeh | |
commit 7d0e6d5c2dc75f8f1e54f4a1279c6b0cffa7b8cc Author: daniel oeh <daniel.oeh@gmail.com> Date: Mon Nov 10 21:00:58 2014 +0100 Made tests compile commit 05c57df87dd469d8f64835700eefe2e3c87e04e4 Author: daniel oeh <daniel.oeh@gmail.com> Date: Mon Nov 10 20:56:58 2014 +0100 Removed unused code commit 0a1fbc9e6d9648646140e30dec0ec8389fb8d37f Author: daniel oeh <daniel.oeh@gmail.com> Date: Thu Nov 6 15:48:24 2014 +0100 Added UI controls to download more feed pages closes #245 commit 6486fb40f1d03887e264df95946f91f0a9cdac9b Author: daniel oeh <daniel.oeh@gmail.com> Date: Thu Nov 6 14:49:43 2014 +0100 Added support for downloading feed pages commit e1faa06908bfd50f2aa0c28ee5118772c4281557 Author: daniel oeh <daniel.oeh@gmail.com> Date: Wed Nov 5 21:27:03 2014 +0100 Added "paged" and "loadAllPages" attributes | |||
2014-11-05 | Updated layouts | daniel oeh | |
Use new navigation drawer toggle Customized colors of new themes Updated navigation drawer layout Updated "new episodes list" layout Updated feeditemlist layout Fixed refresh button behavior in feeditemlist Updated downloads fragment layout Fixed layouts on smaller screens, updated borderless buttons Use PreferenceFragment instead of PreferenceActivity if possible Changes of the Preference UI should now be made in the PreferenceController class. Replaced vertical_divider with android:attr/listDivider Updated itemlist layout in onlinefeedview Fixed NPE in TagFragment Updated gpodnet list layout Updated search layout Adjusted background color of external player Added material design icons Adjusted primary dark color | |||
2014-10-25 | Removed use of indeterminate progress bar | daniel oeh | |
No longer supported in version 21 of the support library | |||
2014-10-11 | Moved core classes into subproject | daniel oeh | |