Commit Graph

150 Commits

Author SHA1 Message Date
Shadowfacts 8a5bf2f4aa Add custom emojis
Closes #6
2019-02-09 21:15:15 -05:00
Shadowfacts 2d65a17240 Fix links not getting cleared on cell reuse 2019-02-07 21:26:16 -05:00
Shadowfacts 2e7d2c2a30 Replace TTTAttributedLabel with custom LinkLabel 2019-02-03 11:39:27 -05:00
Shadowfacts af9734bdbf Get rid of AppRouter 2019-01-19 14:31:31 -05:00
Shadowfacts 89c3484987 Initial rewrite/redesign of compose screen
Still pending:
- Posting videos
- Image resizing
- Attachment drawer thing
2019-01-14 21:59:42 -05:00
Shadowfacts ca11002aaa Fix UIKit methods being invoked off main thread 2019-01-14 16:58:23 -05:00
Shadowfacts 2af7ed38e7 Better lenient URL parsing 2019-01-14 13:45:33 -05:00
Shadowfacts a3d49a9392 Pachyderm: Add StatusContentType 2019-01-13 19:46:51 -05:00
Shadowfacts d6aeeca09e Fix crash on attachment-only statuses posted from pleromafe 2019-01-13 19:46:32 -05:00
Shadowfacts 1fe36bab42 Fix crash when decoding status attachments with non-percent encoded spaces in URLs 2019-01-13 19:45:57 -05:00
Shadowfacts 52ca79d4ea Redo app navigation/tab bar 2019-01-05 12:59:55 -05:00
Shadowfacts 9af1d03160 Fix tapping mentions not working in reblogs 2018-11-24 16:32:21 -05:00
Shadowfacts b21c298f17 Remove old debug print 2018-11-24 16:30:06 -05:00
Shadowfacts 8dea47e9cb Add undo scroll-to-top 2018-11-10 11:48:09 -05:00
Shadowfacts 7da0dabebc Merge branch 'Gifu' 2018-11-09 15:55:56 -05:00
Shadowfacts 0d7c5694df Revert "Show GIFs in AttachmentView"
This reverts commit 9d19c76e4c.
2018-11-09 15:55:48 -05:00
Shadowfacts bf305c900f Use Gifu for GIF playback 2018-11-09 15:48:08 -05:00
Shadowfacts 9d19c76e4c Show GIFs in AttachmentView 2018-11-08 19:20:02 -05:00
Shadowfacts 6393829174 Don't cache attachments to disk, only avatars and headers 2018-11-07 19:24:52 -05:00
Shadowfacts 3732fe1e31 Fix long display names crushing timestamp label 2018-11-02 21:39:23 -04:00
Shadowfacts b6d45f30a4 Add peek/pop to profile headers 2018-10-30 22:24:49 -04:00
Shadowfacts f3a54558e1 Fix crash when My Profile is first tab loaded
Closes #5
2018-10-30 22:18:10 -04:00
Shadowfacts 493cab35f3 Fix large images being offset on some devices
Closes #6
2018-10-30 22:14:02 -04:00
Shadowfacts 5cf33289ea Fix bugs with reblogged statuses
Including: Attachments not showing up, 3d touch peek/pop not working,
favorite/reblog not working
2018-10-30 22:07:54 -04:00
Shadowfacts a1f6665f24 Fix strange large image VC presentation animation
Workaround for using XIB instead of storyboard

Closes #4
2018-10-29 19:56:05 -04:00
Shadowfacts 593a3e79e5 Cleanup visibility selection 2018-10-25 21:54:07 -04:00
Shadowfacts d94535cc14 Add Behavior preferences section 2018-10-25 21:29:13 -04:00
Shadowfacts d77e7f7a75 Add post drafts 2018-10-22 22:09:11 -04:00
Shadowfacts bef53cda6e Fix presenting nested modal view controllers through AppRouter 2018-10-22 20:37:12 -04:00
Shadowfacts 54f142e3f9 Refactor view controller creation/navigation into AppRouter 2018-10-20 22:07:04 -04:00
Shadowfacts 788e0500de Cleanup 2018-10-20 15:38:17 -04:00
Shadowfacts ec2069eb91 Fix Safari VCs being presented incorrectly from peek/pop, cleanup VC previewing code 2018-10-20 15:35:56 -04:00
Shadowfacts 3b3fbc53e6 Replace most storyboards with XIBs 2018-10-20 12:13:41 -04:00
Shadowfacts 61f91eee4a Start adding Siri Shortcuts 2018-10-20 10:55:01 -04:00
Shadowfacts 3a378a852f Target iOS 12.0 2018-10-19 19:54:43 -04:00
Shadowfacts f2eff32e71 Add 3d touch to profiles 2018-10-18 13:30:19 -04:00
Shadowfacts 4cb4f165e2 Add link long press actions 2018-10-11 22:04:32 -04:00
Shadowfacts 9576dad2d9 Add 3d touch preview actions 2018-10-11 21:52:41 -04:00
Shadowfacts d0feece606 Add 3d touch peek/pop navigation 2018-10-11 21:52:41 -04:00
Shadowfacts 76beb8ddbe Make ConversationViewController a UITableViewController 2018-10-11 21:10:25 -04:00
Shadowfacts f2a7362618 Allow tabs to be enabled/disabled and reordered 2018-10-06 11:03:55 -04:00
Shadowfacts e2f959873c Fix crash on follow notification 2018-10-05 19:25:48 -04:00
Shadowfacts 8480f97bca Merge branch 'image-caching' 2018-10-03 08:53:17 -04:00
Shadowfacts 6f31c3a8d5 Cache image attachments 2018-10-03 08:53:05 -04:00
Shadowfacts 8b48858381 Cache profile header images 2018-10-03 08:45:13 -04:00
Shadowfacts c69d3e2962 Refactor AvatarCache to ImageCache
Use Cache library (https://github.com/hyperoslo/Cache) for caching
2018-10-03 08:45:03 -04:00
Shadowfacts d36cbb595a Don't show relationship label for the user's own account 2018-10-02 20:04:41 -04:00
Shadowfacts 93d085eb99 Extract Appearance preferences into separate controller 2018-10-02 19:39:39 -04:00
Shadowfacts 9cf60f8c82 Remove MastodonController.shared 2018-10-02 19:31:00 -04:00
Shadowfacts 2afc7ce703 Add my account tab 2018-10-02 19:23:50 -04:00