Gareth Simpson
9ebe0b314c
Change arrows icon to rocket for boosts ( #1099 )
...
* Change arrows icon to rocket for boosts
* Fixing case (part 1)
* Fixing Case (part 2)
* Clean up after merge
* Fix for disabled boost
* Fixes
---------
Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>
2023-02-28 14:53:31 +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
Peter-Josef Meisch
3a144b7792
collapse long posts ( #1037 ) close #914
...
* collapse long posts
* initialize user pref setting in init(), remove onAppear and onChange(pref) from view
---------
Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>
2023-02-26 17:32:09 +01:00
Thomas Ricouard
83e4e74329
Swiftformat
2023-02-26 06:45:57 +01:00
David Walter
a0e37273a4
Fix scaling of custom emoji ( #1020 )
2023-02-22 22:13:46 +01:00
Thomas Ricouard
a4910037b8
Swiftformat .
2023-02-22 19:09:39 +01:00
Thomas Ricouard
4576507225
Added a new Medium media style
2023-02-22 07:26:32 +01:00
Alex Grebenyuk
37a69650ef
Remove capture mode for images ( #996 )
...
* Remove capture mode for images
* Simplify how processor is created in StatusRowMediaPreviewView
* Optimize StatusViewId further
2023-02-22 07:09:56 +01:00
Thomas Ricouard
7a997ebd8a
Make secondary column available on any size + add a toggle + faster macOS window resize
2023-02-21 13:37:31 +01:00
Thomas Ricouard
061791f632
Optimize custom font
2023-02-21 07:37:16 +01:00
Thomas Ricouard
b259b6739e
Swiftformat
2023-02-21 07:23:42 +01:00
Gareth Simpson
53f364b232
Font picker consistency ( #960 )
...
* Put SF Rounded into the popup menu with Hyperlegible & Dislexia
* Remove SF Rounded Toggle
2023-02-21 07:08:32 +01:00
Yusuke Arakawa
25f699a321
Tweak the theme selector view ( #975 )
...
Co-authored-by: Yusuke Arakawa <nekolaboratory@users.noreply.github.com>
2023-02-21 07:04:02 +01:00
Thomas Ricouard
e7fffa07d4
Fix theme not being applied live on status row close #961
2023-02-20 13:00:50 +01:00
Thomas Ricouard
0d6eff391b
Reworked post header view + add option to hide server name from username
2023-02-19 19:16:39 +01:00
Alex Grebenyuk
da289dbc1f
Optimize avatar view ( #950 )
...
* Reduce AvatarPlaceholderView body calls
* Resize avatars
2023-02-19 18:34:16 +01:00
Thomas Durand
369c36811d
Updated EmojiText to 2.x ( #944 )
...
Interface used by IceCubeApp has not changed from 1.x to 2.x
Looking at the library diff shows new features like SFSymbol powered emojis. Not like we're going to make use of that
https://github.com/divadretlaw/EmojiText/compare/v1.2.0...2.0.2
2023-02-19 16:28:37 +01:00
Thomas Ricouard
ccc504fc6f
Share post as image close #885
2023-02-19 15:29:07 +01:00
Alex Grebenyuk
03d60d2236
Update Nuke ( #940 )
2023-02-19 07:25:57 +01:00
Alex Grebenyuk
425a4eef4f
Update to Nuke 12 (Beta 1) ( #924 )
...
* Install Nuke from nuke-12 branch
* Fixes
---------
Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>
2023-02-18 07:25:10 +01:00
Thomas Ricouard
f09781582f
Various optimizations to views & images rendering
2023-02-17 18:17:51 +01:00
Thomas Ricouard
40ca3940f6
Reworked account management / selection UI
2023-02-16 07:19:20 +01:00
Thomas Ricouard
6c6d25fc63
Add a setting to use SF Rounded font close #890
2023-02-15 20:03:31 +01:00
Thomas Ricouard
eb6050a38f
Swiftformat
2023-02-12 16:29:41 +01:00
Yusuke Arakawa
6219f4c446
Clarify the difference between screen name and username ( #769 )
...
Co-authored-by: Yusuke Arakawa <nekolaboratory@users.noreply.github.com>
2023-02-10 18:30:59 +01:00
Thomas Ricouard
dedc7af49c
Close #758
2023-02-10 07:59:14 +01:00
Paul Schuetz
368b2b2c5e
Update to the newest version of nuke ( #759 )
...
Static gifs as avatars are now rendered correctly.
2023-02-10 06:39:23 +01:00
Thomas Ricouard
abff7091cb
Add avatar in account selector menu
2023-02-09 07:36:23 +01:00
Thomas Ricouard
ff570e214c
Properly support OpenDyslexic and HyperLegible Fix #677
2023-02-06 18:15:08 +01:00
Sean Goldin
90ec3d419c
Clean up HapticManager ( #678 )
...
* Check for haptic capabilities
* Make manager do most of work
* ABC enum
* Fix spelling 😊
* Small tweak
2023-02-06 17:53:27 +01:00
Jérôme Danthinne
2f5e170983
Follow requests improvements ( #679 )
...
* fix: when accepting/rejecting followers, only disable the current request button
* fix: fetch followers request when updating notifications
2023-02-06 17:52:36 +01:00
Thomas Ricouard
2bd5c26c6f
Add inline account badge for status context favorites / boosts
2023-02-05 10:07:45 +01:00
Thomas Ricouard
65ed2d871c
Add settings for haptic feedbacks
2023-02-04 17:38:48 +01:00
Gareth Simpson
624d4766fa
Newer, better, faster HTML to Markdown converter ( #610 )
...
* This is a more correct html to markdown implementation.
It removes all the hacks and just uses the SwiftSoup parser correctly
It will fix issue #576 and also an unlogged issue with the old implementation that could corrupt urls with underscores in them.
* Better <br> / linefeed handling
* Cleanup
---------
Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>
2023-02-04 08:16:19 +01:00
Thomas Ricouard
bb6910cd83
Centralize haptic feedbacks
2023-02-02 16:56:42 +01:00
Thomas Ricouard
22af2db36c
Enable font scaling on iOS
2023-01-31 12:16:11 +01:00
Thomas Ricouard
d9b166339d
Fixes for iPad layout
2023-01-31 08:16:36 +01:00
Thomas Ricouard
16636b12a9
Swift format
2023-01-30 07:27:06 +01:00
Paul
392b1bd01a
Add the ability to set a custom font ( #519 )
...
* Add the ability to set a custom font
* Small fixes
* Indent
* Add missing localization
---------
Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>
2023-01-30 07:25:55 +01:00
Thomas Ricouard
497c2a1fe1
Add secondary column when screen is wide enough
2023-01-29 16:45:58 +01:00
David Walter
329e21f43c
Fix Theme not overriding UserInterfaceStyle when not following system theme ( #508 )
2023-01-29 13:24:51 +01:00
Thomas Ricouard
6ea2d9cb78
Make max width more consistent on iPad fix #236
2023-01-29 08:14:08 +01:00
Thomas Ricouard
6c22fc9383
Fix upgrade path for custom colors
2023-01-28 19:49:08 +01:00
Thomas Ricouard
dc5d15a455
Adjust neon dark secondary color
2023-01-28 18:51:25 +01:00
David Walter
3ce5b95171
Fix: background color transparency isn't saving ( #468 ) close #441
2023-01-28 18:41:27 +01:00
Thomas Ricouard
a52f0f9fbe
StatusRow: Reuse context menu + disable avatar image processor for smoother scrolling
2023-01-28 07:05:26 +01:00
Thomas Ricouard
42160b08c0
Remove some shimmering to make the scrolling performances better
2023-01-27 16:51:45 +01:00
Jérôme Danthinne
9b3b3692ee
Support for follow requests ( #376 ) close #321
...
* Support for follow requests (#321 )
* Run SwiftFormat
Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>
2023-01-25 13:02:28 +01:00
Thomas Ricouard
fbf1c30b7c
Add haptic feedback on more buttons fix #315
2023-01-24 09:19:53 +01:00
Thomas Ricouard
f718755120
Refactor iPad / macOS layout for medias in order to make the timeline smoother fix #282
2023-01-23 18:43:48 +01:00