FineFindus
d4b8c350dc
fix(CustomLocalTimeline): set WebUri with scheme
2024-05-12 13:59:47 +02:00
LucasGGamerM
daaf467168
style(browser-select-setting): remove unnecessary commented out code
2024-05-12 08:11:16 -03:00
LucasGGamerM
eda52d5a55
fix(browser-select-setting): remove unnecessary dialog option subtitle
2024-05-12 08:09:24 -03:00
LucasGGamerM
0700274d6b
fix(browser-select-setting): don't query user's browser (excessive-permissions)
2024-05-12 08:07:36 -03:00
LucasGGamerM
faee3e3dd6
fix(custom-local-timelines-filters): check if filtered status is null before iterating on them
2024-05-11 15:06:37 -03:00
LucasGGamerM
129ce09c9f
fix(get-client-filters): only add client filters if status is not previously filtered
2024-05-11 14:49:13 -03:00
LucasGGamerM
368e226257
fix(get-client-filters): make client filters List modifiable, avoiding a crash when trying to modify it
2024-05-11 14:25:44 -03:00
LucasGGamerM
93321720e1
Merge pull request #399 from FineFindus/fix/apply-filter-highlight
...
fix: apply filter highlight
2024-05-11 14:08:29 -03:00
LucasGGamerM
96c1c036a8
feat(save-backup): use ACTION_CREATE_DOCUMENT instead of "Sharing" the backup file
2024-05-11 14:05:48 -03:00
FineFindus
d1d8f2ef45
refactor(StatusDisplayItem): move client filters to AccountSession
2024-05-09 06:39:50 +02:00
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
9e9061e29c
build: bump version number
2024-05-05 16:49:48 -03: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
e9684441c0
Merge remote-tracking branch 'weblate/master'
2024-04-15 15:55:54 -03:00
Eugen Rochko
aa4bd9d5a3
New translations strings.xml (French)
2024-04-15 15:53:22 -03:00
Eugen Rochko
86f82f88da
New translations strings.xml (French)
2024-04-15 15:53:22 -03:00
Eugen Rochko
fb5c8504ab
New translations strings.xml (Portuguese, Brazilian)
2024-04-15 15:53:21 -03:00
Eugen Rochko
cff824e745
New translations strings.xml (Portuguese, Brazilian)
2024-04-15 15:53:21 -03:00
Eugen Rochko
200583f492
New translations strings.xml (Japanese)
2024-04-15 15:53:21 -03:00
Eugen Rochko
49e8083c9a
New translations strings.xml (Turkish)
2024-04-15 15:53:21 -03:00
Eugen Rochko
15fe3595a3
New translations strings.xml (Portuguese, Brazilian)
2024-04-15 15:53:20 -03:00
Eugen Rochko
dd7e9be803
New translations strings.xml (Turkish)
2024-04-15 15:53:03 -03:00
Eugen Rochko
8ce7987591
New translations strings.xml (Vietnamese)
2024-04-15 15:52:54 -03:00
Eugen Rochko
0b7f5f7f64
New translations strings.xml (Basque)
2024-04-15 15:52:47 -03:00
Eugen Rochko
db7d223be6
New translations strings.xml (Thai)
2024-04-15 15:52:46 -03:00
Eugen Rochko
cabbc934ec
New translations strings.xml (Icelandic)
2024-04-15 15:52:46 -03:00
Eugen Rochko
c277a13d39
New translations strings.xml (Italian)
2024-04-15 15:52:46 -03:00
Eugen Rochko
404de46eee
New translations strings.xml (French)
2024-04-15 15:52:38 -03:00
Eugen Rochko
b5f062ca99
New translations strings.xml (French)
2024-04-15 15:52:37 -03:00
Eugen Rochko
6d1ef8b59d
New translations strings.xml (Chinese Traditional)
2024-04-15 15:52:37 -03:00
Eugen Rochko
83ced914ef
New translations strings.xml (Slovenian)
2024-04-15 15:52:37 -03:00
Eugen Rochko
08a468c56f
New translations strings.xml (Dutch)
2024-04-15 15:52:31 -03:00
Eugen Rochko
66cb74249e
New translations strings.xml (French)
2024-04-15 15:52:31 -03:00
Eugen Rochko
2d10387404
New translations strings.xml (Dutch)
2024-04-15 15:52:31 -03:00
Eugen Rochko
60de667feb
New translations strings.xml (Icelandic)
2024-04-15 15:52:25 -03:00
Eugen Rochko
d01fa27f85
New translations strings.xml (Icelandic)
2024-04-15 15:52:24 -03:00
Eugen Rochko
56560e741c
New translations strings.xml (French)
2024-04-15 15:52:17 -03:00
Eugen Rochko
3d57954866
New translations strings.xml (French)
2024-04-15 15:52:17 -03:00
Eugen Rochko
dab3ad79ed
New translations strings.xml (Lithuanian)
2024-04-15 15:51:20 -03:00
Eugen Rochko
0d9ac99313
New translations strings.xml (Basque)
2024-04-15 15:51:12 -03:00
Eugen Rochko
2883881402
New translations strings.xml (Armenian)
2024-04-15 15:51:04 -03:00
Eugen Rochko
760cfa0b9f
New translations strings.xml (Armenian)
2024-04-15 15:51:04 -03:00
Eugen Rochko
ceb89e4dd7
New translations strings.xml (Armenian)
2024-04-15 15:51:04 -03:00
Eugen Rochko
f3c9b4e2cf
New translations strings.xml (Armenian)
2024-04-15 15:51:03 -03:00
Eugen Rochko
cc07c539e0
New translations strings.xml (Japanese)
2024-04-15 15:50:50 -03:00
Eugen Rochko
57ff23e8c1
New translations strings.xml (Chinese Traditional)
2024-04-15 15:50:45 -03:00
Eugen Rochko
bfe6559690
New translations strings.xml (Russian)
2024-04-15 15:50:32 -03:00
Eugen Rochko
138e633acd
New translations strings.xml (Czech)
2024-04-15 15:50:27 -03:00
Eugen Rochko
68ab66bed7
New translations strings.xml (Czech)
2024-04-15 15:50:26 -03:00
Eugen Rochko
f22de651c9
New translations strings.xml (Greek)
2024-04-15 15:50:20 -03:00
Eugen Rochko
5a46ae8d7b
New translations strings.xml (Greek)
2024-04-15 15:50:19 -03:00
Eugen Rochko
297c37a72e
New translations strings.xml (Hungarian)
2024-04-15 15:50:14 -03:00
Eugen Rochko
a6f654cb36
New translations strings.xml (Hungarian)
2024-04-15 15:50:14 -03:00
Eugen Rochko
f6a844138b
New translations strings.xml (Thai)
2024-04-15 15:50:09 -03:00
Eugen Rochko
2d857f4f1b
New translations strings.xml (Chinese Traditional)
2024-04-15 15:38:04 -03:00
Eugen Rochko
915f2ca108
New translations strings.xml (Slovenian)
2024-04-15 15:38:04 -03:00
Eugen Rochko
cd49b5f0b4
New translations strings.xml (Japanese)
2024-04-15 15:38:04 -03:00
Eugen Rochko
7d22f93b5d
New translations strings.xml (Spanish)
2024-04-15 15:38:04 -03:00
Eugen Rochko
da74ae0a7c
New translations strings.xml (Spanish)
2024-04-15 15:37:51 -03:00
Eugen Rochko
d67ab02443
New translations strings.xml (Spanish)
2024-04-15 15:37:50 -03:00
Eugen Rochko
c821326326
New translations strings.xml (Slovenian)
2024-04-15 15:37:44 -03:00
Eugen Rochko
464c80ed8f
New translations strings.xml (Japanese)
2024-04-15 15:37:37 -03:00
Eugen Rochko
4adf250645
New translations strings.xml (Japanese)
2024-04-15 15:37:37 -03:00
Eugen Rochko
190755d2cc
New translations strings.xml (Chinese Traditional)
2024-04-15 15:37:31 -03:00
Eugen Rochko
6deae2341b
New translations strings.xml (Chinese Traditional)
2024-04-15 15:37:30 -03:00
Eugen Rochko
a23b39255d
New translations strings.xml (Kabyle)
2024-04-15 15:37:23 -03:00
Eugen Rochko
20378cc1c5
New translations strings.xml (Scottish Gaelic)
2024-04-15 15:37:22 -03:00
Eugen Rochko
0c5f7552e0
New translations strings.xml (Bosnian)
2024-04-15 15:37:22 -03:00
Eugen Rochko
99e382c9f8
New translations strings.xml (Filipino)
2024-04-15 15:37:22 -03:00
Eugen Rochko
ec332cb867
New translations strings.xml (Burmese)
2024-04-15 15:37:22 -03:00
Eugen Rochko
4e3ddaf782
New translations strings.xml (Croatian)
2024-04-15 15:37:21 -03:00
Eugen Rochko
4a4fec06f6
New translations strings.xml (Thai)
2024-04-15 15:37:21 -03:00
Eugen Rochko
43d4978b1b
New translations strings.xml (Bengali)
2024-04-15 15:37:21 -03:00
Eugen Rochko
7fbfae7388
New translations strings.xml (Indonesian)
2024-04-15 15:37:20 -03:00
Eugen Rochko
1772655c8c
New translations strings.xml (Portuguese, Brazilian)
2024-04-15 15:37:20 -03:00
Eugen Rochko
6631de85e3
New translations strings.xml (Icelandic)
2024-04-15 15:37:20 -03:00
Eugen Rochko
a19a39ff51
New translations strings.xml (Galician)
2024-04-15 15:37:20 -03:00
Eugen Rochko
89f96cba52
New translations strings.xml (Vietnamese)
2024-04-15 15:37:19 -03:00
Eugen Rochko
dae32e2645
New translations strings.xml (Chinese Traditional)
2024-04-15 15:37:19 -03:00
Eugen Rochko
3af3993e1d
New translations strings.xml (Chinese Simplified)
2024-04-15 15:37:19 -03:00
Eugen Rochko
9cd0b90c9a
New translations strings.xml (Ukrainian)
2024-04-15 15:37:18 -03:00
Eugen Rochko
798325339f
New translations strings.xml (Turkish)
2024-04-15 15:37:18 -03:00
Eugen Rochko
d17e25e7eb
New translations strings.xml (Swedish)
2024-04-15 15:37:18 -03:00
Eugen Rochko
73f15caae2
New translations strings.xml (Slovenian)
2024-04-15 15:37:18 -03:00
Eugen Rochko
76c64195b0
New translations strings.xml (Portuguese)
2024-04-15 15:37:17 -03:00
Eugen Rochko
e1315eafde
New translations strings.xml (Norwegian)
2024-04-15 15:37:17 -03:00
Eugen Rochko
1c9b7b8cbe
New translations strings.xml (Lithuanian)
2024-04-15 15:37:17 -03:00
Eugen Rochko
f9844a7337
New translations strings.xml (Korean)
2024-04-15 15:36:54 -03:00
Eugen Rochko
4cb0eed126
New translations strings.xml (Georgian)
2024-04-15 15:36:53 -03:00
Eugen Rochko
bfab791850
New translations strings.xml (Japanese)
2024-04-15 15:36:49 -03:00
Eugen Rochko
a2767d6002
New translations strings.xml (Italian)
2024-04-15 15:36:48 -03:00
Eugen Rochko
62a65ab4c6
New translations strings.xml (Armenian)
2024-04-15 15:36:48 -03:00
Eugen Rochko
04d6ca9485
New translations strings.xml (Finnish)
2024-04-15 15:36:48 -03:00
Eugen Rochko
36620d7415
New translations strings.xml (Basque)
2024-04-15 15:36:48 -03:00
Eugen Rochko
d5e9697420
New translations strings.xml (German)
2024-04-15 15:36:47 -03:00
Eugen Rochko
e5da0681ae
New translations strings.xml (Danish)
2024-04-15 15:36:47 -03:00
Eugen Rochko
863ff48bd4
New translations strings.xml (Czech)
2024-04-15 15:36:47 -03:00
Eugen Rochko
a9948ee996
New translations strings.xml (Arabic)
2024-04-15 15:36:47 -03:00
Eugen Rochko
fba231c855
New translations strings.xml (Spanish)
2024-04-15 15:36:47 -03:00
Eugen Rochko
09911e4494
New translations strings.xml (French)
2024-04-15 15:36:46 -03:00
Eugen Rochko
ff2407239f
New translations strings.xml (Dutch)
2024-04-15 15:36:46 -03:00
Eugen Rochko
4d990647f3
New translations strings.xml (Persian)
2024-04-15 15:36:46 -03:00
Eugen Rochko
5ac91605ed
New translations strings.xml (Catalan)
2024-04-15 15:36:45 -03:00
Eugen Rochko
4a8a3530ab
New translations strings.xml (Belarusian)
2024-04-15 15:36:45 -03:00
Eugen Rochko
e8a600ff29
New translations strings.xml (Hindi)
2024-04-15 15:36:45 -03:00
Eugen Rochko
6df1cffc55
New translations strings.xml (Greek)
2024-04-15 15:36:40 -03:00
Eugen Rochko
5826b17840
New translations strings.xml (Russian)
2024-04-15 15:36:39 -03:00
Eugen Rochko
fdc052f8f1
New translations strings.xml (Polish)
2024-04-15 15:36:39 -03:00
Eugen Rochko
a59774fe78
New translations strings.xml (Hungarian)
2024-04-15 15:36:39 -03:00
Eugen Rochko
19bf9c4ee6
New translations strings.xml (Dutch)
2024-04-15 15:36:31 -03:00
edxkl
aab829ac4d
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (100 of 100 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/pt_BR/
2024-04-13 21:18:24 +00: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
LucasGGamerM
4f3d711d2b
Merge pull request #371
...
feat: add mute duration and notifications to mute confirmation sheet
2024-04-07 13:08:50 -03:00
LucasGGamerM
24be1c68ad
fix(restriction-confirmation-sheet): make secondary button appear on top of primary button
...
This is the first part of the chore to readd the mute timer thing
2024-04-07 08:42:36 -03: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