Search results

  1. JosefHamel

    Add Configure Floating Button Action

    Looking forward to it ヾ(・ω・*)ノ
  2. JosefHamel

    Add Configure Floating Button Action

    Hey, I'd like to suggest you add a configure action for floating buttons. This action would allow you to change the X/Y coordinate during runtime, aswell as possibly the padding, opacity, colour, and icon. I'd especially appreciate if you included magic text with the integer-related fields, as...
  3. JosefHamel

    [RESOLVED] All of my 35 macros deleted after update

    [RESOLVED] I remembered i took a cloud backup from a few days ago thankfully. So some stuff is different but I'm very relieved. Hey! I code a bunch of macros for personal use/concept testing/unpublished templates. After the update, my pro version was revoked I guess, so I followed the...
  4. JosefHamel

    how best to input 4-6 text fields

    Hey, I don't have any experience with plugins as I only use the stock macrodroid client. Macrodroid doesn't support check boxes or sliding buttons but these could be created though certain display systems if you tried hard enough. Sorry I couldn't help more
  5. JosefHamel

    how best to input 4-6 text fields

    Well I think it mostly depends on your definition of 'best'. If you're looking for a compact and relatively easy to implement solution, you could go for the following: Clear Variable (Index) Repeat n Times User Prompt (Text) [Entry] Increment (Integer) [Index] Set Variable (Text)...
  6. JosefHamel

    Wordle for Macrodroid, 100% Offline.

    I'm sure most of you have heard of/played wordle, and I definitely have, so I decided to spend a few days making a version for Macrodroid! Features: • No daily word cap • Play anywhere, no connection needed • View/Copy/Clear your Statistics • Optimized code (Though I'll be trying to make it...
  7. JosefHamel

    Rock, Paper, Scissors | 3.0

    Hey all! I've just created and posted the 3rd release of my macro. Further optimizations have been made to reduce the length. As well as just generally cleaning up the code. Here's the link if anyone is interested! http://www.macrodroid.com/macrostore?id=7786 Or search Rock Paper Scissors in...
  8. JosefHamel

    File Malware Scanner (W.I.P)

    Try accessing it on mobile, that will bring you to the template section of the app with the macro in focus.
  9. JosefHamel

    Does MacroDroid support Exit Tasks or do I need two Macros?

    For a slightly more compact version, use constraints instead of IF statements for single instructions. :)
  10. JosefHamel

    UI Click Number ?

    Unrelated question. You've already made your own don't clutter other people's threads. My advice, if you're trying to make an automatic password, is just to use a number pad. It's easier to implement.
  11. JosefHamel

    UI Click Number ?

    Hey, Do you mean click the text content on screen containing the numbers 800, 801, ..., 1000? Or are you trying to use a phone-like dialpad to enter these numbers (i.e. 8-0-0, 8-0-1, 8-0-2, ..., 1-0-0-0)? I can help with either, but i'd appreciate clarification. Thanks.
  12. JosefHamel

    MacroPaint | Draw and Share

    Exhibit A; ⬛⬛⬛⬛⬜⬜⬜⬜⬛⬛⬛⬛ ⬜⬛⬛⬜⬛⬛⬛⬛⬜⬛⬛⬛ ⬜⬜⬛⬜⬛⬜⬜⬛⬛⬜⬜⬛ ⬜⬛⬜⬛⬛⬛⬛⬛⬛⬛⬛⬜ ⬜⬛⬛⬛⬛⬛⬛⬛⬛⬜⬜⬛ ⬛⬜⬛⬛⬛⬛⬛⬛⬛⬛⬛⬜ ⬛⬜⬛⬛⬛⬛⬛⬛⬜⬜⬜⬛ ⬜⬜⬛⬛⬛⬛⬛⬜⬛⬛⬛⬛ ⬜⬛⬜⬛⬛⬛⬛⬜⬛⬛⬛⬛ ⬜⬛⬜⬛⬛⬛⬛⬜⬛⬛⬛⬛ ⬜⬛⬛⬛⬛⬛⬜⬛⬛⬛⬛⬛ ⬜⬛⬛⬛⬜⬜⬛⬛⬛⬛⬛⬛ ⬜⬜⬜⬜⬛⬜⬛⬛⬛⬛⬛⬛ ⬛⬛⬛⬜⬜⬛⬛⬛⬛⬛⬛⬛ Use the @sl command to load it with this image string (loading allows you to edit): JosefHamel,Bunny...
  13. JosefHamel

    MacroPaint | Draw and Share

    Hey everyone, today I introduce MacroPaint! This Macro allows you to draw (pixel-art style) on a resizable canvas. You can share, load, and copy your image along with numerous other features! This took a while to design, so if you're interested you can check it out here
  14. JosefHamel

    [Old] Macro acts differently once uploaded

    I can supply a copy of the macro file if necessary, likewise an image. My hypothesis is something due to the fact that I use regex a lot to detect board states; though, I use the same technique in my original macro. Edit: I'm no longer concerned with this issue, thank you for your time.
  15. JosefHamel

    [Old] Macro acts differently once uploaded

    Hello all, I've been developing an updated version of Tic Tac Toe to include a machine, the machine works correctly when tested in my macros, but once uploaded doesn't work at all. All of the required variables are set correctly; no actions are changed. Both times the macro is launched via. the...
  16. JosefHamel

    Tic Tac Toe

    I just finished Tic Tac Toe. It's completely offline (except for Macrodroid Templates :P) I fully commented the code, so if you're interested you should check it out and maybe give me a star ¯\_(ツ)_/¯ Find it here.
  17. JosefHamel

    * in Call Received Changed Upon Upload

    Hey, this is a post about an error that happens when I try to upload my Macro; it triggers upon a call recieved event wherein I'm using '*' to represent any number as Macrodroid supports. All well and good, however, after I upload it changes the trigger from any number to '123456789' instead...
  18. JosefHamel

    MacroDroid Wiki - volunteers wanted

    I'd love to collaborate on this project, I've only recently started on Macrodroid but I think it sorta made me want to go into computer science!
Top