-
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync API Keys and Userdefaults using iCloud #97
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test
No longer needed
Remove "Gift" error message, cherry pick web view for comments
fix black text in comments on dark mode
- Subreddit icons on all/home - Quote text fixes - Fixing comment likes
Various improvements
Merge pull request lo-cafe#229 from Frostplexx/main
- extends functionality of api call to support submissions and comments explicitly - adds button functionality to post/comment karma button that filters user data feed
- adds spinner when selecting new filter - clears feed when new filter is selected
Implement saved posts
- Used [weak self] to prevent strong reference cycles. - Moved the doThisAfter function outside the class for better organization. - Check for self existence before performing actions inside closure to avoid potential crashes. - Ensured optional chaining and optional binding to handle optional values more safely. - Some other minor tweaks for better Swift conventions and readability. - Fixed warning that would publish changes from the background thread. (Not Allowed)
video player stability fixes and some other minor tweaks
Get rid of deprecated bug reporting
- adds option to post page theme manager for inline toolbar - conditionally displays floating pill/inline toolbar based on setting
check URL scheme so internal URLs don't crash
Revert "check URL scheme so internal URLs don't crash"
…ernal-urls Revert "Revert "check URL scheme so internal URLs don't crash""
fucing xcode
Fix votescluster again
…into settings-sync
@frostplexx so no icloud sync? or was that done with the export? |
iCloud sync only for API keys. It seems like it will take a while until the Defaults library supports iCloud sync so I figured I add it for the API only for the moment. |
ahhh yeah that makes sense, thanks for clarifying :) |
No description provided.