Thomas Ricouard
35e8cb6512
Format all code using swift-format
2024-10-28 10:57:48 +01:00
Thomas Ricouard
594fb3ea07
New iOS 18 Icon
2024-09-13 15:21:14 +02:00
Thomas Ricouard
6297a428a3
Full Xcode 16 supports + iOS 18 support ( #2100 )
...
* Compile on iOS 18
* Fix more warnings
* Tweak build settings
* Migrate to Swift Tests
* better tests
* Fix
* Fix tests
* More TabView cleanup
Bump to iOS 18 only + remove custom sidebar
* Revert "More TabView cleanup"
This reverts commit e051437fcb
.
* Tabbar fix + bump to iOS 18
* Remove popToRoot
* Cleanup scrollToTop
* Support both TapBar
* Better TabView support
* Better TabView support
* Cleanup
* Disable TabView animations
* Remove id in ForEach
* Remove external init for StatusRowView
* Cleanup
* More Swift 6 concurrency
* Swift 6 mode
* Fixes
* Full Swift 6 packages support
* For now compile env in Swift 5 mode
* Fix archive
* More fix to Archive
* Address `dispatch_assert_queue_fail` (#2161 )
See https://twitter.com/dimillian/status/1823089444397724003?s=61&t=SC3rvyJQWn1NQqAgMVrT0Q
* Bump Env to Swift 6
* Fix push notification
* Remove unecessary workaround
* Cleanup
* Move to @Entry
* Fix TabView on Catalyst
* Fix build
* Fix build 2
* fix warning
* Fix icons for iOS 18
---------
Co-authored-by: NachoSoto <NachoSoto@users.noreply.github.com>
2024-09-10 06:53:19 +02:00
Thomas Ricouard
1ad4a245f3
Add support for sub.club support ( #2162 )
...
* Account tipping
* Tryout full flow
* Add link params
* WIP
* Progress flow
* Fixes
* More progress
* Refresh user profile on notification
* Tweaks
* Fix follow button not refreshing
* Refactor proxy url
* Code cleanup
* Subscribe to a premium account from a standard linked account
* Premium posts tab on linked standard account
* Fix flow
* New domain
* Fix flow
* More fixes to follow flow
* Update so to sub.club
* Add colorScheme in URL
* rollback domain
* Back to sub.club
* Use SubClub API for Subscription info
* Fix
* Merge
* Merge branch 'iOS-18' + fixes
2024-08-14 20:07:43 +02:00
Thomas Ricouard
abcd4cc321
Add muted and blocked accounts list
2024-05-02 08:43:58 +02:00
Thomas Ricouard
b9b3d0e727
Enhance visionOS support
2024-02-06 15:17:20 +01:00
Thomas Ricouard
b4dbda8722
Migrate EmojiText API
2024-02-05 08:55:24 +01:00
Thomas Ricouard
13e87b41e9
Fix list not updating in the quick access pills
2024-01-02 11:54:17 +01:00
Thomas Ricouard
5a2478c791
VisionOS native support ( #1758 )
...
* Initial support
* UI Adjustments
* WIP icons
* More UI
2023-12-19 09:51:20 +01:00
Thomas Ricouard
8ff3e22d9f
SwiftFormat
2023-12-18 08:22:59 +01:00
Thomas Ricouard
fcaf48ce53
foregroundColor -> foregroundStyle
2023-12-04 15:49:44 +01:00
Thomas Ricouard
885a134eaf
Fix list on older instances
2023-12-01 08:14:57 +01:00
Thomas Ricouard
12419a77e2
Fix build for real
2023-11-28 14:41:17 +01:00
Thomas Ricouard
662f1002f5
Fix build
2023-11-28 14:32:35 +01:00
Thomas Ricouard
f2606b4614
Search users in list edit
2023-11-28 14:16:04 +01:00
Thomas Ricouard
2e2a9f5f14
Add more lists setttings
2023-11-28 09:18:52 +01:00
Thai D. V
ea5480ef46
add account popovers for display name and handle ( #1687 )
2023-11-27 09:00:52 +01:00
Thai D. V
94172cef27
Feature: popover the account overview when hovering on the avatar ( #1682 )
...
* fix avatar scale
* refactor avatar config data
* add `AvatarView_Previews`
* refactor shape and placeholder of avatar
* refactor `AvatarView` and add `AvatarPopup`
* add `hoverEffect` for iPad
* fix auto-dismiss bug
* fix `showPopup` bug
* disable inappropriate avatar popups
2023-11-20 10:59:49 +01:00
Thomas Ricouard
f9c0355f1d
Convert Theme to Observable
2023-09-18 21:03:52 +02:00
Thomas Ricouard
4189a59cf6
iOS 17+ only support + migrating to Observation framework ( #1571 )
...
* Initial iOS 17 + Observable migration
* More Observation
* More observation
* Checkpoint
* Checkpoint
* Bump version to 1.8.0
* SwiftFormat
* Fix home timeline switch on login
* Fix sidebar routerPath
* Fixes on detail view
* Remove print changes
* Simply detail view
* More opt
* Migrate DisplaySettingsLocalValues
* Better post detail transition
* Status detail animation finally right
* Cleanup
2023-09-18 07:01:23 +02:00
Thomas Ricouard
8a3c971402
Swiftformat
2023-09-16 14:15:03 +02:00
Thomas Ricouard
8e3584ee79
Upgrade to Swift tools version 5.9 + strict Swift concurrency everywhere
2023-09-15 12:46:15 +02:00
David Walter
2ac615b0ba
Fix CustomEmoji Baseline Offset ( #1188 )
2023-03-06 15:21:26 +01:00
Thomas Ricouard
37ed178c3f
Various fixes + fix Explore navigation
2023-03-02 20:15:07 +01:00
Jim Dovey
d1209e6704
Updated to resolve all possible Sendability warnings from Swift 6 compatibility mode. ( #1072 )
...
Co-authored-by: Jim Dovey <jimdovey@apple.com>
2023-02-27 06:39:07 +01:00
David Walter
a0e37273a4
Fix scaling of custom emoji ( #1020 )
2023-02-22 22:13:46 +01:00
David Davies-Payne
159bd74566
Sort lists alphabetically in ListAddAccountView ( #943 )
2023-02-19 07:25:09 +01:00
Thomas Ricouard
f73bac9ae7
Revert "Cleanup logout code"
...
This reverts commit f54db5a43e
.
2023-02-04 21:53:13 +01:00
Thomas Ricouard
f54db5a43e
Cleanup logout code
2023-02-04 20:42:51 +01:00
Thomas Ricouard
d1034cd9a3
Do string manipulation at the decode time to keep the UI smooth fix #178
2023-01-20 18:27:00 +01:00
Thomas
980b9a5dd6
Implement Localization ( #80 )
...
* Implement localization
* Fix some localization keys
* Adapt to recent changes
2023-01-19 18:14:08 +01:00
Thomas Ricouard
4143e82fbc
Multi account sidebar + scaled font size on macOS + better iPad / macOS app UX
2023-01-17 19:41:46 +01:00
Thomas Ricouard
7f6419ebae
Swiftformat
2023-01-17 11:36:01 +01:00
Thomas Ricouard
7d053592c9
Scrolling optimizations with the new emojis
2023-01-12 21:12:47 +01:00
David Walter
3acd5aced4
Support Custom Emojis ( #61 )
...
* Support Custom Emojis
* Update EmojiText
* Update EmojiText
* Use EmojiText in StatusEditorAutoCompleteView
* Update EmojiText
* Display Account displayName without emojis in navigation title
Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>
2023-01-12 06:58:04 +01:00
Thomas Ricouard
e0253fb439
Added lists support + bunch of bug fixes
2023-01-02 19:23:44 +01:00