A WIP iOS app for Mastodon and Pleroma.
Go to file
Shadowfacts 60aa6eca36
Fix pagination links not being parsed correctly for some URLs
Fixes an issue where Mentions notifications wouldn't load past the first page.

URLComponents(string:) fails when the string contains some characters, such as [ or ]
URL(string:) and then URLComponents(url:resolvingAgainstBaseURL:) does not fail
See FB7271340
2019-09-14 15:32:20 -04:00
Artwork/Icons Add more button to status 2018-09-11 18:17:48 -04:00
Cache@8c42c575cf Refactor AvatarCache to ImageCache 2018-10-03 08:45:03 -04:00
Documentation Add getStatus XCB action 2018-09-25 21:13:51 -04:00
GMImagePicker Initial rewrite/redesign of compose screen 2019-01-14 21:59:42 -05:00
Gifu@ed572f53ce Use Gifu for GIF playback 2018-11-09 15:48:08 -05:00
Pachyderm Fix pagination links not being parsed correctly for some URLs 2019-09-14 15:32:20 -04:00
PachydermTests Add character counter 2018-09-29 22:20:17 -04:00
SwiftSoup@f445c9067d Start home timeline 2018-08-16 22:39:16 -04:00
Tusker Add preference to disable showing favorite/reblog counts 2019-09-14 15:00:52 -04:00
Tusker.xcodeproj Add preference for default notifications display mode 2019-09-14 13:02:33 -04:00
Tusker.xcworkspace Use Gifu for GIF playback 2018-11-09 15:48:08 -05:00
TuskerTests Initial Commit 2018-08-15 22:27:48 -04:00
TuskerUITests Initial Commit 2018-08-15 22:27:48 -04:00
.gitignore Remove playground 2018-09-23 21:37:10 -04:00
.gitmodules Use Gifu for GIF playback 2018-11-09 15:48:08 -05:00
README.md Add README 2019-02-10 10:41:54 -05:00

README.md

Tusker

Tusker is a WIP iOS app for Mastodon and Pleroma.