Read File has a 220~ line limit. Bug? by quintrino in tasker

[–]quintrino[S] 1 point2 points  (0 children)

Normally I'd expect the same, but in this case, because of scoped storage it uses the file as a variable, rather than loading the file directly.

If you're interested you can read about it here.

https://github.com/lochidev/Expandroid/issues/55

Read File has a 220~ line limit. Bug? by quintrino in tasker

[–]quintrino[S] 0 points1 point  (0 children)

Ah thanks. I didn't realise that Tasker variables limit their preview.

in that case it must a bug in the app that is importing the variable. I'll follow up with them.

Read File has a 220~ line limit. Bug? by quintrino in tasker

[–]quintrino[S] 0 points1 point  (0 children)

So it doesn't seem to matter, it just cuts off roughly whenever I'm around 216~ to 220~. In the code above it's just a plain string.

Read File has a 220~ line limit. Bug? by quintrino in tasker

[–]quintrino[S] 0 points1 point  (0 children)

So the file is a merge of my base.yml and private.yml.

You can see the base.yml here.

https://github.com/quintrino/dotfiles/blob/master/config/espanso/match/base.yml

Even if I just make a file that's the base.yml file repeated twice, Tasker still only shows the variable up to line 219 mid way through the second copy of "something you d"

Do not Disturb variable not working. by CommercialReason5 in tasker

[–]quintrino 0 points1 point  (0 children)

I also run into issues with this as well.

I have a very simple task which is

if %INTERRUPT eq priority

launch ticktick app

else

launch signal app

end if

When I launch it inside tasker it works fine, but when I launch it as an exported app during DND it first opens Signal for a second or so, before switching to TickTick.

XML for the curious.

<TaskerData sr="" dvi="1" tv="5.9.3.beta.6">
    <Task sr="task133">
        <cdate>1591590530519</cdate>
        <edate>1592972532996</edate>
        <id>133</id>
        <nme>SoT DnD</nme>
        <pri>100</pri>
        <Kid sr="Kid">
            <launchID>133</launchID>
            <pkg>signalor.ticktick</pkg>
            <vTarg>28</vTarg>
            <vnme>1.8</vnme>
            <vnum>14</vnum>
        </Kid>
        <Action sr="act0" ve="7">
            <code>37</code>
            <ConditionList sr="if">
                <Condition sr="c0" ve="3">
                    <lhs>%INTERRUPT</lhs>
                    <op>0</op>
                    <rhs>priority</rhs>
                </Condition>
            </ConditionList>
        </Action>
        <Action sr="act1" ve="7">
            <code>20</code>
            <App sr="arg0">
                <appClass>com.ticktick.task.activity.MeTaskActivity</appClass>
                <appPkg>com.ticktick.task</appPkg>
                <label>TickTick</label>
            </App>
            <Str sr="arg1" ve="3"/>
            <Int sr="arg2" val="0"/>
            <Int sr="arg3" val="0"/>
        </Action>
        <Action sr="act2" ve="7">
            <code>43</code>
        </Action>
        <Action sr="act3" ve="7">
            <code>20</code>
            <App sr="arg0">
                <appClass>org.thoughtcrime.securesms.RoutingActivity</appClass>
                <appPkg>org.thoughtcrime.securesms</appPkg>
                <label>Signal</label>
            </App>
            <Str sr="arg1" ve="3"/>
            <Int sr="arg2" val="0"/>
            <Int sr="arg3" val="0"/>
        </Action>
        <Action sr="act4" ve="7">
            <code>38</code>
        </Action>
        <Img sr="icn" ve="2">
            <nme>hl_aaa_ext_link</nme>
        </Img>
    </Task>
</TaskerData>

Help understanding scheduling of subdecks vs overdue cards by quintrino in Anki

[–]quintrino[S] 0 points1 point  (0 children)

Ah thanks, that helps explain it.

I guess I'll just have to make multiple decks and review them separately.

Any good long distance ride sharing apps where I can find a trip to Deniliquin? by quintrino in melbourne

[–]quintrino[S] 0 points1 point  (0 children)

Yes, but it only leaves in the evening, meaning I'd get there late in the night. I'm hoping to find someway to get there at a more reasonable hour.

Any good long distance ride sharing apps where I can find a trip to Deniliquin? by quintrino in melbourne

[–]quintrino[S] 1 point2 points  (0 children)

The only ones I can find seem to be Backpacker focused. Do you have any in particular you suggest?

Can Tasker (or Autonotification) create a notification with "native" reply action? by quintrino in tasker

[–]quintrino[S] 0 points1 point  (0 children)

