Commit Graph

7921 Commits

Author SHA1 Message Date
eana
3bd855ed1e Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (420 of 420 strings)

Translation: Moshidon/megalodon_values
Translate-URL: https://translate.codeberg.org/projects/moshidon/megalodon_values/zh_Hans/
2025-03-11 10:21:44 -03:00
poesty
c3b2e9fdc2 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (121 of 121 strings)

Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/zh_Hans/
2025-03-11 10:21:44 -03:00
eana
b957f3500b Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (121 of 121 strings)

Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/zh_Hans/
2025-03-11 10:21:44 -03:00
eana
51bf3416bf Translated using Weblate (Chinese (Simplified))
Currently translated at 97.5% (118 of 121 strings)

Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/zh_Hans/
2025-03-11 10:21:44 -03:00
LucasGGamerM
8bdbde0ea6 Merge pull request #521 from FineFindus/feat/block-domain
Feat/block domain
2025-03-11 10:17:51 -03:00
LucasGGamerM
c50aecdd05 Merge pull request #549 from FineFindus/feat/reblog-mention
feat(Compose): exclude own account from reblog mentions
2025-03-11 10:17:10 -03:00
LucasGGamerM
f4ffd4718e Merge pull request #589 from p1gp1g/unifiedpush/push_settings
Unifiedpush/push settings
2025-03-11 08:54:31 -03:00
LucasGGamerM
6d83453f96 fix(display-settings): move enhanced text size option to correct place 2025-03-10 13:15:31 -03:00
LucasGGamerM
69dbf38e1e fix(compose): hide bottom char counter when not in use 2025-03-10 12:38:57 -03:00
LucasGGamerM
a03297313a feat(accessibility): add display setting to make app's text size bigger 2025-03-10 12:10:33 -03:00
LucasGGamerM
b52f1c156d fix(unofficial-quote-toots): ignore youtube links
Youtube links look a lot like fediverse links, so we added a special rule for it, just in case. This may mitigate the too many requests problems we are facing.
2025-03-09 19:38:18 -03:00
LucasGGamerM
28097554a7 fix(animated-avatars): restart app when this setting is changed
This setting needs the app to be reset for it to apply. This commits does that.
2025-03-07 16:45:49 -03:00
TRMSC
5299cda1ad Add reply_to_user string 2025-03-04 20:10:48 +01:00
Fabio Manganiello
fe7f9f14c3 [#346] Fix Akkoma translations.
Not sure if something has changed in the Akkoma API since the latest
version of `AkkomaTranslateStatus`, but it seems that the API expects
the target language to be _lowercase_ (not _uppercase_).

Libretranslate nginx traces from my instance with the current
implementation show a 400 with the current implementation:

```
1.2.3.4 - - [11/Feb/2025:11:40:34 +0100] "POST /translate HTTP/1.1" 400 32 "-" "Akkoma 3.13.2-0-g050bc74; https://myinstance.social <fabio@myinstance.social>"
```

And that's also mirrored on my Akkoma logs:

```
1.2.3.4 - - [11/Feb/2025:11:40:35 +0100] "GET /api/v1/statuses/Ar0PZaoyJwN2GD3UJs/translations/EN HTTP/2.0" 400 54 "-" "MoshidonAndroid/2.3.0+fork.108.moshinda"
```

A direct API call to the endpoint above indeed returns a 400:

```
{"error":"libre_translate: request failed (code 400)"}
```

But everything works when `en` is used instead of `EN`:

```
{"text":"<p>Help me! </p><p>**As a large organization you go to Mastodon because: **<br/>- You want to set a standard<br/>- Guarantee your free access to your posts<br/>- as an anti-reaction against big tech and its associated:<br/> - data collections<br/> - earning models<br/> - algorithms that spread her<br/>- ... </p><p>**You run your own server because: **<br/>- your owner wants to remain over your dates<br/>- you can arrange your own accounts for your employees<br/>- ...</p><p>What arguments would you have for switching to Mastodon and own server?</p>","detected_language":"nl"}
```
2025-02-11 11:43:37 +01:00
LucasGGamerM
1bbfc45bd0 fix(publish-button): update both button states
This is bullshit, I will fix this tomfoolery with the 2 buttons in the rewrite
2025-01-29 13:14:41 -03:00
LucasGGamerM
0b5588515e fix(pixelfed): allow publishing comments without images on pixelfed 2025-01-29 13:10:52 -03:00
LucasGGamerM
2cdc649b7d fix(pleroma-login): use longs for min and max poll expiration values 2025-01-26 15:22:23 -03:00
sim
4e1f7839b3 Allow configuring push notifications with UnifiedPush 2025-01-21 18:00:14 +01:00
sim
281e989749 Use server VAPID keys 2025-01-21 17:59:52 +01:00
sim
7cd756f6b0 Re-register UnifiedPush when application starts 2025-01-14 17:06:19 +01:00
sim
cc4558458c Add Helper for some UnifiedPush functions 2025-01-14 17:06:19 +01:00
sim
66824aadb9 Use standard webpush for UnifiedPush only 2025-01-14 16:13:31 +01:00
sim
00e90e5f21 Use standard webpush when available 2025-01-14 16:04:27 +01:00
sim
376653cb3f Update UnifiedPush lib 2025-01-14 16:00:54 +01:00
LucasGGamerM
082de410e0 build: disable vcsInfo for fdroid builds 2025-01-07 12:12:16 -03:00
LucasGGamerM
899f48b40c build: disable DependencyInfoBlock 2025-01-07 11:55:05 -03:00
LucasGGamerM
1d1c4f2666 build: bump version number 2025-01-05 19:33:11 -03:00
FineFindus
bd6f739842 feat(Compose): exclude own account from reblog mentions
Excludes the users account from being automatically included when
repplying to a status that has been bosted by the user.

Fixes https://github.com/LucasGGamerM/moshidon/issues/548
2024-09-23 18:44:40 +02:00
FineFindus
08542cd16f fix(Timeline/Hashtag): check if hashtag is null
Fixes a crash when clicking on hashtags in profiles, since the hashtag
is for some reason null.
2024-09-09 12:03:10 +02:00
LucasGGamerM
f30e12f5c6 Merge pull request #526 from FineFindus/fix/empty-hashtag
feat(Error): disable clicking + crash fix
2024-09-02 09:39:41 -03:00
FineFindus
cc64a1b6a2 fix(HashtagTimeline): update follow menu icon
Fixes an issue, where the menu follow icon was not correctly updated,
and would always show the follow state.
2024-08-31 17:49:04 +02:00
FineFindus
7fa079e362 fix(HtmlParser): check if hashtag has text
Fixes a crash, where the text of an hashtag was empty, leading to an oob
string access.
2024-08-31 10:44:53 +02:00
FineFindus
c2e6280a18 feat(ErrorStatusDisplayItem): disable clicking on error item
Disable clicking on the ErrorStatusDisplayItem, since there is no valid
content that can be displayed.
2024-08-31 10:42:09 +02:00
FineFindus
7a103046b4 feat(sheets): add domain block sheet 2024-08-26 13:12:56 +02:00
FineFindus
64c53be990 fix(MuteAccountSheet): set selected mute time 2024-08-26 13:10:30 +02:00
FineFindus
e419c504e4 feat: use mute row
Partially 6c519b3cb9 to use the full row
again, but keep the selection in a dialog. This improves the UI, as the
secondary button is confusing, and feels out-of-place.
2024-08-26 13:10:30 +02:00
LucasGGamerM
5427b21365 Merge pull request #508 from FineFindus/feat/duration
feat(MuteSheet): revert to row
2024-08-18 17:35:05 -03:00
LucasGGamerM
4aecb17497 Merge pull request #507 from FineFindus/fix/note-save-crash
fix(Profile) note save crash
2024-08-14 15:56:20 -03:00
LucasGGamerM
806db1d09f Merge pull request #496 from FineFindus/fix/share-theme
fix(ExternalShareActivity): set theme before opening compose
2024-08-14 15:55:16 -03:00
FineFindus
49cf100d37 fix(MuteAccountSheet): set selected mute time 2024-08-14 19:12:35 +02:00
FineFindus
259a0ae140 feat: use mute row
Partially 6c519b3cb9 to use the full row
again, but keep the selection in a dialog. This improves the UI, as the
secondary button is confusing, and feels out-of-place.
2024-08-14 18:50:58 +02:00
FineFindus
420233da14 fix(Profile): remove note text before hiding NoteTextField
Fixes an issue, where if the NoteTextField was focussed and the note was
hidden, the note would saved and reshown once the NoteTextField was
hidden.
2024-08-12 07:16:15 +02:00
FineFindus
78ec24ff0c feat(Profile): only show note saved if note has not been hidden
The note text field being hidden is already enough comfirmation that the
note has been hidden.
2024-08-12 07:15:22 +02:00
FineFindus
a6f1d981db fix(Profile): use global context for note toast
Uses the global context for displaying the note saved toast. When using
the local context, it was somehow, sometimes null, leading to crashes.
2024-08-12 07:09:17 +02:00
FineFindus
42c55d5eee fix(StatusDisplayItem): check if account is null before adding quote
This should fix crashes in the ScheduledStatusListFragment,
as ScheduledStatus do not contain an account.
2024-08-11 23:48:31 +02:00
FineFindus
134513babd feat(ProfileFragment): display toast when saving note
It can be quite unclear if the note has been saved. This adds a toast,
to indicate that the profile note has been saved.
2024-08-11 11:48:51 +02:00
FineFindus
91cb616164 refactor(ProfileFragment): remove duplicated InputType setting
The NoteEdit InputType is already set in the UI file.
2024-08-11 11:47:34 +02:00
FineFindus
f3d600282e fix(ExternalShareActivity): set theme before opening compose
Fixes https://github.com/sk22/megalodon/issues/926.
2024-08-05 14:28:20 +02:00
Jacocococo
c26df5762f Still set desired height 2024-08-04 14:44:08 -03:00
Jacocococo
2021c335ac None-square emoji for reactions 2024-08-04 14:44:08 -03:00