Commit Graph

377 Commits

Author SHA1 Message Date
Tom Hennen 2292b82252 fix NPE when action has no timestamp 2015-09-04 18:08:41 -04:00
Tom Hennen 041e7bbb08 Merge pull request #1143 from mfietz/issue/1130
Resume playback when bluetooth device is reconnected
2015-08-29 08:21:18 -04:00
Martin Fietz 55cc2a0d2d Resume playback when bluetooth device is reconnected 2015-08-28 23:33:05 +02:00
Martin Fietz 30d06f62d9 Localize option label 2015-08-28 23:07:20 +02:00
Tom Hennen 38db163610 removed unused queuing of new media files. 2015-08-26 17:40:29 -04:00
Tom Hennen 93273748b1 Remove selective downloading of new things and just let auto-download do it's thing.
refs AntennaPod/AntennaPod#1009
2015-08-25 20:03:58 -04:00
Martin Fietz b76675048e POST empty string 2015-08-23 00:04:05 +02:00
Tom Hennen 0a37a839b3 Merge pull request #1114 from TomHennen/fix1101
Can now download things while on mobile.
2015-08-22 09:10:15 -04:00
Tom Hennen 56cc15276f Merge pull request #1090 from mfietz/issue/1089-shownotes-line-breaks
Display line breaks in shownotes correctly
2015-08-20 22:20:52 -04:00
Tom Hennen b8e0db68f6 merged from develop 2015-08-20 22:09:27 -04:00
Tom Hennen 5bd341fd8a Merge pull request #1103 from mfietz/issue/1086
Custom SSL Socket Factory for Android 4.1.x - 4.4x
2015-08-19 21:20:42 -04:00
Tom Hennen 1e1b5ff99b Can now download things while on mobile.
The glide url loader now uses its own OkHttpClient.
The result is that we can now search for podcasts and download them while on mobile
even if the user doesn't allow mobile downloads (NOTE that we don't do anything
they haven't asked us to do while on mobile).

