AutoTools Share anything to a bubble {Feature Request}

Discussion in 'AutoApps' started by scotts, Sep 14, 2017.

  1. scotts

    scotts Member

    Joined:
    Jun 19, 2015
    Messages:
    140
    Likes Received:
    1
    Not certain how much a project this would be...adding a Bubbles action that will show up as a share option.
    Say I have a pdf that I would like to frequently access during one day. Yes, I can certainly create a new Tasker Profile, etc. However, it would be great if I could share that pdf to an auto-generated Bubble. Thoughts?
     
  2. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    Sorry, I'm not sure what you mean. How would that exactly work? You would share a file and that would create a bubble that would open that file on click?
     
  3. scotts

    scotts Member

    Joined:
    Jun 19, 2015
    Messages:
    140
    Likes Received:
    1
    Correct. Share the file to a designated share action (not certain how to generate). So rather than share file to Text or Email, you would share it to some created icon share action. That would then create a bubble, with a click/tap action of opening that file, keeping the bubble in place until flicked away.
    A bit like Samsung's 'Glance' function, which I have on my Note8.
     
  4. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    Ok, so like this, right? :)

    Here's the profile to create the bubble:
    Code (Text):
    Profile: Share To Bubble (129)
        Event: AutoShare [ Configuration:Command: Bubble
    Sender: all
    Subject: all
    Text: all
    File: all ]
    Enter: Anon (180)
        A1: AutoTools Web Screen [ Configuration:Screen Preset: Bubble
    Display Mode: Overlay
    Close Overlay ID: bubble
    Source: /storage/emulated/0/AutoTools/bubble/page.html
    Toast Duration: 5000
    Background Color: #00FFEBEE
    Width: 100
    Height: 100
    Gravity: Top Right
    Offset X: 100
    Offset Y: 100
    Animation: Zoom In
    Overlay Id: bubble
    Show Duration: 500
    Hide Duration: 250
    Drag: Draggable Anywhere
    Drag Movements: All Directions
    Fling To Dismiss: All Directions
    Hide Dialog Shadow: true
    Update: true
    Image: https://cdn1.iconfinder.com/data/icons/prettyoffice9/256/open-file.png
    Grayscale: 0%
    Blur: 0
    Opacity: 100%
    Brightness: 100%
    Contrast: 100%
    Saturate: 100%
    Sepia: 0%
    Invert: 0%
    Size: 16px
    Position: Left
    Color: #AB47BC
    Character Border Color: #4A148C
    Border Color Thickness: 1
    Border Style: solid
    Background: linear-gradient(rgba(151, 190, 252, 0.7), rgba(182, 208, 249, 0.7))
    Text Color: white
    Background: red
    Position: Top Right
    Tap: openfile=:=%asfile1
    Long Tap: longbubbletap
    Border Width: 0
    Border Color: black
    Border Style: solid Timeout (Seconds):30 ]
     
    And here's the profile to open the file:
    Code (Text):
    Profile: Open File Command (181)
        Event: AutoApps Command [ Configuration:Command Filter: openfile=:=
    Variable Names: file ]
    Enter: Anon (182)
        A1: Open File [ File:%file Mime Type: ]
        A2: Flash [ Text:Opening file %file Long:Off ]
     
    Make sure to create the "Bubble" command in AutoShare before doing these
    Hope this helps! :)
     
  5. scotts

    scotts Member

    Joined:
    Jun 19, 2015
    Messages:
    140
    Likes Received:
    1
    This is great, thank you.

    Is there a way to change the icon that shows in the Share dialog? Right now, the icon is the autotools logo.

    Scott on Note8 Tapatalk
     
  6. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    Do you mean the AutoShare logo? If so, yes, open the main AutoShare app and select manage commands there. :)
     
  7. scotts

    scotts Member

    Joined:
    Jun 19, 2015
    Messages:
    140
    Likes Received:
    1
    It only allows me to change the name. I want to change the icon shown, if possible.
    [​IMG]

    Scott on Note8 Tapatalk
     
  8. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    Oh sorry. Long click it to change the icon :) Sorry for the confusion
     
  9. scotts

    scotts Member

    Joined:
    Jun 19, 2015
    Messages:
    140
    Likes Received:
    1
    That's awesome!

    Scott on Note8 Tapatalk
     
  10. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    Glad it works :)
     
: bubble, share

Share This Page