summaryrefslogtreecommitdiff
path: root/core/src/main/java/de
AgeCommit message (Collapse)Author
2015-08-22Merge pull request #1114 from TomHennen/fix1101Tom Hennen
Can now download things while on mobile.
2015-08-20Merge pull request #1090 from mfietz/issue/1089-shownotes-line-breaksTom Hennen
Display line breaks in shownotes correctly
2015-08-20merged from developTom Hennen
2015-08-19Merge pull request #1103 from mfietz/issue/1086Tom Hennen
Custom SSL Socket Factory for Android 4.1.x - 4.4x
2015-08-19Can now download things while on mobile.Tom Hennen
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-18Merge pull request #1109 from mfietz/issue/1094v2Tom Hennen
Load feed media size on demand
2015-08-19Custom SSL Socket Factory for Android 4.1+ (but below 5)Martin Fietz
2015-08-18Merge pull request #1104 from TomHennen/fix1102Tom Hennen
not every action has a timestamp
2015-08-18Load feed media size on demandMartin Fietz
2015-08-17Read feed counter setting correctlyMartin Fietz
2015-08-16not every action has a timestamp. fixes AntennaPod/AntennaPod#1102Tom Hennen
2015-08-16Disable feed media file size serviceMartin Fietz
2015-08-15Only replace ASCII line breaks if shownotes don't already contain HTML onesMartin Fietz
2015-08-15Display line breaks in shownotes correctlyMartin Fietz
2015-08-08updated commentTom Hennen
2015-08-08Cache all images (should reduce lag displaying lists of episodes)Tom Hennen
Cache strategy is now set in ApGlideSettings and referenced everywhere else from there.
2015-08-05Merge pull request #1062 from TomHennen/autodl_updatesTom Hennen
Only autodownload queued and new items
2015-08-05Merge pull request #1039 from TomHennen/fix_concurrentmodexceptionTom Hennen
Fix locking in GpodnetPreferences
2015-08-04only autodownload new itemsTom Hennen
2015-08-04Updated version code for RC5Tom Hennen
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'feeditem' is the id of the FeedItemTom Hennen
SQL statement previously used 'id' which was actually the id of the FeedMedia item and not the FeedItem
2015-08-02Merge pull request #1055 from TomHennen/fix_time_string_namesTom Hennen
Changed string names relating to time units.
2015-08-02Merge pull request #1054 from TomHennen/fix1053Tom Hennen
Fixes pictures disappearing in some cases
2015-08-02Should call apply instead of commit since it is asynchronous.Tom Hennen
2015-08-02Changed string names relating to time units.Tom Hennen
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-02Fixes pictures disappearing in some casesTom Hennen
* 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-02merged 1.2.2 changes to developTom Hennen
2015-08-02Merge pull request #1043 from mfietz/glideTom Hennen
Glide
2015-08-02Remove unused classMartin Fietz
2015-08-02Respect the mobile download settingsMartin Fietz
2015-08-02Fix loading the notification imageMartin Fietz
2015-08-02Initialize NetworkUtils, set context onceMartin Fietz
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-02Fix duration overflow and time unit pluralsMartin Fietz
2015-08-01Merge pull request #1046 from TomHennen/fix935Tom Hennen
Remove Flattr this App button
2015-08-01Merge pull request #1045 from mfietz/issue/1044Tom Hennen
Apply podcast's auto download preference to its episodes
2015-08-01Made dialog better, not to say awesomeMartin Fietz
2015-08-01removed unused methodTom Hennen
2015-08-01removed unused code. fixes AntennaPod/AntennaPod#935Tom Hennen
2015-08-01removed flattr this app buttonTom Hennen
2015-08-01Dialog when podcast's auto download preference is changedMartin Fietz
When the user changes a podcast's auto download setting, ask if this new setting should be applied to the podcast's episodes
2015-07-31Improved blurringMartin Fietz
2015-07-29Retro-actively disable auto download for episodes that were downloaded, were ↵Martin Fietz
partially or completely played and are not queued currently
2015-07-29Improve datetime parserMartin Fietz
2015-07-29Replace Picasso with GlideMartin Fietz
2015-07-28Merge pull request #1037 from TomHennen/fix905Tom Hennen
share titles with the URL. fixes AntennaPod/AntennaPod#905
2015-07-28* fix ConcurrentModificationException in GpodderTom Hennen
* removed 'About' tests (they take too long)
2015-07-27share titles with the URL. fixes AntennaPod/AntennaPod#905Tom Hennen
2015-07-26expired feeds weren't implemented properly and were probably a bad idea. now ↵Tom Hennen
refreshing all feeds on the schedule.
2015-07-26prevent multiple refreshes due to time of day alarmTom Hennen
2015-07-20Merge pull request #1020 from mfietz/feature/queue-informationTom Hennen
Queue shows number of episodes and total duration