Commit Graph

9008 Commits

Author SHA1 Message Date
FineFindus
72d486e992 feat(Compose): remove tracking params in URLs 2024-07-19 20:58:45 +02:00
FineFindus
3020c826ed feat(Settings): allow disabling removing tracking params 2024-07-19 20:58:36 +02:00
FineFindus
34f3e33efc feat: remove tracking params from URLs 2024-07-19 18:45:53 +02:00
LucasGGamerM
45324a5598 fix(unofficial-quote-toots): maybe. Just maybe fix a bug. 2024-07-18 20:09:04 -03:00
LucasGGamerM
55ad624209 fix(unofficial-quote-toots): try and fix the adapter madness
I ended up adapting the poll items logic for this. I hope this is stable enough.
2024-07-17 16:10:44 -03:00
LucasGGamerM
18079454a9 fix(post-with-other-account): put an icon for it
Leaving an empty icon causes the app to crash, which is not fun :(
2024-07-17 12:23:32 -03:00
LucasGGamerM
87cb80867a fix(custom-emoji-helper): don't do anything if the spans list is empty 2024-07-17 12:09:32 -03:00
LucasGGamerM
1829dc1d9d fix(unofficial-quotes): try to fix the sudden reload to the top (again) 2024-07-17 12:09:07 -03:00
LucasGGamerM
519cb672d2 fix(unofficial-quotes): try to fix the sudden reload to the top 2024-07-17 10:23:55 -03:00
LucasGGamerM
86512e237e fix(b9efdbbb40): adapt the ComposeFragment's take picture button to that commit 2024-07-15 18:00:09 -03:00
LucasGGamerM
b9efdbbb40 Merge pull request #458 from FineFindus/feat/share-profile-picture
fix: show profile picture in share sheet
2024-07-15 17:16:11 -03:00
LucasGGamerM
d369129ac7 fix(mastodon-language-resolver): fix a null pointer exception
Fixes #464
2024-07-14 08:48:31 -03:00
LucasGGamerM
c01135d822 Merge pull request #459 from FineFindus/fix/lookup-local-account
fix(UiUtils): correctly lookup local account
2024-07-13 11:58:33 -03:00
LucasGGamerM
ffc2990b32 Update FUNDING.yml 2024-07-11 15:58:55 -03:00
FineFindus
8b26fb3184 fix(UiUtils): correctly lookup local account
Fixes a regression in f590fde7a4,
where links to local accounts would be opened in the browser.
2024-07-11 20:43:50 +02:00
FineFindus
3fec39835c refactor(UiUtils): remove unused function 2024-07-11 20:43:15 +02:00
LucasGGamerM
8d3b1f40a3 Merge pull request #461 from realpixelcode/realpixelcode-patch-1
Fix minor spelling and grammar mistakes in German
2024-07-10 08:45:16 -03:00
Pixelcode
f775bae93e minor stylistic fix in full_description.txt 2024-07-09 15:35:20 +00:00
Pixelcode
ca84bc36e3 fix additional "Follower" in strings_mo.xml 2024-07-09 15:33:02 +00:00
Pixelcode
2a775aba70 fix spelling, grammar in German strings_mo.xml 2024-07-09 15:50:28 +02:00
Pixelcode
7cd65dcb32 fix German short_description.txt 2024-07-09 15:45:24 +02:00
Pixelcode
4d694b2725 fix minor spelling and grammar mistakes in German full_description.txt 2024-07-09 15:44:27 +02:00
FineFindus
2e39f81c36 fix: show profile picture in share sheet
Shows the profile picture of the shared account in the share sheet. This
was already done upstream and intended here, but was bugged due to an
additional file provider.
2024-07-08 14:36:14 +02:00
LucasGGamerM
803e66f999 fix(heart-icon): use heart icon in all places
Fixes #446
2024-07-07 10:02:27 -03:00
LucasGGamerM
ed22d3b4ed Merge pull request #457 from FineFindus/fix/more-fixes
fix(quotes): more fixes
2024-07-07 09:00:30 -03:00
LucasGGamerM
ec72653dba Merge pull request #455 from FineFindus/fix/quote=whitespace
fix(StatusDisplayItem/Quote): allow whitespace in closing br tag
2024-07-07 08:58:32 -03:00
FineFindus
9b1e79eba8 fix(StatusDisplayItem/Quote): notify adapter separately
Only notifying the adapter once could lead to cases where the quoting
status was merged with or replaced by the quote status. Separately
notifying it seems to trigger the issue less often.
2024-07-07 09:03:38 +02:00
FineFindus
ca4a1d461a fix(TextStatusDisplayItem): expand non-quoted texts
Using the adapter to udpate the TextStatusDisplayItem does not work for
non-quoted posts.
Ref: 1832de3aab
2024-07-07 09:03:37 +02:00
FineFindus
b90607582a docs: keep comment inline with code changes 2024-07-07 09:03:37 +02:00
FineFindus
0c95f6db1b fix(StatusDisplayItem/Quote): allow whitespace in closing br tag 2024-07-07 08:21:17 +02:00
FineFindus
4caa6cf650 revert: using string replacement for whitespace checking
Ref: bc08c149b7.
2024-07-07 08:21:16 +02:00
LucasGGamerM
bc08c149b7 fix(preview-quote-toots): find the RE: in all the cases I experienced
vmst.io added a <br /> tag that the regex didn't catch. I manually check for it, because it drives me nuts. But it's in the plans to put it all on the regex just because I hate this.
2024-07-06 21:14:11 -03:00
LucasGGamerM
4a783957ed fix(thread-fragments): never filter with a warning the main status 2024-07-06 20:59:53 -03:00
LucasGGamerM
113b47d9e2 refactor(preview-quote-toots): make the updateStatusWithQuote generic, and also readd the notification support
The notification support is needed because of the post notifications, which would benefit from this
2024-07-06 20:50:40 -03:00
LucasGGamerM
96ccb14a59 Merge pull request #454 from FineFindus/fix/quote-improvements
feat: quote improvements
2024-07-06 19:40:29 -03:00
FineFindus
bc8b0e192c feat(StatusDisplayItem/Quote): allow quotes to reference themselves 2024-07-06 22:56:55 +02:00
FineFindus
72400703ab fix(StatusDisplayItem/Quote): only update non-empty adapter
Fixes a crash when updating an empty adapter. This was the case when
opening a status from a notification.
2024-07-06 22:55:59 +02:00
FineFindus
91345268e8 fix(StatusDisplayItem/Quote): use correct method
ChildFragments overwrite the buildDisplayItems to provide the correct
parameters, e.g. flags, additional items, etc. Call those instead of the
default one.
2024-07-06 22:51:14 +02:00
LucasGGamerM
bff6ac4a14 Merge pull request #452 from FineFindus/fix/re-quote-br
fix(StatusDisplayItem): allow closing linebreak tag in quote regex
2024-07-06 14:04:23 -03:00
FineFindus
75183f5625 fix(StatusDisplayItem): allow closing linebreak tag in quote regex 2024-07-06 17:47:48 +02:00
LucasGGamerM
7654b869ba Merge pull request #451
fix(StatusDisplayItem): hide 'RE:' with linebreak in quote mention
2024-07-06 11:54:36 -03:00
LucasGGamerM
f176384bcc Merge pull request #445
feat: use AccountSwitcher for open with other account
2024-07-06 11:52:47 -03:00
FineFindus
a4f2a733b5 fix(StatusDisplayItem): hide 'RE:' with linebreak in quote mention 2024-07-06 16:51:16 +02:00
LucasGGamerM
9ea48fa0ab Merge pull request #447 from FineFindus/fix/crash
fix(StatusDisplayItem): check if headerlist is empty
2024-07-06 11:45:10 -03:00
LucasGGamerM
cc2076ec10 Merge pull request #449
feat: improve non-official quote posts
2024-07-06 11:16:41 -03:00
LucasGGamerM
b5a0c293c5 Merge pull request #438
Fix/mastodon social redirect
2024-07-06 11:03:28 -03:00
LucasGGamerM
3265cfe772 Merge pull request #450 from FineFindus/refactor/version-checking
refactor(Instance): improve compatible version checking
2024-07-06 10:53:54 -03:00
LucasGGamerM
857d0ce539 Merge pull request #448 from FineFindus/fix/error-crash
fix(ErrorStatusDisplayItem): disable button in onBind
2024-07-06 09:33:31 -03:00
FineFindus
31a52c2790 refactor(Instance): improve compatible version checking 2024-07-06 14:30:25 +02:00
FineFindus
94ce329f49 fix(ErrorStatusDisplayItem): disable button in onBind
Fixes a NullPointerException, where the `item` was null in the
constructor, ironically causing the ErrorStatusDisplayItem to
crash immediately.
2024-07-06 13:35:59 +02:00