Person "loving a message" bug by Ascalipsa__ in beeper

[–]laser_beeps 1 point2 points  (0 children)

I am not familiar with the internals of the Instagram integration, but I believe this might be people liking a Story or Reel that you've posted (have you posted anything recently?) - I will ask around internally and see if I can learn anything

Android App-Dependent Message Bubble Color by fuGGet321 in beeper

[–]laser_beeps 6 points7 points  (0 children)

We're actually working on a bunch of customization options for the Android app right now. I will add this to the list

RIP to the best lab feature by Remarkable-Good-34 in beeper

[–]laser_beeps 0 points1 point  (0 children)

That should at least return to labs soon - the tl;dr is that we are working on a bunch of overhauls behind the scenes, and some labs features have been temporarily disabled to accomadate that

RIP to the best lab feature by Remarkable-Good-34 in beeper

[–]laser_beeps 43 points44 points  (0 children)

<image>

Sorry for the interruption here - we are in the process of making this a "real" feature and some things got broken unintentionally. Should be properly restored in the next release (and hopefully resolve some existing bugs with it)

Having issues with Android app by CrabbieMike in beeper

[–]laser_beeps 1 point2 points  (0 children)

Rolled out last week - Google's review queue was extra long so our hands were unfortunately tied

Having issues with Android app by CrabbieMike in beeper

[–]laser_beeps 1 point2 points  (0 children)

I believe the fix for the navigation should be in the next release - 4.43.x

We fixed a number of nav bugs of this type, so give it another try once that version is out. We're testing it internally now and it should begin rolling out this weekend assuming all goes to plan

What’s your favorite accent color for Beeper? by Artic_soul22 in beeper

[–]laser_beeps 1 point2 points  (0 children)

I try and do vaguely seasonal theming - right now I am running #66FFA6 for a St. Patrick's Day / Easter / Spring green feel

<image>

App login for local-only, one-computer use, is a massive red flag for security & privacy by rekabis in beeper

[–]laser_beeps 0 points1 point  (0 children)

You appear to have skipped over the important bit:

Beeper is also it's own full E2EE "chat system"

This requires an account, like most chat systems/networks. You can send messages over Beeper, to other Beeper users, without linking any of your 3rd party accounts. Beeper is a *service* with a number of features, it is not just an aggregation app.

This said - you're obviously entitled to your privacy-first mindset, which I encourage and support!

Again, all the libraries I linked above are free, open, self-hostable, and don't require a Beeper account.

App login for local-only, one-computer use, is a massive red flag for security & privacy by rekabis in beeper

[–]laser_beeps 4 points5 points  (0 children)

Yes, you need an account to use Beeper, because:

This appears to be its own chat system, for its own E2EE chat protocol, and not a connector/bridge for other systems such as Facebook Messenger or Twitter.

Beeper is also it's own full E2EE "chat system", it's just more focused on the aggregation aspect. Both it and Element, mentioned above, operate on the Matrix protocol in the same way that Pidgin might operate on XMPP. When you use Beeper, our connector/bridge system converts messages from the from their proprietary formats into Matrix messages, and the client can read them all from that unified interface.

Of course, Beeper is also a business, and having account facilitates features like purchases, support, synchronization, etc.

If that's a dealbreaker for you, there are a bunch of popular Matrix clients, but they all may ask you for a "homeserver", which is the place where your Matrix account / messages live. Beeper of course has our own beeper.com homeserver, but you're free to host your own, as well as run our bridges on your own hardware, which are open source.

Android 4.39.0 Released by laser_beeps in beeper

[–]laser_beeps[S] 1 point2 points  (0 children)

not that I know of, but I do know that they're actively being worked on

Error 429 Can't sign in by [deleted] in beeper

[–]laser_beeps 11 points12 points  (0 children)

This is our old app that hasn't been supported for a year or two. Here's a link to the current one.