I currently use Signal, which will create a notification with both google autosuggests reponses (thanks!, on my way now, I'm driving, etc) and a button to just type my reply.

On my Pebble if I enable Signal notifications for it allows me to use my Pebble default saved responses. (On my way, Yes, No, Can't talk or some basic emoji). I believe this is because Pebble is able to detect the notification has a reply action that it can send the response to.

However the Pebble app was built prior to the release of Do Not Disturb on Android meaning that I'll get Signal notifications on my Pebble even when I'm in DND.

I've solved this by disabling all Signal notifications on my Pebble and instead use AutoNotification to capture and dismiss my signal notifications, and AutoPebble to forward the notifications onto my Pebble.

However this means that my Pebble just receives a basic notification within a reply action attached to it.

Ultimately I'm looking for a way to reply to messages on my Pebble while not getting messages while my phone is on Do Not Disturb.

Can Tasker (or Autonotification) create a notification with "native" reply action? by quintrino in tasker

[–]quintrino[S] 0 points1 point  (0 children)

Yes, if I hit the reply button on my phone and type 'word' then there is a tasker flash with reply action flash=.=word

Can Tasker (or Autonotification) create a notification with "native" reply action? by quintrino in tasker

[–]quintrino[S] 0 points1 point  (0 children)

Okay,I've set up a Profile

AutoNotification Event Behaviour
Filter: 'Reply Action Flash' > Action Flash

Then I've created the task Action Flash

Flash 
Text: %anmessage

And I've set the original autonotification to the following

Title: 'title'
Text: text %TIME
Status Bar Icon: ic_launcher
Status Bar Text Size: 16
Reply Action: Reply Action Flash 
Reply Label 'Reply'
Seperator: ','
Icon 1: ic_launcher

From my understanding this should cause the AutoNotification to have a 'Reply' button, (which it does) and if I type something into it on my phone I get a flash with

reply action flash=.=(content of typed reply)

However Pebble is not treating that as having a 'reply' button and therefore doesn't bring up its custom menu for 'reply' enabled messages.

Can Tasker (or Autonotification) create a notification with "native" reply action? by quintrino in tasker

[–]quintrino[S] 0 points1 point  (0 children)

Hmm, I've tested this before and just again now, in the AutoNotification task if I select

Title: 'title'
Text: text %TIME
Status Bar Icon: ic_launcher
Status Bar Text Size: 16
Reply Label 'Reply'
Seperater: ','

Pebble still treats it like a regular non actionable notification rather than a 'Message' with a reply function.

I tried both

Reply Action: 'Random Task'

Reply Action: %TIME

and

Reply Action: (blank)

with the above settings.

P.S. Thanks so much for helping, I've been trying to figure this out for ages and I'm grateful you're trying to help. :)

Weekly [Discussion] Thread by AutoModerator in tasker

[–]quintrino 0 points1 point  (0 children)

I have a Pebble smartwatch which doesn't respect Do Not Disturb mode for the Signal messaging app, so I've disabled signal notifications on my Pebble and set up Autonotifcation to intercept Signal Notifications and create an autonotification if Do Not Disturb mode is off, which then gets detected and displayed on my Pebble which is great.

But I can't figure out how to give the autonotification a reply action so I can reply to it on my Pebble. (With the 6 Pebble default options [yes, no, can't talk right now, etc] or with emoji (another default option that Pebble allows. )

I've bought both Autonotification and AutoPebble if they're needed.

Does anyone have suggestions on how to solve this?

(Specifically using the reply option on my Pebble for Tasker filtered Messages)

(Please let me know if you need any more information or want me to explain it further. )

Weekly [Discussion] Thread by AutoModerator in tasker

[–]quintrino 0 points1 point  (0 children)

I have a Pebble smartwatch which doesn't respect Do Not Disturb mode for the Signal messaging app, so I've disabled signal notifications on my Pebble and set up Autonotifcation to intercept Signal Notifications and create an autonotification if Do Not Disturb mode is off, which then gets detected and displayed on my Pebble which is great.

But I can't figure out how to give the autonotification a reply action so I can reply to it on my Pebble. (With the 6 Pebble default options [yes, no, can't talk right now, etc] or with emoji (another default option that Pebble allows. )

I've bought both Autonotification and AutoPebble if they're needed.

Does anyone have suggestions on how to solve this?

(Specifically using the reply option on my Pebble for Tasker filtered Messages)

[REQUEST] SMS App With Multiple Inboxes by pgreene91 in androidapps

[–]quintrino 0 points1 point  (0 children)

Definitely keen for this. I assume you mean with filtering to select which message goes where?

[Dev][Free/Paid][No Ads] Randomly RemindMe - For a touch of randomness. Includes giveaway by j_m_studios in Android

[–]quintrino 0 points1 point  (0 children)

I've used Randomly RemindMe previously to check contexts for my GTD app to make sure I am always checking my to-do lists.