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
Quin
43b32ca3f7
Add accessibility labels to timeline headers. ( #880 )
2023-02-15 18:47:42 +01:00
Thomas Ricouard
d958d10036
Remove Client and RouterPath from StatusRowView env object
2023-02-15 08:46:14 +01:00
Peter-Josef Meisch
fc21a3721a
Add setting to disable display of alt texts for media ( #854 )
2023-02-14 22:13:48 +01:00
Thomas Ricouard
363164d96d
Bind tabs to client.id
2023-02-14 14:27:29 +01:00
Thomas Ricouard
dbbd33ba88
Reworked social notifications
2023-02-14 12:17:27 +01:00
Thomas Ricouard
05815e6d35
Correctly route notification at app launch
2023-02-14 07:46:45 +01:00
Chanhwi Joo
af61ff7914
Improve swipe actions ( #825 )
...
* Remove icons from settings
* Add new toggle for using the theme tint
* Localizations
* Add icon style picker
* Localizations
---------
Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>
2023-02-14 07:01:55 +01:00
Andrzej Rózga
01a45b4a52
Localization update - missing strings in Localizable ( #838 )
...
- added missing string for "Official icons"
- added missing string for "Icons by ..."
- added String extension in IconSelectorView.swift
(maybe you prefer it in separate file)
Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>
2023-02-14 07:01:34 +01:00
Thomas Ricouard
3d96d6997d
Better handling of notifications
2023-02-13 22:30:06 +01:00
Thomas Ricouard
90199fc88b
Route to push notifications on selection
2023-02-13 21:50:44 +01:00
Thomas Ricouard
50f6f1b007
Report status
2023-02-13 21:12:18 +01:00
Thomas Ricouard
86aad4145a
Notifications: When multiple follow, open list of users instead of just one user
2023-02-13 07:00:42 +01:00
Thomas Ricouard
eb6050a38f
Swiftformat
2023-02-12 16:29:41 +01:00
Chanhwi Joo
0b3319c2e1
Improve swipe actions and settings ( #808 )
...
* Remove an unnecessary space from string
settings.swipeactions.status.trailing
* Make SwipeActionsSettingsView to be consistent with others
* Divide none as another section
* Add icons
* Make hollow icons work
* Show different button label by its status
* Use different colors by actions
* Fix swapped icons in settings
* Refactor
2023-02-12 10:37:09 +01:00
Peter-Josef Meisch
124aeef7fb
swipe actions improvements ( #785 )
...
* swipe actions improvements
* use old values as default settings
* Polish swipe actions settings
* Fix background color
---------
Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>
2023-02-11 21:48:08 +01:00
Chanhwi Joo
129671bbd4
Remove settings.display.section phone & settings.display.section.ipad from Localizable.strings ( #787 )
2023-02-11 20:21:27 +01:00
Thomas Ricouard
feefb02456
Status detail: Switch to List container + refactor to something much better
2023-02-10 18:21:05 +01:00
Thomas Ricouard
06120974fa
Better iPad / macOS sidebar close #614
2023-02-10 12:53:59 +01:00
Peter-Josef Meisch
449c8ba2ed
Consolidate icon style in settings tab ( #750 )
2023-02-10 06:40:02 +01:00
David Davies-Payne
11167c35c3
Also sort tags and lists in profile view ( #764 )
...
* Add CurrentAccount.sortedLists and .sortedTags
Sorts alphabetically, ascending, lowercased on title and name respectively.
* TimelineTab uses CurrentAccount.sortedLists and .sortedTags
* Account detail sorts tags and lists
Alphabetically, ascending, lowercased via CurrentAccount.sortedTags, .sortedLists
2023-02-10 06:38:18 +01:00
Sean Goldin
d5177f9b2d
Clean up IconSelectorView code ( #745 )
...
* Clean up code
* Update IceCubesApp/App/Tabs/Settings/IconSelectorView.swift
Co-authored-by: Ico Davids <ico.davids@gmail.com>
---------
Co-authored-by: Ico Davids <ico.davids@gmail.com>
2023-02-09 18:49:03 +01:00
Thomas Ricouard
5ab9566ca5
Ensure account and tab switching is done without animations
2023-02-09 18:48:31 +01:00
Yusuke Arakawa
dae7b85d3d
Timeline: restore the selected timeline at the next startup ( #694 )
...
* Timeline: restore the selected timeline at the next startup
Signed-off-by: Yusuke Arakawa <nekolaboratory@users.noreply.github.com>
* Rename: UserDefaultas label name
Signed-off-by: Yusuke Arakawa <nekolaboratory@users.noreply.github.com>
* Timeline: RawRepresentable of TimelineFilter
Signed-off-by: Yusuke Arakawa <nekolaboratory@users.noreply.github.com>
* Cleanup code
* Supports RemoteTimelineFilter
* Cleanup code
* Safe saves last viewed status
---------
Signed-off-by: Yusuke Arakawa <nekolaboratory@users.noreply.github.com>
Co-authored-by: Yusuke Arakawa <nekolaboratory@users.noreply.github.com>
2023-02-09 12:27:59 +01:00
Thomas Ricouard
c3d6eeb998
Add 1 more icon
2023-02-09 12:24:24 +01:00
Gareth Simpson
a43a657f1e
Add translate button to the preview post in settings ( #724 )
...
* Add translate button to the preview post in settings
* Accidental outdent.
* Add share button to placeholder status and also preview status in settings.
2023-02-09 07:38:04 +01:00
Yusuke Arakawa
32c9d1464a
Fix the theme is not applied to a part of the setting screen on iPadOS ( #736 )
...
Co-authored-by: Yusuke Arakawa <nekolaboratory@users.noreply.github.com>
2023-02-09 07:37:16 +01:00
Yusuke Arakawa
11c5da05c2
Remove tab string from iOS app ( #669 )
...
* Remove tab string from iOS app
* Added tab string display setting
* Fixes
---------
Co-authored-by: Yusuke Arakawa <nekolaboratory@users.noreply.github.com>
Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>
2023-02-09 06:28:16 +01:00
Yusuke Arakawa
81ce93f446
Removed unnecessary indentation from #716 ( #730 )
...
Co-authored-by: Yusuke Arakawa <nekolaboratory@users.noreply.github.com>
2023-02-09 06:22:34 +01:00
Gareth Simpson
8f6e6853aa
Add a preview toot to the top of the display settings page. ( #716 )
...
* Add a preview toot tot the top of the display settings page.
* DisplayModel doesn't need to be @State
* Disable hitTest
* Example Post
---------
Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>
2023-02-08 19:09:24 +01:00
Thomas Ricouard
8d6a84a48e
In app browser is back to full screen
2023-02-08 07:22:52 +01:00
Thomas Ricouard
c5e43394c8
Add a setting to disable secondary column on iPad / macOS
2023-02-06 18:53:37 +01:00
Thomas Ricouard
ff570e214c
Properly support OpenDyslexic and HyperLegible Fix #677
2023-02-06 18:15:08 +01:00
Thomas Ricouard
3c9b0af3dd
Merge branch 'main' of https://github.com/Dimillian/IceCubesApp
2023-02-06 17:57:17 +01:00
Thomas Ricouard
b417141269
Also stop watcher on macOS
2023-02-06 17:53:47 +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
Thomas Ricouard
730e471718
Composer: Internalize TextView + fix a lot of lag when editing
2023-02-06 12:24:57 +01:00
Thomas Ricouard
5f76a8057c
Filter remote local timeline
2023-02-06 12:24:48 +01:00
Thomas Ricouard
d7bad26f04
Revert "Add install fonts option"
...
This reverts commit 34c4521cd4
.
2023-02-05 21:22:18 +01:00
Thomas Ricouard
34c4521cd4
Add install fonts option
2023-02-05 21:01:35 +01:00
Thomas Ricouard
7e88339dc5
Add Boutique in the about screen
2023-02-05 08:02:44 +01:00
Thomas Ricouard
0a9098c3db
Scope the Tabbar to the current account
2023-02-04 22:00:33 +01:00
Thomas Ricouard
f55cadfbdd
Fix logout
2023-02-04 21:54:41 +01:00
Thomas Ricouard
f73bac9ae7
Revert "Cleanup logout code"
...
This reverts commit f54db5a43e
.
2023-02-04 21:53:13 +01:00
Thomas Ricouard
5afd2dc73c
Add Jump to Latest to clear out cache and reload home timeline
2023-02-04 21:21:36 +01:00
Thomas Ricouard
f54db5a43e
Cleanup logout code
2023-02-04 20:42:51 +01:00
Thomas Ricouard
65ed2d871c
Add settings for haptic feedbacks
2023-02-04 17:38:48 +01:00
Thomas Ricouard
6b285cdbcf
Cleanup
2023-02-04 17:17:38 +01:00
Thomas Ricouard
8c7efb7df5
Add settings to clear the cache
2023-02-04 15:08:54 +01:00