Marcus Kida
f4b3f7550a
Merge pull request #917 from j-f1/translated-info-view-a11y
...
IOS-81: Make “Translated From” UI accessible
2023-02-07 09:48:16 +01:00
Marcus Kida
0a1910c90c
Merge pull request #916 from j-f1/logo-traits
...
IOS-67: Add the “Header” and “Button” traits to the logo button
2023-02-07 09:45:45 +01:00
Marcus Kida
f4d066c8f4
chore(Widget): Add comment regarding LatestFollowersEntryAccountable.noteWithoutHtmlTags
2023-02-07 09:38:27 +01:00
Marcus Kida
8a1a483787
chore(Widget): Add missing L10n
2023-02-07 09:33:47 +01:00
Marcus Kida
e00b50ea86
chore(Widget): Use SVG icons
2023-02-07 09:14:28 +01:00
Marcus Kida
0e303418d7
chore(Widget): Fix picked account not desired account
2023-02-07 09:07:37 +01:00
Marcus Kida
0647cae24a
Merge branch 'develop' into IOS-37_Widgets
2023-02-07 08:18:35 +01:00
Marcus Kida
cd64668c08
chore(Widget): Import LightChart fork using SPM
2023-02-07 08:17:00 +01:00
Jed Fox
2cb3f1263a
Mark AvatarButton as an image (IOS-73)
2023-02-06 22:42:56 -05:00
Jed Fox
e6a9a14361
Update label for X button next to Recent searches from “close” to “clear”
2023-02-06 22:35:03 -05:00
Jed Fox
3b4d782325
Mark “Recent searches” as a heading (IOS-78)
2023-02-06 22:32:30 -05:00
Jed Fox
21e4a81ca7
Make UserView accessible
2023-02-06 22:22:22 -05:00
Jed Fox
d933f2d0cb
Fix sizing of userView in search history
2023-02-06 22:08:38 -05:00
Jed Fox
7e9655e903
Apply “translated from” label to StatusView accessibilityLabel
2023-02-06 21:52:26 -05:00
Jed Fox
32fbbc37c1
Move setupTranslationIndicator into StatusView.ViewModel
2023-02-06 21:51:07 -05:00
Jed Fox
97f5132977
Add a “Show Original” accessibility action to statuses when relevant
2023-02-06 21:39:41 -05:00
Jed Fox
ab7166017b
Fix typo: “Shown Original”
2023-02-06 21:39:41 -05:00
Jed Fox
9c30ecd9c0
Make the translation info view accessible at the root of a thread
2023-02-06 21:39:41 -05:00
Jed Fox
5118649dd4
IOS-67: Add the “Header” and “Button” traits to the logo button
2023-02-06 21:15:13 -05:00
Marcus Kida
3b87916d9a
chore(Feed): Improve Feed performance by fetching statuses in batches ( #914 )
2023-02-07 00:46:35 +01:00
Marcus Kida
c8944146e6
Add modification notice for LightChart -> DataRepresentable
2023-02-06 19:59:59 +01:00
Marcus Kida
998ed3b307
chore(Widget): Implement L10n for mock account
2023-02-06 19:57:33 +01:00
Marcus Kida
c00e797996
chore(Widget): Add another mock follower in multi followers widget
2023-02-06 13:51:58 +01:00
Marcus Kida
b5dca48cb2
feat(Widget): Implement L10n
2023-02-06 12:13:29 +01:00
Marcus Kida
28e5a8fa90
chore(Widget): Make font dynamic sizeable
2023-02-06 11:58:23 +01:00
Marcus Kida
3240a36013
feat(Widget): Implement small latest followers widget
2023-02-06 11:46:46 +01:00
Marcus Kida
d685b9e365
Add LatestFollowersWidget
2023-02-06 11:39:40 +01:00
Marcus Kida
8438bbc032
chore(Widget): Rename MultiFollowersCountSmallIntent -> MultiFollowersCountIntent
2023-01-31 14:55:59 +01:00
Marcus Kida
15b6b9fb93
feat(Widget): Implement MultiFollowersCountWidget for medium size
2023-01-31 14:54:05 +01:00
Marcus Kida
9eb26d4ed8
feat(Widget): Implement MultiFollowersCountWidget for single Column
2023-01-31 14:37:49 +01:00
Marcus Kida
e05a8602d5
feat(Widget): Reorganize and rename FollowersCountWidget code
2023-01-31 11:43:45 +01:00
Marcus Kida
e2fe1263a4
feat(Widget): Implement Followers Widget chart
2023-01-30 15:28:16 +01:00
Marcus Kida
1558579a86
feat(Widget): Implement LightChartView for Small FollowerCount
2023-01-30 11:21:04 +01:00
Marcus Kida
aeaa3ea3ab
feat(Widget): Implement lockscreen widgets
2023-01-26 16:29:06 +01:00
Marcus Kida
4e591bcd1c
feat(Widget): Default to currently active user's account in Widget
2023-01-26 15:15:59 +01:00
Marcus Kida
0d69e5ea4d
feat(Widget): Improve FollowerCount Widget placeholder/preview
2023-01-24 15:23:25 +01:00
Marcus Kida
6a0bd94bf4
feat(Widget): Implement basic version of FollowersWidgetExtensionEntryView
2023-01-24 12:47:48 +01:00
Marcus Kida
5a3636cb22
feat(Widget): Implement FollowersCountIntent
2023-01-24 11:15:21 +01:00
Jed Fox
0a9689c67f
Add support for selecting the post language ( #907 )
...
* Basic fake language picker support
* Recognize languages from post text
* Exclude suggested languages from recents
* Load recent languages from Settings object
* Send the language to the API
* Persist the used language to settings
* Always show the currently selected language in the list
* Fix crash
* Add support for picking arbitrary lanuages
* Fix display of 3 letter language codes
* Improve label to include endonym too
* Limit to 3 recent languages
* Reduce lower bound for displaying language suggestions
* Fix saving recent language when publishing
* Fix tint color of language picker button
* Add a badge to prompt users to change language
* Dismiss the badge even if you pick the same language
* Read language names in the language if possible
* Use a compressed font for 3-letter codes
Also use `minimumScaleFactor` to shrink troublesome codes to fit
Co-Authored-By: samhenrigold <49251320+samhenrigold@users.noreply.github.com>
* Remove .vscode/launch.json
* Add message to fatalError()
Co-authored-by: samhenrigold <49251320+samhenrigold@users.noreply.github.com>
2023-01-24 01:50:10 +01:00
Marcus Kida
6685470652
Update Colors ( #906 )
2023-01-24 01:49:41 +01:00
Roman Aliyev
c773c4391b
Improvements to the project setup ( #905 )
...
* Improvements to the project setup. added .ruby-version.
* added step about terminal configuration.
2023-01-24 01:47:37 +01:00
Marcus Kida
c0cd51c0d4
fix(Mention): Fixes an issue where user Profiles are not found because matching is not done via href ( #895 )
2023-01-19 13:47:16 +01:00
Marcus Kida
3ec9e603df
Improve "Open in Mastodon" by using Search API ( #888 )
...
* feat(ActionExtension): Improve "Open in Mastodon" by using Search aPI
* Add code comment
2023-01-16 23:36:00 +01:00
Nathan Mattes
8e7d115944
Add template for header ( #879 )
...
Okay, this has nothing to do with post-editing and it's only for new files, but still useful.
2023-01-12 10:35:21 +01:00
Marcus Kida
37678caed5
Merge pull request #878 from mastodon/IOS-31_ActionExtension
...
Feature: Action Extension
2023-01-12 10:24:20 +01:00
Marcus Kida
412d9b6fc8
Merge pull request #877 from j-f1/username-align
...
Left-align the username in the profile header
2023-01-12 10:24:03 +01:00
Marcus Kida
fde4c14b49
feat(ActionExtension): Use same Regex for Username matching as in App
2023-01-12 10:11:11 +01:00
Marcus Kida
1121cdd80b
feat(ActionExtension): Update TouchBarBezel Color
2023-01-12 10:10:44 +01:00
Marcus Kida
6e45f8fcd0
Merge branch 'develop' into IOS-31_ActionExtension
2023-01-11 15:31:57 +01:00
Marcus Kida
83f4eb1d8e
Merge pull request #862 from mastodon/fix-urlscheme-profile-resolve
...
fix(deeplinking): Fix profile resolving didn't use WebFinger so resolving non-local profiles might fail
2023-01-11 15:31:22 +01:00