Commit Graph

8783 Commits

Author SHA1 Message Date
daniel oeh
ef5dc7cb0e Added state enum to feeditem class
The getStatus() method should now be used to handle feeditems in
different states instead of handling its attributes directly.
2012-11-16 19:55:59 +01:00
daniel oeh
385b11eae2 Added 'Playing' state 2012-11-16 19:36:21 +01:00
daniel oeh
a7831abf77 Merge branch 'feed-item-labels' of git://github.com/patheticpat/AntennaPod into patheticpat-feed-item-labels
Conflicts:
	src/de/danoeh/antennapod/feed/FeedItem.java
2012-11-16 19:17:13 +01:00
daniel oeh
5c55b0922b Organized imports 2012-11-11 18:01:53 +01:00
daniel oeh
2baccc8b64 Prepared release of version 0.9.6 2012-11-11 18:00:10 +01:00
daniel oeh
7f92cdce70 Merge branch 'description_update' into develop
Conflicts:
	src/de/danoeh/antennapod/feed/FeedItem.java
2012-11-11 17:45:48 +01:00
daniel oeh
1210c7a8a4 Added support for links in vorbis comment 2012-11-09 19:40:10 +01:00
daniel oeh
8cf119ce7f Reading UTF-8 strings should now work 2012-11-08 21:08:59 +01:00
daniel oeh
8297d03ef8 Ignore invalid chapters 2012-11-06 22:28:42 +01:00
daniel oeh
08349087ca getChapterById was using wrong attribute 2012-11-06 21:50:27 +01:00
daniel oeh
313958b487 Integrated vorbis chapterreader into app 2012-11-06 21:49:59 +01:00
daniel oeh
e6292aec79 Added classes for reading vorbis comment chapters 2012-11-06 15:38:59 +01:00
daniel oeh
09a3957f60 Removed unnecessary methods, added standard constructor 2012-11-06 15:38:36 +01:00
daniel oeh
b84c933bf9 Merge branch 'better_file_names' into develop 2012-11-05 20:33:13 +01:00
daniel oeh
622651343a Added more feeds to testfile 2012-11-01 19:57:23 +01:00
daniel oeh
38439db85d Added support for RSS 0.91/0.92 2012-11-01 19:57:06 +01:00
daniel oeh
a0eabe5555 Added test for FilenameGenerator 2012-11-01 19:16:32 +01:00
daniel oeh
0f857e6a3b Added option to take different filename if a file with that name exists 2012-10-31 18:03:47 +01:00
daniel oeh
fe6460dde5 Use title of feed for filename if available 2012-10-31 17:36:59 +01:00
daniel oeh
1c0874dabe Created FileNameGenerator class 2012-10-31 16:56:23 +01:00
daniel oeh
8c541fb82d Use separate preference for currently playing media, reset after
playback has completed
2012-10-30 21:03:59 +01:00
danieloeh
c9fabb6e03 Merge pull request #56 from patheticpat/image-title
Save correct image title
2012-10-29 13:19:22 -07:00
Michael Kaiser
b154865d60 Merge branch 'develop' into feed-item-labels
Conflicts:
	src/de/danoeh/antennapod/feed/FeedItem.java
2012-10-29 12:20:22 +01:00
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