Chanhwi Joo
bd782abb88
Add 2 new icons ( #1080 )
2023-02-26 17:19:39 +01:00
Andrzej Rózga
4bae04e36e
Polish localization update ( #1074 )
2023-02-26 17:19:03 +01:00
Chanhwi Joo
9ff3a294ea
Update Korean localization ( #1078 )
2023-02-26 17:18:50 +01:00
Jair Henrique
bcb2036b6b
Improve pt-BR localization ( #1079 )
2023-02-26 17:18:44 +01:00
Xabi
cc174ddbd6
Update Basque localisation ( #1081 )
2023-02-26 17:18:37 +01:00
Thomas Ricouard
9d47427769
Fix notifications status images on iPad
2023-02-26 09:54:34 +01:00
Thomas Ricouard
347335f770
Move userMentioned outside of Status
2023-02-26 09:38:26 +01:00
Yusuke Arakawa
47bd92cd75
Update Localizable.strings ( #1071 )
2023-02-26 09:01:42 +01:00
Thomas Ricouard
0ec33b802d
Refactor account context menu and add it to account list row
2023-02-26 08:59:49 +01:00
Ico Davids
242998799a
Dutch localization update ( #1067 )
2023-02-26 06:46:09 +01:00
Thomas Ricouard
83e4e74329
Swiftformat
2023-02-26 06:45:57 +01:00
Paul Schuetz
06629cc397
Enhance the context menu for private messages ( #1053 )
...
* Enhance the message context menu
A direct message can now directly be bookmarked, the author can be publicly
mentioned and reported.
Signed-off-by: Paul Schuetz <pa.schuetz@web.de>
* Add options to the conversation list context menu
Since the latest message is shown in the conversation list, the user can now
interact with this message via the context menu similar to the messages in the
conversation history.
The "conversation" class had to be modified since
bookmarking and liking a message would have led to a race condition (depending
on the server) when fetching the conversations afterwards, so the only affected
the message is now immediately updated.
Signed-off-by: Paul Schuetz <pa.schuetz@web.de>
* Remove child view models
The child views models are removed, and the list row now only uses the conversation
object managed by the list view model.
Signed-off-by: Paul Schuetz <pa.schuetz@web.de>
* Make unmodified var let
The last state-var of a conversation isn't modified, instead, a new conversation
is created. Therefore, the var is now a let.
Signed-off-by: Paul Schuetz <pa.schuetz@web.de>
---------
Signed-off-by: Paul Schuetz <pa.schuetz@web.de>
2023-02-26 06:45:31 +01:00
Thomas Ricouard
2ba2675ae4
Fix DM badge
2023-02-25 19:54:46 +01:00
Thomas Ricouard
93ee83c65d
Timeline: Cleanup
2023-02-25 19:47:15 +01:00
Thomas Ricouard
151154b335
Timeline: Enable jump to latest + in place refresh for all other timeline types
2023-02-25 19:32:47 +01:00
Thomas Ricouard
43cb5164d1
Profile use compact name formatter for numbers close #1057
2023-02-25 18:37:07 +01:00
Yusuke Arakawa
f1db2f716d
Adjusted how to hide the voting screen ( #1054 )
...
Like other submission item selection screens, the voting screen can now be shown/hidden with a button toggle.
Co-authored-by: Yusuke Arakawa <nekolaboratory@users.noreply.github.com>
2023-02-25 18:28:27 +01:00
Thomas Ricouard
d82453c513
Better visibility for DM in notifications list close #1064
2023-02-25 18:12:31 +01:00
Thomas Ricouard
b036e90ce4
Simplify Timeline refresh
2023-02-25 10:10:27 +01:00
nixzhu
250730be42
Update Simplified Chinese localization ( #1027 )
...
* Update some translations
* Update two translations
2023-02-25 07:42:39 +01:00
Andrzej Rózga
a125b71f34
Polish localization update ( #1049 )
2023-02-25 07:42:30 +01:00
Xabi
3ce1a7f038
Update Basque localisation ( #1052 )
...
added missing strings:
- settings.section.cache
- settings.cache-media.clear
- account.edit.metadata-section-title
- account.edit.metadata-name-placeholder
- account.edit.metadata-value-placeholder
- account.edit.add-metadata-button
fixed typo:
- settings.display.section.font
replaced:
- status.action.translate
- status.action.translate-from-%@
- status.action.translated-label-%@
with
- status.action.translate
- status.action.translated-label-%@
- status.action.translated-label-from-%@-%@
2023-02-25 07:42:23 +01:00
Thomas Ricouard
7561354a0c
Bump tp 1.5.10
2023-02-24 20:12:56 +01:00
Cthulhux
08930a8061
de: new strings.. ( #1048 )
2023-02-24 18:53:03 +01:00
Yusuke Arakawa
1c2968f976
Update Localizable.strings ( #1041 )
2023-02-24 18:52:55 +01:00
Thomas Ricouard
abb1c53ae6
Various fixes
2023-02-24 17:16:39 +01:00
Thomas Ricouard
8e72430b4f
Revert the isThread behaviour
2023-02-24 13:25:40 +01:00
Thomas Ricouard
29aaa7c5cb
Optimisations: Autoclosure for StatusRowViewModel
2023-02-24 13:25:21 +01:00
Thomas Ricouard
401bd7afb5
Edit profile: Fix fonts
2023-02-24 09:37:23 +01:00
Thomas Ricouard
cc4768b5e7
Profile edit: Allow re order of fields
2023-02-24 09:23:16 +01:00
Yusuke Arakawa
293d680510
Fix follow button placement in the center ( #1033 )
...
Co-authored-by: Yusuke Arakawa <nekolaboratory@users.noreply.github.com>
2023-02-24 08:42:24 +01:00
Thomas Ricouard
b47eaac9e7
Fix fr localization typo
2023-02-24 08:28:00 +01:00
Thomas Ricouard
63ff87f640
Move languages into Models
2023-02-24 08:24:51 +01:00
Thomas Ricouard
096e42b1c2
Profile edit: Add metadata editing
2023-02-24 07:55:24 +01:00
Yusuke Arakawa
a14e1b5417
Update Localizable.strings ( #1039 )
...
Co-authored-by: Yusuke Arakawa <nekolaboratory@users.noreply.github.com>
2023-02-24 06:45:21 +01:00
Thomas Ricouard
3cc589851f
Composer: Scale down image that are too big for upload
2023-02-23 21:21:21 +01:00
Thomas Ricouard
fa0ad34bea
Bump to 1.5.9
2023-02-23 20:04:51 +01:00
Thomas Ricouard
aad3e27748
Composer: Normalize error UI for media upload
2023-02-23 19:53:16 +01:00
Thomas Ricouard
3f17afa8ac
Accounts: Replace lock / robot emojis with SF Symbols
2023-02-23 18:57:48 +01:00
Thomas Ricouard
f01a742845
Notifications: Show badge on account switcher on iOS
2023-02-23 18:57:28 +01:00
Thomas Ricouard
26e09d230b
QuickLook: change + cleanup cache folder on close
2023-02-23 18:57:12 +01:00
Thomas Ricouard
cdbfd5db00
Settings: Add an option to clean media cache
2023-02-23 18:43:09 +01:00
Thomas Ricouard
8e99c195e0
Sidebar: Make badge bigger + limit to 99+
2023-02-23 18:42:34 +01:00
Thomas Ricouard
0db7ea897a
Show thread icons whenever there is reply
2023-02-23 09:02:12 +01:00
Jair Henrique
62afbc5ea6
Improve pt-BR localization ( #1025 )
2023-02-23 08:05:39 +01:00
Kum Hathaway
efaa21414e
Update Localizable.strings ( #1028 )
...
Just an update
2023-02-23 08:05:28 +01:00
Vitaly Kovalyshyn
27a3d34c94
- Improved ukrainian localization; ( #1030 )
...
- Added missed labels.
2023-02-23 08:05:16 +01:00
Thomas Ricouard
1ac9d8a6f8
Don't fetch status accounts when already fetched
2023-02-23 07:32:00 +01:00
Thomas Ricouard
ead649125e
Merge branch 'main' of https://github.com/Dimillian/IceCubesApp
2023-02-23 07:23:22 +01:00
Thomas Ricouard
f93f0f0974
Quote statuses: Added cache + faster
2023-02-23 07:23:18 +01:00