Jacocococo
f016b87ea0
Fix indent
2024-08-28 16:32:30 +02:00
Jacocococo
9426a9bc59
Code comments clarifying features being hidden on some servers
2024-08-27 22:21:47 +02:00
Jacocococo
f146067cda
Code comments to clear up isIceshrimp and isIceshrimpJs
2024-08-27 22:16:59 +02:00
Jacocococo
f28e06d2f5
Code comments about hiding news discovery on Iceshrimp
2024-08-27 22:16:00 +02:00
Jacocococo
87cbffcb06
Better code style for hiding language button
2024-08-27 22:04:14 +02:00
Jacocococo
e3df5ce0a8
Properly set emoji reactions padding
2024-08-22 14:01:35 +02:00
Jacocococo
fcf7665ab5
Merge branch 'master' of https://github.com/LucasGGamerM/moshidon into moshidon-iceshrimp-improvements
2024-08-22 13:32:48 +02:00
Jacocococo
407844378f
Revert some changes specifically for Iceshrimp.NET
2024-08-21 22:56:33 +02:00
Jacocococo
c834199ee4
Hide filter settings on Iceshrimp
2024-08-19 22:42:13 +02:00
Jacocococo
893b88350a
Allow all content types on Iceshrimp
...
It's disabled anyways for new users, and allowing all lowers the chance
of crashes from a previously selected option being missing
2024-08-19 22:26:11 +02:00
Jacocococo
96b992025b
Disable content type setting on Iceshrimp
...
We can be sure it doesn't support anything other than MFM
2024-08-19 22:24:06 +02:00
Jacocococo
cd7c546bed
Only allow MFM content type on Iceshrimp
2024-08-19 21:59:42 +02:00
Jacocococo
6a46815809
Prevent more reactions if max has been reached
...
This is specifically for tapping existing reactions on a post if the
user has already reached the instance max
2024-08-19 21:11:57 +02:00
Jacocococo
5d411e842e
Place new reaction where server specified it
2024-08-19 17:26:33 +02:00
Jacocococo
309d27242d
Fix crash when liking statuses from non-Iceshrimp instances
2024-08-19 17:16:39 +02:00
Jacocococo
5f78cd4a8e
Fix unicode reaction not showing up if no reactions were previsouly present
2024-08-19 17:13:16 +02:00
Jacocococo
1ad2257bb1
Add favorite reaction in right place + fix issues
2024-08-19 17:04:47 +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
LucasGGamerM
b07789b346
Merge pull request #505 from FineFindus/fix/scheduled-status-quote-crash
...
fix(StatusDisplayItem): check if account is null before adding quote
2024-08-11 19:32:08 -03: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
LucasGGamerM
13545fd5ef
Merge pull request #503 from FineFindus/feat/profile-note-save-feedback
...
feat(Profile): display Toast when saving note
2024-08-11 09:38:45 -03: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
Jacocococo
3266a490be
Add reaction when favoriting post on Iceshrimp
2024-08-05 18:02:27 +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
Jacocococo
d121f14d30
Non-square emoji in text views
2024-08-04 14:44:08 -03:00
LucasGGamerM
d1a2a70cdc
Merge pull request #495 from FineFindus/feat/trending-links-timeline-improvements
...
feat(Timeline/TrendingLinks): display URL, update icon
2024-08-04 12:16:42 -03:00
FineFindus
89ef482e2e
feat(Timeline/TrendingLink): use open icon for open action
...
The previous icon made it hard to recognize what the action was supposed
to do. Additionally, the new one also indicate that it will take the
user to an external website.
2024-08-04 15:58:35 +02:00
FineFindus
9918649d7c
feat(Timeline/TrendingLink): provide WebURL
...
Since the Web version now has a user-visible timeline, we can provide a
URL to that.
2024-08-04 15:56:32 +02:00
LucasGGamerM
09185faf9a
Merge remote-tracking branch 'refs/remotes/FineFindus/feat/quote-filter-hide'
...
# Conflicts:
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/StatusDisplayItem.java
2024-08-04 09:33:55 -03:00
LucasGGamerM
bed201a2f7
docs: add 107 changelog
2024-08-03 10:01:56 -03:00
LucasGGamerM
5e7a4c0136
build: bump version number
2024-08-03 09:55:17 -03:00
gallegonovato
bcb8717d5f
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (420 of 420 strings)
Translation: Moshidon/megalodon_values
Translate-URL: https://translate.codeberg.org/projects/moshidon/megalodon_values/es/
2024-08-03 12:50:50 +00:00
gallegonovato
ed1c1bd097
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (39 of 39 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/es/
2024-08-03 12:50:50 +00:00
joenepraat
f480532fd6
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (39 of 39 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/nl/
2024-08-03 12:50:50 +00:00
Vaclovas Intas
cc056cef08
Translated using Weblate (Lithuanian)
...
Currently translated at 23.0% (9 of 39 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/lt/
2024-08-03 12:50:50 +00:00
Hayny
9e7445b8d8
Translated using Weblate (French)
...
Currently translated at 5.1% (2 of 39 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/fr/
2024-08-03 12:50:50 +00:00
Lefteris T
e2d96d3bc7
Translated using Weblate (Greek)
...
Currently translated at 100.0% (420 of 420 strings)
Translation: Moshidon/megalodon_values
Translate-URL: https://translate.codeberg.org/projects/moshidon/megalodon_values/el/
2024-08-03 12:50:50 +00:00
Lefteris T
4f5c99be21
Translated using Weblate (Greek)
...
Currently translated at 100.0% (120 of 120 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/el/
2024-08-03 12:50:50 +00:00
LucasGGamerM
0388f9d9be
fix(toggle-expanded): fix crash when headers happen to be empty
2024-08-03 09:40:28 -03:00
LucasGGamerM
c45128ced0
fix(unofficial-quotes): fix crash when results.statuses is null
2024-08-03 09:36:16 -03:00