daniel oeh
|
64348e4f18
|
Added 'title' attribute to OPML exporter
|
2012-12-15 18:43:47 +01:00 |
|
tommy watson
|
93a65ba49e
|
Start the update alarm on start of the app.
|
2012-12-12 10:11:05 +01:00 |
|
tommy watson
|
1caf1e5e08
|
Added pause on "audio becoming noisy" event, this happens when you disconnect bluetooth headphones and the output switches to the "noisy" speaker.
|
2012-12-11 18:53:51 +01:00 |
|
daniel oeh
|
3692119bed
|
Fixed nullpointer exception in webview loader
|
2012-11-28 18:42:39 +01:00 |
|
daniel oeh
|
35e65efb18
|
Fixed problem with webview on ICS
|
2012-11-28 17:17:28 +01:00 |
|
daniel oeh
|
2d6445e5b9
|
Merge branch 'master' of git://github.com/chrissicool/AntennaPod into chrissicool-master
|
2012-11-28 16:50:32 +01:00 |
|
daniel oeh
|
ae8df1a525
|
use supportInvalidateOptionsMenu instead of invalidateOptionsMenu
|
2012-11-28 16:47:41 +01:00 |
|
daniel oeh
|
88c194db9b
|
Call setTheme() before super.onCreate()
|
2012-11-28 16:43:08 +01:00 |
|
daniel oeh
|
4518528849
|
Fixed crash because of non-empty constructor
|
2012-11-28 16:01:55 +01:00 |
|
Christian Ludwig
|
94c63e9db9
|
Obey redirects in HTTP downloads
If an HTTP request returns an error code 301 or 302, follow redirects to the
new location.
|
2012-11-25 20:25:13 +01:00 |
|
daniel oeh
|
ac64bf51ae
|
contentEncoded wasn't loaded if description was still in the cache
|
2012-11-25 14:11:56 +01:00 |
|
daniel oeh
|
72646abb9a
|
Fixed playbackService crash when trying to seek in INITIALIZED state
|
2012-11-25 13:13:08 +01:00 |
|
daniel oeh
|
8c11b8e782
|
Merge branch 'theme' into develop
|
2012-11-25 12:41:07 +01:00 |
|
daniel oeh
|
7f3387239d
|
feeditem description should now be loaded correctly
|
2012-11-24 23:49:04 +01:00 |
|
daniel oeh
|
deb888fac1
|
Revert "Revert "PreferenceActivity now applies its theme correctly""
This reverts commit aee135d724c9f7dfeda9c68ac9907361335a0158.
|
2012-11-24 23:24:53 +01:00 |
|
daniel oeh
|
aee135d724
|
Revert "PreferenceActivity now applies its theme correctly"
This reverts commit 50072c4ebbc60006c04974650a75c243a31cc35c.
|
2012-11-23 20:23:53 +01:00 |
|
daniel oeh
|
50072c4ebb
|
PreferenceActivity now applies its theme correctly
|
2012-11-23 20:13:26 +01:00 |
|
daniel oeh
|
a8463d54f1
|
Selected list items are now highlighted with the correct color
|
2012-11-23 19:57:11 +01:00 |
|
daniel oeh
|
349b5970f2
|
DescriptionFragment now works correctly with different themes
|
2012-11-23 19:50:18 +01:00 |
|
daniel oeh
|
49974c776a
|
Color of chapterlist wasn't displayed correctly
|
2012-11-23 19:47:37 +01:00 |
|
daniel oeh
|
509423653d
|
Added preference for setting the application theme
|
2012-11-23 19:42:51 +01:00 |
|
daniel oeh
|
f2175dff16
|
Changed playerWidget theme to dark
|
2012-11-23 18:53:57 +01:00 |
|
daniel oeh
|
caa00a97cb
|
Added dark version of borderless button
|
2012-11-23 18:44:15 +01:00 |
|
daniel oeh
|
c1d24edb5f
|
Changed references to drawables in src to references to attr
|
2012-11-20 20:00:29 +01:00 |
|
daniel oeh
|
7f85891d59
|
Created styles for dark and light theme
|
2012-11-20 19:06:29 +01:00 |
|
daniel oeh
|
cc88def216
|
Mark item as read when playback starts.
This ensures that no 'in progress' items are also unread
|
2012-11-16 20:59:59 +01:00 |
|
daniel oeh
|
7e8eccce08
|
Make media position resettable in markItemRead instead of setter.
In some cases, when setting the 'read' attribute, the programmer might
not want to reset the media position.
|
2012-11-16 20:59:22 +01:00 |
|
daniel oeh
|
7ca2f559d1
|
Save references to description and contentEncoded in description
fragment
|
2012-11-16 20:40:39 +01:00 |
|
daniel oeh
|
6214026be8
|
Save only one image in the cover cache
|
2012-11-16 20:20:55 +01:00 |
|
daniel oeh
|
5090485a1e
|
if-statement was wrong
|
2012-11-16 20:10:52 +01:00 |
|
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
|
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
|
38439db85d
|
Added support for RSS 0.91/0.92
|
2012-11-01 19:57:06 +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 |
|