idunnololz

joined 1 year ago
MODERATOR OF
[–] idunnololz@lemmy.world 2 points 6 days ago

"There's no way he could have won! I voted nine times!"

[–] idunnololz@lemmy.world 4 points 6 days ago

Ok hear me out. You never ask out a woman, but you help a friend out by wingmaning for them. This gets you one assist. Now you are 0/0/1 which is an infinite KDA.

[–] idunnololz@lemmy.world 3 points 6 days ago (2 children)
[–] idunnololz@lemmy.world 14 points 6 days ago (1 children)

I almost cried watching that 😢

[–] idunnololz@lemmy.world 3 points 1 week ago

Where is the one with one edge?

[–] idunnololz@lemmy.world 3 points 1 week ago

👁️👄👁️

[–] idunnololz@lemmy.world 49 points 1 week ago* (last edited 1 week ago) (14 children)
[–] idunnololz@lemmy.world 5 points 1 week ago

I'm gonna say the word

[–] idunnololz@lemmy.world 12 points 1 week ago

Sure. What is your mailing address?

[–] idunnololz@lemmy.world 5 points 1 week ago* (last edited 1 week ago) (1 children)

Any one remember that year at Google IO when Larry Page stepped on stage, looked at everyone and then just started yelling "IT'S BEAMIN' TIME" and then beamed all over the crowd?

[–] idunnololz@lemmy.world 3 points 1 week ago

Better get beamin' then

[–] idunnololz@lemmy.world 52 points 1 week ago (5 children)

Thank you sir. I am stealing your meme.

12
submitted 1 month ago* (last edited 1 month ago) by idunnololz@lemmy.world to c/summit@lemmy.world
 

Making this post to track progress on the next release. Will decide on a title later.

Changes so far:

  • Fixed a bug where the navigation bar does not highlight the correct item in certain cases.
  • Fixed a bug where the open link button is visible when no image is shown in the post list.
  • Changed messages in the inbox. Messages sent by you will no longer show up in inbox.
  • Fixed some bugs that occur when viewing a link to a Lemmy post of another instance.
  • Make it more obvious when loading in the inbox screen(s)
  • Changed the "Mark as read" gesture to toggle the read state of the post. Eg. if a post is read and the gesture "Mark as read" is performed, the post will be marked as unread.
  • Added a fade effect to the bottom screen when screens are stacked together. Eg. when viewing a post from the community feed.
  • Fixed some minor bugs with people search.
  • When viewing a reply message in the inbox, added a button in the context section to make it easier to see the post of the reply.
  • Redesigned the DM system in the app completely.

Update

With how the release is going it's seeming very likely this release will focus on cleaning up the DM experience.

The current DM experience is pretty bad. Messages are littered everywhere and it's very difficult to follow a message chain. This wasn't high priority since it was assumed most users are not using DMs. However as other parts of the app becomes polished, DMs are suddenly the weakest part of the app.

The current minimum plan is to group DMs with individuals together into chains at the very least. Other improvements are still up in the air.

Unfortunately, designs of the DMs will probably be limited to what the Lemmy API can provide. For instance, I was exploring an email like approach where one item is shown per message thread however there is currently no API that returns only top level message threads. Instead you can only get individual messages. Of course we can still implement this on the client however it can lead to an excessive amount of network calls.

As an example, imagine a scenario where user A and B exchange a lot of message. Let's say they exchanged 1000 messages. Let's say the client is configured to fetch 50 messages at a time. Given this, if the user navigates to the messages screen the client will fetch 50 messages. The client will then group all 50 messages as a conversation between A and B. However since this is just one conversation, the client will need to fetch more messages to make sure there aren't any other conversations. This will repeat until all 1000 messages have been fetched. At this point the client is finally sure there are no other conversations and it will stop. This means that the client will need to make 20 network calls in order to load the messages screen which is pretty costly.

There are some solutions but they all vary in effort or usability. The easiest solution is to not collapse conversations in the messages screen. The downside here is usability as it would be difficult to look for specific conversations. The highest effort solution would be to group all messages on the messages screen and build a database on the client side that tracks all messages. By doing so, the first time messages are loaded might still be costly but subsequent refreshes should be relatively fast.

I'm still mulling over what to do here.

Update 2

I love you guys so I'm going to implement the best possible DM experience with no cut corners. It's going to take some time though.

Update 3

I think I can wrap this update up sometime this weekend. I think a release is possible by Monday (Aug, 19) if not earlier.

44
submitted 1 month ago* (last edited 1 month ago) by idunnololz@lemmy.world to c/summit@lemmy.world
 

This update focuses on general app improvements and bug fixes.

Full changelog

  • Added new image loading animation.
  • Improved styling on collapsed comments. Voting on a collapsed comment will update the score and cause the score color to change.
  • Fixed many bugs with the layout "list with cards". Specifically it was missing the voting buttons and the comments counter. This has been added. Several other fixes has also been applied for this layout.
  • Fixed a bug where the header text of a post would be cut off when using certain layouts.
  • Fixed a bug where the link icon would appear on a post even if the post does not contain a link.
  • Fixed a bug where paragraphs within a spoiler block may not be correctly formatted.
  • Support subscripts in markdown (for~example~)
  • Fixed a bug where opening. closing and opening the same post will cause the post to not be highlighted when the post is closed.
  • Fixed a bug where sometimes you can drag a blank window from the right side of the screen.
  • Fixed a bug where the progress bar when loading videos does not conform to the app theme.
 

