Commit Graph

1988 Commits

Author SHA1 Message Date
sk 9bd4433942 tweak reply animation
closes #237
2023-01-10 11:08:56 -03:00
sk c9cc8e23c1 don't add subject if blank
closes #240
2023-01-10 11:08:53 -03:00
Thiago 'Jedi' Abreu 786dbaf92c Filter all status, even if filters are empty (#255) 2023-01-10 11:08:40 -03:00
mishnz 8dd22e1853 serverKey assignment was missing, corrected. 2023-01-10 11:08:33 -03:00
mishnz 34a4dd6d1f Second fix for MIME64 inconsistency in serverKey.
The previous fix https://github.com/mastodon/mastodon-android/pull/486 would break any connections to any instances using WEB_SAFE MIME64 encoding on the serverKey, which actually appears to be the usual case.
This update reverts to the previous logic, but also converts standard MIME64 characters ('/' and '+') to their WEB_SAFE equivalents.
This ensures the standard case of WEB_SAFE BASE64 serverKeys and the anomolous case of DEFAULT BASE64 keys both work.
2023-01-10 11:08:27 -03:00
mishnz 6e13e592d0 The Mastodon server does not currently use URL_SAFE encoding on its serverKey. Using URL_SAFE in this client means the client will crash for any server that uses a key that generates a Mime64 string containing a "+" or "/". This change removes the URL_SAFE logic. See: https://github.com/mastodon/mastodon-android/issues/483 2023-01-10 11:08:20 -03:00
Tobias S 485ab4ee22
Update german translation 2023-01-10 10:09:11 +01:00
dontobi 59a8d1d462 Update german translation 2023-01-10 06:24:10 +01:00
FineFindus a782160dd3
refactor: use getContentDescription instead of duplicate code 2023-01-09 21:30:52 +01:00
FineFindus 871c17cbe2
merge: update to latest master 2023-01-09 21:18:43 +01:00
FineFindus 047e72ce9c
refactor(compose): use UiUtils.getVisibiltyText 2023-01-09 21:05:58 +01:00
FineFindus 6c1424055f
feat(StatusDisplay): add toolTip/ContentDescription to visibilty icon 2023-01-09 21:02:00 +01:00
FineFindus 369902ffe5
feat(compose): add toolTip/ContentDescription to error icon 2023-01-09 20:19:29 +01:00
FineFindus 747439999d
feat(profile): add toolTip/ContentDescription to fab 2023-01-09 19:23:38 +01:00
FineFindus 4d836f8032
feat(instanceCategory): set (unused) emoji importantForAccessibility to no 2023-01-09 19:21:54 +01:00
FineFindus f97ab73c5d
feat(reportChoice): set radioIcon importantForAccessibility to no 2023-01-09 19:21:20 +01:00
FineFindus 147fb94442
feat(settingsItem): set icon to not importantForAccessibility 2023-01-09 19:20:07 +01:00
FineFindus 975dc94d41
feat(settingsThemeItem): hide image for accessibility 2023-01-09 19:12:19 +01:00
FineFindus a5c1053c58
feat(recycler_fragment_with_fab): add toolTip/ContentDescription 2023-01-09 17:46:27 +01:00
FineFindus 1bfbb4bf38
fix(composeMedia): change sk_remove_attachment to delete 2023-01-09 17:42:01 +01:00
FineFindus c2950ace90
feat(tabBar): accessibilty hide profile avatar
Sets the `importantForAccessibility` to no on the profile avatar, since the parent already has a contentDescription.
2023-01-09 17:36:04 +01:00
FineFindus f0846465c2
feat(accessibility): add contentDesc/toolTip to remove attachment 2023-01-09 17:22:54 +01:00
FineFindus ddc4512116
feat(accessibility): add contentDesc/toolTip to poll options 2023-01-09 17:22:33 +01:00
FineFindus 1c9e4fe561
feat(accessibility): add contentDesc/toolTip to poll options 2023-01-09 17:21:38 +01:00
FineFindus 35299a7b3f
feat(accessibility): add contentDesc and toolTip to audioItem 2023-01-09 17:19:20 +01:00
LucasGGamerM 3a1b71e95c Adding a small little different icon for when the toot has replies. Thanks @sk22 2023-01-08 20:55:41 -03:00
FineFindus bed3e987b7
feat(compose/poll): add contentDescription to addPoll 2023-01-07 11:38:00 +01:00
Tobias S 639ddb3f80
Update german translation 2023-01-06 19:43:28 +01:00
LucasGGamerM e645abb771
Merge pull request #35
Update german translation
2023-01-06 14:51:00 -03:00
LucasGGamerM 263bde658e Fixing #29 for good 2023-01-06 14:47:06 -03:00
Florian Obernberger 3951acf12e Add new and custom icon
(cherry picked from commit 13a80fb536)
2023-01-06 14:43:17 -03:00
FineFindus c65b9ff873
fix: remove change 2023-01-06 18:40:28 +01:00
LucasGGamerM 23e49c52e5 Its working, but it still needs a better icon 2023-01-06 12:26:52 -03:00
Tobias S 9fcc73984b
Merge branch 'LucasGGamerM:master' into master 2023-01-06 15:51:29 +01:00
LucasGGamerM 67338b6c85 Allowing multiple notifications by default 2023-01-06 11:31:25 -03:00
LucasGGamerM 101e7efd74 Fixing #34 2023-01-06 11:18:51 -03:00
Tobias S a996a24b7f
Update german translation 2023-01-06 06:22:25 +01:00
FineFindus f197c8201d
merge: update to newest master 2023-01-05 19:45:03 +01:00
dontobi 2fc5669203 Update german translation 2023-01-05 18:53:12 +01:00
LucasGGamerM 3f9dbd6fe2 Bump version number 2023-01-05 13:39:53 -03:00
LucasGGamerM 7ceff3eaa4 Fixing #28 2023-01-05 13:24:09 -03:00
FineFindus 7cdddf06bc
feat(compose/add-poll): add contentLabel for more option 2023-01-05 16:24:44 +01:00
LucasGGamerM 77e7b136ff Changing megalodon to moshidon 2023-01-05 12:23:20 -03:00
LucasGGamerM c8d160fc35 Changing too to post. Fixing #26 2023-01-05 12:19:13 -03:00
LucasGGamerM ee0737c9c7 Adding the ability to long click or to double click the search icon to bring up the keyboard 2023-01-04 21:54:03 -03:00
LucasGGamerM 0f85be7114 Merge branch 'feature/long_press_discover' 2023-01-04 21:33:19 -03:00
LucasGGamerM f2a536d0ea Fixing #31 2023-01-04 18:30:12 -03:00
LucasGGamerM 815c4d4cc9
Merge pull request #32
feat: share links
2023-01-04 18:20:29 -03:00
LucasGGamerM 969b91bba9 Merging stuff and adding more icons 2023-01-04 18:18:58 -03:00
LucasGGamerM f24abde76e
Merge pull request #30
feat(profile/bot-icon): prepend icon to username
2023-01-04 18:04:41 -03:00
LucasGGamerM f486b1a9ce
Merge pull request #24
Feat/favourite animation
2023-01-04 17:59:12 -03:00
FineFindus bcfb63b57c
feat(linkSpan/longClick): use share intent istead of copy text 2023-01-04 20:53:30 +01:00
FineFindus c7f5f6827a
refactor(drawables/botIcon): decrease size and change color 2023-01-04 17:25:30 +01:00
FineFindus 8ed88b2b29
refactor(HeaderStatusDisplayItem): add bot icon to username 2023-01-04 17:24:53 +01:00
FineFindus 75db9f4623
refactor(profile/botIcon): move icon to username 2023-01-04 17:24:09 +01:00
LucasGGamerM b69015a25a Its closer to working 2023-01-03 15:18:34 -03:00
LucasGGamerM 1cdcc8794c Maybe it will work one day? 2023-01-03 11:21:30 -03:00
LucasGGamerM a0c26b748a It already works, although not to my standard yet 2023-01-03 11:10:53 -03:00
FineFindus ce5e733c05
fix(drawable/bot): remove unused icons 2023-01-03 14:18:18 +01:00
FineFindus de485272c5
feat(profile/bot): add bot icon before name 2023-01-03 13:53:04 +01:00
FineFindus eab53b805e
feat(drawable) add filled bot icon 2023-01-03 13:52:09 +01:00
dontobi a60046f6ef German translation - suggested by FineFindus 2023-01-02 22:15:00 +01:00
FineFindus b0d223c47c
Merge branch 'master' of https://github.com/LucasGGamerM/moshidon into feat/favourite-animation 2023-01-02 21:59:39 +01:00
FineFindus 185a8c776b
feat(StatusDisplayItem/favouriteIcon): add spin animation when clicked 2023-01-02 21:57:19 +01:00
dontobi e7a29824e8 Update german translation 2023-01-02 21:54:35 +01:00
LucasGGamerM 69b86dd98c
Merge pull request #21
feat(compose/emoji) add a recent category to the emoji keyboard
2023-01-02 17:48:39 -03:00
dontobi 9a6ee719c4 small update of the german translation 2023-01-02 20:57:23 +01:00
FineFindus 1b02af382c
fix(emoji/recent): remove unused imports 2023-01-02 19:43:30 +01:00
FineFindus 4fe87a9888
merge: merge newest upstream/master 2023-01-02 19:42:42 +01:00
LucasGGamerM aae0ff5aa7 Fixing the bug with the german translation 2023-01-02 13:42:45 -03:00
LucasGGamerM 2070aed38f Bumping version number 2023-01-02 13:40:03 -03:00
LucasGGamerM 986979eefc Merge remote-tracking branch 'origin/master' 2023-01-02 13:38:59 -03:00
LucasGGamerM c80ebf2eda Fixing the login error 2023-01-02 13:38:29 -03:00
FineFindus 42fcd6df51
refactor(emoji/recent): rename NEW_RECENT to NEW_RECENT_VALUE 2023-01-02 16:58:31 +01:00
Tobias S e8ec042d96
German translation 2023-01-02 16:52:11 +01:00
FineFindus 8b12fac766
feat(emoji/recent): add clear recent emoji setting 2023-01-02 16:47:41 +01:00
LucasGGamerM ab7e6b3332 Bump version number 2023-01-02 12:45:27 -03:00
FineFindus 0b6128bcdd
feat(compose/emojis): add category of recent emojis 2023-01-02 16:44:14 +01:00
LucasGGamerM 198a7d5ad3
Merge pull request #18
feat(compose/publish): Add warning dialog when no image description is provided
2023-01-02 12:33:10 -03:00
LucasGGamerM 040f244e15 Fixing up the bot icon for good 2023-01-02 12:28:07 -03:00
LucasGGamerM 98bc6f14a9 Fixing some icons again 2023-01-02 12:14:27 -03:00
LucasGGamerM b92e6d2c48 Fixing some icons 2023-01-02 12:12:55 -03:00
LucasGGamerM ac3875fe08 Fixing #19 2023-01-02 11:46:15 -03:00
FineFindus 6fdbafc67b
fix(compose/publish): remove unnecessary import 2023-01-02 12:57:18 +01:00
FineFindus 5aebdcaa6a
feat(compose/publish): add warning when no image description provided 2023-01-02 12:53:34 +01:00
LucasGGamerM b2ee1527af Bump version number 2023-01-01 19:17:40 -03:00
LucasGGamerM c94706745f
Merge pull request #17
German translation
2023-01-01 19:13:13 -03:00
LucasGGamerM 8aef61ff09 Second iteration of the bot icon 2023-01-01 19:12:29 -03:00
Tobias S 5d6e245ec2
Merge branch 'LucasGGamerM:master' into master 2023-01-01 22:13:11 +01:00
dontobi 8dd4d1a41d German translation 2023-01-01 22:12:36 +01:00
LucasGGamerM 10f9230139 First iteration of the bot account tag 2023-01-01 18:06:26 -03:00
LucasGGamerM 32c94c8948 Merge remote-tracking branch 'origin/master' 2023-01-01 17:24:23 -03:00
LucasGGamerM 4b947dd1f9
Merge pull request #16
feat(profile) add icon to bot accounts
2023-01-01 17:24:06 -03:00
LucasGGamerM 93a7d86f78 Merge branch 'development'
# Conflicts:
#	mastodon/src/main/res/values-de-rDE/strings_sk.xml
2023-01-01 17:21:32 -03:00
LucasGGamerM 6ed3a57c58 Rebranding Megalodon to Moshidon.
Here is the command in case anyone is interested
find values* -type f -exec sed -i 's/Megalodon/Moshidon/g' {} \;
2023-01-01 17:16:45 -03:00
LucasGGamerM d82a9b25cf Revert "Revert "match navigation bar color with toolbar""
This reverts commit 0fdae0c775.
2023-01-01 17:12:29 -03:00
LucasGGamerM da4849e526 Removing unnecessary needAppRestart on the relocatePublishButton setting 2023-01-01 17:11:33 -03:00
LucasGGamerM da1b47ea0d Adds a whole lot of icons for the relocated publish button 2023-01-01 17:09:49 -03:00
LucasGGamerM a617693f93 Add a drafts icon on the relocated publish button 2023-01-01 16:53:31 -03:00
LucasGGamerM f4c573a95e Readding the relocated publish button 2023-01-01 16:28:04 -03:00
LucasGGamerM d58247d996 Editing the padding and making the 3 dot menu invisible 2023-01-01 10:49:34 -03:00
LucasGGamerM ee441d5b4a Glory! it finally works! 2022-12-31 21:46:37 -03:00
LucasGGamerM 97a5c6f5cb Bringing back the verify for updates button 2022-12-31 21:27:12 -03:00
LucasGGamerM b6566a2bcc It works now? 2022-12-31 21:23:50 -03:00
LucasGGamerM af389f7a47 Its as broken as it was before 2022-12-31 20:35:29 -03:00
LucasGGamerM 45577fc423 The settings page is unfucked again 2022-12-31 20:24:14 -03:00
sk c00b9b3035 fix empty space when no text 2022-12-31 20:05:12 -03:00
sk f17879783c tweak scroll height/timing 2022-12-31 20:05:08 -03:00
sk 08dfcdf508 Revert "match navigation bar color with toolbar"
This reverts commit 43d334259b.
2022-12-31 20:05:03 -03:00
sk c97e8fffc4 add option to reduce motion 2022-12-31 20:04:53 -03:00
sk 120585954f peek original post before scrolling 2022-12-31 20:00:12 -03:00
sk 247669644c display original post when replying
closes sk22#193
2022-12-31 20:00:05 -03:00
sk ff15bdeaea change interact with strings 2022-12-31 20:00:02 -03:00
ihor_ck d6b1c88085 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (121 of 121 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/uk/
2022-12-31 19:58:34 -03:00
Linerly 3b7079be17 Translated using Weblate (Indonesian)
Currently translated at 100.0% (121 of 121 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/id/
2022-12-31 19:58:34 -03:00
Choukajohn 48d26017b6 Translated using Weblate (French)
Currently translated at 100.0% (121 of 121 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2022-12-31 19:58:34 -03:00
gallegonovato 8bdbe1c4d7 Translated using Weblate (Spanish)
Currently translated at 100.0% (121 of 121 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2022-12-31 19:58:33 -03:00
bubblineyuri c6709aba56 Translated using Weblate (German)
Currently translated at 100.0% (121 of 121 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/de/
2022-12-31 19:58:24 -03:00
ihor_ck a817e03fa0 Translated using Weblate (Ukrainian)
Currently translated at 96.6% (115 of 119 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/uk/
2022-12-31 19:58:08 -03:00
Linerly a757607f35 Translated using Weblate (Indonesian)
Currently translated at 100.0% (119 of 119 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/id/
2022-12-31 19:58:07 -03:00
ling0412 ecc9c45f6e Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (119 of 119 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/zh_Hans/
2022-12-31 19:58:07 -03:00
nkufideal aaea709201 Translated using Weblate (Russian)
Currently translated at 100.0% (102 of 102 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ru/
2022-12-31 19:57:56 -03:00
itslameni c2a0f5e8bc Translated using Weblate (Russian)
Currently translated at 100.0% (102 of 102 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ru/
2022-12-31 19:57:56 -03:00
edxkl 2873a66450 Translated using Weblate (Portuguese (Brazil))
Currently translated at 80.3% (82 of 102 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pt_BR/
2022-12-31 19:57:54 -03:00
irure 7331a5a0cd Translated using Weblate (Basque)
Currently translated at 100.0% (102 of 102 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/eu/
2022-12-31 19:57:41 -03:00
AiOO c331cc95c2 Translated using Weblate (Korean)
Currently translated at 100.0% (102 of 102 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ko/
2022-12-31 19:57:41 -03:00
ihor_ck fd5165428e Translated using Weblate (Ukrainian)
Currently translated at 100.0% (102 of 102 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/uk/
2022-12-31 19:57:40 -03:00
Linerly 6df57aebf4 Translated using Weblate (Indonesian)
Currently translated at 100.0% (102 of 102 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/id/
2022-12-31 19:57:40 -03:00
Choukajohn 40b2e4c42e Translated using Weblate (French)
Currently translated at 100.0% (102 of 102 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2022-12-31 19:57:40 -03:00
gallegonovato a762408df8 Translated using Weblate (Spanish)
Currently translated at 100.0% (102 of 102 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2022-12-31 19:57:40 -03:00
ling0412 9fb6a0261b Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (102 of 102 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/zh_Hans/
2022-12-31 19:57:40 -03:00
sk d90edc8cf1 add compose fab to drafts list 2022-12-31 19:57:29 -03:00
sk eecc1242be handle recursive compose/drafts list 2022-12-31 19:57:25 -03:00
sk 6eedb0e156 move and refine scheduling and drafting 2022-12-31 19:57:22 -03:00
sk 519894a461 Adding a whole lot of stuff 2022-12-31 19:55:53 -03:00
sk fe3052a359 schedule/draft in overflow menu 2022-12-31 19:53:50 -03:00
sk 245b91bebd don't finish compose fragment 2022-12-31 19:53:21 -03:00
sk 2e47147367 offer to save when scheduledAt changed
closes sk22#218
2022-12-31 19:53:09 -03:00
LucasGGamerM 8fec3fe56c Making it not show the text when the publishButton is relocated 2022-12-31 14:52:19 -03:00
LucasGGamerM c4d56179f3 Fixing the icons on the bottom row of the compose fragment 2022-12-31 14:42:57 -03:00
LucasGGamerM 64d24f6002 Drafts and scheduled posts (#217)
closes #100
closes #59

* enable saving as draft (scheduled)
* add scheduled posts list
* fix NoSuchMethodError
* editable drafts/scheduled posts
* ui for drafts
* use instants between 9999-01-01 and 9999-12-31
* use save and draft strings
* map scheduled status params to status
* implement scheduling posts
* improve save/discard draft dialog
* persist scheduled date in state
* add unsent posts button to toolbar
* clean up imports
2022-12-31 14:28:06 -03:00
sk22 074efb0813 Drafts and scheduled posts (#217)
closes #100
closes #59

* enable saving as draft (scheduled)
* add scheduled posts list
* fix NoSuchMethodError
* editable drafts/scheduled posts
* ui for drafts
* use instants between 9999-01-01 and 9999-12-31
* use save and draft strings
* map scheduled status params to status
* implement scheduling posts
* improve save/discard draft dialog
* persist scheduled date in state
* add unsent posts button to toolbar
* clean up imports
2022-12-31 14:05:03 -03:00
Thiago 'Jedi' Abreu 98b96c78d7 Better handling of filter expiration date (#212)
* Better handling of filter expiration date
* Simplify Thread and Home Timeline filtering
2022-12-31 13:53:33 -03:00
LucasGGamerM 3a962c7c05 Refactoring the uniform notification icon setting 2022-12-31 13:47:55 -03:00
LucasGGamerM 99e3658938 Making fab feel better on light themes. Merging this might be good for you too, @sk22 2022-12-31 12:49:16 -03:00
FineFindus 9cd7ad3601
feat(profile) add icon to bot accounts 2022-12-31 15:11:52 +01:00
FineFindus 96db2b7a8b
feat(icons) add bot icon 2022-12-31 15:01:24 +01:00
LucasGGamerM a881f23253 Fixing the PublishButton background and also fixing the Fab icon background on trueblack theme. Its a relevant thing, i beliebe you shall merge this @sk22 2022-12-30 20:23:13 -03:00
LucasGGamerM 54106c497b Unfucking your own profile icons. They now look how they should 2022-12-30 20:00:11 -03:00
LucasGGamerM 1554c6d422 Editing settings page 2022-12-30 19:43:07 -03:00
LucasGGamerM dccd9dcb97 Editing the InstanceRulesFragment for allowing a more coherent color scheme 2022-12-30 19:42:16 -03:00
LucasGGamerM 16c0866f7f It fucking compiles. Still a whole lot of stuff to be done 2022-12-30 14:12:10 -03:00
sk db88de206b add mention with quasi-quoting 2022-12-30 13:32:51 -03:00
dontobi 92f353e1c5 Updated german translation 2022-12-30 12:06:20 +01:00
sk 71c80dd381 I want to fucking die 2022-12-29 18:01:59 -03:00
sk d2be917bd4 fix akkoma crash on edit 2022-12-29 17:56:15 -03:00
ihor_ck d626d45f5c Translated using Weblate (Ukrainian)
Currently translated at 100.0% (91 of 91 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/uk/
2022-12-29 17:55:48 -03:00
sk f007bdb39c revert broken color attribute for notif icon
closes #190
2022-12-29 17:55:19 -03:00
sk a0cbfe9a36 fix #200 2022-12-29 17:54:01 -03:00
sk 21f99081f2 long-click to compose from other account 2022-12-29 17:53:32 -03:00
nitrogenez b277eb4990 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (91 of 91 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/uk/
2022-12-29 17:50:16 -03:00
itslameni 74efc5c332 Translated using Weblate (Russian)
Currently translated at 96.7% (88 of 91 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ru/
2022-12-29 17:50:15 -03:00
goliv 6653dd97a6 Translated using Weblate (Portuguese (Brazil))
Currently translated at 74.7% (68 of 91 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pt_BR/
2022-12-29 17:50:08 -03:00
Linerly d031acabf5 Translated using Weblate (Indonesian)
Currently translated at 100.0% (91 of 91 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/id/
2022-12-29 17:49:57 -03:00
Choukajohn 852f666b78 Translated using Weblate (French)
Currently translated at 100.0% (91 of 91 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2022-12-29 17:49:57 -03:00
Pointifurry 9f729e9ef0 Translated using Weblate (Spanish)
Currently translated at 100.0% (91 of 91 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2022-12-29 17:49:57 -03:00
ling0412 027f19e710 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (91 of 91 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/zh_Hans/
2022-12-29 17:49:57 -03:00
sk22 14786f796b Translated using Weblate (German)
Currently translated at 100.0% (91 of 91 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/de/
2022-12-29 17:49:56 -03:00
sk 411e39a096 fix default reblog visibility 2022-12-29 17:49:28 -03:00
Linerly df73c5ad8d Translated using Weblate (Indonesian)
Currently translated at 100.0% (89 of 89 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/id/
2022-12-29 17:49:22 -03:00
Choukajohn 98707dde76 Translated using Weblate (French)
Currently translated at 100.0% (89 of 89 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2022-12-29 17:49:22 -03:00
sk 444a9afabe disable block domain from post 2022-12-29 17:49:15 -03:00
sk 315bcd5b1a fix instance info v2 never getting saved 2022-12-29 17:48:51 -03:00
sk c719ac22da improve settings items 2022-12-29 17:48:44 -03:00
nitrogenez d919827bc8 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (86 of 86 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/uk/
2022-12-29 17:46:36 -03:00
Linerly 7b40bc157d Translated using Weblate (Indonesian)
Currently translated at 100.0% (86 of 86 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/id/
2022-12-29 17:46:36 -03:00
Choukajohn c3ec64d1ff Translated using Weblate (French)
Currently translated at 100.0% (86 of 86 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2022-12-29 17:46:36 -03:00
gallegonovato 3464cb4a05 Translated using Weblate (Spanish)
Currently translated at 100.0% (86 of 86 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2022-12-29 17:46:36 -03:00
ling0412 21f40e5b42 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (86 of 86 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/zh_Hans/
2022-12-29 17:46:36 -03:00
benjaminwolkchen 6d8ecab766 Translated using Weblate (German)
Currently translated at 98.8% (85 of 86 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/de/
2022-12-29 17:46:36 -03:00
sk fc2e5112c0 add option to open post with other account
closes #182
2022-12-29 17:45:09 -03:00
sk 8f6c57d5c9 use popup background color for dialogs 2022-12-29 17:44:15 -03:00
sk 8455dc7bd2 implement long-click to copy links
closes sk22#84
2022-12-29 17:44:05 -03:00
sk 4677cef580 remove selectable background for username
closes sk22#187
2022-12-29 17:44:01 -03:00
sk 9ab6bf3da1 only show boost visibility for own posts 2022-12-29 17:43:57 -03:00
sk bc65fa6654 remove selectable background 2022-12-29 17:43:45 -03:00
Christian Elbrianno 5fff0cbdb0 Translated using Weblate (Indonesian)
Currently translated at 100.0% (83 of 83 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/id/
2022-12-29 17:43:17 -03:00
Linerly 99dc479d78 Translated using Weblate (Indonesian)
Currently translated at 100.0% (83 of 83 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/id/
2022-12-29 17:43:17 -03:00
Choukajohn 275eef912c Translated using Weblate (French)
Currently translated at 100.0% (83 of 83 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2022-12-29 17:43:17 -03:00
gallegonovato b9de7632e6 Translated using Weblate (Spanish)
Currently translated at 100.0% (83 of 83 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2022-12-29 17:43:12 -03:00
AiOO 7a000f2a44 Translated using Weblate (Korean)
Currently translated at 100.0% (83 of 83 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ko/
2022-12-29 17:43:01 -03:00
braydofficial 9d91b8c0fb Translated using Weblate (German)
Currently translated at 100.0% (83 of 83 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/de/
2022-12-29 17:42:41 -03:00
sk 84d213bdd1 add missing fedi url format 2022-12-29 17:41:57 -03:00
sk a2302ad318 implement setting boost visibility 2022-12-29 17:41:51 -03:00
sk 42eacea4be use color attributes instead of fixed colors 2022-12-29 17:39:36 -03:00
LucasGGamerM 9c1812ce08 Trying to process wtf happened here 2022-12-29 17:38:01 -03:00
sk 49c83581f9 Trying to process wtf happened here 2022-12-29 17:31:22 -03:00
Choukajohn 35555d1362 Translated using Weblate (French)
Currently translated at 100.0% (70 of 70 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2022-12-29 17:24:40 -03:00
gallegonovato 6c6b5d7be9 Translated using Weblate (Spanish)
Currently translated at 100.0% (70 of 70 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2022-12-29 17:24:34 -03:00
sk 037b8cc54e no ellipsis for settings items 2022-12-29 17:23:50 -03:00