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
f16f0d514b
Fix Swift strict concurrency warnings
2024-01-26 13:01:23 +01:00
Paul Schuetz
0b5e764556
Automatically remove spaces in server names ( #1600 )
...
* Automatically remove spaces in server names
If a server name includes a space (which can happen if the string is pasted /
autocompleted), this space is removed, which results in the app not crashing.
Fixes #1599
Signed-off-by: Paul Schuetz <pa.schuetz@web.de>
* Format
---------
Signed-off-by: Paul Schuetz <pa.schuetz@web.de>
Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>
2023-10-01 09:37:09 +02:00
Thomas Ricouard
fd09276d49
Refactor notifications count
2023-09-19 08:44:11 +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
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 Ricouard
b259b6739e
Swiftformat
2023-02-21 07:23:42 +01:00
Thomas Ricouard
bfce92d71e
Per account notifications count close #894
2023-02-18 15:36:18 +01:00
Thomas Ricouard
ca4e80101f
Swiftformat
2023-02-18 07:26:48 +01:00
Thomas Ricouard
2c8703281e
Group notification by type instead
2023-02-14 18:55:26 +01:00
Thomas Ricouard
c12bf3a098
Group notification by status or account id
2023-02-14 18:08:37 +01:00
Thomas Ricouard
dbbd33ba88
Reworked social notifications
2023-02-14 12:17:27 +01:00
Thomas Ricouard
27065619d2
Only add notification target account if more than one account
2023-02-14 08:58:01 +01:00
Thomas Ricouard
d73b6952d9
Use communication notifications
2023-02-14 08:54:23 +01:00
Thomas Ricouard
1ff0d52b49
Change notification sound back to caf
2023-01-26 20:09:33 +01:00
Thomas Ricouard
377374d34f
Show account in notification at all time
2023-01-26 18:27:37 +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
d05afd93c4
Push notifications: display account name if multi account fix #344
2023-01-24 13:38:26 +01:00
Thomas Ricouard
7f6419ebae
Swiftformat
2023-01-17 11:36:01 +01:00
Thomas Ricouard
dd6483dd37
Fix EnvironmentObject related crash on macOS + iPad
2023-01-17 07:39:13 +01:00
Thomas Ricouard
9cf863d8c3
Post editor: Drafts support
2023-01-11 12:44:34 +01:00
Thomas Ricouard
f1219d319b
Debug code for push
2023-01-11 11:54:48 +01:00
Thomas Ricouard
d59ba03ba3
Handle badge for push notifications
2023-01-09 18:52:53 +01:00
Thomas Ricouard
120daa3945
Add .wav for notifications
2023-01-08 16:46:32 +01:00
Thomas Ricouard
5920e40528
Add custom notifications sound
2023-01-08 16:00:23 +01:00
Thomas Ricouard
ed8208857a
Cleanup + Polish push notifications
2023-01-08 14:16:43 +01:00
Thomas Ricouard
a68efaef56
Set default notifications sound
2023-01-08 11:40:51 +01:00
Thomas Ricouard
da0dcbfe1c
Handle image in push notifications
2023-01-08 11:13:17 +01:00
Thomas Ricouard
424cd475ad
Add push notifications support
2023-01-08 10:22:52 +01:00