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
Shadowfacts
2251d82574
Merge branch 'master' of github.com:shadowfacts/Tusker
2018-10-02 18:28:38 -04:00
Shadowfacts
46d4469df9
Fix timestamps not being displayed for conversation main status
2018-10-02 08:37:04 -04:00
Shadowfacts
e40fc73c05
Xcode suggested changes
2018-10-02 08:34:41 -04:00
Shadowfacts
9ce1414b8e
Use child view controller for loading
2018-10-01 21:25:10 -04:00
Shadowfacts
13cd0f6535
Replace ActiveLabel-based implementation with TTTAttributedLabel
2018-10-01 19:50:03 -04:00
Shadowfacts
fa002fbed6
Add tapping hashtags to show tag timeline
2018-09-30 21:28:22 -04:00
Shadowfacts
48465e68f8
Use light text for usernames and timestamps
2018-09-30 21:15:18 -04:00
Shadowfacts
089dda8e90
Add tapping mentions to show profiles
2018-09-30 21:12:23 -04:00
Shadowfacts
c5937acaa4
Move StatusTableViewCellDelegate methods to TuskerNavigationDelegate
2018-09-30 19:29:52 -04:00
Shadowfacts
815d4458ea
Add preferences UI for silent XCB actions
2018-09-30 19:05:06 -04:00
Shadowfacts
f140927473
Minor UI tweaks
2018-09-30 19:05:06 -04:00
Shadowfacts
146bc58376
Switch to new text view placeholder implementation
2018-09-30 19:04:58 -04:00
Shadowfacts
201aeffafb
Add character counter
2018-09-29 22:20:17 -04:00
Shadowfacts
7bde7c42e6
Pachyderm: Add CharacterCounter
2018-09-29 21:57:10 -04:00
Shadowfacts
27fa041975
Refactor XCB actions code, add JSON responses
2018-09-25 21:41:12 -04:00
Shadowfacts
d480c1927a
Add getAccount XCB action
2018-09-25 21:20:34 -04:00
Shadowfacts
51c178ec4d
Add getStatus XCB action
2018-09-25 21:13:51 -04:00
Shadowfacts
b537321057
Add show account and show status XCB actions
2018-09-25 08:39:27 -04:00
Shadowfacts
0eeaa4da11
Add initial X-Callback-URL documentation
2018-09-24 21:58:44 -04:00
Shadowfacts
31968cad98
Add reblog XCB action
2018-09-24 19:56:27 -04:00
Shadowfacts
79cb39cb0d
Add follow user XCB action
2018-09-24 14:41:28 -04:00
Shadowfacts
369ed24997
Merge branch 'master' of github.com:shadowfacts/Tusker
2018-09-24 08:51:20 -04:00
Shadowfacts
bcb9e979a0
Add following/unfollowing accounts
2018-09-24 08:49:39 -04:00
Shadowfacts
4eabe4261a
Add favorite status XCB action
2018-09-23 22:16:25 -04:00
Shadowfacts
fb72bb09f0
Remove playground
2018-09-23 21:37:10 -04:00
Shadowfacts
e3d887001b
Add getCurrentUser XCB action, refactor XCB support some more
2018-09-23 21:35:33 -04:00
Shadowfacts
0016964191
Cleanup silent XCB actions code
2018-09-23 21:10:45 -04:00
Shadowfacts
41600d9ba6
Add silent x-callback-url actions
...
User confirmation is required the first time a source app attempts to
run an action silently. Rejecting will always display the UI for the
given action (as if the silent parameter had been false).
2018-09-23 19:04:45 -04:00