Jacoco
132b672441
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-21 20:01:47 -03:00
sk
ffb7cc5c18
don't remove badge if loaded from cache
2023-03-21 19:55:34 -03:00
sk
5a9a3eb140
session-specific notification badge
...
fix sk22#470
2023-03-21 19:55:34 -03:00
sk
5395855775
feat: implement notification badge using markers from @sk22.
...
Thank you a lot man! This improvement is amazing
2023-03-21 19:55:34 -03:00
LucasGGamerM
9d60924512
refactor: removing unused piece of code
2023-03-21 19:54:20 -03:00
LucasGGamerM
1680c635dc
Revert "feat(tabs/notifications): add unread badge"
...
This reverts commit 4ecd525f
2023-03-21 19:47:51 -03:00
LucasGGamerM
898fbcc52b
Revert "refactor(notifications-tab/badge): use improved implementation"
...
This reverts commit ac561549
2023-03-21 19:40:11 -03:00
LucasGGamerM
d0e4578af0
fix: NPE when sharing an image and the URL is null
2023-03-21 18:51:15 -03:00
LucasGGamerM
4ceacae954
refactor: simplify code in 56e5877040
2023-03-20 16:36:42 -03:00
LucasGGamerM
56e5877040
fix(custom-local-timelines): fix NPE in ended polls. Fixes #110
2023-03-20 16:09:06 -03:00
LucasGGamerM
c0484de506
feat: add toggle to disable double tap to swipe action
2023-03-19 11:20:46 -03:00
LucasGGamerM
addb1b27bb
Merge remote-tracking branch 'mastodon/master'
2023-03-18 22:39:08 -03:00
LucasGGamerM
96ecdcd33c
fix(custom-local-timelines): translate button now works
2023-03-18 22:36:51 -03:00
LucasGGamerM
e3f445cbed
fix(custom-local-timelines): polls are now votable
2023-03-18 22:21:09 -03:00
LucasGGamerM
8ccb505165
Revert "refactor(account-switcher-sheet): remove duplicated code"
...
This reverts commit 9c01f7a522 .
2023-03-18 17:03:15 -03:00
LucasGGamerM
98c193ac51
Merge pull request #125
...
Feat: share URL to open
2023-03-18 16:49:52 -03:00
LucasGGamerM
b966d5626b
feat: adding nord to readme
2023-03-18 16:43:37 -03:00
FineFindus
9c01f7a522
refactor(account-switcher-sheet): remove duplicated code
2023-03-18 20:09:07 +01:00
FineFindus
f3c9f52d37
feat(share): add option open URL
2023-03-18 20:02:26 +01:00
LucasGGamerM
1df61780a3
Update README.md
2023-03-18 15:32:57 -03:00
LucasGGamerM
2be3bca70e
Update README.md
2023-03-18 15:31:06 -03:00
LucasGGamerM
18ec63b9b4
fix: add missing red color
2023-03-18 15:09:03 -03:00
LucasGGamerM
6781fb6e25
fix: typo
2023-03-18 15:08:23 -03:00
LucasGGamerM
852bc6ba24
Update README.md
2023-03-18 15:06:21 -03:00
LucasGGamerM
223aa7043b
fix: MediaGrid and LinkCard inset values too low, causing items to be cut by borders
2023-03-18 14:52:24 -03:00
LucasGGamerM
3178b5f41c
fix: NPE when fragment is empty and HomeTabFragment is checking isScrolledToTop()
2023-03-18 13:53:02 -03:00
LucasGGamerM
14665c9a24
Merge pull request #124 from FineFindus/feat/tab-double-tab
...
Feat: Add tab triple click action
2023-03-18 13:06:43 -03:00
FineFindus
ea823ef0cf
feat(NotificationsFragment): switch tab when triple clicking
2023-03-18 16:03:54 +01:00
FineFindus
62d5c7a492
feat(HomeTabFragment): switch timeline when triple clicking
...
Closes #83 . When clicking the HomeTab and the timeline is already scrolled up, the timeline is cycled.
2023-03-18 15:57:13 +01:00
FineFindus
287e75e54a
feat(Scrollable): add isScrolledToTop
...
Checks if the list is already scrolled to the top. Can be used to change the interaction depending on it.
2023-03-18 15:43:14 +01:00
LucasGGamerM
02af385853
feat: redesign account picker sheet
2023-03-17 17:44:17 -03:00
LucasGGamerM
ede2a3e0b5
Revert "feat(external-share): start re-design"
...
This reverts commit 6e5fa34be6 .
2023-03-17 17:16:40 -03:00
LucasGGamerM
66dab9194a
Merge pull request #121
...
Feat: redesign external share sheet
2023-03-17 17:12:12 -03:00
FineFindus
6e5fa34be6
feat(external-share): start re-design
2023-03-17 20:41:12 +01:00
FineFindus
8ce782b578
feat(external-share): use AccountSwitcherSheet
2023-03-17 20:41:07 +01:00
FineFindus
05168b9826
feat(external-share): use transparent background
2023-03-17 20:38:56 +01:00
LucasGGamerM
5208195f72
Merge pull request #120
...
Feat: Add recents URL sharing (Pixel exclusive)
2023-03-17 15:29:33 -03:00
Gregory K
5e4e56bd2c
Merge pull request #545 from FineFindus/fix/empty-search-query
...
fix(search): check for empty queries
2023-03-17 20:10:02 +03:00
FineFindus
82fac1d4e7
fix(search): check for empty queries
...
Fixes an error message, which would appear, if the search query was blank.
2023-03-17 16:19:38 +01:00
FineFindus
1dc90f930a
fix(recent-url): remove error log message
2023-03-17 16:11:10 +01:00
FineFindus
aa56d160e6
feat(recent-url): add domain to selected status
2023-03-17 15:46:32 +01:00
FineFindus
452eac6fd7
feat(recent-url): add domain to discover fragments
2023-03-17 15:34:45 +01:00
FineFindus
d37a2b9db7
feat(recent-url): add domain to timelines
2023-03-17 15:07:30 +01:00
FineFindus
14e2747599
fix(recent-url): add support for own profile
2023-03-17 13:49:50 +01:00
FineFindus
ae7b2f3fc7
feat(recent-url): add url to profiles
2023-03-16 23:21:34 +01:00
LucasGGamerM
f4007dba90
Merge pull request #117
...
fix(custom-timelines): lookup profile by url
2023-03-15 21:10:20 -03:00
FineFindus
d687abcdc1
fix(custom-timelines): lookup profile by url
...
Closes #107 . Instead of using the (wrong) profileID on CustomTimelines, use the URL, which will be correctly resolved.
2023-03-15 20:05:16 +01:00
Grishka
d6bcc9c156
Fix button color
2023-03-14 07:31:01 +03:00
Grishka
fc67c82040
Fix #544
2023-03-13 20:46:29 +03:00
LucasGGamerM
6fa930aa9f
Revert "feat: add android 14s predictive back gesture. Fixes #116 "
...
This reverts commit 736ec4dbf9 .
2023-03-11 20:18:27 -03:00