Martin Fietz
c7256d8152
Fix enqueueing order, prevent NPEs
2015-06-28 21:57:12 +02:00
Martin Fietz
957497d787
Enqueue and items in the currently display order, submit changes on bulk
2015-06-27 22:17:18 +02:00
Martin Fietz
c64217e2b4
Add episode action fragment
2015-06-27 18:01:14 +02:00
Martin Fietz
5d553394ba
Merge pull request #973 from TomHennen/fix972
...
Guard use of 'media'
2015-06-27 17:02:21 +02:00
Martin Fietz
b0a0b6ab2f
Merge pull request #971 from TomHennen/fix970
...
Make sure controller isn't null
2015-06-27 17:02:09 +02:00
Martin Fietz
807d4eb512
Merge pull request #969 from TomHennen/fix968
...
Return a copy of the downloads.
2015-06-27 17:01:44 +02:00
Martin Fietz
18218b0440
Merge pull request #967 from TomHennen/fix895
...
fixes AntennaPod/AntennaPod#895
2015-06-27 17:01:12 +02:00
Tom Hennen
8399da878f
Guard use of 'media'
...
It can be null in this class, so we should make sure it isn't accessed if it is.
fixes AntennaPod/AntennaPod#972
2015-06-27 10:05:33 -04:00
Tom Hennen
21976aca14
Make sure controller isn't null
...
fixes AntennaPod/AntennaPod#970
2015-06-27 09:54:06 -04:00
Tom Hennen
d4fb1b0968
Return a copy of the downloads.
...
This should prevent any IndexOutOfBounds errors
fixes AntennaPod/AntennaPod#968
2015-06-27 09:25:24 -04:00
Tom Hennen
05ce266043
fixes AntennaPod/AntennaPod#895
2015-06-27 09:01:46 -04:00
Tom Hennen
e332df4af5
Merge pull request #957 from mfietz/issue/798-update-time
...
Set interval or time of day for automatic updates
2015-06-27 08:24:01 -04:00
Martin Fietz
8f75777b41
Fixed tests.
2015-06-26 03:06:42 +02:00
Tom Hennen
ddf34dccf3
Merge pull request #962 from corecode/gpoddernet-episode-action-crash
...
gpoddernet: do not crash on unknown remote actions
2015-06-25 19:13:59 -04:00
Tom Hennen
17814004b5
Merge pull request #953 from mfietz/issue/946-cache-simpledateformat
...
Cache DateTime parser
2015-06-25 19:02:13 -04:00
Tom Hennen
767c025c6b
Merge pull request #943 from TomHennen/fix942
...
Only call getPSMPInfo if you need both the status and the playable.
2015-06-25 18:56:20 -04:00
Tom Hennen
e8c4d59efb
Merge pull request #937 from TomHennen/fix936_delete
...
set autodownload == false once an item is downloaded
2015-06-25 18:55:55 -04:00
Tom Hennen
e3fe7e3fed
Merge pull request #950 from TomHennen/fix947
...
Return NULL instead of result when unable to load bitmap.
2015-06-25 18:55:28 -04:00
Tom Hennen
91a8cab9ea
Merge pull request #941 from mfietz/issue/940-user-preferences
...
Stop UserPreference caching
2015-06-25 18:19:35 -04:00
Simon Schubert
e3d0f8fbe5
gpoddernet: do not crash on unknown remote actions
...
According to [1] and my own episode actions feed, "action":"flattr" is a
valid action. Future-proof the episode actions code by ignoring actions
that we don't know and care about.
This fixes the
java.lang.IllegalArgumentException: FLATTR is not a constant
exception when fetching the episode actions list.
[1]: https://gpoddernet.readthedocs.org/en/latest/api/reference/events.html
2015-06-25 11:54:11 +02:00
Martin Fietz
717a6a645e
Set update interval or time of day
2015-06-24 17:43:50 +02:00
Martin Fietz
bf3ef27b38
Cache DateTime parser
2015-06-24 11:53:10 +02:00
Martin Fietz
f123c61f21
Merge branch 'develop' of https://github.com/AntennaPod/AntennaPod into issue/940-user-preferences
2015-06-24 11:05:41 +02:00
Tom Hennen
f2dd49d533
Return NULL instead of result when unable to load bitmap.
...
There are still cases where 'bitmap' could be null.
We shouldn't return a result when that's the case.
Returnning null appears to be supported by Picasso.
(see Picasso.NetworkRequestHandler)
Fixes AntennaPod/AntennaPod#947
2015-06-23 20:05:12 -04:00
Martin Fietz
33778e30ac
Don't cache shared preferences anymore. Some refactoring.
2015-06-23 10:19:02 +02:00
Tom Hennen
5e8c75a1da
Merge pull request #934 from TomHennen/fix_testPauseForInterruptions
...
Fix testPauseForInterruptions
2015-06-22 20:07:11 -04:00
Tom Hennen
c2ca3e1bbd
Only call getPSMPInfo if you need both the status and the playable.
...
Fixes AntennaPod/AntennaPod#942
2015-06-22 20:06:28 -04:00
Tom Hennen
20ab6ec260
set autodownload == false once an item is downloaded
2015-06-21 18:22:17 -04:00
Martin Fietz
e977b5fa54
Merge pull request #925 from danners/develop
...
Download Report: introduce setting to disable
2015-06-21 23:55:22 +02:00
Tom Hennen
50e8d25c66
testPauseForInterruptions was failing, looking for the Auto Delete string.
...
It should have been looking for the pause playback string.
2015-06-21 15:05:49 -04:00
Tom Hennen
25d19e9be8
Merge pull request #933 from TomHennen/build59
...
build 59, alpha testing
2015-06-21 14:58:51 -04:00
Tom Hennen
26a805848a
build 59, alpha testing
2015-06-21 14:57:20 -04:00
Tom Hennen
adbccd7f6a
added information about beta testing.
2015-06-21 14:32:15 -04:00
Tom Hennen
7727caf9f4
Merge pull request #903 from mfietz/issue/898-store-has-embedded-picture
...
Store information if file has embedded picture in the database
2015-06-21 14:08:52 -04:00
Martin Fietz
c452d311e2
Store information if media has an embedded picture in the database
2015-06-21 19:40:36 +02:00
Tom Hennen
1a46097918
Merge pull request #931 from mfietz/issue/928
...
Fixes Queue transition from playing local to streaming
2015-06-21 13:29:56 -04:00
Tom Hennen
f13e2ed20d
Merge pull request #930 from mfietz/issue/929-incorrect-date
...
Fix datetime parsing (seconds absent)
2015-06-21 12:32:23 -04:00
Tom Hennen
6b70e304e0
Merge pull request #861 from mfietz/feature/120-share-download-url
...
Share feeds and episodes
2015-06-21 12:02:46 -04:00
Tom Hennen
b5fed017d3
Merge pull request #926 from mfietz/issue/919-921-923
...
Fixes Queue not opening, small podcasts images not scaling up and long URL not wrapping
2015-06-21 11:47:25 -04:00
Martin Fietz
978eadbc16
Fixes Queue transition from playing local to streaming
2015-06-21 16:28:29 +02:00
Martin Fietz
80c719d432
Fix datetime parsing (seconds absent)
2015-06-21 15:43:14 +02:00
Martin Fietz
1e53df0f5f
Fixes Queue not opening from the drawer, small podcasts images not scaling up and long URL not wrapping in the podcast info view
2015-06-21 13:03:19 +02:00
Simon Danner
7c944cbe65
Download Report: introduce setting to disable
...
Give the use the option to disable the download report.
While it is useful to see the failed downloads, if a user is subscribed
to many podcasts, most of the times a few fail, which makes the notifications rather annonying.
2015-06-21 12:46:42 +02:00
Martin Fietz
8a9229ede6
Capitalize titles
2015-06-20 19:37:47 +02:00
Martin Fietz
b0ba5a08f7
Sharing in options and context menus
2015-06-20 18:49:56 +02:00
Tom Hennen
e1b494ba05
Merge pull request #890 from mfietz/issue/880-link-typo
...
Handle malformed URLs
2015-06-20 12:01:11 -04:00
Tom Hennen
c882e1b5df
Merge pull request #915 from TomHennen/build58
...
build 58
2015-06-20 10:45:53 -04:00
Tom Hennen
2bc5446c89
build 58
2015-06-20 10:45:24 -04:00
Tom Hennen
c83d0fd6af
Merge pull request #914 from mfietz/fix/ignore_embedded_images
...
Disable embedded images
2015-06-20 10:40:30 -04:00
Martin Fietz
1684358dad
Disable embedded images
2015-06-20 15:57:54 +02:00