fixes AntennaPod/AntennaPod#1101
2015-08-19 21:03:31 -04:00
Tom Hennen b7ac013b5b Merge pull request #1109 from mfietz/issue/1094v2
Load feed media size on demand
2015-08-18 21:51:08 -04:00
Martin Fietz 3321e8db4f Custom SSL Socket Factory for Android 4.1+ (but below 5) 2015-08-19 00:19:48 +02:00
Tom Hennen 9e39a65e75 Merge pull request #1104 from TomHennen/fix1102
not every action has a timestamp
2015-08-18 16:49:27 -04:00
Martin Fietz 3abce4c597 Load feed media size on demand 2015-08-18 18:24:16 +02:00
Martin Fietz f9130671c0 Read feed counter setting correctly 2015-08-17 21:10:11 +02:00
Tom Hennen bf93cf3259 not every action has a timestamp. fixes AntennaPod/AntennaPod#1102 2015-08-16 19:15:45 -04:00
Martin Fietz 04bfcacb12 Disable feed media file size service 2015-08-16 00:08:39 +02:00
Martin Fietz f8b7008182 Only replace ASCII line breaks if shownotes don't already contain HTML ones 2015-08-15 19:27:47 +02:00
Martin Fietz cf1259e0b3 Display line breaks in shownotes correctly 2015-08-15 15:58:06 +02:00
Tom Hennen 652063b060 updated strings from transifex 2015-08-13 18:34:34 -04:00
Tom Hennen 4832b1aeb2 updated comment 2015-08-08 16:37:14 -04:00
Tom Hennen d252544d2f Cache all images (should reduce lag displaying lists of episodes)
Cache strategy is now set in ApGlideSettings and referenced everywhere else from there.
2015-08-08 14:22:09 -04:00
Tom Hennen dbaa5a87e5 updated strings from transifex 2015-08-08 08:42:31 -04:00
Tom Hennen f13615d46a Merge pull request #1062 from TomHennen/autodl_updates
Only autodownload queued and new items
2015-08-05 18:44:47 -04:00
Tom Hennen c7d2975039 Merge pull request #1039 from TomHennen/fix_concurrentmodexception
Fix locking in GpodnetPreferences
2015-08-05 18:44:03 -04:00
Tom Hennen c019f2cd3b removed extra quote 2015-08-04 22:41:03 -04:00
Tom Hennen 224832300f only autodownload new items 2015-08-04 22:09:53 -04:00
Tom Hennen fe6796f102 Updated version code for RC5
Also updated the oldVersion used by the UPDATE FeedItems sql statement.
We don't want to run the 1030002 version ever, and the 1030005 version
should fix any users that used the 1030002 version (with the possibility
that some items that shouldn't have had auto_download set to 0 did have
it set to 0, but accepting that that's not a terrible problem).
2015-08-04 21:25:25 -04:00
Tom Hennen 008347313f 'feeditem' is the id of the FeedItem
SQL statement previously used 'id' which was actually
the id of the FeedMedia item and not the FeedItem
2015-08-04 21:09:55 -04:00
Tom Hennen 86f4d244d8 Merge pull request #1055 from TomHennen/fix_time_string_names
Changed string names relating to time units.
2015-08-02 21:11:47 -04:00
Tom Hennen 1dd5fcdc3b Merge pull request #1054 from TomHennen/fix1053
Fixes pictures disappearing in some cases
2015-08-02 21:11:19 -04:00
Tom Hennen 3174c338bd Should call apply instead of commit since it is asynchronous. 2015-08-02 21:09:52 -04:00
Tom Hennen ca40c6e7ab Merge pull request #1048 from TomHennen/merge1.2.2_to_develop
merged 1.2.2 changes to develop
2015-08-02 21:07:14 -04:00
Tom Hennen f799ad5ed5 Changed string names relating to time units.
Android can handle plurals and strings having the same names, but
Transifex can't.  Renamed the time_unit*'s to just time_ to make sure
we got the correct translations.
2015-08-02 18:27:36 -04:00
Tom Hennen dbaae4aa69 Fixes pictures disappearing in some cases
* Default value for the image cache size should be > 0
* If the image cache size is too small we force it back to default
* We should only have once instance of the HTTP client

fixes AntennaPod/AntennaPod/#1053
2015-08-02 18:22:38 -04:00
Tom Hennen a127674238 Merge pull request #1051 from TomHennen/fix1050
we can have both strings and plurals with the same name.
2015-08-02 16:44:43 -04:00
Tom Hennen 6c4afc4711 we can have both strings and plurals with the same name. fixes AntennaPod/AntennaPod#1050 2015-08-02 16:39:04 -04:00
Tom Hennen 744f3d6442 fixed typo 2015-08-02 14:45:22 -04:00
Tom Hennen dfc97dcd62 merged 1.2.2 changes to develop 2015-08-02 14:14:44 -04:00
Tom Hennen ab68619aac Merge pull request #1043 from mfietz/glide
Glide
2015-08-02 13:11:59 -04:00
Martin Fietz 6c82db1675 Remove unused class 2015-08-02 17:51:44 +02:00
Martin Fietz 4165d848d8 Respect the mobile download settings 2015-08-02 17:51:33 +02:00
Martin Fietz 0824af6325 Fix loading the notification image 2015-08-02 17:49:52 +02:00
Martin Fietz ab116ee6be Initialize NetworkUtils, set context once
Had some issues with the new NetworkAllowanceInterceptor. When I gave
it a constructor that would hold the context (to use it with
NetworkUtils), the whole Glide image loading process would not work.
2015-08-02 17:48:08 +02:00
Martin Fietz 65d470043b Fix duration overflow and time unit plurals 2015-08-02 17:45:36 +02:00
Tom Hennen 83bf67a771 Merge pull request #766 from mfietz/issue/736-episode-cache-too-many-entries
Reorganize episode cache size values
2015-08-01 12:33:29 -04:00
Tom Hennen dd6d07ada1 Merge pull request #1046 from TomHennen/fix935
Remove Flattr this App button
2015-08-01 12:30:49 -04:00
Tom Hennen 2fdcccf9fb Merge pull request #1045 from mfietz/issue/1044
Apply podcast's auto download preference to its episodes
2015-08-01 12:20:50 -04:00