Interstellar App

0 readers
1 users here now

An app for Mbin/Lemmy/PieFed, connecting you to the fediverse.

Links:

Downloads:


Find and share your configs in the !interstellar_configs@kbin.earth magazine!

founded 2 years ago
MODERATORS
26
 
 

New

  • BETA: Add a "Data utilities" section that allows you to migrate subscriptions & blocks between accounts (including between Mbin and Lemmy). Also includes a data removal tool for mass deletion of all subscriptions & blocks.
  • Add support for markdown embedded videos (including linked mp4 files and YouTube videos), by @olorin99.

Fixes

  • Fix bug when navigating to magazine feed when type action is set to tabs, by @olorin99.
  • Fix Flathub version not opening due to incorrect libmpv version.
  • Fix some obscure rendering bug for a specific Android device by using updated Flutter SDK.
  • Fix video player not playing YouTube videos that don't have muxed streams (apparently a lot of them).

Other

  • Translations update, including 3 additional languages.
27
 
 

I would like an option to basically see all the content I'm following from one timeline, since a microblog is being categorized to the random magazine I don't see why this cannot be possible?

What is the sentiment around this?

28
 
 

Since the last update I've not been able to log into my fedia-account using interstellar. I keep getting the 500 internal server error. I can log in with my browser. Is fedia.io/mbin not supported anymore? As far as I know interstellar is/was the only app supporting mbin/fedia.

29
 
 

github.com/jwr1/interstellar/releases/tag/v0.6.0

I'm going to start with this warning (just so no one misses it), but don't use push notifications if your Mbin server is on v1.7.0, v1.7.1-rc1, or v1.7.1-rc2. More info below.

Features

  • Add option to set default feed filter
  • Create a panel for post links along with a menu for alternative sources. Thanks to this post for the idea.
  • Add a View Source menu button to see a post or comment's markdown.
  • Add a restricted posting indicator to magazines
  • Add Open in Browser option to the magazine page
  • (Mbin only) Add View Moderators option to the magazine page
  • Add a pinned post indicator
  • (Mbin only) Add a magazine owner panel for editing title, description, list of mods, and magazine deletion
  • (Mbin only) Start work on a magazine mod panel with a "Bans" tab
  • (Mbin only) Implement thread/microblog moderation actions, including pinning, marking NSFW, deleting, and banning
  • (Mbin only) Add Mbin push notification support with UnifiedPush. This only works if you have a UnifiedPush distributor installed on your Android device. Once installed, you just have to click "Register push" on the notifications page for all the accounts you want to receive push notifications for. WARNING: Do not use push notifications if your Mbin server's version is less than v1.7.1-rc3; there is a critical bug present that WILL DELETE YOUR ACCOUNT if you press the unregister button on the affected versions. The affected versions are v1.7.0, v1.7.1-rc1, and v1.7.1-rc2. You can see a list of Mbin servers with their versions here: joinmbin.org/servers.
  • Add a True Black (AMOLED) toggle in the settings
  • Use built in themes from the flex_color_scheme package for theme selection. This replaces the current theme selection we used to have with a list of premade themes (35 total).
  • Set the default default explore sort to newest

Fixes

  • Fix Mbin image comments not displaying images
  • Fix post view image scaling issues
  • Fix user cover alignment and scaling
  • Fix thread comment Open Link url
  • Fix nsfw image blurring reveal
  • Fix an undocumented notification type causing errors due to missing subject

Other