sk
4a0e4edef8
load more if screen isn't full yet
2023-06-07 20:28:56 +02:00
sk
2ea7333daa
only reload main status when refreshing
...
closes sk22#552
2023-06-07 18:45:50 +02:00
sk
fa7a66809d
change profile loading error behavior
2023-06-07 16:09:41 +02:00
sk
71884ab760
don't show wrong relationship with remote accounts
2023-06-07 15:50:30 +02:00
sk
4258c55b88
implement fetching listings from remote instances
2023-06-06 17:04:29 +02:00
sk
969f29e2e9
support string res for small text item
2023-06-06 16:55:20 +02:00
sk
24e5bda8d3
fix profile options icons
2023-06-06 10:30:32 +02:00
sk
ac4458e106
fix badged toolbar icons with new appkit version
2023-06-05 18:07:22 +02:00
sk
3d24b2de10
add status counters event listener to notifications
2023-06-05 16:19:55 +02:00
sk
8c4678aba5
fix updated main status not being applied
2023-06-05 16:05:58 +02:00
sk
d16e199dd1
scroll up when posting on profile fragment
...
closes sk22#546
2023-06-05 11:48:40 +02:00
Grishka
1b4579346b
Fix #548
2023-06-04 23:39:06 +02:00
sk
1db4b1319e
use latest appkit version
2023-06-04 23:26:39 +02:00
Grishka
76a97fcb47
Fix #591
2023-06-04 23:20:29 +02:00
sk
2f02a238df
refresh updated main status
2023-06-04 20:56:44 +02:00
sk
60ccf5cf0a
only shift selection box if footer is present
2023-06-04 04:15:15 +02:00
sk
44a4d02815
remove redundant suppress annotation
2023-06-04 01:36:38 +02:00
sk
336a8194bd
fix settings button binding not reset visibility and events
2023-06-04 01:36:05 +02:00
sk
37622ba9ce
generalize notification handling, open reports in browser
2023-06-03 22:47:20 +02:00
sk
7a6af89375
fix unwanted fab animation when scrolling and switching tab
...
closes sk22#528
2023-06-03 22:07:58 +02:00
sk
056bfaacfe
fix fab being hidden when scrolling to top
...
closes sk22#528
2023-06-03 21:54:57 +02:00
sk
6684311ec5
fix button state/char counter not updating when empty
...
closes sk22#537
2023-06-03 21:24:40 +02:00
sk
11943571ad
fix thread replies not added to data
...
closes sk22#543
2023-06-03 21:10:45 +02:00
sk
f696fcd412
simplify ancestry code
2023-06-03 21:03:47 +02:00
sk
2919e109ca
remove unused member
2023-06-03 20:40:29 +02:00
sk
fb8764bcd7
refactor ancestry, fix case regarding reply line
...
fix case where reply line was removed despite having no direct ancestor
2023-06-02 22:08:03 +02:00
sk
56a93288c4
reimplement thread ancestry
2023-06-02 19:05:18 +02:00
sk
f373e7df3e
put code in method, add todo
2023-06-02 01:16:21 +02:00
sk
3985de5b14
visually connect descendant replies in threads
...
closes sk22#256
closes sk22#510
2023-06-02 00:55:42 +02:00
sk
d9784ebc31
use /about web uri for akkoma
2023-06-01 19:28:46 +02:00
sk
f241092277
use isInstanceAkkoma()
2023-06-01 19:22:01 +02:00
sk
0702703d78
normalize instance uri
2023-06-01 19:13:03 +02:00
sk
41cb0f2e09
implement assist url in instance rules
2023-06-01 18:38:45 +02:00
sk
b2d6879282
reimplement assist content
2023-06-01 18:02:33 +02:00
sk
89afc05d5c
Merge branch 'main' into pr/FineFindus/530
2023-06-01 16:32:04 +02:00
sk
f9dd787009
fix rules crashing the app
...
closes sk22#535
2023-05-31 00:19:38 +02:00
sk
18ae3f4f61
Merge branch 'pr/FineFindus/531'
...
Co-authored-by: FineFindus <63370021+finefindus@users.noreply.github.com >
2023-05-30 22:46:08 +02:00
sk
10dfe0327e
use new account switcher
2023-05-30 22:42:56 +02:00
Jacoco
1d1e921137
Fix GoToSocial crash when markers are null ( #529 )
2023-05-30 19:07:34 +02:00
sk
0985a4c968
getInstance returns optional
2023-05-30 18:57:17 +02:00
FineFindus
71b6b2f451
feat(share): add option open URL
2023-05-30 16:33:09 +02:00
FineFindus
d85940ded8
fix: re-add removed imports
2023-05-30 16:28:04 +02:00
FineFindus
c73562fb75
feat(external-share): use AccountSwitcherSheet
2023-05-30 16:24:43 +02:00
FineFindus
a033d711c1
feat: show page URL in recents
2023-05-30 15:40:20 +02:00
sk
4c379b67a3
only auto-open search on pleroma instances
2023-05-29 03:33:31 +02:00
Jacoco
b5f6687925
More Akkoma improvements ( #524 )
...
* Only open account if domain matches
Akkoma will seemingly show results that don't match well. This checks if the domain matches before continuing
* Add "RE:" for quotes where it's missing
* Fix no hashtag history in search
* Skip not implemented discovery and select search on Pleroma
* Set proper max account fields for Pleroma
* Use Pleroma's non-standard poll limits
* Mark notifications as read properly on Pleroma
* Akkoma bubble timeline
* Respect Reply Visibility preference on all timelines
* vertically center if hashtag has no history
* only open account search result if uri equals
* add getInstance and isPleroma methods
* change timelines api, support compatibility checks
---------
Co-authored-by: sk <sk22@mailbox.org >
2023-05-29 02:37:46 +02:00
sk
9939d99c4b
Merge branch 'fix/hashtags-crash-akkoma'
2023-05-28 19:54:39 +02:00
sk
8053e8bb05
fix hashtag search crash on akkoma servers
...
closes mastodon#468
closes sk22#523
2023-05-28 19:51:29 +02:00
sk
b7e9380bc4
enable unspecified as default formatting option
...
closes sk22#521
2023-05-28 14:55:53 +02:00
Jacoco
83600087e1
Fix images being stretched on Pleroma ( #522 )
...
Closes sk22#488
* Update image bounds after load when metadata is null
* Fix broken image layout in some scenarios
* Transition when image dimensions update
* Replace blurhash with accent color on Pleroma
* fall back to solid color regardless of server
* use fragment's context instead of passing it down
---------
Co-authored-by: sk <sk22@mailbox.org >
2023-05-28 14:44:23 +02:00