Peter Minarik
c1f19d1f27
chore: DRY setting up colors from theme
2022-12-25 16:56:46 +01:00
Nathan Mattes
3e2282cb03
Merge pull request #783 from mastodon/ios_15
...
Bump Deplyment Target to iOS 15
2022-12-22 18:36:26 +01:00
Nathan Mattes
7ee51d06cc
Merge pull request #699 from j-f1/alt-button
...
Add a button to show alt text for media
2022-12-22 09:29:00 +01:00
Jed Fox
dc6a86f846
Extract out TouchTransparentStackView
2022-12-21 19:38:29 -05:00
Jed Fox
ff502a4868
Remove some os_logs
2022-12-21 19:25:39 -05:00
Jed Fox
e4848d21e5
Improve handling of transparent avatars + avatar press state ( #802 )
...
* Fix Podfile.lock checksum
* Fix layout of avatarButton inside of border
* Set a background for the avatar button in profile headers
2022-12-21 21:41:18 +01:00
Nathan Mattes
fba444d82f
Merge pull request #681 from j-f1/there-is-no-escape
...
Allow pressing escape to close the media viewer
2022-12-21 21:17:27 +01:00
Nathan Mattes
270d42d1d3
Merge pull request #746 from cdoncarroll/cdoncarroll-FixMediaPreviewJump
...
Fix Issue Media Preview Jumping on Interactive Dismissal
2022-12-21 20:26:54 +01:00
Jed Fox
2d606a52af
Remove unused DateToolsSwift dependency
2022-12-20 14:49:15 -05:00
Jed Fox
dbf95f726c
fix preferredContentSize
2022-12-20 09:37:13 -05:00
Jed Fox
7ab6ea0d23
Make alt text selectable
2022-12-20 09:37:13 -05:00
Jed Fox
754b0a7eb0
Move HUDButton to MastodonUI
2022-12-20 09:37:13 -05:00
Jed Fox
501e17bf18
Hide the ALT button when alt text is unavailable
2022-12-20 09:37:13 -05:00
Jed Fox
ed580541f0
Merge top buttons into a single parent view
...
(also fix tapping just outside a HUDButton)
2022-12-20 09:37:12 -05:00
Jed Fox
582d1cf295
Add an ALT button to the media preview to display alt text
2022-12-20 09:37:12 -05:00
Jed Fox
e8e15f3a0e
Remove support for previewing local images
...
(it was unused)
2022-12-20 09:37:12 -05:00
Jed Fox
dd95724d14
Factor out code for the close button
2022-12-20 09:37:12 -05:00
Nathan Mattes
08b63bda00
Merge pull request #753 from j-f1/following-customization
...
Differentiate between “My followers” and other accounts followers for i18n
2022-12-20 14:05:07 +01:00
Nathan Mattes
da3f631380
Merge pull request #736 from cdoncarroll/cdoncarroll-VisibleWindowTouches
...
Add Debug Option For Displaying Touches
2022-12-19 15:51:26 +01:00
Nathan Mattes
3b77ed7612
Merge pull request #613 from j-f1/joined-at
...
Add a “Joined” cell to the top of the About tab to match the web version
2022-12-18 14:30:57 +01:00
Nathan Mattes
2cdd8af7c3
Remove workaround for tableviews
2022-12-17 21:57:17 +01:00
Nathan Mattes
af2cf75c56
Remove workaround for collection-views
2022-12-17 21:46:11 +01:00
Nathan Mattes
1d7dc2f266
Bump to iOS 15 deployment target and fix build issues
2022-12-17 20:26:20 +01:00
Marcus Kida
e52315f0e0
Merge pull request #771 from j-f1/fix-voiceover-trap
...
Fix VoiceOver trap in thread titles
2022-12-16 21:17:29 +01:00
Jed Fox
0c8c9778b0
Merge remote-tracking branch 'upstream/develop' into status-cards
2022-12-15 07:46:37 -05:00
Jed Fox
13c54c39f1
Fix VoiceOver trap in thread titles
2022-12-15 07:29:25 -05:00
Jed Fox
47024bfb4d
Differentiate between “My followers” and other accounts followers in i18n
2022-12-13 10:07:37 -05:00
Marcus Kida
2d9e980215
feat: Implement /api/v2/instance to conditionally show Translation option
2022-12-12 16:41:13 +01:00
Chase Carroll
d2d981ab0e
Fix broken CCPoint conversion
2022-12-09 09:18:56 -05:00
Marcus Kida
1020ca531a
feat: Implement status translation info footer and reversion
2022-12-07 15:41:33 +01:00
Chase Carroll
4689c8e78f
Use modern APIs for accessing key window
...
Shouldn't be relying on deprecated API. Tsk. Tsk.
2022-12-05 16:01:41 -05:00
Chase Carroll
7f58422900
Add debug menu option
...
Puts an option in the debug menu for toggling on/off visible touches.
2022-12-05 10:32:10 -05:00
Jed Fox
7e74b4beb3
Merge remote-tracking branch 'upstream/develop' into status-cards
2022-12-03 13:49:04 -05:00
Jed Fox
1379cdc448
Disable cards in notifications
...
both to save space and because I’m too lazy to wire up the delegate methods for the menu
2022-12-03 13:41:51 -05:00
Jed Fox
17b39da316
Add “Copy,” “Share,” and “Share Link in Post” actions to cards
2022-12-03 13:38:32 -05:00
Jed Fox
3661b5ce90
Refactor compose intialization
...
- split ComposeContentViewModel.Kind into Destination (top level/reply) and an initial content string
- replies get the mentions prepended to the initial content string
2022-12-03 13:25:07 -05:00
Marcus Kida
9affb0f637
feat: Implement `translatedContent` which can be used to replace the StatusView content
2022-12-02 23:15:06 +01:00
David Godfrey
c92468a706
fix: Tidy up accessibility labels in bio fields
...
Enables reading out the label for the checkmark, and avoids describing
the title text as a 'button'.
2022-12-02 08:29:30 +00:00
Nathan Mattes
8ed451e858
Merge pull request #711 from j-f1/search-and-explore
...
Rename second tab to “Search and Explore”
2022-12-01 21:42:44 +01:00
Nathan Mattes
56efe8a93a
Merge pull request #691 from mastodon/follow_hashtags
...
[Feature] Follow hashtags
2022-12-01 20:33:06 +01:00
Marcus Kida
6c2fabaa03
chore: Fix hashtag follow button style
2022-12-01 14:52:55 +01:00
Marcus Kida
324e782fd5
chore: Improve Hashtag Header Post Count label alignment
2022-12-01 14:31:56 +01:00
Marcus Kida
270bb6a1ed
fix: Update HashtagTimelineHeaderView if follow state changes
2022-12-01 12:38:23 +01:00
Marcus Kida
75dc530dcf
chore: Implement FollowedTagsViewModel+DiffableDataSource
2022-12-01 11:39:02 +01:00
Marcus Kida
0c571a2df6
fix: Localizable string issues
2022-12-01 10:55:00 +01:00
Marcus Kida
6a9b29e4a6
chore: Add missing L10n
2022-12-01 10:54:59 +01:00
Marcus Kida
f112e68e79
chore: Add L10n for Followed Tags
2022-12-01 10:54:59 +01:00
Marcus Kida
ba26dd2076
feat: Implement navigating followed tags
2022-12-01 10:54:59 +01:00
Marcus Kida
855d2cbacd
feat: Implement followed tags overview
2022-12-01 10:54:59 +01:00
Marcus Kida
b9e4c69576
feat: Implement follow/unfollow tag functionality
2022-12-01 10:54:59 +01:00