LucasGGamerM
95ba52b761
fix(import-backup): check if json is not null before importing
2024-05-08 20:09:00 -03:00
LucasGGamerM
02c8a56c17
Merge pull request #400 from FineFindus/feat/import-export
...
feat: implement import/export of settings
2024-05-08 19:21:20 -03:00
LucasGGamerM
b34a855150
Merge pull request #396 from FineFindus/fix/hashtag-timeline
...
fix: fallback to hashtag name
2024-05-08 19:01:12 -03:00
FineFindus
b736cf2925
refactor(settings): remove debug log
2024-05-08 22:32:46 +02:00
FineFindus
eea78302ab
feat(settings): implement settings import
2024-05-08 22:26:26 +02:00
FineFindus
09a7da2952
feat(settings): implement settings export
2024-05-08 22:25:01 +02:00
FineFindus
ebf3b075b8
fix(StatusDisplayItem): apply filter highlight
...
The filter highlight was not correctly shown, as the source text was
re-parsed when creating the TextStatusDisplayItem.
2024-05-08 17:08:18 +02:00
FineFindus
28c851a630
refactor: remove StatusFilterPredicate
...
Removes the deprecated StatusFilterPredicate class, as it has been
replaced upstream. Client-side filters are now directly applied in the
when building a StatusDisplayItem.
2024-05-08 16:43:33 +02:00
FineFindus
00726abec1
feat(CustomLocalTimeline): set Public FitlterContext
2024-05-07 18:50:25 +02:00
FineFindus
c9e93bb6a6
fix: apply filters only in appropriate context
...
Currently Filters in AccountSession are applied regardless of the
FilterContext.
2024-05-07 18:49:27 +02:00
FineFindus
f980bba7cd
fix: fallback to hashtag name
...
Fixes an issue, where Hashtag timeline where created with an empty
hashtag.
2024-05-07 18:28:47 +02:00
LucasGGamerM
70d0ba88e4
fix(custom-tabs-setting): use upstream implementation
...
Seriously, why do we do this?
2024-05-05 16:47:12 -03:00
LucasGGamerM
9cb48e2f25
fix(mute-confirmation-sheet-timer-dialog): use Ok instead of Save
2024-05-05 16:21:44 -03:00
LucasGGamerM
6f89dd7331
fix(photo-viewer-menu-icons): readd share button on non-status media viewers
2024-05-05 16:18:11 -03:00
LucasGGamerM
a59c20d239
fix(menu-icons): disable them for android 14 and higher devices
...
This is due to a shitty bug with android 14 and InsetDrawables which I couldn´t fix yet
2024-05-05 16:07:26 -03:00
LucasGGamerM
3e36a72852
Merge pull request #386 from FineFindus/feat/open-about-links
...
feat(about): try to open links in-app
2024-05-05 16:06:22 -03:00
FineFindus
7801d28a23
refactor(SettingsServerAboutFragment): always use UiUtils.openURL
2024-05-05 21:02:40 +02:00
LucasGGamerM
c2e6c802a1
Merge pull request #385 from FineFindus/feat/remote-edit-history
...
feat(StatusEditHistory): load remote history
2024-05-05 16:02:19 -03:00
FineFindus
2dbfe88397
feat(StatusEditHistory): display subtitle on failed remote loading
2024-05-05 21:00:07 +02:00
FineFindus
86506f9ba4
feat(about): try to open links in-app
...
The About screen often contains links the local accounts (e.g.
moderators, admins) instead of always opening them in the browser, try
to open them in-app first.
2024-04-30 19:56:29 +02:00
FineFindus
7269788831
feat(StatusEditHistory): load remote history
...
Sometimes the server sends only the latest status instead of the full
history. Try to avoid this by requesting the history directly from the
server.
2024-04-30 19:10:03 +02:00
FineFindus
f7d0bda90f
fix(lists): send requests for list membership
...
Fixes a regression in 0af8dbf09b , where
lists memberships where not saved, as the requests where not send to the
server.
2024-04-30 18:21:23 +02:00
LucasGGamerM
d5cd016776
fix(push-notification-receiver): check if status is null before doing stuff
2024-04-18 13:44:17 -03:00
LucasGGamerM
849172ad7f
Merge pull request #377 from FineFindus/feat/post-menu
...
fix(compose): disable group divider on EMUI
2024-04-17 20:17:10 -03:00
LucasGGamerM
de57ceb939
fix(thread-fragment): use itemsToModify instead of items when adding the extended footer to the ThreadFragment
2024-04-17 07:44:16 -03:00
FineFindus
bf36f12f79
fix(compose): disable group divider on EMUI
2024-04-16 09:15:48 +02:00
LucasGGamerM
d047379785
fix(compose-autocomplete): add null checks to hashtags logic
...
Fuck java
2024-04-12 16:53:43 -03:00
LucasGGamerM
ff9587661e
fix(emoji-selector): fixes crash when you typed an emoji's name and pressed the virtual keyboard's emoji suggestion
...
@sk22 might like this one
2024-04-12 16:29:49 -03:00
LucasGGamerM
e6a4f81b78
fix(client-filters): readd the necessary logic for them to work again
2024-04-12 14:39:33 -03:00
LucasGGamerM
038923bf8f
Merge pull request #374 from FineFindus/fix/show-filter-warning
...
fix: replace correct filter item
2024-04-10 12:39:54 -03:00
LucasGGamerM
b0518b807e
Merge pull request #373 from FineFindus/fix/open-url
...
fix(search): open lemmy URLs
2024-04-10 12:39:19 -03:00
LucasGGamerM
2c743b11e6
fix(unmuting): add request body when unmuting to prevent failed POST request
2024-04-10 12:37:55 -03:00
LucasGGamerM
6c519b3cb9
feat(mute-sheet): use secondary button for mute duration instead of a new row
2024-04-10 12:30:02 -03:00
FineFindus
5ed4fdbb36
fix: replace correct filter item
2024-04-10 17:22:11 +02:00
FineFindus
a844852669
fix(search): open lemmy URLs
...
Closes https://github.com/LucasGGamerM/moshidon/issues/349 .
2024-04-10 16:45:02 +02:00
FineFindus
fe96ee5f2a
feat: propagate row clicks to child
2024-04-02 20:04:40 +02:00
FineFindus
e6501ad8a3
feat: add mute notifications toggle
2024-04-02 19:53:54 +02:00
FineFindus
18f8c1d29e
refactor: only add body for muting requests
2024-04-02 19:34:26 +02:00
FineFindus
56540d7e7b
feat: re-add mute duration option
2024-04-02 19:32:08 +02:00
FineFindus
37f63b1142
feat: add support for rows with custom views
2024-04-02 19:31:22 +02:00
LucasGGamerM
51a9c7c58e
Merge branch 'fix/double_push'
2024-03-29 18:00:02 -03:00
lyyn
8e00b04f71
Fix missing case for STATUS notification title
2024-03-29 17:53:48 -03:00
LucasGGamerM
d08c64e749
Merge pull request #368 from FineFindus/fix/open-link-browser
...
fix: use correct openURL function
2024-03-28 17:32:44 -03:00
FineFindus
974774a913
fix: use correct openURL function
2024-03-28 20:49:51 +01:00
LucasGGamerM
0931702802
fix(custom-local-timelines): revert 629262c266 and fix the crash for good
...
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
2024-03-24 15:13:24 -03:00
FineFindus
2ab74de236
feat: remove home tab longpress
2024-03-23 12:03:40 +01:00
LucasGGamerM
7a4387a459
Merge pull request #364 from FineFindus/feat/replybar-longpress
...
feat: support longpressing replyBar
2024-03-22 18:18:50 -03:00
LucasGGamerM
629262c266
fix(custom-local-timelines): crash whenever a mention is shown
...
I don't know what caused this. Probably the HTML parser, but its now fixed forever, hopefully this thing does not happen again :)
2024-03-22 15:25:06 -03:00
FineFindus
a7c558afd8
feat: support longpressing replyBar
2024-03-22 13:21:31 +01:00
LucasGGamerM
8d6593e12c
feat(search): add back bot indicator to account search results preview
2024-03-20 17:20:19 -03:00