Duong Thai
6dc437b226
up and running, unit tests
2024-03-07 09:16:40 +07:00
Thomas Ricouard
cca6472a32
Update to Nuke 12.4.0
2024-02-13 18:51:00 +01:00
Thomas Ricouard
d10adf1fd9
Update packages
2024-02-05 08:56:38 +01:00
David Walter
827765f251
EmojiText 4.0.0 ( #1941 )
2024-02-05 08:49:29 +01:00
Thomas Ricouard
709dd79e25
Fix for visionOS + Remove shimmer
2024-01-19 08:51:29 +01:00
Thomas Ricouard
0dea624060
VisionOS fixes
2024-01-16 18:43:09 +01:00
Thomas Durand
788fab930b
Using AsyncButton from button kit to improve following and related buttons ( #1888 )
2024-01-14 10:51:54 +01:00
David Walter
d755396119
Update EmojiText to 3.2.1 ( #1753 )
2023-12-18 06:43:52 +01:00
Thomas Ricouard
1fa54afc3a
Add support for GIPHY + rework loading of the media in the editor
2023-12-17 10:27:01 +01:00
sh95014
f9da958047
add a setting to disable the account popover on hover ( #1750 )
...
* add a setting to disable the account popover on hover
- not entirely pleased with the AnyView() cast but don't really know of a less invasive change
* Fixes
---------
Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>
2023-12-17 07:57:20 +01:00
David Walter
47326b3f7a
Update EmojiText to 3.2.0 ( #1751 )
...
Fixes #1738
2023-12-17 07:28:18 +01:00
Thomas Ricouard
5941276145
Update dependencies
2023-12-07 09:29:03 +01:00
Thomas Ricouard
c1c7c666cb
Disable indentation in compact post
2023-11-18 10:44:27 +01:00
Thomas Ricouard
bf618d3c5f
Update packages
2023-11-14 19:47:51 +01:00
Thomas Ricouard
1bbb0dc82d
Fix sound effects + upgrade swift concurrency settings
2023-09-14 11:04:14 +02:00
Thomas Ricouard
113b28db18
Account context menu link to web based privacy settings
2023-08-29 08:58:07 +02:00
Paul Schuetz
b8af362b23
Show all symbols when adding a tag group ( #1513 )
...
* Show all symbols when adding a tag group
All the SFSymbols are shown when adding a tag group, the list is taken from
SFSafeSymbols. This includes symbols such as "swift" and "apple.logo", as seen
in https://mastodon.social/@alexito4/110742407894134083 .
Signed-off-by: Paul Schuetz <pa.schuetz@web.de>
* Add credit for SFSafeSymbols
The list of used libraries is updated with SFSafeSymbols.
Signed-off-by: Paul Schuetz <pa.schuetz@web.de>
---------
Signed-off-by: Paul Schuetz <pa.schuetz@web.de>
2023-07-20 08:01:32 +02:00
Thomas Ricouard
185f4b60e2
Update package + Switch to SwiftUIIntrospect for the Timeline
2023-07-18 09:45:39 +02:00
Keita Watanabe
968792ad68
Fix build error for design system package ( #1220 )
2023-03-11 07:21:16 +01:00
David Walter
2ac615b0ba
Fix CustomEmoji Baseline Offset ( #1188 )
2023-03-06 15:21:26 +01:00
Thomas Ricouard
30de766777
Remove Atomics
2023-02-27 06:40:30 +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
Thomas Durand
482d93a68d
Removed Boutique, using Bogeda directly ( #1007 )
...
* Removed Boutique, using Bogeda directly
* Updated about screen
2023-02-22 18:56:37 +01:00
Thomas Durand
11bc89c0cd
EmojiText update - containing performance improvements with "custom emoji cache" ( #1006 )
2023-02-22 18:56:28 +01:00
Thomas Durand
55b5010606
Updated RevenueCat - Fixes build with Xcode 14.3 beta ( #985 )
2023-02-22 07:06:14 +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
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
df98e0f987
Revert "Use semver library for version checks ( #843 )"
...
This reverts commit 380a6acfd1
.
2023-02-14 07:03:49 +01:00
Joe Barbere
380a6acfd1
Use semver library for version checks ( #843 )
...
Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>
2023-02-14 07:00:32 +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
730e471718
Composer: Internalize TextView + fix a lot of lag when editing
2023-02-06 12:24:57 +01:00
Thomas Ricouard
aae6b12666
Replace memory cache with Boutique SQLite cache
2023-02-04 12:33:28 +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
4104fdf4f5
Fix the crash once and for all by using Introspect
2023-02-03 16:24:09 +01:00
Gareth Simpson
fdb402a065
Boost deduplicating ( #524 )
...
* Trying something with caching boosts
* Use an actual cache for caching
* Persist cache to documents folder
* Stray debugging variable
* Unpublish seen variable in the ViewModel
* Settings for deduplicating boosts.
* Changes from review / merge conflicts
2023-02-01 18:56:06 +01:00
Thomas Ricouard
1aadb0ce3a
Add a setting for disabling social keyboard close #355
2023-01-24 21:44:33 +01:00
Hidemune Takahashi
ae3d190799
Added marked text range support ( #345 )
...
* 👍 Added markedTextRangeSupport.
* 👍 ignore when markedTextRange is non-nil.
* Update TextView revision
Co-authored-by: Hidemune Takahashi <h1d3mun3.74k4h45h1@gmail.com>
Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>
2023-01-24 17:26:56 +01:00
Thomas Ricouard
8680d2b83a
Few keyboard fixes
2023-01-22 17:17:33 +01:00
Thomas Ricouard
1eb3dfb5a5
Editor: Fixes to the first time sizing + paste images
2023-01-13 12:23:48 +01:00
Thomas Ricouard
6f7c576c3a
Add notify next to follow button if following
2023-01-12 07:36:19 +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
75fda4b709
Tip jar + New display name
2023-01-07 13:44:13 +01:00
Thomas Ricouard
b525af8f1d
Update TextView
2022-12-31 07:32:12 +01:00
Thomas Ricouard
03e5a960d2
Better status editor
2022-12-27 19:10:31 +01:00
Thomas Ricouard
f14640a2ee
Merge branch 'main' into update-nuke
2022-12-27 14:23:41 +01:00
Thomas Ricouard
0ac109c49b
Better quote post
2022-12-27 13:38:10 +01:00
kean
71713759b7
Update to Nuke 11.5.1
2022-12-26 14:14:00 -05:00
Thomas Ricouard
45eafeb119
Update TextView
2022-12-26 09:28:45 +01:00
Thomas Ricouard
bda77571b6
Editor: Simple edit
2022-12-26 08:24:55 +01:00