-
59 votes
-
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 -
BasicSync and Synctrain: solid apps for bringing Syncthing to phones
29 votes -
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 -
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 -
Why does WhatsApp drain so much phone battery?
28 votes -
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 -
iOS 27 bumps RCS to 2.7, offering proper tapback support for Android, no more “[Person] loved an image” messages
22 votes -
Apple unveils their new operating systems for 2027: iOS 27, macOS 27 Golden Gate, and more
25 votes -
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:
-
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)
-
How to send and receive iMessages from my primary phone number on the secondary line
-
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 -
-
Today I shipped twenty apps and a screensaver
64 votes -
Control Ultimate Edition released for iOS and iPadOS
26 votes -
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 -
Apple brings age verification to UK users in iOS 26.4
29 votes -
[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 -
Playtiles: The pocket-sized gaming platform
21 votes -
Apple says Patreon creators must switch to subscription billing
42 votes -
Apple to partner with Google for Gemini access on iPhones, Apple Intelligence to power on device assistant
29 votes -
Doppi, the nicest player for your music files
21 votes -
touchHLE: a high-level emulator for iPhone OS applications
13 votes -
jevonlipsey/pico-ios: A Native Emulator for the Pico-8 fantasy console. Available on iOS and Android!
11 votes -
Introducing Surfboard for Tildes
Hello, Tildes Allow me to introduce myself. I came over to Tildes fairly recently after Twitterriffic died and Apollo announced it would shut down. As a relative youngster, I tend to mostly browse...
Hello, Tildes
Allow me to introduce myself.
I came over to Tildes fairly recently after Twitterriffic died and Apollo announced it would shut down.
As a relative youngster, I tend to mostly browse on mobile.
While I do appreciate Tildes' philosophy of having a simple website that works well on desktop and mobile, I've always preferred mobile apps. I'm a strong believer that a well-built native application will always provide a richer experience than a website.
But enough talking.. showing is way more fun - here's a lil' something I've been messing around with:
Introducing Surfboard for Tildes
The goal is simple: to be the best way to interact with Tildes on mobile.
Features
Surfboard is still extremely early, and is missing many features.
With that said, here is what it currently supports:
- Login to Tildes (supports 2FA)
- Browse topics
- Filters & sorting
- Browse comments
- Advanced rendering is still in early stages..
- Supports comment collapsing behavior from the web version
- Reply/vote/bookmark/ignore on topics, comments, & notifications (requires login)
- Search topics
- Global search
- Search within groups
- Option for in-line images
- Clean browsing interface
- In-line markdown preview when composing replies
- Share topics & comments
- Notifications
- View read & unread notifications
- Reply, vote, bookmark, mark as read...
- Customizable
- Toggle settings, set custom gesture actions, etc.
- Free, as in beer
The design draws some inspiration from Apollo for Reddit, an app that I loved & am very sad will be discontinued.
Try it yourself
I would love to get some feedback from other Tildes users on the app. If you are interested in trying it for yourself, you can get it here via TestFlight
Surfboard is built for iPhone, and requires iOS 16.0 or higher.
Inside the app is a 'roadmap' of sorts which is basically a list of things I know are missing, but if there's something you want that isn't listed there, I'm all ears.
Formatting is a little rough at the moment, although I made enormous improvements on the parsing & rendering there over the last day.
It should support just about anything you throw at it other than a
<details>(I'll get around to them, I swear..)
If you run into issues viewing a post/comment, you can easily open them in an in-app safari window from the menu.
As mentioned above, it's very early, but it's already becoming my favorite way to browse Tildes. I hope that others will enjoy it as well. Consider it my gift to the Tildes community.
Cheers !
Edit:
The best way to submit feature requests & bug reports is to add it to the issue tracker and/or leave a comment on this thread and I’ll get around to adding it myself.
Thanks !
278 votes -
Weathering software winter (2022)
26 votes -
Android Quick Share can now work with iOS’s AirDrop
30 votes -
DeckFilter: A Steam library companion app
27 votes -
Apple pulls ICEBlock from the App Store
58 votes -
My take on Apple's Liquid Glass
28 votes -
Using Apple Photos captions for journalling
15 votes -
Three Cheers for Tildes: App updates and feedback (April 2025) — Version 1.4 adds a text size setting
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.4.3 (Apr 30, 2025): Fixed a layout bug on topics.
[Android] Version 1.4.2 (Apr 11, 2025): Reduced highlighting when formatting markdown. Fixed minor text size bugs.
[iOS] Version 1.4.1 (Apr 11, 2025): Fixed a bunch of text size bugs reported through TestFlight, especially when rendering comments. Reduced highlighting when formatting markdown.
Version 1.4.0 (Apr 6, 2025):
- Added text size setting
- Fixed markdown formatting bar bugs
The text size setting for accessibility is long overdue. I've been feeling bad that some users couldn't even use the app because the text was too small.
This has been another large change where I had to go back and re-test screens throughout the entire app, and fix many layout bugs caused by the dynamic text size. It's been very tedious!
In fact, the iOS release is delayed because I found some last-minute bugs and have had to go back to figure out solutions.iOS is up on TestFlight!Also I am aware that there are still bugs in some places when you set the text excessively large. It's not a priority for me to fix those, unless they make the app unusable.
Have been particularly busy so far this year and that will continue for a while, so I may be less responsive here, even though I likely will see your messages. Thanks for continuing to report issues; v1.4 fixes some bugs based on those reports.
Previous topic: February 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
91 votes -
iOS 26 is here
32 votes -
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 -
Substack subscriptions in the iOS app: inflated prices and a new “walled garden” for newsletters
13 votes -
European VPN recommendations
As a Brit who's now effected by the Great British Firewall I'd like recommendations for VPNs that meet the following criteria either directly or via additional software/Firefox extensions: Use VPN...
As a Brit who's now effected by the Great British Firewall I'd like recommendations for VPNs that meet the following criteria either directly or via additional software/Firefox extensions:
- Use VPN only for specific apps on iOS (apply to Reddit, Discord, BlueSky and Twitter/X, Wikipedia (if it ends up banned) but not others)
- Use VPN for specific websites on Windows/macOS (apply to Reddit, Discord, BlueSky, Twitter/X, Wikipedia (if it ends up banned) websites)
- VPN considered generally trustworthy and not an American firm
Personal recommendations that you have experience with only please.
30 votes -
iOS26 "Liquid Glass" - is it really such a big deal?
Can be viewed here Is this just the usual pointless Apple fanfare? I'm not very techy so I'm just wondering why this is a big deal. It seems to me it's just a different theme of sorts? But in this...
Is this just the usual pointless Apple fanfare?
I'm not very techy so I'm just wondering why this is a big deal. It seems to me it's just a different theme of sorts? But in this video MKBHD is making it out to be a really big deal. Is it like technologically super impressive? What's the big deal?
25 votes -
Proper iOS homescreen link
A fancier way is here — but either is great. —- For those using iOS with a bookmark on their homescreen, you may have been plagued like me with Tildes opening in a private window instead of the...
A fancier way is here — but either is great.
—-
For those using iOS with a bookmark on their homescreen, you may have been plagued like me with Tildes opening in a private window instead of the session where you’re logged in.
I don’t know why I didn’t think about this sooner, but it’s so easy
Shortcuts > New > Create New Tab > Open URL (remove the variable and put in https://tildes.net) > context menu next to the title of the shortcut > Add to Homescreen > Photo (left image option) > select your tildes logo that i forgot to tell you to save
… done. Now Tildes will always open Safari in an authenticated session. ezpz.
17 votes -
Apple introduces iOS 26 with Liquid Glass redesign
33 votes -
Fortnite returns to the iOS App Store in the US
7 votes -
iOS Denial of Service via Darwin notifications
11 votes -
Ambient music on iOS 18.4 and the return to the Apple’s Music app
7 votes -
Emulating an iPhone in QEMU
14 votes -
Mozilla sees surge in Firefox users thanks to EU’s Digital Markets Act
68 votes -
Three Cheers for Tildes: App updates and feedback (February 2025) — Version 1.3 uses edge-to-edge UI on Android
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.3.6 (Feb 28, 2025): Fixed minor UI bugs.
[iOS] Version 1.3.1 (Feb 27, 2025): Fixed an annoying scroll bug when typing comments and posts.
[Android] Version 1.3.5 (Feb 19, 2025): Fixed keyboard and animation bugs.
[Android] Version 1.3.4 (Feb 12, 2025): Fixed keyboard and markdown bar bugs.
[Android] Version 1.3.3 (Feb 11, 2025): Fixed keyboard bugs.[Cancelled this release.][Android] Version 1.3.2 (Feb 11, 2025): Fixed bugs reported in comments.
Version 1.3.0 (Feb 9, 2025):
This is an Android-focused update. Android 15 makes apps edge-to-edge by default so it's time to move to edge-to-edge. I've enabled it on Android 11 and higher.
Edge-to-edge mostly means turning the system bars translucent, so you can see the content all the way to the edge, instead of a blank area. In practice, we still need to keep some translucent bars there, so status bar icons and the clock can still be distinguished from app content and not become a jumbled mess.
Implementing this was a gigantic pain (which is why Google received pushback from so many developers and added an opt-out). I had to redo many layouts and re-test every screen in the app multiple times, on different Android versions and different settings (portrait, landscape, single pane, dual pane). Hope it's well received by Three Cheers users! Personally it took me a day to get accustomed to it, but I've ended up liking the edge-to-edge style more. I probably won't add a setting to turn it off.
Screenshots of what it looks like on an Android 14 device as of v1.3.1:
- 3-button nav, edge-to-edge (new): https://postimg.cc/1nnc2rWG
- 3-button nav, old: https://postimg.cc/Hcq4g8Kf
gesture nav, edge-to-edge (new): https://postimg.cc/ctf744G6- gesture nav, edge-to-edge (v1.3.2): https://postimg.cc/TpwHPDYB
- gesture nav, old: https://postimg.cc/PNDQMKvh
Three Cheers for iOS v1.3.0 is only minor bugfixes. iPhone apps are already edge-to-edge, and this change is Google's way of copying/catching up to Apple.
Previous topic: November 2024
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
83 votes -
What's the deal with SafetyCore, the weird app that suddenly appeared on Android?
29 votes -
iOS 18.4 adding RCS support for Google Fi and other T-Mobile based carriers
14 votes -
Screen Time on iOS shows "verizon.com" as an app being used 24/7, and I don't even know what "verizon.com" is
While not the same website, this reddit thread from several years ago is the only thing coming up on Google for me and everyone in there has had the same thing happen to them: the Screen Time...
While not the same website, this reddit thread from several years ago is the only thing coming up on Google for me and everyone in there has had the same thing happen to them: the Screen Time settings in iOS showing some website being up 24/7
It should be noted I don't have Verizon, have never been to verizon.com, and don't even use Safari as my browser. I have -0- idea how in the world this is showing up, and so it automatically makes me assume my phone has been hacked somehow (but try to remind myself that tech is also just wonky).
I set the screen time limit to 1 minute, and it has not showed up again as an app that has even been used. This is on a iPhone XS on iOS 15.4.1
Does anyone have any idea what this means or why this would happen?
14 votes -
TikTok and TikTok Lite APK are available on TikTok.com
9 votes -
Team behind Twitterrific launches a multi-feed app called Tapestry
18 votes -
Right to root access
41 votes -
Three Cheers for Tildes: App updates and feedback (November 2024) — Version 1.2 lets you save comment drafts
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:
Version 1.2.2 (Dec 5, 2024):
- Added advanced settings to auto-vote on topics when opening them
- Added advanced setting to hide "Reply" from text long-press menu
- Fixed inserting markdown links with parentheses
- Fixed UI bugs in profiles
- Fixed crashes opening certain topics
Happy Thanksgiving! Three Cheers version 1.2 is out for Android and iOS! (Nov 27, 2024)
- Save drafts of comment replies, edits, and private message replies
- Manage drafts via Settings
- Improved some error messages
Does not yet support saving drafts of new submissions
I know some of you were hoping for topic submission drafts, but I wanted to release what I've implemented so far with comment drafts. This version took a decent amount of time to develop, and I didn't want to delay it further by adding submission drafts in this release. Thanks for your patience!
Previous topic: September 2024
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
97 votes -
Epic Games Store adds third-party titles, free games, and more on mobile
14 votes