Marcus Kida
5cd9343302
Merge pull request #847 from jinsu35/fix-issue-391
...
Implement URL scheme
2023-01-06 10:31:06 +01:00
jinsu kim
a00cd60076
Remove duplicate function fetchUser().
2023-01-05 15:57:58 -08:00
Marcus Kida
74ea67181c
chore(profile): Add image to copy username action
2023-01-05 13:32:32 +01:00
Marcus Kida
c56f1abd67
chore(profile): Allow profile header username to grow in height
2023-01-05 11:47:43 +01:00
Marcus Kida
2866721ca3
feat(profile): Implement tap to copy username
2023-01-04 16:38:18 +01:00
jinsu kim
5c82c04232
Use authenticated domain for API calls. Modify URL scheme
2023-01-01 15:55:54 -08:00
jinsu kim
f71c4964f5
UI update should be invoked on the main thread
2023-01-01 01:00:00 -08:00
Peter Minarik
fd964c7b3a
fix: set Avatar border color based on theme
2022-12-25 16:57:14 +01:00
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
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
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
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
1d7dc2f266
Bump to iOS 15 deployment target and fix build issues
2022-12-17 20:26:20 +01:00
Jed Fox
0c8c9778b0
Merge remote-tracking branch 'upstream/develop' into status-cards
2022-12-15 07:46:37 -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
Jed Fox
7e74b4beb3
Merge remote-tracking branch 'upstream/develop' into status-cards
2022-12-03 13:49:04 -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
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
Marcus Kida
75dc530dcf
chore: Implement FollowedTagsViewModel+DiffableDataSource
2022-12-01 11:39:02 +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
2987bb29fa
feat: Add FollowedTagsViewController
2022-12-01 10:54:58 +01:00
Marcus Kida
b7458dfc7b
feat: Implement hashtag button on Profile
2022-12-01 10:54:58 +01:00
CMK
b028380e7b
fix: scroll to top animation cannot trigger smooth issue
2022-11-26 05:21:27 +08:00
Marcus Kida
12bfff8b00
Merge pull request #579 from woxtu/patch
...
Fix typos
2022-11-21 17:31:05 +01:00
Nathan Mattes
d4eabf95d1
Merge pull request #622 from painhapp/refactorPinToParent
...
[Refactor] Use UIView extension to create constraints (to parent view)
2022-11-17 23:19:03 +01:00
Nathan Mattes
96c3e17531
Fix some warnings
2022-11-17 23:16:21 +01:00
Stefan Painhapp
d27d7456c9
Merge branch 'develop' into refactorPinToParent
2022-11-18 02:20:58 +09:00
Stefan Painhapp
e56104c756
Revert paddingView.pinToParent
2022-11-18 02:07:33 +09:00
Stefan Painhapp
abe25f2156
Refactor pin to (parent) layout constraints as extension of UIView
2022-11-18 01:45:27 +09:00
Jed Fox
f4018935f9
Re-add missing debug line
2022-11-17 07:25:16 -05:00
Jed Fox
4af5d3910a
Wire up the header image to be actually displayed
2022-11-16 23:05:48 -05:00
Jed Fox
23a0943b12
Constrain size
2022-11-16 22:52:44 -05:00
Jed Fox
5d91bcf8b5
Basic banner editing support
2022-11-16 22:49:49 -05:00
Jed Fox
c34f0b4f11
Color the verified link’s header green as well to match the website
2022-11-16 20:45:11 -05:00
Jed Fox
c6826542f9
Add a “Joined” cell to the top of the About tab to match the web version
2022-11-16 20:26:26 -05:00
Kyle Bashour
754cc10d8c
Merge branch 'develop' into kb/refresh-control-z-index
...
* develop: (224 commits)
Fix build
feat: improve the i18n workflow
chore: update SwiftGen to the latest version
chore: code clean
chore: Move updateActiveUserAccountPublisher to AuthenticationService
Fix authenticated user account not reloaded
feat: restore keyboard shortcut for compose scene
feat: update i18n string
chore: update i18n resources
feat: restore post compose limit
fix: iPad navigation bar still could be large title issue
feat: add throttle for post compose auto-complete query
fix: visibility missing bind back to source issue
Update Localization/app.json
New translations app.json (Galician)
New translations Intents.strings (Portuguese, Brazilian)
New translations app.json (Portuguese, Brazilian)
New translations Intents.stringsdict (Portuguese, Brazilian)
New translations ios-infoPlist.json (Portuguese, Brazilian)
New translations app.json (Portuguese, Brazilian)
...
2022-11-14 14:21:16 -08:00
Kyle Bashour
7b3c7bbd7b
Fix refresh control positioning
2022-11-14 14:09:59 -08:00
Nathan Mattes
84ffa3ba56
Merge pull request #564 from ReactiveRaven/feature/validated-fields
...
Visual indication of validated URL
2022-11-14 19:39:17 +01:00
Marcus Kida
7a3039570a
Merge pull request #544 from j-f1/account-header-a11y
...
Add accessibility labels to the profile navigation bar
2022-11-14 15:43:32 +01:00
Marcus Kida
548543a8c0
chore: Move updateActiveUserAccountPublisher to AuthenticationService
2022-11-14 14:15:28 +01:00
Marcus Kida
a2f2fb83cd
Fix authenticated user account not reloaded
2022-11-14 13:12:16 +01:00
woxtu
a36a303532
Fix typos
2022-11-14 02:53:59 +09:00
David Godfrey
082ddc38e2
Merge remote-tracking branch 'theirs/develop' into feature/validated-fields
2022-11-12 14:45:49 +00:00
David Godfrey
197e180ccd
Refactor verified alert to use edit menu
2022-11-12 14:42:00 +00:00
David Godfrey
72873fbfc1
Use localisable strings in verified modal
2022-11-12 02:40:19 +00:00