Nathan Mattes
9691e905c0
Remove card-persistence
2024-06-07 10:05:04 +02:00
Nathan Mattes
e668b21da5
Remove PollLegacy from Core Data (IOS-182)
2024-06-07 09:51:55 +02:00
Nathan Mattes
d12624a0f5
Remove Poll-persistence(IOS-181)
2024-06-07 09:46:11 +02:00
Nathan Mattes
b5f4bd4eeb
Remove enum (IOS-182)
2024-06-06 16:47:19 +02:00
Nathan Mattes
5264f13ef8
Remove poll-option-related persistence (IOS-182)
2024-06-06 15:43:27 +02:00
Nathan Mattes
d954d72c7c
Remove polloption-persistence (IOS-182)
2024-06-06 15:32:56 +02:00
Marcus Kida
24e573d9e2
Refactor Polls to not use Core Data ( #1265 )
2024-04-17 16:36:03 +02:00
Nathan Mattes
13cc2bdbec
Don't add my own handle to a reply ( #1254 ) ( #1256 )
...
* Don't add my own handle (#1254 )
* Remove CoreData-stuff (#1254(
* Remove MastodonMentionContainer (#1254 )
This is a left over from the status-refactoring. The Core Data-persistence-stuff for Status needed that, but as we don't use that any more say byebye
2024-03-19 10:28:16 +01:00
Nathan Mattes
f6e630aa66
Cleanup (IOS-192)
2024-02-20 17:41:10 +01:00
Nathan Mattes
7024823cbf
Remove persistence for user (IOS-192)
2024-02-14 10:44:32 +01:00
Nathan Mattes
dc53fbbe7c
Remove more users (IOS-192)
2024-02-09 18:41:12 +01:00
Nathan Mattes
e720db2a31
Remove unused code (IOS-192)
2024-01-20 20:03:59 +01:00
Nathan Mattes
c6788f5a43
Split private/public into their own extension
2024-01-11 14:10:47 +01:00
Nathan Mattes
0b959f5bca
Remove private-note and notification from user (IOS-192)
2024-01-05 16:50:44 +01:00
Nathan Mattes
6b6ed28134
Emojis aren't optional (IOS-192)
...
meet []
2024-01-05 12:30:36 +01:00
Nathan Mattes
45028373d4
Store accounts in container (IOS-192)
...
In case you see an empty app: Add your account again.
Background: As we need access to the account from the extensions and the extensions can't access the documents-directory but the group-container, well, the accounts will live there from now on.
2024-01-02 23:05:25 +01:00
Nathan Mattes
bb3ad77954
Remove persistence for tags (IOS-192)
...
Was connected to `let me = authenticationBox.authentication.user(in: managedObjectContext)`
2023-12-31 12:59:39 +01:00
Nathan Mattes
460ede4852
User UserIdentification for search and accounts (IOS-192)
...
Thanks to @kimar!
2023-12-31 12:59:38 +01:00
Nathan Mattes
2a14e293e9
Move directory-stuff into its own FileManager-file (IOS-192)
2023-12-31 12:57:56 +01:00
Nathan Mattes
6225c50008
Add some actions to Relationship-action-button (IOS-192)
...
Well, it's basically just unblock, unmute or follow/unfollow
2023-12-31 12:57:56 +01:00
Nathan Mattes
dda0ae2d7c
Show text on relationship-button based on relationship (IOS-192)
2023-12-31 12:57:56 +01:00
Nathan Mattes
60aafe6330
Add JSON-based account-persistence (IOS-192)
...
This is per user.
Also: Fetch authenticated accounts regularly
Also: Move Persistence-stuff to MastodonCore because.
2023-12-31 12:57:56 +01:00
Marcus Kida
bf433e332f
Address PR Feedback (IOS-176)
2023-12-28 13:47:07 +01:00
Marcus Kida
82cc0f2f3f
Tie JSON cache to domain based unique identifier
2023-12-27 10:35:00 +01:00
Marcus Kida
a1cd1690fa
Implement cache for Notifications (IOS-200)
2023-12-04 11:04:00 +01:00
Marcus Kida
5532324f83
Implement caching for home timeline items (IOS-176)
2023-12-01 10:47:18 +01:00
Nathan Mattes
1514e5a2c2
Slight refactor paths (IOS-196)
2023-11-23 15:07:37 +01:00
Nathan Mattes
1e780481d1
Remove SearchHistory from Core Data (IOS-196)
2023-11-23 14:50:49 +01:00
Nathan Mattes
59c6d31ca4
[WIP] Remove CoreData for Tags/Accounts in Search (IOS-196)
...
- Add basic, json-based persistence (it's WIP and pragmatic aka dirty, see FileManager+SearchHistory)
2023-11-23 13:58:56 +01:00
Marcus Kida
5c834c7e09
IOS-175: Remove CoreData status edit ( #1148 )
2023-11-10 11:32:02 +01:00
Nathan Mattes
fbde2a5833
More cleanup
2023-09-22 15:27:46 +02:00
Nathan Mattes
0c224f47df
Implement post editing / edit history ( #875 )
...
Co-authored-by: Marcus Kida <marcus.kida@bearologics.com>
Co-authored-by: Jed Fox <git@jedfox.com>
2023-03-02 11:06:13 +01:00
Jed Fox
7e74b4beb3
Merge remote-tracking branch 'upstream/develop' into status-cards
2022-12-03 13:49:04 -05:00
Jed Fox
1c5b66f7e7
Embed a web view for viewing content inline
2022-12-02 20:35:11 -05:00
Marcus Kida
855d2cbacd
feat: Implement followed tags overview
2022-12-01 10:54:59 +01:00
Kyle Bashour
176067800c
Add card when merging
2022-11-26 23:42:02 -08:00
Kyle Bashour
f8d1afc7e4
Working pretty well
2022-11-23 21:51:39 -08:00
Kyle Bashour
595b46e96e
Add card persistence
2022-11-23 20:03:45 -08:00
Nathan Mattes
ce0e56b84e
Add showsReblog to CoreData/persistence ( #365 )
2022-11-08 16:38:01 +01:00
CMK
64f3d2fe3a
chore: [WIP] move core logic into package
2022-09-30 19:28:09 +08:00