Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-24 | Protect use of menuInfo: | Tom Hennen | |
fixes AntennaPod/AntennaPod#1128 | |||
2015-08-23 | Properly 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-23 | 1.3.2 RC2 | Tom Hennen | |
2015-08-22 | 1.3.2 RC1 | Tom Hennen | |
2015-08-22 | version 1.3.2 rc1 | Tom Hennen | |
2015-08-19 | Add RxAndroid license, sort licenses alphabetically, refactor | Martin Fietz | |
2015-08-18 | Load feed media size on demand | Martin Fietz | |
2015-08-15 | Merge pull request #1098 from AntennaPod/version_1.3 | Tom Hennen | |
Version 1.3 merging back in to develop so we're all on the same page. | |||
2015-08-15 | now added the .1 | Tom Hennen | |
2015-08-15 | version 1.3.1 | Tom Hennen | |
2015-08-16 | Disable feed media file size service | Martin Fietz | |
2015-08-15 | Make res.getQuantityString replace placeholder with value | Martin Fietz | |
2015-08-15 | Merge pull request #1093 from mfietz/hotfix/1055 | Tom Hennen | |
Fix smark values | |||
2015-08-15 | Make res.getQuantityString replace placeholder with value | Martin Fietz | |
2015-08-15 | Merge pull request #1076 from waylife/develop | Tom Hennen | |
fix issue #1073. crash on oneplus two(Android 5.1.1, Oxygen 2.0.0). | |||
2015-08-13 | updated version code for probable release | Tom Hennen | |
2015-08-12 | Encode non-ascii query strings for the iTunes search | Martin Fietz | |
2015-08-11 | fix issue #1073. crash on oneplus two(Android 5.1.1, Oxygen 2.0.0). | WangYun | |
2015-08-08 | Cache 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-08 | Merge pull request #1066 from TomHennen/resolve_race_condition | Tom Hennen | |
create PreferenceController before the main fragment | |||
2015-08-08 | use correct string for action | Tom Hennen | |
2015-08-05 | create PreferenceController before the main fragment | Tom Hennen | |
2015-08-05 | Merge pull request #1062 from TomHennen/autodl_updates | Tom Hennen | |
Only autodownload queued and new items | |||
2015-08-05 | remove logging statement not needed | Tom Hennen | |
2015-08-05 | resolves NPE in QueueListAdapter | Tom Hennen | |
2015-08-04 | Feeds can be null in ItemListFragment | Tom Hennen | |
2015-08-04 | Updated version code for RC5 | Tom 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-02 | Merge pull request #1055 from TomHennen/fix_time_string_names | Tom Hennen | |
Changed string names relating to time units. | |||
2015-08-02 | Changed 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-02 | Fixes pictures disappearing in some cases | Tom 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-02 | RC4 | Tom Hennen | |
2015-08-02 | prepping for build 1.3.0.3 | Tom Hennen | |
2015-08-02 | Merge pull request #1043 from mfietz/glide | Tom Hennen | |
Glide | |||
2015-08-02 | Prevent NPE b/c of race condition | Martin Fietz | |
2015-08-02 | Replace custom image loading with Glide | Martin Fietz | |
2015-08-02 | Try loading the episode cover first; if that fails, try to load the ↵ | Martin Fietz | |
podcast's cover | |||
2015-08-02 | Initialize NetworkUtils, set context once | Martin 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-02 | Fix duration overflow and time unit plurals | Martin Fietz | |
2015-08-01 | Merge pull request #1046 from TomHennen/fix935 | Tom Hennen | |
Remove Flattr this App button | |||
2015-08-01 | Made dialog better, not to say awesome | Martin Fietz | |
2015-08-01 | removed flattr this app button | Tom Hennen | |
2015-08-01 | Documentation for update manager. | Martin Fietz | |
2015-08-01 | Dialog when podcast's auto download preference is changed | Martin 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-31 | Improved blurring | Martin Fietz | |
2015-07-29 | Replace Picasso with Glide | Martin Fietz | |
2015-07-26 | expired feeds weren't implemented properly and were probably a bad idea. now ↵ | Tom Hennen | |
refreshing all feeds on the schedule. | |||
2015-07-20 | Merge pull request #1020 from mfietz/feature/queue-information | Tom Hennen | |
Queue shows number of episodes and total duration | |||
2015-07-20 | Merge pull request #1013 from TomHennen/minor_search_updates | Tom Hennen | |
Make itunes search more prominent and fix squashed griview | |||
2015-07-20 | bump version number | Tom Hennen | |
2015-07-20 | Don't show version code, commit is short hash only (no tag) | Martin Fietz | |