Search results

  1. Jacob L

    Android 15 will break MacroDroid helper

    https://www.androidpolice.com/android-15-blocks-android-marshmallow-apps
  2. Jacob L

    Amazon causing havoc

    https://www.aftvnews.com/amazon-blocks-long-running-fire-tv-capability-breaking-popular-apps-with-no-warning-and-giving-developers-the-runaround/
  3. Jacob L

    Android 15 could ruin the notification trigger

    https://www.androidauthority.com/android-15-sensitive-notifications-3416414/
  4. Jacob L

    Delete variable action

    We have an action to create variables at run time but we don't have to delete variable action. This could lead to multiple variables being created but not deleted
  5. Jacob L

    Automate got tethering connected devices

    Another popular app: Automate now has the ability to get info about devices that are connected to tethering. It's compatible with Android 9+. It would be good to see this here in MacroDroid.
  6. Jacob L

    Search in MacroDroid settings

    It will make it easier for new and existing users to find what they're looking for. I also think there should be changes to where buttons appear in settings for example: language to speak and speak text audio should be in actions -> speak text shouldn't they?
  7. Jacob L

    Google throwing more rules and regs

    https://android-developers.googleblog.com/2023/10/announcing-policy-updates-to-support-app-quality-on-google-play.html
  8. Jacob L

    Maybe ChatGPT can optimise MacroDroid

    I am doing Object Oriented Programming as a module on my Masters at university and our lecturer has incorporated AI into the module, ChatGPT specifically. AI can rewrite code in a more efficient way. It helped at least in my C# in Visual Studio. I know MacroDroid is not written in C# but it...
  9. Jacob L

    May this fix toast messages?

    There's a permission for toasts that's not present in MacroDroid. android:name="android.permission.UNLIMITED_TOASTS There's not much I can find.
  10. Jacob L

    NFC on/off trigger

    I have some users trying to use Logcat to catch this change but they cannot as they're using Android 13. This may help: https://developer.android.com/reference/android/nfc/NfcAdapter#ACTION_PREFERRED_PAYMENT_CHANGED I tried to add it to intent received trigger but it will not fire. In Android...
  11. Jacob L

    Record system sounds

    In the record audio action, it would be good to be able to record system sounds. One creative example is, I could get the speak text action into an mp3 or other audio for sharing similar to these apps: https://play.google.com/store/apps/details?id=br.com.escolhatecnologia.vozdonarrador I'm sure...
  12. Jacob L

    This may help MacroDroid

    https://github.com/JakeWharton/ProcessPhoenix
  13. Jacob L

    Some users may find this beneficial

    https://www.theverge.com/2023/2/22/23609915/samsung-ai-voice-clone-bixby-text-call-service-korean
  14. Jacob L

    MacroDroid picture-in-picture and split screen

    It would be useful to be able to do this because it would make copying actions from one macro to another faster as well as being able to watch the system log update while looking at the macro
  15. Jacob L

    For mods - undelete in MacroDroid store

    I know we should be careful when deleting macros from the store but accidents may happen and this could prevent a lot of upset if we can restore accidentally deleted macros, maybe having a timeout would prevent server load - only allowing restore for 5 minutes for example
  16. Jacob L

    Sort by in templates

    I suppose this may be a big task. I wondered if we can have search filters such as filtering by number of stars, by date uploaded/updated
  17. Jacob L

    Be able to access the favourites.button when searching

    At the moment, if we are searching our local macros, we need to remember if theyou're in favourites before searching otherwise we have to clear the search, tick favouritwas and search again. It's just a small UX thing but would be a QOL improvement for users
  18. Jacob L

    Use assistant for read screen

    My devices all have a tick box that allows MacroDroid to read text from the screeon when set as device assistant, maybe thayes better for those who don't want to use accessibility services
  19. Jacob L

    Auto power on, not every device

    Off-mode charging If a device supports off-mode charging or otherwise autoboots into a special mode when power is applied, an implementation of the fastboot oem off-mode-charge 0 command must bypass these special modes, so that the device boots as if the user had pressed the power button...
Top