Summit
Community to discuss Summit, an open-source Lemmy reader for Android.
App (Play Store): https://play.google.com/store/apps/details?id=com.idunnololz.summit
APK: https://github.com/idunnololz/summit-for-lemmy/releases
Source: https://github.com/idunnololz/summit
Support the app
Website: https://summit.idunnololz.com/
Hello,
First of all, thank you for the update.
I’m going to be generous and leave the PieFed post up for one more release but I will definitely reset it next release. If you want Summit to support PieFed please upvote this post: https://lemmy.world/post/31899935 .
Can we post about this on !piefed_meta@piefed.social ?
I honestly don't know lol. I mostly just want to poll Summit users if at all possible. In an ideal world I would have implemented this poll in app but I don't have a mechanism like that (yet).
Noted, thanks! Seems like the current upvotes are at 178, would 180 be enough or are you set on 200?
Gotta be 200. This is a huge change and not a decision to be made lightly.
Okay !
aim is to make the app a treat to use
It already is! Thanks for all you do
Thanks!
Can we have the option to hide stuff from the toolbar?
There are a lot of toolbars in the app, which toolbar are you talking about?
Sorry, the one on the "create a post/comment" section
Ah i see. Ill add it to the roadmap
Thank you
Summit will not allow me to post URLs or images.
No matter the image, URL, post, instance, etc.
Whenever I try, I always end up with this message:
Unable to sent post due to com.idunn ololz.summit.api.ClientApiException. Message: Client error. Code: 400. Message: invalid_url.
It even happens if I don't add a URL, and instead just have a text post.
Summit will not allow me to post URLs or images.
No matter the image, URL, post, instance, etc.
Thanks for reporting. Looking now.
A fix is on the way.
Cheers, mate
Thank you for your work. This app is great! Also the dark icon is amazing!
Thanks for the update!
I don't understand the change in regards to how 'mention' suggestions are handled. When viewing this changelog post in summit, they show identical text. When I started writing this comment I noticed that they are in fact different in the markup/source code, as seen above the input box.
So what effect does that change have in practice, or does it functionally do the same just less verbose?
Ah, this is a bug with Summit.
The change is, before this release Summit would insert a markdown link to a person/community when a mention suggestion is tapped. After the change Summit will instead insert a Lemmy specific mention when a mention suggestion is tapped.
The inserted text itself is different but the actual difference is they use different mechanisms to mention a user. The old way inserts a hard link which would link to the instant the user is on. The new way inserts a mention, it relies on Lemmy to generate an appropriate link based on the instance you are currently on.
In other words the old method inserted an absolute link (ie. Everyone will be directed to the same page no matter which instance they are on) where as the new method is relative (users are directed to a different page based on which instance they are on).
The latest release is crashing a lot!
It looks like some of the optimizations I did broke custom post feed actions which is likely what you are crashing from. I'm going to release another hotfix in a few minutes.
Yay, can't wait to be back
Swift answer!
Urg, my submission to the play store got rejected. I'm going to need to make some modifications to the release to get comply with app store policies.
Whaaaaaaa? Should I just grab it from GitHub and then you'll feel less pressure to rush out the hotfix?
I already submitted a fix. Hope it goes through.
Okay, I'll patiently wait for it.
Yay, we're back!
Thanks Gary, all fixed!
Icon sticks to dark with automatic system mode (timed light/dark)
Usability idea: There's a difference in how images, videos, self posts and links behave when tapping different parts of the post item. This affects at least compact view type with tap image to open setting active.
It would be nice to have them unified.
Tap thumbnail in post view:
- image opens full screen
- link opens image full screen
- video opens inline
- self post opens inline
Long press item:
- image, link opens inline
- self post, vids act like it's a tap
The tap to full screen feels the most intuitive