Skip to content

Releases: JeffreyCA/Apollo-ImprovedCustomApi

v1.0.11 - Fix Imgur uploads

28 Feb 03:32
Compare
Choose a tag to compare

Fix issue with Imgur uploads consistently failing. Note that multi-image uploads may still fail on the first attempt.

v1.0.10 - Support /u/ share links

23 Jan 04:15
Compare
Choose a tag to compare

Add support for /u/ share links (e.g. reddit.com/u/username/s/xxxxxx)

v1.0.9 - Randomize "trending subreddits" list

29 Dec 22:44
Compare
Choose a tag to compare
  • Randomize "trending subreddits" list so it doesn't show iOS, Clock, Time, IfYouDontMind all the time - thanks @iCrazeiOS!
    • Context: There isn't an official Reddit API to get the currently trending subreddits. Apollo has a hardcoded mapping of dates to trending subreddits in this file called trending-subreddits.plist that is bundled inside the .ipa. The last date entry is 2023-9-9, which is why Apollo has been falling back to the default iOS, Clock, Time, IfYouDontMind subreddits lately.
demo

v1.0.8

16 Dec 05:11
544024b
Compare
Choose a tag to compare
  • Lower minimum iOS version requirement to 14.0
  • Toggleable settings for blocking announcements and some Ultra settings (not fully working, see #1). These are the same as the previous experimental builds.
    • All toggles are located in Settings -> General -> Custom API
    • New Comments Highlightifier shows new comment count badge, but doesn't highlight comments inside a thread
    • Subreddit Weather and Time widget doesn't seem to work (not showing or loads infinitely)

v1.0.7 - Support media share links

08 Dec 04:58
Compare
Choose a tag to compare

Add support for resolving Reddit media share links (https://www.reddit.com/media?url=https%3A%2F%2Fi.redd.it%2F) (#9) - thanks @mmshivesh!

v1.0.7-experimental

10 Dec 01:58
Compare
Choose a tag to compare
v1.0.7-experimental Pre-release
Pre-release

Toggleable settings for blocking announcements and some Ultra settings (not fully working, see #1)

  • New Comments Highlightifier shows new comment count badge, but doesn't highlight comments inside a thread
  • Subreddit Weather and Time doesn't seem to work

v1.0.6b-experimental

06 Dec 04:55
Compare
Choose a tag to compare
v1.0.6b-experimental Pre-release
Pre-release

Lower minimum iOS version requirement

v1.0.6-experimental

03 Dec 03:14
Compare
Choose a tag to compare
v1.0.6-experimental Pre-release
Pre-release

Add toggleable settings for blocking announcements and some Ultra settings (not working):

v1.0.5

03 Dec 01:36
Compare
Choose a tag to compare
  • Fix crash when tapping on spoiler tag

v1.0.4 - Share link support!

30 Nov 06:31
Compare
Choose a tag to compare

Add support for share links (e.g. reddit.com/r/subreddit/s/xxxxxx) in Apollo. These links are obfuscated and require loading them in the background to resolve them to the standard Reddit link format that can be understood by 3rd party apps.

The tweak uses the workaround and further optimizes it by pre-resolving and caching share links in the background for a smoother user experience. You may still see the occassional (brief) loading alert when tapping a share link while it resolves in the background.

There are currently a few limitations:

  • Share links in private messages still open in the in-app browser
  • Long-tapping share links still pop open a browser page