Page 1 of 1
Intent to Update Filter List?
Posted: Mon Nov 23, 2015 2:12 pm
by adblock182
Does anyone know the intent that updates the filter list? I'd like to create a workaround for an issue: ad blocking often takes a long time to initiate when the browser is first opened. I think this is due to a delay in the filter list being updated automatically upon running the app, since manually updating it in settings turns on ad blocking immediately. Thanks.
Re: Intent to Update Filter List?
Posted: Tue Nov 24, 2015 11:20 am
by rach
Hi adblock182!
Thanks for your input. However, the delay is not because of the filter list download, but because ABP takes some time to load the filters.
We are always trying to look for speeding up the process and future improvements.
Re: Intent to Update Filter List?
Posted: Tue Dec 01, 2015 2:14 pm
by adblock182
Ah, okay, thanks
Re: Intent to Update Filter List?
Posted: Mon Dec 07, 2015 2:31 pm
by adblock182
rach wrote:Hi adblock182!
Thanks for your input. However, the delay is not because of the filter list download, but because ABP takes some time to load the filters.
We are always trying to look for speeding up the process and future improvements.
Just out of curiosity, what is the process being performed when it says "Fetching available subscriptions..."? I would like to know the intent for that, actually.
Re: Intent to Update Filter List?
Posted: Tue Dec 15, 2015 11:42 am
by rach
Hey adblock182!
Thanks for reaching out to us.
The message describes the process of loading the language filter choices.
We use many different terms for filter lists which may confuse users. We hope to be able to improve that soon.
Hope that tackles your question.
All the best,
Re: Intent to Update Filter List?
Posted: Tue Dec 15, 2015 12:20 pm
by adblock182
rach wrote:Hey adblock182!
Thanks for reaching out to us.
The message describes the process of loading the language filter choices.
We use many different terms for filter lists which may confuse users. We hope to be able to improve that soon.
Hope that tackles your question.
All the best,
Ok, thanks.
Re: Intent to Update Filter List?
Posted: Tue Dec 29, 2015 1:02 pm
by agnesmary
What intent-filter should I provide in my apps' manifest to make Samsung Email app put my app on the "Attach" list (the "Attach" list includes apps a user can choose to select attachments). The usual way:
Code
<intent-filter>
<action android:name="android.intent.action.GET_CONTENT" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.OPENABLE" />
<data android:mimeType="*/*" />
</intent-filter>
- does not work with Samsung Email.