cornershop.network is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Admin email
robert@cornershop.network

Search results for tag #mastoblaster

[?]Stefano on littleFedi » 🌐
@stefano@rpi0w.stefanomarinelli.it

Fun fact: MastoBlaster seems to digest perfectly the Mastodon and GoToSocial char limits but isn’t able to correctly detect the littleFedi setting. IceCubes works perfect. I should contact the MastoBlaster dev…oh, well… 😄

#MastoBlaster #littleFedi

    [?]MastoBlaster - Official Account » 🌐
    @mastoblaster@mastoblaster.app

    Build 102 should solve (many of) the timeline issues.


      [?]gyptazy » 🌐
      @gyptazy@gyptazy.com

      finally sends me push notifications!

      Two things you can see here... It's pretty hot! That's why I stayed home and implemented a missing feature into snac. That's what you can also see - it finally sends push notifications to devices! In this case, we can see notifications coming from App for iPhone.

      What we can also see, it's still a bit faulty and not the expected content, but a first success here at least ;) I'll make some further adjustments when there's time and get in touch with @grunfink@comam.es to check if we can get this upstream. Thanks to @stefano@bsd.cafe for testing with me :)


      snac2 sending push notifications to a user via MastoBlaster App on iPhone

      Alt...snac2 sending push notifications to a user via MastoBlaster App on iPhone

        [?]MastoBlaster - Official Account » 🌐
        @mastoblaster@mastoblaster.app

        In the last few days, I’ve received some interesting bug reports/suggestions.
        Thank you!

        I’ll try to fix all of them in the coming days.


          [?]𝙹𝚘𝚎𝚕 𝙲𝚊𝚛𝚗𝚊𝚝 ♑ 🤪 » 🌐
          @joel@gts.tumfatig.net

          Giving another try at #MastoBlaster by @stefano on my #GoToSocial instance. First good news (that was a blocking point): the last read position in timeline is now kept intact after a timeline update. 🥳

          EDIT: woops, seems like to last position gets lost sometime :-/

          https://testflight.apple.com/join/Pkxa5R1k MastoBlaster

            [?]MastoBlaster - Official Account » 🌐
            @mastoblaster@mastoblaster.app

            With the latest MastoBlaster builds, feedback reporting issues or problems has dropped dramatically. There will probably be a few more TestFlight builds, but I think the time is coming to promote the app to "stable" and release it officially on the App Store.

            As a reminder, the app will remain free for all friends of BSD Cafe, illumos Cafe, or anyone using it to connect to snac instances.

            More details once I've worked out a few specifics.

            Stay tuned!


              [?]MastoBlaster - Official Account » 🌐
              @mastoblaster@mastoblaster.app

              MastoBlaster build 100 is out!

              It brings some requested fixes:

              • server marker sync can no longer replace the local restore target with an older status ID, even if the server marker has a newer timestamp. It should improve the last read position when closing and reopening the app
              • Media player fixes
              • Voting shouldn’t require double tap

                [?]MastoBlaster - Official Account » 🌐
                @mastoblaster@mastoblaster.app

                MastoBlaster Build 98 is out!

                • Pull-to-refresh notifications now does the same read action as the toolbar button after refreshing.
                • Notification view fixes - it shouldn’t truncate the upper part anymore
                • Fixed account selector scrolling issue
                • Other smaller fixes

                  [?]MastoBlaster - Official Account » 🌐
                  @mastoblaster@mastoblaster.app

                  MastoBlaster build 95 is out, and I am getting close to declaring it stable.

                  The biggest update in this build is making the Home tab behavior completely explicit. Under the hood, I changed the tab dispatch in MastoBlasterApp.swift, added the Home tab notifications in NotificationDelegate.swift, and moved the actual scroll/refresh behavior into TimelineView.swift so the timeline state stays coherent.

                  Here is exactly how it works now:

                  • Tap Home from another tab: Switches back to the Home tab.
                  • Tap Home while already there: Scrolls the current timeline to the newest posts.
                  • Tap Home again while already at the top: Refreshes the timeline (with a 1.5-second cooldown to prevent accidental spamming).
                  • Long-press Home: Opens the timeline picker.
                  Other changes and fixes included in build 95:
                  • Added a setting to completely disable Apple Intelligence.
                  • Redesigned the notification view to be larger and make much better use of screen space.
                  • Fixed the compose window layout for small devices like the iPhone mini.
                  • Profile and banner images can now be tapped to enlarge.
                  • Added support to approve or deny follower requests.
                  • Added per-instance and per-account connection timeouts.
                  • Added a visible Back button to the settings sheet.
                  • Updated the filtered notice UI: it now shows "Filtered Post ()" directly in the header and removes the separate "Matched:" line.
                  Test it out and let me know if everything holds up.


                    [?]Stefano Marinelli » 🌐
                    @stefano@mastodon.bsd.cafe

                    RE: s.dfaria.eu/@df/33898543700666

                    This is interesting and the dev confirmed that works with

                    I'll create a test instance to try it.

                      [?]Stefano Marinelli » 🌐
                      @stefano@mastodon.bsd.cafe

                      MastoBlaster: I've just added the option to remove the Apple Intelligence support.

                      If you don't want it, you can now disable it.

                      The next build will be juicy.

                        [?]MastoBlaster - Official Account » 🌐
                        @mastoblaster@mastoblaster.app

                        MastoBlaster Build 94 is now available on TestFlight.

                        This is a major release that merges several different development branches I've been working on, bringing together a lot of moving parts into a single build. A long, sleepless night…

                        Here is what changed:

                        • Full Drafts Support: A complete end-to-end draft flow. It includes auto-save, the ability to edit existing drafts, and a smart cancel confirmation that either discards a new draft or restores the original state if you were editing. It supports replies, quotes, polls, and media metadata.
                        • Trending Posts: Added a new trending timeline type with proper offset pagination support.
                        • Timeline Position Improvements: Added extra protection to stop SwiftUI from overwriting your saved scroll position when the view disappears or goes to the background. If a saved post can't be found in the cache, the app will now try a direct status fetch before giving up.
                        • UI & Navigation Fixes: Tapping Content Warnings (CW), "Show Filtered Post", or "Show More" now goes through an inline-action guard, fixing the bug where tapping them would accidentally trigger row navigation into the thread. Filtered posts also get proper bottom padding so the list separator doesn't sit on top of the button.
                        • Instance Compatibility & Tweaks: Added customizable timeout settings for slower instances (like snac on older hardware). I also fixed the 405 error when setting alt text on GoToSocial, and updated marker sync to strictly align with Mastodon’s documented form shape.
                        • Testing focus: I've implemented search fixes ensuring queries stay locked to the account you are searching from. If you are on GoToSocial, please test this thoroughly and let me know how it behaves. Since this build is the result of a massive merge, keep an eye out for any regressions.

                          [?]MastoBlaster - Official Account » 🌐
                          @mastoblaster@mastoblaster.app

                          MastoBlaster Build 89 is now available on TestFlight.

                          This update focuses primarily on fixing several layout issues reported in previous versions. The interface should now appear much more stable and consistent.

                          I especially encourage beta testers using an iPhone mini to check the visual rendering on smaller screens.

                          Please submit your feedback and report any bugs directly through the TestFlight app or by replying to this post.

                          Thank you for your support!


                            [?]MastoBlaster - Official Account » 🌐
                            @mastoblaster@mastoblaster.app

                            Build 84 is out:

                            • Added support for uploading audio/video files.
                            • General fixes.

                              2 ★ 0 ↺

                              [?]Robert » 🌐
                              @robert@cornershop.network

                              @joel@tumfatig.net @FiLiS@mastodon.social @stefano@bsd.cafe @mastoblaster@mastoblaster.app I can confirm that markdown rendering seems to be working. (Of course, more examples would be needed.)