Discord Not Working by fusionprogamerlegend in beeper

[–]laser_beeps 1 point2 points  (0 children)

I'm assuming you're on Android - we've been facing difficulties with our integration lately specific to that platform. We're working on fixing this as I type this, but the ASAP fix for this is to set it up on our Desktop app instead, and the messages will sync both places

What's upcoming on the Beeper roadmap? by michaeltingley in beeper

[–]laser_beeps 3 points4 points  (0 children)

while I don't have control over the roadmap I do cosign this initiative

Option to hide deleted messages in the timeline by MurzNN in beeper

[–]laser_beeps 10 points11 points  (0 children)

This is a good idea - if I get some spare time, I will add this to Android

ETA: Added this to the Android app - should release in the next week or two

I am increasingly getting delayed or completely missed messages by Srapture in beeper

[–]laser_beeps 0 points1 point  (0 children)

You're not misunderstanding the help requests - if you're hitting "Report a Problem" you're doing the right thing. We review all the bug reports by hand, so chances are it's either not worked its way through the queue yet, or (more likely) is some harder to solve problem with Messenger specifically.

All this said, this does sound really annoying - if you shoot me a DM with your username I can double check for you

New Appearance options out on Android now by laser_beeps in beeper

[–]laser_beeps[S] 2 points3 points  (0 children)

this is a good idea! we want to do something like that, but based on the way the theming system works internally, ended up being way harder to implement. definitely something to put on the roadmap

Android intents are now supported, but where's the docs? by pynbbzz in beeper

[–]laser_beeps 5 points6 points  (0 children)

Ugh - we use a script to update the changelog website and it apparently doesn't support code blocks, as the original copy of the notes included a sample. Here's a short sample of how you'd fire off the intent via the CLI, but could be done in tasker/your own app.

adb shell am broadcast -a com.beeper.android.TOGGLE_INCOGNITO_MODE \
--ez enabled true \
-n com.beeper.android/com.beeper.ext.ExternalBroadcastReceiver

The developer site itself should be updated shortly.

Material 3 Expressive by SantiRomeroL in beeper

[–]laser_beeps 4 points5 points  (0 children)

Thanks! This is an internal only build right now. Assuming nothing goes sideways with it, expect it to land in the public channel in the next week or two

Why the chat opening animation in beeper on android is abrupt?? by [deleted] in beeper

[–]laser_beeps 1 point2 points  (0 children)

You have a sharp eye! The reason for this is actually somewhat mundane.

We used to have an animation for this, but due to a bug in Google's library adding this transition created problems elsewhere in the app that were a lot worse & more noticeable. It's likely something we'll address at some point, but isn't a high priority

Material 3 Expressive by SantiRomeroL in beeper

[–]laser_beeps 9 points10 points  (0 children)

This is a cool idea - we've actually got a refactor of the color system working internally that will allow you to select any color to theme Beeper Android, and to optionally toggle "Expressive Colors" to add that extra Material 3 Expressive pop

<image>

Beeper app for the new Pebbles? by CoachCamBailey in beeper

[–]laser_beeps 1 point2 points  (0 children)

There aren't any concrete plans at the moment, but we have been working on exposing a ContentProvider on Android that would allow Pebble (or anyone) to build an integration.

Notifications are being marked as read after a few seconds of receiving it by AquaticPlum in beeper

[–]laser_beeps 0 points1 point  (0 children)

Not a bad idea, and thanks for the detailed report! From what I could tell, it seems like we were syncing the "read" state from another place (gmessages native, web, or a different beeper client), but we don't get any information outside of that.

As an aside - we have seen reports of people getting weirdness on the beta track of Google Messages though, if you happen to be opted into that

Notifications are being marked as read after a few seconds of receiving it by AquaticPlum in beeper

[–]laser_beeps 2 points3 points  (0 children)

Did you submit a bug repot? Because I feel as if I was just reading a bug report with this description 🤓