summaryrefslogtreecommitdiff
path: root/core/src/main/java
AgeCommit message (Collapse)Author
2015-09-05Resolve old episodes being marked as new.Tom Hennen
fixes AntennaPod/AntennaPod#1009 (I hope)
2015-09-05remove ability to specify mediaIds when autodownloadingTom Hennen
2015-09-05Merge pull request #1166 from TomHennen/api22Tom Hennen
Update to API 22
2015-09-05Merge pull request #1161 from mfietz/issue/1159-empty-urlTom Hennen
Check that URL is not null (or empty) when retrieving file size
2015-09-05Merge pull request #1072 from mfietz/feature/shake_sleeptimerTom Hennen
Sleep Timer: Shake to reset, lower volume, vibrate, remember preferences
2015-09-05Reset playback volume when going to sleepMartin Fietz
2015-09-04Merge pull request #1167 from TomHennen/fix_npe_gpodnetsyncserviceTom Hennen
fix NPE when action has no timestamp
2015-09-05On sleep timer about to expire, lower volume even moreMartin Fietz
2015-09-05Vibrate and lower volume when timer is about to expire, shake to reset timerMartin Fietz
2015-09-04fix NPE when action has no timestampTom Hennen
2015-09-03Compiling with api 22 with thanks to @mfietzTom Hennen
https://github.com/mfietz/AntennaPod/commit/4ccefe5e84363e25089f93d486d8dc52caea1d27
2015-09-01Check that URL is not null or emptyMartin Fietz
2015-08-31Remove needless leading and trailing spaces in feed or episode titleMartin Fietz
2015-08-29Merge pull request #1143 from mfietz/issue/1130Tom Hennen
Resume playback when bluetooth device is reconnected
2015-08-28Resume playback when bluetooth device is reconnectedMartin Fietz
2015-08-26removed unused queuing of new media files.Tom Hennen
2015-08-25Remove selective downloading of new things and just let auto-download do ↵Tom Hennen
it's thing. refs AntennaPod/AntennaPod#1009
2015-08-23POST empty stringMartin Fietz
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.