summaryrefslogtreecommitdiff
path: root/core/src
AgeCommit message (Collapse)Author
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-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-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
2015-07-20renamed checkedonSizeTom Hennen
2015-07-20fix setting of size so it doesn't override everything we just didTom Hennen
2015-07-20* DB qeury only returns items with size <= 0Tom Hennen
* We only check for size if download is allowed (maybe we don't need to do this) * If we check using the network and fail we don't check again * removed an unneeded conn.disconnect() (it's handled in the 'finally' block) fixes AntennaPod/AntennaPod#1026
2015-07-19Info text has smaller font, conversion moved utility classMartin Fietz
2015-07-13Merge pull request #993 from mfietz/issue/990-show-content-lengthTom Hennen
Get filesize from server
2015-07-12Fixed tests and bugMartin Fietz
2015-07-12Use local file size if episode is downloadedMartin Fietz
2015-07-12Merge pull request #999 from TomHennen/fixtimeofdayupdateTom Hennen
Setting updates for a specific time of day didn't work on newer devices.
2015-07-09Close URL connectionMartin Fietz
2015-07-09Post FeedMedia eventMartin Fietz
2015-07-09Check network for every media file, manually check suspiciously low file sizesMartin Fietz
2015-07-09Determine media file size if feed doesn't report it correctlyMartin Fietz