Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-08 | Merge pull request #1071 from TomHennen/cacheallimages | Tom Hennen | |
Cache all images (should reduce lag displaying lists of episodes) | |||
2015-08-08 | updated comment | Tom Hennen | |
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 | removed donation information | Tom Hennen | |
the current developers aren't setup to take it. | |||
2015-08-08 | Merge pull request #1066 from TomHennen/resolve_race_condition | Tom Hennen | |
create PreferenceController before the main fragment | |||
2015-08-08 | Merge pull request #1070 from TomHennen/fixsharefeedurl | Tom Hennen | |
use correct string for action | |||
2015-08-08 | Merge pull request #1069 from TomHennen/update_strings | Tom Hennen | |
Update strings | |||
2015-08-08 | use correct string for action | Tom Hennen | |
2015-08-08 | removed Norwegian for now. there are no translations for it yet and the tx ↵ | Tom Hennen | |
client complains | |||
2015-08-08 | updated changelog | Tom Hennen | |
2015-08-08 | updated strings from transifex | 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 | Merge pull request #1039 from TomHennen/fix_concurrentmodexception | Tom Hennen | |
Fix locking in GpodnetPreferences | |||
2015-08-05 | Merge pull request #1064 from TomHennen/fix_queuelistadapter_npe | Tom Hennen | |
resolves NPE in QueueListAdapter | |||
2015-08-05 | remove logging statement not needed | Tom Hennen | |
2015-08-05 | resolves NPE in QueueListAdapter | Tom Hennen | |
2015-08-04 | Merge pull request #1063 from TomHennen/remove_extra_quote | Tom Hennen | |
removed extra quote | |||
2015-08-04 | removed extra quote | Tom Hennen | |
2015-08-04 | Merge pull request #1061 from TomHennen/fix_npe_itemlistfragment | Tom Hennen | |
Feeds can be null in ItemListFragment | |||
2015-08-04 | only autodownload new items | 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-04 | 'feeditem' is the id of the FeedItem | Tom Hennen | |
SQL statement previously used 'id' which was actually the id of the FeedMedia item and not the FeedItem | |||
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 | Merge pull request #1054 from TomHennen/fix1053 | Tom Hennen | |
Fixes pictures disappearing in some cases | |||
2015-08-02 | Should call apply instead of commit since it is asynchronous. | Tom Hennen | |
2015-08-02 | Merge pull request #1048 from TomHennen/merge1.2.2_to_develop | Tom Hennen | |
merged 1.2.2 changes to develop | |||
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 | Merge pull request #1052 from TomHennen/build_1.3.0.4 | Tom Hennen | |
RC4 | |||
2015-08-02 | RC4 | Tom Hennen | |
2015-08-02 | Merge pull request #1051 from TomHennen/fix1050 | Tom Hennen | |
we can have both strings and plurals with the same name. | |||
2015-08-02 | we can have both strings and plurals with the same name. fixes ↵ | Tom Hennen | |
AntennaPod/AntennaPod#1050 | |||
2015-08-02 | Merge pull request #1049 from TomHennen/fix_string | Tom Hennen | |
fixed typo in string | |||
2015-08-02 | fixed typo | Tom Hennen | |
2015-08-02 | merged 1.2.2 changes to develop | Tom Hennen | |
2015-08-02 | Merge pull request #1047 from TomHennen/build_1.3.0.3 | Tom Hennen | |
prepping for build 1.3.0.3 | |||
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 | Remove unused class | Martin Fietz | |
2015-08-02 | Respect the mobile download settings | 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 | Fix loading the notification image | Martin Fietz | |
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 #766 from mfietz/issue/736-episode-cache-too-many-entries | Tom Hennen | |
Reorganize episode cache size values | |||
2015-08-01 | Merge pull request #1046 from TomHennen/fix935 | Tom Hennen | |
Remove Flattr this App button |