Shadowfacts
930ec7ccff
Handle gotosocial gif attachments
2022-02-16 22:12:56 -05:00
Shadowfacts
de93d6e171
Make Account.avatar optional for gotosocial
2022-02-16 22:12:47 -05:00
Shadowfacts
54c01be7ff
Use WebURL for more lenient parsing of external URLs
...
Fixes #136
2022-02-03 23:11:29 -05:00
Shadowfacts
41a31c23b7
Allow posting local-only from Glitch instances
...
See #130
2022-01-24 22:49:51 -05:00
Shadowfacts
02461ad46c
Support local only posts on Hometown
...
Closes #130
2022-01-23 23:45:46 -05:00
Shadowfacts
072e68e97b
Add nodeinfo request and InstanceFeatures
2022-01-23 23:26:49 -05:00
Shadowfacts
51cb7c3edf
Store local only post data
2022-01-23 10:57:32 -05:00
Shadowfacts
5a914ea5a3
Don't show Mute action when not applicable to status
2021-11-22 23:23:19 -05:00
Shadowfacts
f5e9f71586
Use link replacement length from instance config if available
2021-11-11 13:44:24 -05:00
Shadowfacts
4d52ac4d34
Support new Mastodon instance configuration
2021-09-12 16:32:23 -04:00
Shadowfacts
9026f487ec
Convert notifications to use DiffableTimelineLikeTableViewController
2021-08-15 19:25:29 -04:00
Shadowfacts
8386e9d3c6
Fix crash when decoding responses from Mastodon 3.4.0rc1 due to
...
differing date formats
2021-05-09 21:49:16 -04:00
Shadowfacts
005001b081
Add authoring polls
...
Closes #48
2021-05-03 23:12:59 -04:00
Shadowfacts
698b045f86
Add poll finished notifications
2021-04-28 21:47:38 -04:00
Shadowfacts
1c36dfcc5f
Add displaying and voting on polls in statuses
2021-04-28 19:00:17 -04:00
Shadowfacts
bbb8707cb7
Add Profile Directory
2021-02-07 19:39:22 -05:00
Shadowfacts
75d26e613b
Add account switching animation
2020-11-11 15:28:17 -05:00
Shadowfacts
904ff4eecf
Fix crash when decoding emojis with spaces in URLs
2020-11-11 12:45:13 -05:00
Shadowfacts
eb4e6e32f7
Add Grayscale Images preference
2020-11-01 13:59:58 -05:00
Shadowfacts
93828830a9
Fix logging in to PixelFed instances
...
See #68
2020-10-25 23:07:41 -04:00
Shadowfacts
39b244384b
Show link cards on statuses
2020-10-25 16:05:28 -04:00
Shadowfacts
1a4517c43a
Cache account relationships in CoreData
2020-10-12 18:20:57 -04:00
Shadowfacts
2cfc0cf28a
Add Compose screen mention, hashtag, emoji completion
...
Closes #10
2020-10-11 22:14:45 -04:00
Shadowfacts
2c1ba7926e
Support JSON request bodies
2020-09-14 23:25:26 -04:00
Shadowfacts
9534f19262
Show BlurHash previews of attachments
2020-09-12 12:01:08 -04:00
Shadowfacts
7c4bbfd730
Improve compose posting error messages
2020-09-09 18:33:59 -04:00
Shadowfacts
4c82b1a341
Rewrite Compose screen in SwiftUI
2020-08-31 19:28:50 -04:00
Shadowfacts
f3d01c47c3
Merge branch 'develop-xcode-12' into ios-14
2020-07-04 11:21:00 -04:00
Shadowfacts
caab5e357a
Fix crash loading audio attachment uploaded on Mastodon
...
Closes #104
2020-07-03 22:13:49 -04:00
Shadowfacts
6cf6db6a8d
Add sidebar on iPadOS 14
2020-06-24 16:40:45 -04:00
Shadowfacts
d4bf289716
Fx more actions not workign
2020-05-14 22:43:37 -04:00
Shadowfacts
c42a48ee12
Fix header images not displaying
2020-05-12 22:05:57 -04:00
Shadowfacts
cd78287a87
Fix crash when viewing instance public timelines
...
Use a CoreData in-memory store for public timelines.
2020-05-11 17:57:50 -04:00
Shadowfacts
90bc9b91de
Add AccountProtocol and StatusProtocol
...
Provides a single interfaces for API and CoreData statuses and accounts
2020-05-06 18:40:12 -04:00
Shadowfacts
49d00bb1b0
Fix swipe actions not showing up
2020-04-27 19:32:16 -04:00
Shadowfacts
ee5e049355
Use CoreData for bookmarks and search results
2020-04-27 19:25:41 -04:00
Shadowfacts
f53474ac90
Use CoreData for notifications screen
2020-04-27 19:20:09 -04:00
Shadowfacts
030bee1948
Convert conversation VC to use CoreData models
2020-04-13 22:51:15 -04:00
Shadowfacts
a0e95d4577
Remove unnecessary attachment decoding code
...
For some reason, creating a URL from a string decoded from the container
was producing URL objects that could not be round-tripped through
PropertyListEncoder/Decoder. Decoding a URL directly from the container
works correctly.
2020-04-12 12:52:51 -04:00
Shadowfacts
7deb4fc5b4
Add LazilyDecoding for CoreData embedded objects
2020-04-11 15:35:00 -04:00
Shadowfacts
e3cc0df283
Remove unnecessary URL escaping
2020-03-15 21:09:11 -04:00
Shadowfacts
1b19a13b05
Decode status cards
2020-03-04 21:14:58 -05:00
Shadowfacts
c7746d3084
Add unknown notification fallback
...
Closes #90
2020-03-02 19:44:10 -05:00
Shadowfacts
387623a309
Remove old code
2020-02-28 19:24:14 -05:00
Shadowfacts
70bca052c4
Tweak notification grouping
...
Notifications that are of the same type but are separated by a groupable
notification of a different type are now considered groupable. For
example:
favorite 1 (status 1)
reblog 1 (status 1)
favorite 2 (status 1)
reblog 2 (status 1)
mention 1
reblog 3 (status 1)
will be grouped into:
favorite 1, 2 (status 1)
reblog 1, 2 (status 1)
mention 1
reblog 3 (status 1)
2020-02-28 19:21:39 -05:00
Shadowfacts
81256b7a96
Only show local posts on public instance timelines
2020-01-25 10:37:22 -05:00
Shadowfacts
12b6623113
Merge branch 'master' into multiple-accounts
2020-01-20 12:16:11 -05:00
Shadowfacts
cece8825ad
Fix decoding Account.moved on Mastodon
2020-01-20 12:10:10 -05:00
Shadowfacts
f9ffb240ef
Fix decoding Hashtag.History on Mastodon
2020-01-20 12:07:30 -05:00
Shadowfacts
79f44c9b58
Change recommended instance selector to store categories as strings
...
instead of enum
Additional categories can be added, which would cause a crash when
decoding.
As the category isn't used for anything, storing it as an enum value is
not necessary.
2020-01-20 11:56:43 -05:00