summaryrefslogtreecommitdiff
path: root/app/src/main
AgeCommit message (Collapse)Author
2015-08-30Merge DefaultOnlineFeedViewActivity into OnlineFeedViewActivityMartin Fietz
2015-08-29Fix importsMartin Fietz
2015-08-29Upgrade iconifyMartin Fietz
2015-08-29Merge pull request #1142 from mfietz/issue/1139-option-labelTom Hennen
Localize option label
2015-08-28Localize option labelMartin Fietz
2015-08-28version 1.3.2.4Tom Hennen
2015-08-27reorder intializationTom Hennen
2015-08-26Merge pull request #1134 from TomHennen/version_1.3.2.3Tom Hennen
1.3.2 RC3, hopefully final
2015-08-261.3.2 RC3, hopefully finalTom Hennen
2015-08-26fix npe in media playerTom Hennen
2015-08-26Merge pull request #1127 from TomHennen/fix1111Tom Hennen
Properly check if we should show links share items.
2015-08-24Protect use of menuInfo:Tom Hennen
fixes AntennaPod/AntennaPod#1128
2015-08-23Properly check if we should show links share items.Tom Hennen
Don't case the playable until we know it's actually a FeedMedia. Fixes AntennaPod/AntennaPod#1111
2015-08-231.3.2 RC2Tom Hennen
2015-08-221.3.2 RC1Tom Hennen
2015-08-22version 1.3.2 rc1Tom Hennen
2015-08-19Add RxAndroid license, sort licenses alphabetically, refactorMartin Fietz
2015-08-18Load feed media size on demandMartin Fietz
2015-08-15Merge pull request #1098 from AntennaPod/version_1.3Tom Hennen
Version 1.3 merging back in to develop so we're all on the same page.
2015-08-15now added the .1Tom Hennen
2015-08-15version 1.3.1Tom Hennen
2015-08-16Disable feed media file size serviceMartin Fietz
2015-08-15Make res.getQuantityString replace placeholder with valueMartin Fietz
2015-08-15Merge pull request #1093 from mfietz/hotfix/1055Tom Hennen
Fix smark values
2015-08-15Make res.getQuantityString replace placeholder with valueMartin Fietz
2015-08-15Merge pull request #1076 from waylife/developTom Hennen
fix issue #1073. crash on oneplus two(Android 5.1.1, Oxygen 2.0.0).
2015-08-13updated version code for probable releaseTom Hennen
2015-08-12Encode non-ascii query strings for the iTunes searchMartin Fietz
2015-08-11fix issue #1073. crash on oneplus two(Android 5.1.1, Oxygen 2.0.0).WangYun
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-08Merge pull request #1066 from TomHennen/resolve_race_conditionTom Hennen
create PreferenceController before the main fragment
2015-08-08use correct string for actionTom Hennen
2015-08-05create PreferenceController before the main fragmentTom Hennen
2015-08-05Merge pull request #1062 from TomHennen/autodl_updatesTom Hennen
Only autodownload queued and new items
2015-08-05remove logging statement not neededTom Hennen
2015-08-05resolves NPE in QueueListAdapterTom Hennen
2015-08-04Feeds can be null in ItemListFragmentTom 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-02Merge pull request #1055 from TomHennen/fix_time_string_namesTom Hennen
Changed string names relating to time units.
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-02RC4Tom Hennen
2015-08-02prepping for build 1.3.0.3Tom Hennen
2015-08-02Merge pull request #1043 from mfietz/glideTom Hennen
Glide
2015-08-02Prevent NPE b/c of race conditionMartin Fietz
2015-08-02Replace custom image loading with GlideMartin Fietz
2015-08-02Try loading the episode cover first; if that fails, try to load the ↵Martin Fietz
podcast's cover
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