Alibek Omarov
389bcdb66d
Fix #109
4 years ago
Alibek Omarov
6a1c062a8d
Add option to render subscriptions as normal posts(like Pleroma does) or switch back to Mastodon behavior
4 years ago
Alibek Omarov
9c11fea95d
Fix tests
4 years ago
Konrad Pozniak
05ab2c5c38
fix the notification buttons on the Muted users page ( #2009 )
4 years ago
Levi Bard
6e1c99513a
Fix negative count on the unread announcements badge. ( #2010 )
...
Fixes #1994
4 years ago
Levi Bard
bef916010d
Fix links in announcements. ( #2011 )
...
Fixes #2008
4 years ago
Alibek Omarov
68d6a4ab25
Support Mastodon notification bell and status notification type
4 years ago
Alibek Omarov
17f5ad1146
NotificationsAdapter: apply same fix as 30b2349e2b
4 years ago
Karol Kosek
987db39d2c
Add 'reply to' text to notifications
4 years ago
Karol Kosek
7ba55d97d5
Update pleroma status cache on reaction
4 years ago
Alibek Omarov
cba7b2b122
Automatically prepend instance domain name, when domain name is omitted for images. Fixes very edge case when proxy base url is NULL
4 years ago
Alibek Omarov
9d41527168
ChatMessagesAdapter: post-merge fix
4 years ago
Konrad Pozniak
781586a009
fix workmanager crashing because of async initialization ( #2003 )
4 years ago
Konrad Pozniak
e0582319a7
fix crash when opening some audio attachments ( #2002 )
4 years ago
Alibek Omarov
28a02cf72a
Notifications: add support for move notification type
4 years ago
Alibek Omarov
0bdad9ad7a
Notifications: add new virtual type for subscriptions
4 years ago
Alibek Omarov
8982f7af28
Another post-merge build fix
4 years ago
Mélanie Chauvel
928fdd8d02
Implement optional notifications muting for account muting ( #1856 )
4 years ago
Alibek Omarov
2c0b8ac6f5
Fix some issues after merge
4 years ago
Konrad Pozniak
0e4236611a
better distinction between green and blue build flavors ( #1997 )
4 years ago
Konrad Pozniak
efdc91d090
load drawer avatar earlier to avoid flicker on app start ( #1993 )
...
* load drawer avatar earlier to avoid flicker on app start
* use placeholder when loading drawer avatar for the first time
4 years ago
Ivan Kupalov
e617b361c3
Fix some of the StrictMode violations ( #1931 )
...
Mostly it's disk reads/writes.
Conscrypt reads own version on startup which reads from disk multiple
times. There's no solution for it right now.
SharedPreferences which are used in BaseActivity also read from disk
and pretty early but it shouldn't be a problem.
4 years ago
Konrad Pozniak
9a182f6a68
fix crash when clearing glide requests ( #1989 )
4 years ago
Konrad Pozniak
58d839ef0d
upgrade dependencies ( #1990 )
...
* upgrade dependencies
* fix tests
4 years ago
Konrad Pozniak
e6f31ccd0d
apply the home filter to lists ( #1991 )
4 years ago
kyori19
aa14e6e4f2
[needs help] Support announcements ( #1977 )
...
* Implement announcements activity
* Update reactions without api access
* Add badge style
* Use emptyList() as default parameter
* Simplify newIntent
* Use List instead of Array
* Remove unneeded ConstraintLayout
* Add lineSpacingMultiplier
* Fix wording
* Apply material design's default chip style
* Dismiss announcements automatically
4 years ago
Konrad Pozniak
9ea9926469
Personal account notes ( #1978 )
...
* add personal notes to AccountActivity
* use RxJava instead of plain okhttp calls
* make AccountViewModel rx aware
* hide note input until data is loaded
4 years ago
Conor Flynn
0d644e8fe3
Adds link to account page when clicking on displayName ( #1982 )
...
* Adds link to account page when clicking on displayName.
* Reuses the onClickListener
* Fixes formatting.
4 years ago
Levi Bard
c2c4a3a535
Perform bidirectionality isolation manually instead of relying on `BidiFormatter` ( #1976 )
...
* Perform manual isolation of display names etc. instead of relying on BidiFormatter.
Fixes #1921
* Make follow request notification header formatting more like other notifications
4 years ago
Levi Bard
684289d3e3
Add tests for compose activity initial state changes ( #1972 )
4 years ago
Garrit Franke
313209e249
Delete scheduled post after editing ( #1947 )
...
* Delete scheduled post after editing
This ensures that editing a scheduled toot will not duplicate it.
Fixes #1924
* Fix scheduled toot editing
* Convert isEditingScheduledToot to property
* Replace MediatorLiveData with combineLiveData
* Remove dead code
* Fix observer emission
* Fix "Finish media upload" appearing for split second
4 years ago
Konrad Pozniak
8b3c9a8f09
use MaterialContainerTransform for ActionButton animation ( #1961 )
...
* use MaterialContainerTransform for ActionButton animation
* fix back button in TabPreferenceActivity
4 years ago
Levi Bard
94dba04216
Use blurhash for preview cards ( #1960 )
4 years ago
Levi Bard
029513205b
Fix filtering of boosts ( #1954 )
4 years ago
Vignesh Kumar
8d9a54e8ea
Change characters left color to red when negative ( #1952 )
...
* Change characters left color to red when negative
* Use val for the integers, optimize variable assignment
* Added tusky_red color
* remove extra line typo
* make characters left bold
* change red hue
* fix typo
4 years ago
Alibek Omarov
2eba3f41ba
Animated emoji support
4 years ago
Alibek Omarov
5e9e626012
Attempt to fix custom emoji freeze bug
4 years ago
Alibek Omarov
ed7bfa182b
Implement proper hiding muted users and conversations
4 years ago
Alibek Omarov
ed16f1b2bc
Use SpannableString instead of SpannableStringBuilder when it's possible
4 years ago
Alibek Omarov
f18f7aab5c
ChatActivity: fix crash, fix sticker button enabling conditions
4 years ago
Alibek Omarov
cbe737ef54
ChatActivity: set sendbutton inactive when text or media are empty, fix media menu, fix media button stay inactive after removing media
4 years ago
Alibek Omarov
12e95a7190
ComposeTokenizer: try to fix test 3
4 years ago
Alibek Omarov
4fa1fb6522
ChatMessagesAdapter: fix non-clickable URLs
4 years ago
Alibek Omarov
992f2ec02c
ComposeTokenizer: try to fix test 2
4 years ago
Alibek Omarov
c6219e3581
ComposeTokenizer: try to fix test
4 years ago
Alibek Omarov
09e5611ec0
Account: add optional ap_id field
4 years ago
Alibek Omarov
c4931bcc6e
BottomSheetActivity: fix account URL search leading to wrong accounts or threads
4 years ago
Alibek Omarov
51083556f1
CommonComposeViewModel: filter all unrelated autocomplete suggestions
4 years ago
Alibek Omarov
f32bfc2ae6
ComposeTokenizer: do not search stop after second @
4 years ago
Alibek Omarov
9fb700f548
SpanUtils: allow extended username format
4 years ago