• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing only topics with the tag "ios". Back to normal view
    1. Three Cheers for Tildes: App updates and feedback (July 2026) — Version 1.7 detects expired login sessions

      This topic is for the Three Cheers for Tildes mobile app. I'll summarize the major updates at the start of each similar topic, so people can read the updates and then hit Ignore if they don't care...

      This topic is for the Three Cheers for Tildes mobile app.

      I'll summarize the major updates at the start of each similar topic, so people can read the updates and then hit Ignore if they don't care about more frequent updates and user feedback.


      What's new:

      [Android] Version 1.7.1 (Aug 10, 2026): Improved HTML parsing speed. Reduced installation size. Fixed rare crashes.

      [iOS] Version 1.7.1 (Jul 31, 2026): Added light/dark theme setting. Improved HTML parsing speed.

       

      Version 1.7.0 (Jul 27, 2026):

      • Detect expired sessions and prompt to re-login
      • [iOS] Combined external browser settings for clarity

      On iOS, currently TestFlight only for the next week or so.

       

      Version 1.7 fixes a long-standing problem in the app: the interface pretty much completely broke when login sessions expired (after a year), with no obvious way to fix it from the user's perspective. Now the app will detect expired sessions and show a prompt to re-login.

      I promoted this from quiet bugfix to a more prominent release, because it was pretty terrible user experience, and anyone using the app for more than a year has run into it.

      I had to test thoroughly on Android and iOS, since I don't want to ever break users' legitimate login sessions. I also had to change approaches partway: originally I wanted the app to automatically re-login, but that doesn't work for 2FA-enabled users. Also there were too many error-prone edge cases when trying automatic re-login, whereas a user-visible re-login prompt avoids most of those silent error cases.

       

      Previously:

      [Android] Version 1.6.8 (Jul 15, 2026): Fixed crash when searching for topics on Android 12 and earlier.

      [Android] Version 1.6.7 (Jul 9, 2026): Fixed comment interactions after double-tap to vote.

      [Android] Version 1.6.4 (Jun 18, 2026): Indicate when replying to a deleted comment, fixed minor UI bugs in topics feed, fixed networking bugs, fixed rare crashes, support Android 17

      [Android] Version 1.6.3 (May 20, 2026): Added "Find in comments" to "..." menu. Fixed first search position in comments. Fixed tapping links in collapsed details summary. Fixed stale vote rendering.

      [iOS] Version 1.6.3 (Jun 27, 2026): Indicate when replying to a deleted comment.

      [iOS] Version 1.6.2 (Jun 14, 2026): Fixed comment scroll bugs, fixed networking bugs

      [iOS] Version 1.6.1 (May 21, 2026): Improves on the Find in Comments feature. Fixes some UI bugs related to the Find Comment bar, and with potentially stale votes showing in the UI. Also adds the iPad pane toggle on iPadOS 18 and earlier, to bring the behavior closer to iPadOS 26, and fixes some iPad animation bugs.

       

      Previous topic: May 2026

       


      Where to get it

      Android version on Google Play Store: https://play.google.com/store/apps/details?id=com.talklittle.android.tildes

      Or sideloadable APK at https://www.talklittle.com/three-cheers/

      iOS version on the App Store: https://apps.apple.com/app/three-cheers-for-tildes/id6470950557

      Join TestFlight for iOS beta testing: https://testflight.apple.com/join/mpVk1qIy

      47 votes
    2. iOS 14 and earlier will seemingly stop getting App Store app updates in 2027

      When uploading an app I got this email: ITMS-90068: MinimumOSVersion too low - This app has a MinimumOSVersion of 13.0. Starting in Spring 2027, all iOS apps must have a MinimumOSVersion of 15.0...

      When uploading an app I got this email:

      ITMS-90068: MinimumOSVersion too low - This app has a MinimumOSVersion of 13.0. Starting in Spring 2027, all iOS apps must have a MinimumOSVersion of 15.0 or later in order to be uploaded to App Store Connect or submitted for distribution.

      These are old iOS versions, so this policy isn't going to affect many people but I thought I'd post anyway. I still have an old iPad with iOS 12 that's usable for reading and media. I think some apps are still supported and getting updates surprisingly. As a dev I still update Three Cheers for Tildes to support iOS 12 and up. No idea if anyone other than me uses that old version though.

      I like supporting the older iOS version because it means I can keep using this old hardware. Also knowing something runs on those old devices with okay performance, means it will be buttery smooth on any moderately recent iPhone/iPad. I mean, I can probably still install apps on it for my own personal use, just not distribute on the App Store.

      On the other hand supporting iOS 12 is just not practical and not really a good use of developer time, so this had to happen at some point.

      27 votes
    3. Three Cheers for Tildes: App updates and feedback (May 2026) — Version 1.6 adds "Find in comments"

      This topic is for the Three Cheers for Tildes mobile app. I'll summarize the major updates at the start of each similar topic, so people can read the updates and then hit Ignore if they don't care...

      This topic is for the Three Cheers for Tildes mobile app.

      I'll summarize the major updates at the start of each similar topic, so people can read the updates and then hit Ignore if they don't care about more frequent updates and user feedback.


      Recently:

      [Android] Version 1.6.8 (Jul 15, 2026): Fixed crash when searching for topics on Android 12 and earlier.

      [Android] Version 1.6.7 (Jul 9, 2026): Fixed comment interactions after double-tap to vote.

      [iOS] Version 1.6.3 (Jun 27, 2026): Indicate when replying to a deleted comment.

      [Android] Version 1.6.4 (Jun 18, 2026): Indicate when replying to a deleted comment, fixed minor UI bugs in topics feed, fixed networking bugs, fixed rare crashes, support Android 17

      [iOS] Version 1.6.2 (Jun 14, 2026): Fixed comment scroll bugs, fixed networking bugs

      [iOS] Version 1.6.1 (May 21, 2026): Improves on the Find in Comments feature. Fixes some UI bugs related to the Find Comment bar, and with potentially stale votes showing in the UI. Also adds the iPad pane toggle on iPadOS 18 and earlier, to bring the behavior closer to iPadOS 26, and fixes some iPad animation bugs.

      [Android] Version 1.6.3 (May 20, 2026): Added "Find in comments" to "..." menu. Fixed first search position in comments. Fixed tapping links in collapsed details summary. Fixed stale vote rendering.

       

      Version 1.6.0 (May 13, 2026):

      • Added Find in comments
      • Improved markdown tables rendering performance
      • [Android] Fixed drafts not loading in some cases
      • [iOS] Fixed keyboard bugs on iOS 26
      • [iOS] Fixed iOS 12 support

      On iOS, currently TestFlight only for the next week or so.

       

      Following version 1.5's addition of searching for posts, Three Cheers 1.6 adds a bar to find text in comments. It changes the comment bar a bit which took some work, and it was pretty tricky handling the edge cases with highlighting the matched text. Might have some leftover bugs, or configurations I forgot to consider, so please report those here.

      There was an Android bug with drafts not loading in some cases, reported last time. Should be fixed now.

      Also I'm happy to report that I was able to fix some long-standing iOS bugs, some keyboard bugs specific to iOS 26 that have been reported on TestFlight intermittently for quite a while, and an iPad rare crash that likely went even further back. So this version should be pretty stable on iOS.

       

      Previous topic: March 2026

       


      Where to get it

      Android version on Google Play Store: https://play.google.com/store/apps/details?id=com.talklittle.android.tildes

      Or sideloadable APK at https://www.talklittle.com/three-cheers/

      iOS version on the App Store: https://apps.apple.com/app/three-cheers-for-tildes/id6470950557

      Join TestFlight for iOS beta testing: https://testflight.apple.com/join/mpVk1qIy

      76 votes
    4. iOS sound hijacking

      I use hearing aids with Bluetooth, which is fantastic for phone call clarity, watching videos, and listening to audiobooks. I use my iPad often for watching videos, so they’re constantly paired....

      I use hearing aids with Bluetooth, which is fantastic for phone call clarity, watching videos, and listening to audiobooks. I use my iPad often for watching videos, so they’re constantly paired.

      My particular model of hearing aid has a flaw where the ambient sound gets adjusted during streaming in such a way that it causes a static like sound that’s loud enough to require turning the sound up to hear whatever I’m streaming. I seriously doubt this is good for my hearing.

      I can go into the app and adjust the ambient sound balance, which reduces the static sound but makes the sounds around me quieter. This will reset back randomly, sometimes even when I pause. Annoying, but I can live with it.

      My issue is that if I play a game on my iPad, it turns on streaming even if I have the sound turned off in the game. So I’ll be sitting here listening to static while I’m playing a card game or something, it’s loud enough that it’s then harder to hear the people around me.

      Does anyone know if there’s a way to force the sound off so I don’t have to mess with switching Bluetooth on and off and having to restart the hearing aids because suddenly they don’t pair even though it was working 5 minutes ago?

      Hearing aids: Phonak Audio L90-RL (lumity)

      iPad Air, 4th gen, WiFi only

      iPad os:26.5

      16 votes
    5. Cross platform mobile setup help

      Hey everyone, I’m looking to add some freedom to my mobile device setup and could use some advice from anyone who might be familiar with what I am trying to do. I am currently using an iPhone, but...

      Hey everyone,

      I’m looking to add some freedom to my mobile device setup and could use some advice from anyone who might be familiar with what I am trying to do.

      I am currently using an iPhone, but I generally prefer using android devices. In the past I have regularly switched back and forth between the platforms but it’s a pain to do and (being based in the U.S.) the turning on and off of iMessage tends to confuse the people I communicate with (and confuse their phones on occasion when it fails to acknowledge my number is no longer registered with iMessage). I also just got a Pebble Time 2 and want to use it with android to get the full experience.

      Normally I would just make the switch, but I’m hoping I can decouple my setup a bit and get the “best of both worlds.” Due to a recent BOGO deal at T-Mobile, I have an unused line in my family plan that is free. What I would like to do is keep my main phone number tied to the iPhone I have but have it act as a relay for iMessages, calls, and RCS/SMS/MMS messages to my android device that I would carry with me.

      Not only would this make switching devices easier in the future, it would allow me to seamlessly go back and forth between iOS and android with almost no disruption whenever I want to.

      Here is a simplified list of requirements/questions I need to solve for this setup:

      1. How to make and receive calls from my primary phone number on the secondary line (I assume I can setup some kind of call forwarding but that would only cover the receiving of calls)

      2. How to send and receive iMessages from my primary phone number on the secondary line

      3. How to send and receive RCS/SMS/MMS messages from my primary phone number on the secondary line

      Would love to hear this community’s thoughts and advice!

      5 votes
    6. Three Cheers for Tildes: App updates and feedback (March 2026) — Version 1.5 can search for posts

      This topic is for the Three Cheers for Tildes mobile app. I'll summarize the major updates at the start of each similar topic, so people can read the updates and then hit Ignore if they don't care...

      This topic is for the Three Cheers for Tildes mobile app.

      I'll summarize the major updates at the start of each similar topic, so people can read the updates and then hit Ignore if they don't care about more frequent updates and user feedback.


      Recently:

      [Android] Version 1.5.2 (Apr 8, 2026): Fixed username display bugs in inbox, fixed "Tildes" user display bug in topic OP such as in the April Fools megathread

      [iOS] Version 1.5.1 (Apr 8, 2026): Fixed pagination in main feed, fixed "Tildes" user display bug in topic OP

      Version 1.5.0 (Mar 21, 2026):

      • Search for posts
      • [Android] Fixed touch ripple on inbox conversation rows
      • [Android] Fixed support for high-RAM devices
      • [Android] (1.5.1) Fixed comment reply sheet on Android 11-14
      • [iOS] Fixed blur on Sort button on iOS 26
      • [iOS] Fixed ugly shadow between panes on iPadOS 26
      • [iOS] Fixed overly large vote label on own comments

      Edit: Currently on TestFlight only on iOS for the next week or so.

       

      [iOS] Version 1.4.5 (Jan 2026): Fixed UI bugs on iOS 26

      [Android] Version 1.4.5 (Apr 2025): Fixed YouTube bugs, voting bugs on Android 11 and earlier

       

      Search has been near the top of my to-do list for a long time, so it feels good to finally release this feature.

      I did some custom UI this time and I'm pretty happy with how it came out. Despite its basic appearance, it required a decent amount of detailed UI programming on both Android and iOS, to avoid breaking the adjacent Sort feature. I also had to redo the search results screen a few times, due to navigation quirks on each platform.

      There are a couple related features that didn't make it this time: Searching for posts and comments within your own profile is not possible yet. Also "find in page" for comment text is not here yet either. These are both pretty high priority to me, and as usual it's a matter of making time and finding motivation to work on it.

      Also on Android, expect a hotfix v1.5.1 coming out soon, to fix the comment reply sheet on Android 11-14. Big thanks to the user who reported this bug! The hotfix is already available to sideload, and under review on Google Play, as of this writing.

       

      Previous topic: April 2025

       


      Where to get it

      Android version on Google Play Store: https://play.google.com/store/apps/details?id=com.talklittle.android.tildes

      Or sideloadable APK at https://www.talklittle.com/three-cheers/

      iOS version on the App Store: https://apps.apple.com/app/three-cheers-for-tildes/id6470950557

      Join TestFlight for iOS beta testing: https://testflight.apple.com/join/mpVk1qIy

      85 votes
    7. [SOLVED] Why is mobile Safari (iOS) slow with Tildes?

      Tildes links take about a minute to open on iOS Safari. Firefox Focus by comparison (again, iOS) has no issues. I've tried clearing the cache/data for Tildes in the Safari settings. It may have...

      Tildes links take about a minute to open on iOS Safari. Firefox Focus by comparison (again, iOS) has no issues.

      I've tried clearing the cache/data for Tildes in the Safari settings. It may have helped initially but the problem persists.

      15 votes
    8. Disabling Auto-Zoom in the YouTube app (iOS)

      Hey y’all, YouTube recently decided to put a feature into the app which zooms in to fill the screen more and reduce the dark space. There’s apparently settings for the android app, but I can’t...

      Hey y’all,

      YouTube recently decided to put a feature into the app which zooms in to fill the screen more and reduce the dark space. There’s apparently settings for the android app, but I can’t seem to find any way to disable if for iOS. Does anyone have any suggestions? It’s incredibly annoying and distracting when watching videos.

      14 votes