I’ve been looking for something like the old app making 3D wallpapers from GCam lens blur photos, but found nothing. This is not the same, but it is quite good nonetheless.

  • humblebun@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    22
    arrow-down
    2
    ·
    9 hours ago

    I’m particularly interested in the following line of code

    client.post("https://blob.parallax.co/api/user_image", imageWithEmail)
    
    • 0xd34d@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 hours ago

      Can you link to that line in the code? I’m not seeing it, nor am I seeing the Internet permission being declared in AndroidManifest.xml

      • Zangoose@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        60 minutes ago

        I think the answer is that it’s not actually there. The typo in the app name is another giveaway (paralax vs the app name, pallax)

        Edit: also,

      • Aiakio@lemmy.world
        link
        fedilink
        English
        arrow-up
        7
        ·
        7 hours ago

        I think it uploads your picture to a remote server and tags it with your email address.

          • Zangoose@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            ·
            edit-2
            59 minutes ago

            It also isn’t actually in the code? That url isn’t the actual name of the app (parallax vs pallax) and from what I can tell looking through the code, that line doesn’t actually exist anywhere in it.

            Edit: also the URL doesn’t exist anywhere in the code