EthanArbuckle / Apollo-CustomApiCredentials

Tweak to use your own reddit API credentials in Apollo
GNU General Public License v3.0
769 stars 142 forks source link

Suppress wallpaper popup and Imgur fixes #35

Closed JeffreyCA closed 1 year ago

JeffreyCA commented 1 year ago

The WallpaperPromptMostRecent2 NSUserDefaults key stores the date of the last time the wallpaper prompt was shown. Setting it to an arbitrary date in the future makes it so the start up check passes and the popup will never be shown.

I also made a partial fix to the "Imgur error :(" on certain Reddit posts. The newURLString was being overwritten with the original URL.

A complete fix with working uploads and deletes requires additional changes to handle Imgur API JSON endpoints and intercepting requests to imgur-apiv3.p.rapidapi.com.

losh11 commented 1 year ago

@EthanArbuckle would you mind merging this please?