1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2025-02-03 10:47:35 +01:00

360 Commits

Author SHA1 Message Date
Chase Carroll
34b3d7d559 Fix file header 2022-12-07 07:20:08 -05:00
Chase Carroll
08ec662e22 Fixing case where events aren't forwarded 2022-12-07 07:19:48 -05:00
Chase Carroll
6f09034668 Tweak touch view border color 2022-12-06 14:42:25 -05:00
Chase Carroll
b634d2b844 Add extra contrast on the touch views
Felt like they needed to stand out just a bit more in light mode.
2022-12-06 11:23:04 -05:00
Chase Carroll
5648b13517 Tidy up. 2022-12-05 20:22:50 -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
Chase Carroll
52fa05b0fc Add UIWindow subclass to display all touches. 2022-12-05 10:21:29 -05:00
Jed Fox
4f8ca8d481
Use a non-opaque background color for the image view 2022-12-03 14:07:43 -05:00
Jed Fox
1642839084
Force card into large mode if it has an embed 2022-12-03 14:03:53 -05:00
Jed Fox
285fbd4247
Fix divider not visible in compact cards 2022-12-03 14:02:22 -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
Jed Fox
348e176f89
slight code reorg 2022-12-03 11:30:44 -05:00
Jed Fox
e46c25892d
Add label to the “load embed” button 2022-12-03 11:30:44 -05:00
Jed Fox
c67e6ce45e
Fix white flash in dark mode 2022-12-03 11:27:51 -05:00
Jed Fox
7944ec6399
Load embed web view only on tap (for privacy) 2022-12-02 23:29:14 -05:00
Jed Fox
5932d00f2f
add a divider between the image and the text in the card 2022-12-02 22:56:12 -05:00
Jed Fox
946d47abdd
Fix highlight behavior 2022-12-02 22:35:18 -05:00
Jed Fox
a29e88b60b
Fix web view reuse 2022-12-02 22:10:35 -05:00
Jed Fox
1c5b66f7e7
Embed a web view for viewing content inline 2022-12-02 20:35:11 -05:00
Marcus Kida
ac76e7f435
feat: Implement translation of reposts 2022-12-02 23:15:07 +01:00
Marcus Kida
9affb0f637
feat: Implement translatedContent which can be used to replace the StatusView content 2022-12-02 23:15:06 +01:00
Jed Fox
16a814a27c
Cap the height of the status card 2022-12-02 16:02:05 -05:00
Jed Fox
52f5213990
Allow a little bit of variance from square for compact layout 2022-12-02 15:54:02 -05:00
CMK
fd9a253fac fix: workaround paste crash on iOS 14.x issue 2022-12-01 15:29:56 +08:00
Marcus Kida
7aed050ded
Merge pull request #600 from woxtu/nil-coalescing
Remove redundant nil coalescing
2022-11-29 14:41:52 +01:00
Marcus Kida
248d0a5570
fix: Text in compose post is not selectable, focussable, pastable 2022-11-29 11:51:28 +01:00
Kyle Bashour
61a07e9a5b Layout improvements 2022-11-27 21:00:03 -08:00
Kyle Bashour
8a8ecb0b68 Improve layout 2022-11-26 22:05:43 -08:00
Kyle Bashour
3a90b1c865 Change name and improve a11y 2022-11-26 21:47:49 -08:00
Kyle Bashour
03918301fb Space buttons instead of stretching 2022-11-26 19:26:10 -08:00
Kyle Bashour
4616d40519 More spacing 2022-11-26 19:22:05 -08:00
Kyle Bashour
439217d0e1 Constraints work 2022-11-26 19:21:47 -08:00
Sven Weidauer
a247bfc91f Remove dead code. 2022-11-26 16:38:02 +01:00
Sven Weidauer
bf741a3f63 Merge remote-tracking branch 'upstream/develop' into fix-warnings 2022-11-26 16:08:26 +01:00
Kyle Bashour
00af336298 Remove some debugging 2022-11-25 20:20:26 -08:00
Kyle Bashour
3a732b688c Better layout 2022-11-25 20:16:42 -08:00
Kyle Bashour
ba7955bdb5 Handle taps 2022-11-24 07:48:07 -08:00
Kyle Bashour
f8d1afc7e4 Working pretty well 2022-11-23 21:51:39 -08:00
Kyle Bashour
a4cab15d86 Make it compile 2022-11-23 19:03:54 -08:00
Kyle Bashour
d0f1bb82f7 Merge branch 'develop' into kb/link-previews
# Conflicts:
#	MastodonSDK/Package.swift
2022-11-23 18:42:16 -08:00
CMK
a45fa65802 chore: set minimal size limit for photo to 1MiB 2022-11-23 12:27:46 +08:00
CMK
f784df912d fix: no downscaling for raw image from camera issue 2022-11-22 15:59:29 +08:00
Marcus Kida
12bfff8b00
Merge pull request #579 from woxtu/patch
Fix typos
2022-11-21 17:31:05 +01:00
Rose
8f61562355 Fix compiler warnings
Including fixing some deprecations
2022-11-21 10:12:54 -05:00
Jed Fox
228a9a1798
Revert auto-formatter changes to file 2022-11-21 08:46:49 -05:00
Jed Fox
788bdb14f8
Remove duplicate timestamps 2022-11-21 08:40:04 -05:00
Jed Fox
82da37e1e7
Merge remote-tracking branch 'upstream/develop' into notifications-tab-a11y 2022-11-21 08:39:08 -05:00