FineFindus
542c24ff75
refactor: deduplicate remote interactions
2024-05-25 11:26:45 +02:00
FineFindus
965f7c6d1d
refactor(PhotoViewer): use getFileProviderUri
2024-05-25 11:11:41 +02:00
Kaitlin
2df6d9ce60
fix: make autoexpand content warning option also expand cws that start with re: or variations
2024-05-23 20:13:28 -05:00
LucasGGamerM
5d3afc1b0e
Merge pull request #413
...
refactor: share img/show preview
2024-05-23 14:16:03 -03:00
Grishka
0c8f903eb6
Share sheet previews (AND-139)
2024-05-23 14:09:45 -03:00
Grishka
ef23734b22
Fix #842
2024-05-22 15:34:05 -03:00
FineFindus
c0ab3a47ae
feat(PhotoViewer): rich previews for image sharing
2024-05-22 19:53:57 +02:00
FineFindus
f4a94bc42e
refactor(PhotoViewer): deduplicate file sharing code
2024-05-22 19:51:10 +02:00
LucasGGamerM
c64d6db859
Merge pull request #409 from FineFindus/feat/improve-poll-animation
...
feat(Poll): scale animation based on votes
2024-05-19 10:59:38 -03:00
LucasGGamerM
730adc34dd
Merge pull request #410 from FineFindus/feat/fdroid-notification-warning
...
feat: warn if UP is disabled on FDroid variant
2024-05-19 10:57:31 -03:00
LucasGGamerM
a082a3d325
feat(crash-status-display-item): makes the app not crash when creating the status display items
...
This is the first part of a 2 part patch, because crashes can still happpen when the item is being "binded", which makes it necessary to handle those errors as well, which we currently DON'T do.
Also the Error item is still needing to be better, so there is also that to work on
2024-05-19 10:20:15 -03:00
FineFindus
c7820ddac8
feat: warn if UP is disabled on FDroid variant
...
Displays a warning in the notifications settings fragment, if
UnifiedPush is disabled (or cannot be enabled). The warning will be only
displayed on the FDroid build variant, since other versions use FCM by
default.
2024-05-19 13:36:45 +02:00
FineFindus
169fbc2d52
feat(Poll): scale animation based on votes
...
Updates the animation timing, to be based on the amount of votes a
option received relative to the other options. This means a option with
more votes will run longer than one with less votes. Overall this makes
the animation appear more dynamic and smoother.
2024-05-19 08:42:02 +02:00
LucasGGamerM
44e3e5faaf
fix(compose-content-type-menu): hopefully fix a crash on this thing being null
...
Fuck java
2024-05-18 13:43:06 -03:00
LucasGGamerM
711c70af2f
build: add name suffixes for F-Droid and GitHub versions
2024-05-18 13:28:30 -03:00
LucasGGamerM
1d405d9e48
Merge pull request #406
...
fix(ThreadFragment): pass correct account to ComposeView
2024-05-18 13:24:18 -03:00
LucasGGamerM
892ce130ca
Merge pull request #405
...
feat(PollOptions): animate view results
2024-05-18 13:22:24 -03:00
LucasGGamerM
fea9d6e761
Merge pull request #408 from FineFindus/feat/recents
...
feat: display URL in recents for more fragments
2024-05-15 16:17:06 -03:00
FineFindus
88e11f25a7
feat(settings): display filter URL in recents
2024-05-15 15:38:03 +02:00
FineFindus
6faa497569
feat(settings): display notifications URL in recents
2024-05-15 15:37:33 +02:00
FineFindus
1d45899f8c
feat(settings): display URL in recents overview
2024-05-15 15:36:47 +02:00
FineFindus
938643f9e2
fix(discover): provide WebUri for fragments
...
Fixes an issue, where the discover fragments did not display their URL
in the recents overview.
2024-05-15 15:35:30 +02:00
FineFindus
1ccf9bf4b7
fix(ThreadFragment): pass correct account to ComposeView
...
Fixes an issue, where the wrong account could be passed to the
ComposeView, when longpressing the replyBar and choosing an account.
2024-05-14 18:50:01 +02:00
FineFindus
ad9b5f028d
feat(PollOptions): adjust animation curve
2024-05-12 21:29:50 +02:00
LucasGGamerM
e52154fd17
Merge pull request #404 from FineFindus/fix/custom-timeline-recents
...
fix(CustomLocalTimeline): set WebUri with scheme
2024-05-12 15:42:42 -03:00
FineFindus
54202f3e8d
feat(PollOptions): animate view results
2024-05-12 20:42:28 +02:00
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
d87d656002
chore: add 105 changelog
2024-05-05 16:52:55 -03: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