| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
This class still has improvements to be made, but it works and I am
satisfied with it!
|
|
|
|
|
|
| |
The std::variants weren't used and were making the code more complex to
no advantage. All code that would have benefited from variants has
already been moved to QThreads elsewhere
|
|
|
|
|
|
| |
This type allows extension and the implementation of a more complete
archive item reference system in the future as it allows going beyond
ints.
|
|
|
|
|
|
| |
This replaces the existing method that returns HTML with a method that
gives us an APActivity object, which is more precise and allows more
extension in the future.
|
|
|
|
|
| |
Implement the "fill address" action in the instance login settings frame
that is in the network tab.
|
|
This class is inherited by MastodonArchive to provide Mastodon (and
compatible) archive reading support. A base Archive class allows
implementing reading support of other archive formats that are from
other services.
|