sk
6cd722dbef
improve pre draw listener
2023-03-16 19:22:58 +01:00
sk
8dfc1ecae8
reply part before reblog part
2023-03-16 19:14:28 +01:00
sk
fdca799a5f
add todo
2023-03-16 18:49:40 +01:00
Jacoco
f852dac1e5
Improvements for Pleroma/Akkoma ( #445 )
...
* Reply Visibility on Plemora
* Sort statuses in thread
* Get default visibility and language from account if preferences fail
* Fix for Mentions tab in notifications on Pleroma
* Mark status as sensitive if not already when spoilertext is present
* Integrating Pleroma quoting for new posts
* move string to strings_sk
* use null instead of empty string
* change string
* fix crash due to null value
* update string
---------
Co-authored-by: sk <sk22@mailbox.org >
2023-03-16 00:49:11 +01:00
sk
9cc8b2668c
fix show thread not working for reposts
2023-03-15 23:31:51 +01:00
sk
94b862a3ff
improve reblog/reply line render
2023-03-15 23:27:43 +01:00
sk
f71bb6b78c
use pre draw listener instead of post
...
hopefully fixes sk22#422
2023-03-15 22:36:30 +01:00
sk
499ac8f727
improve compact reply/reblog header
2023-03-15 22:30:57 +01:00
sk
938ae97cac
remove click handler for reply line
2023-03-15 21:26:41 +01:00
sk
e2193e8e3c
reply line below, compact above
2023-03-15 21:24:25 +01:00
sk
16f907c91f
show thread reply line
2023-03-15 19:23:20 +01:00
sk
584700225c
reply line below avatar
2023-03-15 17:36:07 +01:00
sk
56b24420d1
add local-only string
2023-03-14 15:37:06 +01:00
sk
92beac8dff
fuck it, indented header line
...
closes #448
2023-03-14 15:34:05 +01:00
sk
ed1fdba9a5
Merge remote-tracking branch 'upstream/master'
2023-03-14 15:01:30 +01:00
sk
5e194e3079
display both reply and reblog
...
re: sk22#448
2023-03-14 14:59:11 +01:00
Grishka
d6bcc9c156
Fix button color
2023-03-14 07:31:01 +03:00
sk
4c85fd4387
use custom string for anonymous reply
2023-03-13 20:06:05 +01:00
sk
80d529d503
display reply header for unknown original poster
...
re: mastodon#342
2023-03-13 20:00:56 +01:00
sk
c5a19a2334
fix duplicate notification status header
2023-03-13 19:29:40 +01:00
sk
7d9d8f0aae
Merge remote-tracking branch 'upstream/master'
2023-03-13 18:52:52 +01:00
sk
21fc35230c
Merge remote-tracking branch 'upstream/master'
2023-03-13 18:51:26 +01:00
Grishka
fc67c82040
Fix #544
2023-03-13 20:46:29 +03:00
FineFindus
5c7fe9dcb5
fix: disable group divider on EMUI ( #453 )
...
Fixes an issues, where the forth menu item does not show up, when the divider is enabled on EMUI devices
2023-03-11 13:00:36 +01:00
Grishka
c3aa3af650
Fix #540
2023-03-08 22:46:24 +03:00
Grishka
4a695b2a83
Use a single display item for the image attachment grid
2023-03-06 02:25:13 +03:00
Grishka
f79fc66578
Fix
2023-03-05 22:33:18 +03:00
Torge Rosendahl
4144639b75
docu
2023-02-26 13:59:39 -05:00
sk
6b9b6710cf
enable remote-following accounts
...
closes sk22#431
2023-02-16 19:44:39 +01:00
Torge Rosendahl
0a8d73dc0b
cleanup, resolved some warnings
2023-02-15 20:19:10 -05:00
Torge Rosendahl
fd99f3caa1
changed url longclick implementation to GestureListener
2023-02-15 20:16:20 -05:00
Torge Rosendahl
794c4e5227
removed longClickHandler and moved to view itself
2023-02-15 19:54:08 -05:00
Torge Rosendahl
f5df8225d1
whitespace corrections
2023-02-15 18:20:02 -05:00
Torge Rosendahl
42c6446125
refactoring: moved runnable and made it private, added copy toast localization.
2023-02-15 18:04:52 -05:00
Torge Rosendahl
e3486ebf7c
added clickable link type switch for copy, to not copy hashtags and user IDs
2023-02-15 18:00:45 -05:00
Torge Rosendahl
c0115f068c
implemented copy service
2023-02-15 17:40:43 -05:00
Torge Rosendahl
41682d1147
added press-and-hold listener to ClickableLinks
2023-02-15 17:30:31 -05:00
sk
0c1fd22253
Merge remote-tracking branch 'upstream'
2023-02-13 17:26:26 +01:00
sk
df233eb1e2
fix headers not filtered in notifications list
2023-02-13 16:51:55 +01:00
Grishka
64fbbb2f07
Minor onboarding stuff
2023-02-10 21:09:06 +03:00
sk
333c38c64d
add alt badge to video/gifs
...
closes sk22#409
2023-02-07 15:44:40 +01:00
sk
a2f687898c
fix wrong time in edited notifications
...
closes sk22#387
2023-02-07 13:34:52 +01:00
sk
fc1bd14f70
tweak collapse button
2023-02-06 13:44:57 +01:00
sk
bd39ed3754
fix notifications crashing with collapse button
...
closes sk22#410
2023-02-06 13:26:56 +01:00
sk
e2c907eb10
don't hide collapse button
2023-02-06 11:04:38 +01:00
sk
937747e11b
add collapse button to header
2023-02-06 10:42:27 +01:00
sk
ec9d41fbbd
collapse long posts
2023-02-03 23:40:20 +01:00
sk22
618840c76a
Display filtered posts with a warning ( #406 )
...
* copy changes from @LucasGGamerM
* simplify building filter item
* fix adapter ranges
* change filter item styling
closes sk22#209
Co-authored-by: LucasGGamerM <71328265+LucasGGamerM@users.noreply.github.com >
2023-02-03 18:33:15 +01:00
sk
e22cb07d63
Revert "enable selecting text via alt badge"
...
This reverts commit 14e639aa8a .
2023-02-02 13:41:49 +01:00
sk
14e639aa8a
enable selecting text via alt badge
...
re: sk22#400
2023-02-01 10:36:14 +01:00