Tom Hennen
b332942f16
Merge pull request #1071 from TomHennen/cacheallimages
...
Cache all images (should reduce lag displaying lists of episodes)
2015-08-08 17:48:24 -04:00
Tom Hennen
4832b1aeb2
updated comment
2015-08-08 16:37:14 -04:00
Tom Hennen
d252544d2f
Cache all images (should reduce lag displaying lists of episodes)
...
Cache strategy is now set in ApGlideSettings and referenced everywhere else from there.
2015-08-08 14:22:09 -04:00
Tom Hennen
e207610373
removed donation information
...
the current developers aren't setup to take it.
2015-08-08 13:35:53 -04:00
Tom Hennen
57fde20d71
Merge pull request #1066 from TomHennen/resolve_race_condition
...
create PreferenceController before the main fragment
2015-08-08 13:29:15 -04:00
Tom Hennen
d98ab3a8e9
Merge pull request #1070 from TomHennen/fixsharefeedurl
...
use correct string for action
2015-08-08 13:11:57 -04:00
Tom Hennen
8ca8084d47
Merge pull request #1069 from TomHennen/update_strings
...
Update strings
2015-08-08 13:10:34 -04:00
Tom Hennen
67f641bded
use correct string for action
2015-08-08 13:05:05 -04:00
Tom Hennen
a8566a6223
removed Norwegian for now. there are no translations for it yet and the tx client complains
2015-08-08 12:38:10 -04:00
Tom Hennen
731071fa87
updated changelog
2015-08-08 08:52:32 -04:00
Tom Hennen
dbaa5a87e5
updated strings from transifex
2015-08-08 08:42:31 -04:00
Tom Hennen
c5357d0758
create PreferenceController before the main fragment
2015-08-05 21:43:38 -04:00
Tom Hennen
f13615d46a
Merge pull request #1062 from TomHennen/autodl_updates
...
Only autodownload queued and new items
2015-08-05 18:44:47 -04:00
Tom Hennen
c7d2975039
Merge pull request #1039 from TomHennen/fix_concurrentmodexception
...
Fix locking in GpodnetPreferences
2015-08-05 18:44:03 -04:00
Tom Hennen
e5ab45aa7b
Merge pull request #1064 from TomHennen/fix_queuelistadapter_npe
...
resolves NPE in QueueListAdapter
2015-08-05 18:43:32 -04:00
Tom Hennen
0e5d9e0e6e
remove logging statement not needed
2015-08-05 18:41:49 -04:00
Tom Hennen
d1972ad0e6
resolves NPE in QueueListAdapter
2015-08-05 18:06:27 -04:00
Tom Hennen
8e2b3371e1
Merge pull request #1063 from TomHennen/remove_extra_quote
...
removed extra quote
2015-08-04 22:42:44 -04:00
Tom Hennen
c019f2cd3b
removed extra quote
2015-08-04 22:41:03 -04:00
Tom Hennen
e22a272ef7
Merge pull request #1061 from TomHennen/fix_npe_itemlistfragment
...
Feeds can be null in ItemListFragment
2015-08-04 22:37:01 -04:00
Tom Hennen
224832300f
only autodownload new items
2015-08-04 22:09:53 -04:00
Tom Hennen
db20064e8f
Feeds can be null in ItemListFragment
2015-08-04 22:03:14 -04:00
Tom Hennen
fe6796f102
Updated version code for RC5
...
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 21:25:25 -04:00
Tom Hennen
008347313f
'feeditem' is the id of the FeedItem
...
SQL statement previously used 'id' which was actually
the id of the FeedMedia item and not the FeedItem
2015-08-04 21:09:55 -04:00
Tom Hennen
86f4d244d8
Merge pull request #1055 from TomHennen/fix_time_string_names
...
Changed string names relating to time units.
2015-08-02 21:11:47 -04:00
Tom Hennen
1dd5fcdc3b
Merge pull request #1054 from TomHennen/fix1053
...
Fixes pictures disappearing in some cases
2015-08-02 21:11:19 -04:00
Tom Hennen
3174c338bd
Should call apply instead of commit since it is asynchronous.
2015-08-02 21:09:52 -04:00
Tom Hennen
ca40c6e7ab
Merge pull request #1048 from TomHennen/merge1.2.2_to_develop
...
merged 1.2.2 changes to develop
2015-08-02 21:07:14 -04:00
Tom Hennen
f799ad5ed5
Changed string names relating to time units.
...
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 18:27:36 -04:00
Tom Hennen
dbaae4aa69
Fixes pictures disappearing in some cases
...
* 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 18:22:38 -04:00
Tom Hennen
43a7a578e0
Merge pull request #1052 from TomHennen/build_1.3.0.4
...
RC4
2015-08-02 16:52:55 -04:00
Tom Hennen
da227aa44d
RC4
2015-08-02 16:45:27 -04:00
Tom Hennen
a127674238
Merge pull request #1051 from TomHennen/fix1050
...
we can have both strings and plurals with the same name.
2015-08-02 16:44:43 -04:00
Tom Hennen
6c4afc4711
we can have both strings and plurals with the same name. fixes AntennaPod/AntennaPod#1050
2015-08-02 16:39:04 -04:00
Tom Hennen
b8aac4244e
Merge pull request #1049 from TomHennen/fix_string
...
fixed typo in string
2015-08-02 14:45:53 -04:00
Tom Hennen
744f3d6442
fixed typo
2015-08-02 14:45:22 -04:00
Tom Hennen
dfc97dcd62
merged 1.2.2 changes to develop
2015-08-02 14:14:44 -04:00
Tom Hennen
bc5acccb0c
Merge pull request #1047 from TomHennen/build_1.3.0.3
...
prepping for build 1.3.0.3
2015-08-02 13:31:56 -04:00
Tom Hennen
e6ce12d61b
prepping for build 1.3.0.3
2015-08-02 13:12:57 -04:00
Tom Hennen
ab68619aac
Merge pull request #1043 from mfietz/glide
...
Glide
2015-08-02 13:11:59 -04:00
Martin Fietz
5f0ddbc15d
Prevent NPE b/c of race condition
2015-08-02 18:24:32 +02:00
Martin Fietz
5f1c78b4f4
Replace custom image loading with Glide
2015-08-02 17:51:57 +02:00
Martin Fietz
6c82db1675
Remove unused class
2015-08-02 17:51:44 +02:00
Martin Fietz
4165d848d8
Respect the mobile download settings
2015-08-02 17:51:33 +02:00
Martin Fietz
2bc1183e45
Try loading the episode cover first; if that fails, try to load the podcast's cover
2015-08-02 17:50:51 +02:00
Martin Fietz
0824af6325
Fix loading the notification image
2015-08-02 17:49:52 +02:00
Martin Fietz
ab116ee6be
Initialize NetworkUtils, set context once
...
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 17:48:08 +02:00
Martin Fietz
65d470043b
Fix duration overflow and time unit plurals
2015-08-02 17:45:36 +02:00
Tom Hennen
83bf67a771
Merge pull request #766 from mfietz/issue/736-episode-cache-too-many-entries
...
Reorganize episode cache size values
2015-08-01 12:33:29 -04:00
Tom Hennen
dd6d07ada1
Merge pull request #1046 from TomHennen/fix935
...
Remove Flattr this App button
2015-08-01 12:30:49 -04:00