Shadowfacts shadowfacts
shadowfacts pushed to master at shadowfacts/clacks 2020-05-25 02:51:47 +00:00
dcd2cb04c9 Insert local links for remote actors in FE
cf115c3f7c Don't show status actions unless logged in
4c9adb3336 Don't show reply form unless logged in
Compare 3 commits »
shadowfacts pushed to master at shadowfacts/clacks 2020-05-24 20:27:04 +00:00
fd336f0bed Add basic notifications
47bb420c81 Show announces in timelines
Compare 2 commits »
shadowfacts pushed to master at shadowfacts/clacks 2020-05-23 03:48:22 +00:00
a2ddde09f7 Add mentions to status reply textarea
90a653d059 Add mentioning actors
1e984ba30e Add Webmention endpoint discovery
f93afdbe5f Add h-entry microformat classes
411dcaa32e Add Clacks.HTTP.head helper
Compare 5 commits »
shadowfacts pushed to master at shadowfacts/shadowfacts.net 2020-05-22 02:48:03 +00:00
df138478d7 Add Switching to Vim
shadowfacts pushed to master at shadowfacts/clacks 2020-05-19 15:16:23 +00:00
0afe2d3b30 Slightly improve timestamps for old posts
4733aa23ab Refacotr posting into separate module
Compare 2 commits »
shadowfacts pushed to private-beta at shadowfacts/Tusker 2020-05-15 02:44:57 +00:00
9b4df618f2 Provide metadata to UIActivityViewController
4ca8a4fc43 Add mute/unmute conversation status activities
a741e5fdc7 Fx more actions not workign
Compare 3 commits »
shadowfacts closed issue shadowfacts/Tusker#70 2020-05-15 02:44:00 +00:00
Mute/unmute conversations
shadowfacts closed issue shadowfacts/Tusker#56 2020-05-15 02:44:00 +00:00
Provide metadata to UIActivityController so it doesn't have to re-fetch
shadowfacts pushed to develop at shadowfacts/Tusker 2020-05-15 02:44:00 +00:00
f2a8b91769 Provide metadata to UIActivityViewController
ce464dfb9f Add mute/unmute conversation status activities
d4bf289716 Fx more actions not workign
Compare 3 commits »
shadowfacts pushed to private-beta at shadowfacts/Tusker 2020-05-15 02:43:02 +00:00
9b4df618f2 Provide metadata to UIActivityViewController
4ca8a4fc43 Add mute/unmute conversation status activities
a741e5fdc7 Fx more actions not workign
Compare 3 commits »
shadowfacts pushed to private-beta at shadowfacts/Tusker 2020-05-14 01:22:07 +00:00
cf48e4e973 Bump build number
2eaeaf3277 Fix previewing gifv attacments
d396eb0823 Change background CoreData context to be a child of the main context so
35a510e8ed Add cache reset button to Advanced Preferences
0582812563 Remove strong references to MastodonController
Compare 54 commits »
shadowfacts pushed to develop at shadowfacts/Tusker 2020-05-14 01:21:58 +00:00
cf48e4e973 Bump build number
shadowfacts pushed to develop at shadowfacts/Tusker 2020-05-14 01:20:23 +00:00
2eaeaf3277 Fix previewing gifv attacments
shadowfacts pushed to develop at shadowfacts/Tusker 2020-05-13 23:50:07 +00:00
d396eb0823 Change background CoreData context to be a child of the main context so
shadowfacts pushed to develop at shadowfacts/Tusker 2020-05-13 22:58:12 +00:00
35a510e8ed Add cache reset button to Advanced Preferences
0582812563 Remove strong references to MastodonController
Compare 2 commits »
shadowfacts pushed to develop at shadowfacts/Tusker 2020-05-13 02:24:53 +00:00
e581f384e4 Fix account descriptions being squashed in the follows list
c42a48ee12 Fix header images not displaying
Compare 2 commits »
shadowfacts commented on issue shadowfacts/Tusker#98 2020-05-13 01:48:12 +00:00
Allow sharing gifv attachments from gallery

This is kind of implemented, but it still needs work. The issue is that the top controls/image description stuff is tangled up with the plain image stuff in the LargeImageViewController. Really, the actual content for LIVC should be a separate child view controller which would allow having an AttachmentViewController that's applicable to images and gifvs which contains the controls and image description. But that's a large refactor than I feel like dealing with right now...

shadowfacts closed issue shadowfacts/Tusker#97 2020-05-13 01:46:31 +00:00
CoreData: Reference count accounts
shadowfacts pushed to develop at shadowfacts/Tusker 2020-05-13 01:46:31 +00:00
1c9b1b9ac3 Add support (sort of) for gifv attachments
82ad3b9fc4 Add reference counting for accounts
0a89dd3041 Don't double update accounts
40863ef130 Fix crash when opening more options for status in instance public timeline
cd78287a87 Fix crash when viewing instance public timelines
Compare 6 commits »
shadowfacts opened issue shadowfacts/Tusker#98 2020-05-11 02:34:49 +00:00
Display gifv attachments