Been a minute since I last posted a picture of Sencha so here it is!

20
submitted 2 months ago* (last edited 1 month ago) by idunnololz@lemmy.world to c/summit@lemmy.world
 

Changes so far:

  • Improved styling on collapsed comments. Voting on a collapsed comment will update the score and cause the score color to change.
  • Fixed many bugs with the layout "list with cards". Specifically it was missing the voting buttons and the comments counter. This has been added. Several other fixes has also been applied for this layout.
  • Fixed a bug where the header text of a post would be cut off when using certain layouts.
  • Fixed a bug where the link icon would appear on a post even if the post does not contain a link.
  • Fixed a bug where paragraphs within a spoiler block may not be correctly formatted.
  • Support subscripts in markdown (for~example~)
  • Fixed a bug where opening. closing and opening the same post will cause the post to not be highlighted when the post is closed.
  • Fixed a bug where sometimes you can drag a blank window from the right side of the screen.
  • Fixed a bug where the progress bar when loading videos does not conform to the app theme.
  • Added new image loading animation.

Edit

I must have been really tired last night because I accidentally posted this as a release when it's a WIP release. Fixed.

Update

I'm moving the fixes here into 1.38.1 instead.

36
submitted 2 months ago* (last edited 2 months ago) by idunnololz@lemmy.world to c/summit@lemmy.world
 

This release adds the option to offline a post feed, giving you the freedom to browse while offline. The use case here is if you know ahead of time you are going to be offline you can download a feed beforehand and read it later.

This release also implements several user requests.

Full changelog

  • When opening a link to a post on a different instance, added a banner to explaining the instance mismatch and also have an option to switch instances. Also added a loading spinner when switching instances in this way.
  • Added a "Make available offline" button to make a feed available offline.
  • Changed bookmark button to reflect the current state. Eg. if the post is already bookmarked then the bookmark icon is filled.

v1.38.1

  • Fixed a bug when viewing a post on another instance, tapping the switch instance button will not show an error message if the post cannot be found on your instance.
  • Fixed a bug where sometimes posts are not mark as real on v0.19.5 instances.

v1.38.2

  • No changes. Accidental versioning issue.

v1.38.3

  • Fixed a bug where back press was not being handled within dialogs leading to several other issues such as new comments/posts not auto saving as drafts.
 

Hello everyone. I just wanted to announce that it's been over a year since I started working on Summit (I started on June 13th, 2023). This is going to be a quick post as I am still busy with real life stuff but I wanted to commemorate this event.

I wanted to thank the community for the support and also for all of the feature requests, bug reports and the translations. The app has grown tremendously in just a year and I'm excited for the projects planned this year.

Thanks everyone.

205
submitted 3 months ago* (last edited 3 months ago) by idunnololz@lemmy.world to c/cat@lemmy.world
 

Me: careful. I have friends sitting in high places.

My friend:

18
submitted 3 months ago* (last edited 2 months ago) by idunnololz@lemmy.world to c/summit@lemmy.world
 

Hello! I haven't posted in a while so I wanted to give a quick update on what is going on with the app.

The next feature I'm working on is quite large. Its offline support which aims to make the app usable offline... to a degree. This feature is going to be made up of several different parts including features to download certain content in advance and have the app respond to network changes.

In addition to this feature I am also working on some physical projects since it is summer where I am. I had a lot of yard work planned for this year so I'm also spending a lot of my free time with that. Due to this and the size of the next update, the next update will likely take a little longer.

Changes so far:

  • Changed bookmark button to reflect the current state. Eg. if the post is already bookmarked then the bookmark icon is filled.
  • When opening a link to a post on a different instance, added a banner to explaining the instance mismatch and also have an option to switch instances. Also added a loading spinner when switching instances in this way.
  • Added a "Make available offline" button to make a feed available offline.
 

76
Cat (lemmy.world)
 
 

I'm not going to stop though.

 

This is a relatively small release. This release adds posts prefetching. This should make loading more posts in the post feed feel faster. This is a crucial change needed to implement offline mode.

This release also adds community icons in both the post feed and the post screen.

Both of these changes are configurable so you can disable one or both if it's not to your liking.

Full changelog

  • Added prefetching to the post feed. This should make loading more items in the post feed happen instantly as long as there is a good internet connection.
  • Added support for community icons in the post feed.
  • Added a setting to enable/disable post feed prefetching. The default is on.
  • Added a setting to enable/disable community icons in the post feed. The default is on.
  • Change post view to show the community icon if the post list also shows the community icon.
  • Fixed a bug where tapping in certain areas of the post will not register the tap.

Update

Made a couple versioning mistakes so this will be released as v1.37.2 instead.

Update

I submitted the release but changes are in review still. It's been in review for over 5 hours so it feels like it's going to take a while before it's released to the play store.

view more: ‹ prev next ›