Shadowfacts shadowfacts
shadowfacts pushed to main at shadowfacts/frenzy-ios 2022-06-20 15:33:20 +00:00
991a106907 Add Recents widget
8db60a313e Fix stretchy menu interaction not working on iPad
1e7e8b7f85 Fix always creating a new scene on app launch
14dca95610 Move CoreData stack to separate Swift package
5d625ca844 Move Fervor to Swift package
Compare 7 commits »
shadowfacts pushed to master at shadowfacts/shadowfacts.net 2022-06-19 17:33:07 +00:00
6976a50406 Add robots.txt
shadowfacts pushed to master at shadowfacts/shadowfacts.net 2022-06-17 00:02:52 +00:00
e7e258e91c Fix typo
shadowfacts pushed to master at shadowfacts/shadowfacts.net 2022-06-16 02:00:13 +00:00
5181af6dbc Add Clarus pdf
4c76744365 Fix typo
Compare 2 commits »
shadowfacts pushed to master at shadowfacts/shadowfacts.net 2022-06-14 14:22:47 +00:00
6158bdb832 Add Clarus Returns Home
82bdcec9e1 Add link to LWJGL post in footnote
be7e1439bc Fix typos
0400e1d611 Add metadata image links
Compare 4 commits »
shadowfacts opened issue shadowfacts/Tusker#169 2022-06-13 19:57:35 +00:00
Crash when opening unknown-type attachment in gallery
shadowfacts closed issue shadowfacts/Tusker#36 2022-06-11 04:04:05 +00:00
PreferencesView onDisappear callback not invoked
shadowfacts commented on issue shadowfacts/Tusker#165 2022-06-11 03:57:12 +00:00
Crash when the PSC has no persistent stores and tries to save

Hopefully fixed: 6d6fd3d49d69a4f0b10bb685994b1e74131ba4b2

shadowfacts created branch ios-16 in shadowfacts/Tusker 2022-06-11 03:46:53 +00:00
shadowfacts pushed to ios-16 at shadowfacts/Tusker 2022-06-11 03:46:53 +00:00
68dbbca9b8 Fix retain cycle in DiffableTimelineLikeTableViewController
7f1577f4a4 Always used stacked search field in instance selector
e52f032d01 Use context menu for filter/sort on profile directory
46fbbdc99a Always use stacked search bar placement on iPadOS 16
6ef8c92d09 Update to recommended Xcode settings
Compare 10 commits »
shadowfacts commented on issue shadowfacts/Tusker#124 2022-06-11 03:46:30 +00:00
Deferred menu elements broken on iOS 15

This appears to have been fixed with iOS 16.

shadowfacts closed issue shadowfacts/Tusker#124 2022-06-11 03:46:30 +00:00
Deferred menu elements broken on iOS 15
shadowfacts pushed to main at shadowfacts/OTP 2022-06-11 03:44:34 +00:00
02e229042a Use PasteButton on iOS 16
5f5666c40d Catalyst, probably
f84f1e3080 Add missing files to Xcode project
Compare 3 commits »
shadowfacts pushed to main at shadowfacts/frenzy-ios 2022-06-10 03:31:56 +00:00
197edc5e1a Enable dead code stripping
6f3b8dc840 Remove unused preconcurrency import attributes
382826bfff Enable find interaction on iOS 16
b79c8af12c Refetch everything when there are inserted items, performance with trying to merge change was just too bad
d906ec47f9 Use build_std on more platforms to fix compiling with Xcode 14
Compare 5 commits »
shadowfacts commented on issue shadowfacts/Tusker#163 2022-06-10 02:35:06 +00:00
Go back to using WebURL for everything

And use URL.ParseStrategy on iOS 16

let strategy = URL.ParseStrategy()
    .scheme(.defaultValue("https"))
    .user(.optional)
    .password(.optional)
    .host(.required)
   …
shadowfacts opened issue shadowfacts/Tusker#168 2022-06-08 21:14:28 +00:00
LargeImageVC description improvements
shadowfacts opened issue shadowfacts/Tusker#167 2022-06-08 03:45:28 +00:00
Discover section sometimes shows up on pleroma
shadowfacts created branch main in shadowfacts/splash-rs 2022-05-30 15:30:07 +00:00
shadowfacts pushed to main at shadowfacts/splash-rs 2022-05-30 15:30:07 +00:00
f9d3a5e397 Initial commit