summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2015-08-13updated strings from transifexTom Hennen
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-08updated strings from transifexTom Hennen
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-04removed extra quoteTom Hennen
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-02Merge pull request #1048 from TomHennen/merge1.2.2_to_developTom Hennen
merged 1.2.2 changes to develop
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-02Merge pull request #1051 from TomHennen/fix1050Tom Hennen
we can have both strings and plurals with the same name.
2015-08-02we can have both strings and plurals with the same name. fixes ↵Tom Hennen
AntennaPod/AntennaPod#1050
2015-08-02fixed typoTom Hennen
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-01add only 72h, due to 168h criticismKatrin Leinweber
2015-08-01Merge pull request #766 from mfietz/issue/736-episode-cache-too-many-entriesTom Hennen
Reorganize episode cache size values
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-01Merge pull request #1041 from ↵Tom Hennen
mfietz/issue/1009-disable-auto-download-for-older-items Retro-actively disable auto download for older episodes
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-01Merge pull request #1040 from TomHennen/fix1038Tom Hennen
Added Norweign
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-28Added NorweignTom Hennen
Also updated some other strings. fixes AntennaPod/AntennaPod#1038
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-22remove 8h auto-update intervalKatrin Leinweber
2015-07-20Merge pull request #1020 from mfietz/feature/queue-informationTom Hennen
Queue shows number of episodes and total duration
2015-07-20renamed checkedonSizeTom Hennen