Commit Graph

1310 Commits

Author SHA1 Message Date
daniel oeh 0762e7bbbe Added method to check if item is being played 2012-10-28 20:31:29 +01:00
daniel oeh 8e7a402554 Use thread for searching instead of AsyncTask 2012-10-28 17:19:07 +01:00
daniel oeh 1cac6a2de9 Searching descriptions should now work 2012-10-28 15:19:29 +01:00
daniel oeh a51e371fa4 Added feed-column to SEL_FI_EXTRA 2012-10-28 14:23:28 +01:00
daniel oeh 0ffc18be1a Added methods for searching descriptions to feedmanager 2012-10-28 14:15:14 +01:00
daniel oeh 50b02ff77e FeedManager tasks can now return a result on completion 2012-10-28 14:11:08 +01:00
daniel oeh dfc2b4802a Added methods for searching descriptions of feeditems in the database. 2012-10-28 14:06:38 +01:00
Michael Kaiser a8664101a0 Save media when marking all items as "read"
The unreadItems list contains items that are "in progress", so we need
to save the media.
2012-10-28 11:39:00 +01:00
Michael Kaiser 3785cb505d Save correct image title 2012-10-28 10:36:02 +01:00
Michael Kaiser 27492575c2 Save media after changing its position 2012-10-28 00:24:42 +02:00
Michael Kaiser ea52a12ba3 Don't change playback completion date
Don't change the playback completion date when marking an episode as
"read" or "unread"
2012-10-28 00:03:20 +02:00
daniel oeh bd1b07150b Renamed methods 2012-10-27 22:36:35 +02:00
daniel oeh fb4ba95789 Removed unused constructor 2012-10-27 22:16:07 +02:00
daniel oeh 6fc11c7bae Added cachedDescription and cachedContentEncoded 2012-10-27 22:15:22 +02:00
daniel oeh 6a4abe1e85 Implemented Asynchronous description loading in Itemdescriptionfragment 2012-10-27 21:51:29 +02:00
danieloeh 478196ce62 Merge pull request #53 from patheticpat/fix-typo
Fixed a typo
2012-10-27 09:59:03 -07:00
Michael Kaiser b047e8a2b3 Fixed a typo 2012-10-27 16:21:35 +02:00
daniel oeh ff8a1219af Created method for loading extra information of a feeditem 2012-10-24 21:25:31 +02:00
daniel oeh 0fb4e9582b Implemented FeedManager.Task
FeedManager.Task should be used to do operations in the background and
let callers specify a callback object to be notified when the operation
has completed.
2012-10-24 21:08:18 +02:00
Michael Kaiser 3fa2d2a6c5 Items that are in progress aren't unread anymore 2012-10-24 21:00:40 +02:00
daniel oeh 647f3ecc39 Added methods for getting cursors with different feeditem
column selections
2012-10-24 20:56:43 +02:00
daniel oeh 08b83e7b81 Created constants for feeditem selections 2012-10-24 20:49:06 +02:00
Michael Kaiser 380a5f459b Extract setting of read/undread state to a FeedItem method 2012-10-24 19:06:57 +02:00
Michael Kaiser 39eeadad20 Use DateFormat.MEDIUM for dates 2012-10-23 15:55:41 +02:00
Michael Kaiser 37e58f8b8a Enable transition to "read" and "unread" states for "in progress" items 2012-10-23 15:55:33 +02:00
Michael Kaiser d32f49b274 Show number of "in progress" episodes for each feed 2012-10-23 15:54:55 +02:00
Michael Kaiser 528cda20d3 Indicate "unread"/"in progress" state of individual feed items 2012-10-23 15:54:46 +02:00
Michael Kaiser 27fe652551 Add the concept of a FeedItem that is "in progress"
A FeedItem should be considered "in progress" when the user started
listening or watching the media, but did not complete it yet.
2012-10-23 15:53:13 +02:00
Michael Kaiser 56a06f98eb Simplified feeditemlist_item layout 2012-10-23 15:32:15 +02:00
daniel oeh 75dc42c438 Prepared release of version 0.9.5.3 2012-10-23 10:49:36 +02:00
daniel oeh 7380d288e5 Updated tests 2012-10-23 10:45:29 +02:00
daniel oeh 7106fdcdab Set download status message to 'pending' while it's not being
downloaded.
2012-10-23 10:26:34 +02:00
daniel oeh 0884b0bf80 Fixed NullPointerException on some devices 2012-10-22 22:06:58 +02:00
daniel oeh 3c54910ce4 Removed unused imports 2012-10-22 21:44:31 +02:00
daniel oeh 124f7bd0f6 Added support for feeds without pubDates 2012-10-22 21:22:38 +02:00
daniel oeh dbfd1fca26 Merge branch 'master' into develop 2012-10-22 19:11:07 +02:00
danieloeh d192652eed Merge pull request #41 from patheticpat/feedburner
Removed feedburner specific URL handling
2012-10-22 09:41:55 -07:00
danieloeh 61f0f47133 Merge pull request #38 from patheticpat/duplicate-strings
Removed duplicate string resources.
2012-10-22 09:39:39 -07:00
danieloeh 4e098a55ee Merge pull request #37 from patheticpat/windows
Renamed package de.danoeh.antennapod.miroguide.con
2012-10-22 09:34:50 -07:00
Michael Kaiser 83f13e4fe2 Removed feedburner specific URL handling
The ?format=xml parameter should not be necessary. It could even cause
problems in case the url already contains a parameter string.
2012-10-22 12:04:39 +02:00
Michael Kaiser 4e06688713 Removed duplicate string resources. 2012-10-21 22:33:05 +02:00
Michael Kaiser 59155b6a9e Renamed package de.danoeh.antennapod.miroguide.con 2012-10-21 22:08:26 +02:00
daniel oeh 85d1ed0520 Only read image-tag if it's a sub-element of the channel-tag 2012-10-20 19:50:15 +02:00
daniel oeh 48f1cd2b3b pressing the button of an itemlist item selected the wrong item if
'display only episodes' was turned on
2012-10-20 19:16:08 +02:00
daniel oeh 3f8f9be652 Added check for null in SyndTypeUtils 2012-10-16 11:41:47 +02:00
daniel oeh 164ca08123 Made sure identifying value of feed isn't empty 2012-10-15 18:32:10 +02:00
daniel oeh e03047254d Removed invalid feeds 2012-10-15 18:31:44 +02:00
daniel oeh ae59658e26 Prepared release of version 0.9.5.2 2012-10-14 21:14:47 +02:00
daniel oeh 900bb9da7c Fixed nullpointer exception in SyndTypeUtils 2012-10-14 13:50:34 +02:00
daniel oeh a62cf5d14c Load new bitmap if imageview's size has become larger 2012-10-14 13:50:05 +02:00