Commit graph

644 commits

Author SHA1 Message Date
Thomas Ricouard 3d0b913a34
Update README.md 2023-01-28 19:29:46 +01:00
Roman Mirzoyan 5c1a567c04
Fixed parameter (#488)
Co-authored-by: Roman Mirzoyan <h500p1a@s-mxs.net>
2023-01-28 19:29:16 +01:00
Thomas Ricouard dc5d15a455 Adjust neon dark secondary color 2023-01-28 18:51:25 +01:00
Thomas Ricouard 45704e6d0d Fix Catalan addition 2023-01-28 18:47:22 +01:00
David Walter 3ce5b95171
Fix: background color transparency isn't saving (#468) close #441 2023-01-28 18:41:27 +01:00
David Walter 11d4a84bd8
Fix hasConnection (#470) close #375 2023-01-28 18:41:04 +01:00
Jerry 171e3998c8
Update Simplified Chinese localization (#472)
* Add missing translations

* Update Localizable.strings

Referred to Mastodon's official translations with Filters
2023-01-28 18:40:40 +01:00
Andrzej Rózga 582f64de9f
Polish localization - update of new strings (#475)
Co-authored-by: andrzej <andrzej@laserjet.local>
2023-01-28 18:40:33 +01:00
Jérôme Danthinne 2360c5f4db
Fix french localizations (#476)
* Fix french plurals

* Fix english

* More French translations fixes

* Switching relative date formatter

---------

Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>
2023-01-28 18:40:23 +01:00
Ico Davids 256634f0c9
Updates to the nl localization 7 (#478)
* Translated untranslated NL filter strings

* Translated notifications others to NL
2023-01-28 18:40:14 +01:00
rbnval aafbebd1da
Add Catalan localization (#479)
* Create Localizable.strings

* Update Localizable.strings

* Update Localizable.strings

* Update Localizable.strings

* Update Localizable.strings

* Update Localizable.strings
2023-01-28 18:40:06 +01:00
rbnval c575a68f3f
Create ca.lproj (#481) 2023-01-28 18:39:56 +01:00
Espen Bye 7f39b1f230
Norwegian localization fixes (#482)
* Fix trending tag localization

* Translate new strings
2023-01-28 18:39:27 +01:00
kum4423 03c9a2157e
Update Localizable.strings (#485)
Updated Japanese translations related to newly added filters
Optimizing nuance
2023-01-28 18:39:18 +01:00
Thomas Ricouard 1521dcad75 Bump version to 1.2.1 2023-01-28 18:39:05 +01:00
Thomas Ricouard e67ae9eb33 Avoid one useless status row change 2023-01-28 11:09:35 +01:00
Thomas Ricouard 3fc172c303 Fix typo 2023-01-28 11:00:20 +01:00
Jérôme Danthinne 5b310842a4
Fix french plurals (#464)
* Fix french plurals

* Fix english

---------

Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>
2023-01-28 10:14:07 +01:00
Jérôme Danthinne ffcb0574cc
Fix: consolidated notifications (#461)
* Fix consolidated notifications pagination

* Only group followers on All notifications screen
2023-01-28 09:04:35 +01:00
Gareth Simpson 1983ae0f48
This is a more conservative fix for #328 (#462) close #328
Having checked the markdown -> attributedtext conversion, lots of things I was escaping before are actually ingored.

This change only escapes things that are definitely rendered and as far as I can tell doesn't break anything now.

Test post to look at with maximal Markdown: https://mas.to/@elbrux/109743775703438333
2023-01-28 09:01:37 +01:00
prajeet 525321cfa4
Stopped calling authenticated endpoints if authtoken is does not exist for currentClient. (#463) 2023-01-28 09:01:12 +01:00
Thomas Ricouard edb43040a3 Add credits section to icon selector 2023-01-28 08:58:36 +01:00
Thomas Ricouard 0fb9e60c3f Fix a few issues with search 2023-01-28 08:29:49 +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 1a0aa3fb84 Fix Polish + add missing keys 2023-01-28 06:56:07 +01:00
Andrzej Rózga 00990aff50
Polish localization (#453)
Co-authored-by: andrzej <andrzej@laserjet.local>
2023-01-28 06:52:50 +01:00
Greg Gardner b1b9e658c9
Work-around issue with QLPreviewController not supporting swipe-to-dismiss and pinch-to-dismiss when presented from SwiftUI by creating a transparent UIViewController wrapper around QLPreviewController that presents it using UIKit instead. (#452) close #106
Co-authored-by: Greg <greg@cromulentlabs.com>
2023-01-28 06:45:15 +01:00
Arthur Givigir be802980c5
Add Brazilian Portuguese Localization (#448)
* Added new language support - Brazilian Portuguese

* Translated string

* Fixed translation form was-reply

* Rebased from main and added missing strings to Brazilian Portuguese

* Fixed conversations.empty.message translation

---------

Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>
2023-01-28 06:35:31 +01:00
Espen Bye 5e61b2d61e
Adding Norwegian (Bokmål) localization (#451) 2023-01-28 06:34:23 +01:00
Roberto Pastor 4cdd0214f4
Spanish update 27-01 (#450)
* - Updated spanish localization with new keys
- Added missing NSLocalizedString for filters

* Fixed unresolved conflict

---------

Co-authored-by: Roberto Pastor <roberto.pastor@cabify.com>
2023-01-28 06:33:58 +01:00
Thomas Ricouard 7c160ce731 Bump to 1.2 2023-01-28 06:26:54 +01:00
Thomas Ricouard b89221a535 Code cleanup / format / lint 2023-01-27 20:36:40 +01:00
Thomas Durand 8cac9df8c6
Action extension that would open a deep link in the app (#423)
* Early version of an action that would open a deeplink in the app

* Extend routeur support + catch deeplinks

* Cleaning extension code, using what local packages has to offer

* Removed useless stuff from the extension

* Added action icon ; Thanks Dall-E for the icon

* Added the action name within a localizable file

* Fix routeur

---------

Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>
2023-01-27 20:35:16 +01:00
Thomas Ricouard ea3f3882c6 Merge branch 'main' of https://github.com/Dimillian/IceCubesApp 2023-01-27 20:20:52 +01:00
Thomas Ricouard 07cec1b116 Add to french localization 2023-01-27 20:20:50 +01:00
Jerry c788063d44
Add plurals for Simplified Chinese (#445)
* Add plurals

* Update Localizable.stringsdict
2023-01-27 19:19:57 +01:00
Gian Luca Dalla Torre 7b09173bf2
Italian Localization Update (#446)
* Italian Localization Update

Add a couple of missing labels.

* Also translated new plurals
2023-01-27 19:19:41 +01:00
Thomas Ricouard 10ded74074 Update icons 2023-01-27 19:19:31 +01:00
Thomas Ricouard 1dd536c8e7 Keep a shadow copy of notifications so the streamed notifications can be reconsolidated 2023-01-27 17:23:41 +01:00
Jérôme Danthinne bec9ab8792
Consolidated notifications (#443) close #231
* Group favorite and boost notifications

* Group notifications per page, not globally
2023-01-27 16:58:04 +01:00
Haythem BEN ABDALLAH 1824721a57
Add french localisation (#440)
* Update French localization

* Updated french localization

* Update Localizable.strings

* Fix add french

---------

Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>
2023-01-27 16:57:33 +01:00
Jerry 7acf1e56ab
Update Simplified Chinese Localization (#436)
* Update Localizable.strings

* account.detail.about
2023-01-27 16:55:08 +01:00
Ico Davids 88d3522b4c
Updates to the nl localization 6 (#433)
* Translated untranslated NL strings

* Updates for consistency

* More consistency changes

* Translated untranslated string

* Translated account actions

* Translated "settings.system"
2023-01-27 16:52:38 +01:00
Cthulhux d16abce55a
Update German translation (#435)
* account.action.edit-filters was duplicate - removed one
* more translations
* more "post = Beitrag" translations
2023-01-27 16:52:29 +01:00
Andrea Grandi 41dc6bc8e1
Add missing translations in the Italian localisation (#439) 2023-01-27 16:52:15 +01:00
kum4423 d29eb8e05d
Update Localizable.strings (#442)
Add new Japanese translation
Optimize nuance
2023-01-27 16:52:06 +01:00
Thomas Ricouard 42160b08c0 Remove some shimmering to make the scrolling performances better 2023-01-27 16:51:45 +01:00
Thomas Ricouard 418e9545ba Completely clear duplicated push notifications issue 2023-01-27 16:51:29 +01:00
Thomas Ricouard 7ac8333912 Quote Toot rendering fixes 2023-01-27 13:38:24 +01:00
Thomas Ricouard aff318b0ca Don't render filtered status fix #431 2023-01-27 13:38:07 +01:00