Is there any guides about plugugins with multiple actions

38 views
Skip to first unread message

Angarato Surion

unread,
May 23, 2018, 6:12:45 AM5/23/18
to Tasker - Developers
Is there any guide on how to create plug-in's that are like autotools. That have multiple actions in them? Also is it possible to register broadcast receivers programmatically?

João Dias

unread,
May 23, 2018, 6:15:38 AM5/23/18
to task...@googlegroups.com
Hi. Did you check here?

On Wed, May 23, 2018 at 11:12 AM Angarato Surion <angarat...@gmail.com> wrote:
Is there any guide on how to create plug-in's that are like autotools. That have multiple actions in them? Also is it possible to register broadcast receivers programmatically?

--
You received this message because you are subscribed to the Google Groups "Tasker - Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to taskerdev+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Angarato Surion

unread,
May 23, 2018, 6:21:55 AM5/23/18
to Tasker - Developers
way doesnt have anything about plugins with many actions.. And the application throws an exception/error message saying that you cant have many broadcast receivers ididnt try to set them programmatically because idont know if it will work..

João Dias

unread,
May 25, 2018, 10:55:52 AM5/25/18
to task...@googlegroups.com
To add multiple actions you simply add more activities with the
"com.twofortyfouram.locale.intent.action.FIRE_SETTING"
intent-filter ;)

Paris Koutsioukis

unread,
May 25, 2018, 10:59:52 AM5/25/18
to task...@googlegroups.com
isn't this activity only for the settings dialog ? i always though that the code for action is being executed in the broadcast receiver .. .and the activity is just to show a windows that other than settings it's useless..

Παρακαλώ αν γίνεται να επικοινωνούμε γραπτώς για την αποφυγή παρεξηγήσεων και για διατήρηση αρχείου επικοινωνίας

To unsubscribe from this group and stop receiving emails from it, send an email to taskerdev+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the Google Groups "Tasker - Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/taskerdev/LfPKTOkP-yE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to taskerdev+unsubscribe@googlegroups.com.

João Dias

unread,
May 25, 2018, 11:06:41 AM5/25/18
to task...@googlegroups.com
Yes, but that's how you get Tasker to show multiple actions in the UI. And yes, all settings will be sent to the same broadcast receiver.

On Fri, May 25, 2018 at 3:59 PM Paris Koutsioukis <angarat...@gmail.com> wrote:
isn't this activity only for the settings dialog ? i always though that the code for action is being executed in the broadcast receiver .. .and the activity is just to show a windows that other than settings it's useless..

Παρακαλώ αν γίνεται να επικοινωνούμε γραπτώς για την αποφυγή παρεξηγήσεων και για διατήρηση αρχείου επικοινωνίας

2018-05-25 17:55 GMT+03:00 João Dias <joao...@gmail.com>:
To add multiple actions you simply add more activities with the
"com.twofortyfouram.locale.intent.action.FIRE_SETTING"
intent-filter ;)

On Wed, May 23, 2018 at 11:21 AM Angarato Surion <angarat...@gmail.com> wrote:
way doesnt have anything about plugins with many actions.. And the application throws an exception/error message saying that you cant have many broadcast receivers ididnt try to set them programmatically because idont know if it will work..

On Wednesday, May 23, 2018 at 1:15:38 PM UTC+3, joaomgcd wrote:
Hi. Did you check here?

On Wed, May 23, 2018 at 11:12 AM Angarato Surion <angarat...@gmail.com> wrote:
Is there any guide on how to create plug-in's that are like autotools. That have multiple actions in them? Also is it possible to register broadcast receivers programmatically?

--
You received this message because you are subscribed to the Google Groups "Tasker - Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to taskerdev+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Tasker - Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to taskerdev+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the Google Groups "Tasker - Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/taskerdev/LfPKTOkP-yE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to taskerdev+...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Paris Koutsioukis

unread,
May 25, 2018, 11:11:09 AM5/25/18
to task...@googlegroups.com
 ihave different receiver for every action.. 
so all the code will happen in the same place"
protected void firePluginSetting(@NonNull final Context context, @NonNull final Bundle bundle) {

} " ?




Παρακαλώ αν γίνεται να επικοινωνούμε γραπτώς για την αποφυγή παρεξηγήσεων και για διατήρηση αρχείου επικοινωνίας

2018-05-25 18:06 GMT+03:00 João Dias <joao...@gmail.com>:
Yes, but that's how you get Tasker to show multiple actions in the UI. And yes, all settings will be sent to the same broadcast receiver.
On Fri, May 25, 2018 at 3:59 PM Paris Koutsioukis <angarat...@gmail.com> wrote:
isn't this activity only for the settings dialog ? i always though that the code for action is being executed in the broadcast receiver .. .and the activity is just to show a windows that other than settings it's useless..

Παρακαλώ αν γίνεται να επικοινωνούμε γραπτώς για την αποφυγή παρεξηγήσεων και για διατήρηση αρχείου επικοινωνίας

2018-05-25 17:55 GMT+03:00 João Dias <joao...@gmail.com>:
To add multiple actions you simply add more activities with the
"com.twofortyfouram.locale.intent.action.FIRE_SETTING"
intent-filter ;)

On Wed, May 23, 2018 at 11:21 AM Angarato Surion <angarat...@gmail.com> wrote:
way doesnt have anything about plugins with many actions.. And the application throws an exception/error message saying that you cant have many broadcast receivers ididnt try to set them programmatically because idont know if it will work..

On Wednesday, May 23, 2018 at 1:15:38 PM UTC+3, joaomgcd wrote:
Hi. Did you check here?

On Wed, May 23, 2018 at 11:12 AM Angarato Surion <angarat...@gmail.com> wrote:
Is there any guide on how to create plug-in's that are like autotools. That have multiple actions in them? Also is it possible to register broadcast receivers programmatically?

--
You received this message because you are subscribed to the Google Groups "Tasker - Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to taskerdev+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Tasker - Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to taskerdev+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the Google Groups "Tasker - Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/taskerdev/LfPKTOkP-yE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to taskerdev+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Tasker - Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to taskerdev+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the Google Groups "Tasker - Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/taskerdev/LfPKTOkP-yE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to taskerdev+unsubscribe@googlegroups.com.

João Dias

unread,
May 25, 2018, 1:45:35 PM5/25/18
to task...@googlegroups.com
Yes, all requests will be made to the same place.

--
You received this message because you are subscribed to a topic in the Google Groups "Tasker - Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/taskerdev/LfPKTOkP-yE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to taskerdev+...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Tasker - Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to taskerdev+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the Google Groups "Tasker - Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/taskerdev/LfPKTOkP-yE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to taskerdev+...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages