• pyre@lemmy.world
    link
    fedilink
    arrow-up
    85
    ·
    7 days ago

    grindr has a custom notification noise? isn’t that indiscreet for an app like that?

    • Zagorath@aussie.zone
      link
      fedilink
      arrow-up
      56
      ·
      7 days ago

      Yeah I don’t know any apps that have custom notifications out of the box these days, apart from Messenger. It’s too convenient just to use the operating system’s API and default to the user’s default sound.

      • umbraroze@lemmy.world
        link
        fedilink
        arrow-up
        15
        ·
        6 days ago

        I don’t know if there’s some way to override/customise the notification sounds on Android on per-app basis. At one point in history I wanted Twitter to go [random bird noises] and Reddit to go “Le.” but since I don’t use either of them anymore I really didn’t investigate this further.

        • tb_@lemmy.world
          link
          fedilink
          arrow-up
          9
          ·
          edit-2
          6 days ago

          In WhatsApp you can set custom notification sounds, I believe it even supports notification sounds on a per-contact basis. So safe to say you can do it as an app developer.

          • Lemminary@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            6 days ago

            I used to use custom sounds I downloaded for a few people and it was useful, but it’s clunky and time-consuming to set up for even a few contacts. I had to get the sounds on a PC because all the sound apps on the store feel like malware and are riddled with ads.

        • Zagorath@aussie.zone
          link
          fedilink
          English
          arrow-up
          4
          ·
          6 days ago

          It’s actually really easy for a developer and for a user. Apps can provide a notification sound for themselves, but the Android API automatically creates a user interface inside of the notifications settings that let a user set a sound of their choice on a per-notification-channel (for example, Discord has separate channels for “Incoming calls”, “Direct messages”, “Friend requests”, and a heap more) basis.

        • Ziglin@lemmy.world
          link
          fedilink
          English
          arrow-up
          5
          arrow-down
          1
          ·
          6 days ago

          When I installed it used the default. I’m on GrapheneOS, how about you?

          • Captain Aggravated@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            3
            ·
            6 days ago

            On my Samsung Android phone it’s configurable but I think when I installed the app aeons ago it used their distinctive ding. On desktop Linux incoming messages throw standard push notifications.

            • Ziglin@lemmy.world
              link
              fedilink
              English
              arrow-up
              3
              ·
              6 days ago

              I’m wondering whether it automatically copied using the default notification from my old phone then. I’m pretty sure I didn’t change the Signal Notification sounds on my current phone.

          • Stovetop@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            6 days ago

            Mine also uses the default (for the very few times I’ve ever taken my phone off of vibrate). I’m just using an out-of-the-box Samsung.

            Can confirm as well that my friends with iPhones also have the generic sound for their device for Signal.

      • lseif@sopuli.xyz
        link
        fedilink
        arrow-up
        1
        ·
        6 days ago

        on my phone (GrapheneOS / Android 14) u can accomplish this with:

        1. Go to ‘App Info’ for the app (this can be done by long-pressing the app’s home screen icon > App Info)
        2. Select ‘Notifications’
        3. Select the specific notification kind (eg. ‘New Message’ or whatever)
        4. Select ‘Sound’, which opens a radio-input of thw default system sounds, and an option to add a custom sound from a file

        i would imagine most android builds, which are not very customized (such as samsung/oppo), would handle this similarly