Skip Navigation

Search

Summit @lemmy.world
WIP

[v1.53.0] Untitled

Changes so far:

  • Made the user stats tappable on the "You" screen
Summit @lemmy.world

[v1.52.0] Haptics & More

This release adds more haptics in general to the app. It also makes haptic feedback more configurable.

Changes so far:

  • Added a new settings page dedicated to haptic feedback.
  • Added haptics to more actions.
  • Adjusted strength of haptic feedback to be inline with Android's guidelines.
  • Added a new experimental feature that automatically marks duplicate posts as read. A duplicate post is a post that has been posted to another instance that is essentially the same as a post that has been read.
  • Fixed a bug where links cannot be opened if the preview link setting is set to "Preview all".
  • Fixed a bug where thumbnails sometimes won't load.
Knitting @lemmy.world

Before-work sock knitting

Summit @lemmy.world

[v1.51.0] WIP

Going to try to implement some features. Not sure which ones just yet.

Changes so far:

  • Fixed a bug where shadow is cut off from the link button in a post.
  • Experimental: Added special support for loops.video links.
  • Improved the contrast for the search bar in light themes.
  • Added a setting to disable the text preview icon for certain post feed views.
  • Added support for haptic feedback on action buttons in the post feed/post screen.
  • Added a setting to enable/disable haptic feedback.
Summit @lemmy.world

[v1.50.0] Bug fixes, QoL changes

Changes so far:

  • Updated the behavior of the "go to" context button in the message inbox screen. Tapping the button to go to a comment will now load the post with just the comment chain by default, with the comment highlighted.
  • Fixed a bug where tapping the add link button on the community editor will not actually insert a link.
  • Changed the behavior of updating a community. The community info screen will auto-refresh if the community is updated.
  • Fixed a bug where the colors used for the image viewer were wrong in light theme.
  • Fixed card shadows in some places.

Update

Just realized I mistakenly titled this post "release" when it's WIP. Updated the title.

Summit @lemmy.world

[v1.49.0] UI improvements

I think it's been a while since I've looked around the app and tightened things up a bit so I'm planning to do just that with this release.

First up on the block, I'm not happy with how the card layouts look. I've more of a list layout user myself so I never really looked too much into the card layout designs. However I feel like using them has made me realize that they are lacking. In particular it's still difficult to tell when posts end and begin. To help with this, I've made minor design changes to all 3 card layouts.

Card Card 2 Card 3

Changes so far

  • Updated designs for layouts Card, Card 2 and Card3.
  • Fixed a bug where images within tables do not load.
  • Fixed a bug where post data does not update after a comment is posted.
Summit @lemmy.world

[WIP][v1.48.0]

Just planning to run down the roadmap.

Changes so far

  • Added "Change password" option to the account settings page.
  • Added an option to only expand one comment thread when viewing a single comment.
  • Changed the inbox message screen. Sending a reply on the message screen will cause the context screen to update with the comment once it is posted.
  • Fixed a bug where comments were not highlighted when they should be. Eg. when a comment is focused.
  • Added a setting to show/hide the scroll bar on the post feed.
  • Added support for user tags.
  • Changing some of the default settings. These changes were made as comment header space is limited and these settings improved the layout for comment headers.
    • Use condensed typeface for comment headers: False -> True
    • Comments: Show profile icons: False -> True
Summit @lemmy.world

[v.1.47.0] You screen

This release will be focused on implementing the proposal from https://lemmy.world/post/22119014.

Changes so far

  • Added a new "You" screen. This will be the new default screen in the bottom nav bar.
  • Added a upvoted/downvoted screens. These screens list all posts/comments you upvoted/downvoted.
  • Added a drafts screen to make managing drafts easier.
Summit @lemmy.world

[v1.46.0] Search screen overhaul

This release implements the proposal discussed here: https://lemmy.world/post/21570953.

This release overhauls the search screen to show subscribed communities and community suggestions based on what is popular or trending at the moment.

