Going to try to burn down the user requests list.

Changes so far:

  • Added a setting to enable predictive back (API 34 and up only). When enabled, the app will no longer require the back gesture twice to close. Instead you will see an animation (from the Android OS) if your next back gesture will exit the app.
  • Fixed a bug where refreshing a post will not update all of the post and comment scores.
  • Added support for sharing to Summit for Lemmy. When text is shared to Summit for Lemmy, the app will launch the create post screen and auto populate the URL field if the text is a URL or the body field otherwise. When an image is shared to Summit for Lemmy, the app will automatically upload the image to Lemmy and populate the URL field with the URL for the image.
  • Added title suggestions for posts. When a URL is specified, a title will be suggested if the URL page has a title.
  • Changed the default sort order of content when viewing a person’s profile to “New”. Ie. the newest comments/posts will appear first. Previously there was no order so the ordering was arbitrary.
  • Added the option to change sort order on a user’s profile page. This sort order is used for both the user’s post and comments.
  • Added the option to toggle auto-loading on/off when using Infinity. When auto-loading is disabled, a button is shown to load the next page when the end is reached.
  • Added the option to show page numbers in the post list.
  • Added basic admin tools. Admins will be able to perform all basic mod actions on all communities in their instance.
  • Added the admin action to ban a user from the instance. There appears to be a server side bug (needs confirming) where the ban will work but the server will report an error.
  • Added admin actions to purge communities/users/posts/comments.
  • Loading a comment that doesn’t exist will now correctly show that the comment is missing instead of continuing to show a “load more” button.