Shadowfacts shadowfacts
shadowfacts pushed to multiple-accounts at shadowfacts/Tusker 2020-01-05 20:27:03 +00:00
2bdcb9b7f8 Replace global shared MastodonController instance with (mostly)
a18bcac8b8 Pachyderm: Change Client request methods to be static, like all other
shadowfacts commented on issue shadowfacts/Tusker#16 2020-01-05 18:49:53 +00:00
Multiple accounts

This is going to need a massive refactor that touches almost every area of the code. As such, the infrastructure will be implemented before the UI is capable of signing into multiple accounts or switching between. The rough roadmap is:

shadowfacts closed issue shadowfacts/Tusker#69 2020-01-05 04:15:38 +00:00
Pin/unpin statuses
shadowfacts closed issue shadowfacts/Tusker#64 2020-01-05 04:15:38 +00:00
Show follow requests
shadowfacts pushed to master at shadowfacts/Tusker 2020-01-05 04:15:38 +00:00
787dc9f24f Fix crash decoding statuses sent from certain applications
ad09e36907 Show follow requsts in notifications w/ accept/reject buttons
c31916d67e Remove references to old images
05cc3fd6d9 Add pinning/unpinning statuses
b70256c525 Remove old icons
Compare 5 commits »
shadowfacts commented on issue shadowfacts/Tusker#26 2020-01-04 21:34:41 +00:00
Broken attachment uploaded

The file was actually a HEIC. Fixed in b2956b6118449c5e529f0c5875f23d58dc6f4ab8

shadowfacts closed issue shadowfacts/Tusker#26 2020-01-04 21:34:41 +00:00
Broken attachment uploaded
shadowfacts closed issue shadowfacts/Tusker#23 2020-01-04 21:25:52 +00:00
Video uploads broken
shadowfacts closed issue shadowfacts/Tusker#50 2020-01-04 21:25:52 +00:00
Replace GMImagePicker
shadowfacts pushed to master at shadowfacts/Tusker 2020-01-04 21:25:52 +00:00
3ecbb1895c Replace GMImagePicker with custom asset picker based on SheetController
shadowfacts pushed to master at shadowfacts/SheetController 2020-01-04 19:37:20 +00:00
6ee1ad24ec Allow scroll view to bounce while scrolled all the way down
78385359e1 Fix jump when sheet first starts moving
808d3b3157 Fix sheet starting to move before content is scrolled up all the way
03d0556947 Make delegate weak, allow some container methods to be override
Compare 4 commits »
shadowfacts opened issue shadowfacts/Tusker#73 2020-01-02 00:31:46 +00:00
Convert attached live photos to GIFs/videos
shadowfacts pushed to master at shadowfacts/SheetControllerExamples 2020-01-01 17:23:32 +00:00
60e90e7c5c Add examples
e804bf8f74 Initial Commit
shadowfacts created repository shadowfacts/SheetControllerExamples 2020-01-01 17:23:26 +00:00
shadowfacts pushed to master at shadowfacts/SheetController 2020-01-01 16:57:59 +00:00
ca374422db Add sheet controller
5781e29f5d Initial Commit
shadowfacts created repository shadowfacts/SheetController 2020-01-01 16:57:55 +00:00
shadowfacts pushed to master at shadowfacts/SheetImagePicker 2020-01-01 16:35:00 +00:00
85b437ab16 Allow multiple scroll views inside a navigation controller
shadowfacts pushed to master at shadowfacts/SheetImagePicker 2020-01-01 04:04:49 +00:00
f79d5a6b59 Add support for scroll views inside of navigation controllers
c34938a03d Add scroll view support
Compare 2 commits »
shadowfacts commented on issue shadowfacts/Tusker#9 2019-12-31 21:43:18 +00:00
Strip EXIF data from uploaded images

Low priority, both Mastodon and Pleroma strip EXIF data themselves

shadowfacts closed issue shadowfacts/Tusker#59 2019-12-31 21:42:31 +00:00
Signing into instances not in the recommendations list is broken