Note: Suggestions shown in the search screen will be based on data gathered from Lemmy servers (more precisely they are based off of https://github.com/tgxn/lemmy-explorer). They are not from data generated from the client. The app does not track/send data to any servers aside from Lemmy & Firebase (for crash/app stability tracking, you can opt-out in settings).

The backend portion that will drive community suggestions feature is open source. You can view it here: https://github.com/idunnololz/summit-for-lemmy-server.

I will issue more details regarding how this will all be set up once I'm closer to a release.

Changes so far

  • Complete search screen overhaul
  • Fixed a bug where disabling Firebase Crashlytics would leave the rest of the Fir
Summit @lemmy.world

[v1.45.0] Predictive back

This is a unplanned release. Due to some bugs and mounting issues within the app, I need to issue a release for full predictive back support.

Predictive back is a new-ish feature on Android that was introduced in Android 14 and will begin to roll out fully in Android 15. This "feature" is more of a guideline/standard being pushed by Google. It is a push for apps to dynamically respond to the back gesture. In most cases what this means is that a preview of the previous screen will be shown when a back gesture is initiated.

Since Android 15 is releasing soon, Google is pushing a ton of updates to suport this feature. These updates unfortunately introduced some bugs in the app. Google did add a way for apps to opt out of this feature, however I've decided instead to just fully support it.

Changes so far

  • Fixed a bug where changing accounts will not scroll the account list to the top.
  • Added full support for predictive back. Note that this fixes several bugs that are only seen on
Summit @lemmy.world

[v1.44.0] WIP

Back from vacation, but I'm unfortunately a bit sick. Anyhow...

Changes so far:

  • Fixed a bug where the wrong icon is shown when viewing an instance's info.
  • Fixed a bug where the title is shown when it should be hidden on the community info/instance info screen.
  • UI update for the emoji picker popup.
  • Added a settings screen for the emoji picker, allowing users to modify or add emojis.
  • Cleaned up the settings for post/comment scores. Changed settings so that there is one setting for post scores and one for comment scores. There are three possible options for both settings: show scores (default), show up and down votes and hide scores.
  • Added a new setting to disable markdown parsing for post titles.
  • Added a menu option to post/comments to copy it's contents.
  • Updated the UI for deleted/removed posts so it has a distinct looked.
  • Added a "Go to" dialog accessible in the main menu. This dialog allows you to jump to any Lemmy page directly provided you have a link.
  • Added a
Summit @lemmy.world

[v1.43.0] Title pending

I have some plans for v1.43 that I will add here later. For now, I'm just going to be doing some quick bug fixes. I've been fairly busy in my personal life outside of work so I haven't had as much time to work on Summit. Progress is still being made, just slightly slower. I will also be going on vacation from the beginning of October. My extreme stretch goal would be to release v1.43 well before I go on vacation so I have some time to polish the release before I'm on vacation but we shall see if that's feasible.

Changes so far

  • Fixed a crash that occurs when images are uploaded using Imgur.
  • Fixed a bug where read posts appear as unread if a post is hidden.
  • Changed the quote button when creating a comment. If text is selected from the "replying to" box when the quote button is tapped, that text will automatically be populated within the quote block.
  • Fixed an issue where the title of a post is not shown in the detailed view.

Update

Whoops I accidentally put [Release] in

Cross stitch and embroidery @sh.itjust.works

We have only just begun

And new project started. That thumbnail has seen some things... First time using yellow Aida. Kinda like it. Much easier to work with than black. And this is another pretty big stitch so I'm glad I won't need the light under the project.

Knitting @lemmy.world

Yip Yip Hanging Basket

Remember those “Martians” from Sesame Street? A friend asked me to make a couple of these for their kid. My first one is on the left and the pattern photo is on the right. I’m going to try to knit some eye balls instead of using ping pongs, we’ll see how that goes

Pattern

Cross stitch and embroidery @sh.itjust.works

I otter remember it's Wednesday more often

Getting close to wrapping this up. Will probably miss my sister's birthday, but Christmas is around the corner. Or it'll just be a belated gift.

Terminal Emulators @lemm.ee

Cosmic Terminal

fosstodon.org Jeremy Soller 🦀 (@soller@fosstodon.org)

This is cosmic-term, a very WIP project that takes the alacritty_terminal crate providing the majority of terminal code but rewrites the renderer to support additional features such as bidirectional text and ligatures. It will support both software and GPU rendering, and will have additional UI suga...

cross-posted from: https://lemmy.ndlug.org/post/493535

This is cosmic-term, a very WIP project that takes the alacritty_terminal crate providing the majority of terminal code but rewrites the renderer to support additional features such as bidirectional text and ligatures. It will support both software and GPU rendering, and will have additional UI sugar provided by libcosmic as they are implemented.

cosmic-term

Terminal Emulators @lemm.ee

[directory] Communities related to terminal

This is the non-exhausted work-in-progress directory of communities related to terminal emulator.

Name Description Link
Terminal Rice A place to show off amazing terminal configurations, shell prompts, applications, and ricing tips/tricks you might find helpful! !terminal_porn@lemmy.sdf.org
Kitty The fast, feature-rich, GPU based terminal emulator !kittyterminal@midwest.social
Command Line !commandline@programming.dev
Command Line This is for anything regarding the command line, in any operating system. All questions (including dumb ones), tips, and interesting programs/console applications you've found or made yourself are welcome. Linux / BSD / macOS / Windows CLI apps, questions or comments, we're happy to take them all! !commandline@lemmy.ml

Please comment the communities not in the list. General rules (tentative) are

  • communities must be in fediverse
  • communities must be related to terminal emulator, TUI or command line
  • not official site
Summit @lemmy.world

[v1.42.0] User requests!!!

I'm going to be implementing more user requests. If you have any leave them in the comments.

Changes so far:

  • Changed the behavior of the navigation menu. If a navigation menu item is currently selected and it is tapped, the app will navigate you to the "home page" of that navigation item.
  • Fixed several bugs related to the compose post screen.
  • Fixed a bug where the create post screen mistakenly only shows comment drafts instead of post drafts.
  • Changed the style of read posts to dim the entire post item. This behavior can be changed in settings.
  • Added a setting to control whether videos should auto-play. Default true.
  • Added new comment count to posts.
  • Added a view to the post screen if there are no comments.
Summit @lemmy.world

[v1.41.0] Save screenshot as GIF?

So Summit for Lemmy already supports "advanced screenshots" letting you take screenshots of posts and comments with ease, allowing you to include any and as many comments as you want. However this doesn't work as well if the post or comments have animated GIFs in them. I'm working on a feature that will allow you to take an "advanced screenshot" but as a GIF so you can capture any video or GIF as well.

Changes so far

  • Added a feature to "record" a screenshot as a video or GIF.
  • Fixed a bug where links are invisible in conversations.
  • Changed long tap on the header, expand button or the side to expand actions as well.
  • Added option to mark a post as read/unread in the post option's menu.
Summit @lemmy.world

[v1.40.0] More stuff

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.