-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First suggestions #6
Comments
Hello, first of all thanks you for all these suggestions ! Most of the things you said are actually planned (but in my head), I forgot to write them in the to-do lists, so I guess I'll pin your issue to make sure I don't forget them. I'm actually in a big rewrite phase (which includes a native tauri plugin to call kotlin code) for supporting notifications and background updates, which is kinda important for caching !
I plan to save all posts by default : the whole |
Also some pages are still in development, like the A bit of styling (buttons and the camera that is too small, imo) is missing on the |
Perfect, that's what I wanted to hear :)
|
excellent project, congratulations, is it possible to log in via localhost somehow? |
What do you mean |
to run the entire project through a local browser and to be able to log in and use it as I can in the application (via powershell) |
No it's not possible because BeReal's API does not allow CORS. You'd need a web proxy in between. Anyway you'd still have to rewrite a huge part of the app because in my current development branch (the notifications one) I'm rewriting a big part of my internal API in Kotlin and Rust for a more in-deep integration with Tauri. If you're looking for a web alternative, you might be interested in https://github.com/macedonga/beunblurred |
I understand, still a great project, I hope that as soon as possible it will get an update for downloading other people's berels for a start, and then it would be a good option to download all berels at once and insert a picture from the gallery, and react to all berels at once. Thank you for sure, you do these things very well, congratulations bro ❤️ |
Thanks you ! It'll be done as soon as I get notifications to work, I'm currently spending all my time on this (#7) |
I am following the progress, as I see it is going as it should. I hope you will learn a lot from this and improve your coding skills ^_^ |
Hiding the second image by tap-and-hold did work in previous versions, but currently not anymore. Don't know if it's only my device. |
Yes, I commented it on the issue linked to it : #12 (comment) |
By the way...
is now implemented, you can open the images in your system's browser by clicking the three dots next to a post in the latest versions. |
Also, I'm going to close this issue since I splitted it into several other issues, would be better for tracking. If there's something you want I didn't make an issue for, feel free to open one. But make sure to separate the features and not group everything in a single issue. |
Hi,
The app looks promising -and so tidy-, thank you!
I know you are still developing, so no pressure intended. May I just propose a few things I see not yet on the feature list? Regard it as a sign of appreciation ;)
-Hiding the second image, so you can see the full image. For example by a single tap (preferred), or by holding the image like in the original app.
-Making the images zoomable
-Support for videos
-Option to access the full image (.webp) by getting the url or download. Same for videos if that's getting supported.
-Giving the amount of friends that have posted
-Discern between 'last moment' today or yesterday. "Last moment was at 10:00" could mean both when you look at 11:00.
-When local caching succeeds it would be fun to have to ability to save some posts
-When friends listing succeeds it would be nice to have sorting (on name, date added). Of minor importance, but if it is easy to do, why not.
The text was updated successfully, but these errors were encountered: