1367 Commits (b81eca962b3692592ced7b78cd24ba58c5bb91ee)

Author SHA1 Message Date
Alibek Omarov 47d903480e LinkHelper: try to fix error if account url is null 4 years ago
Alibek Omarov 0c393585bd NetworkModule: hide different logging levels under comments to not look every time in documentation 4 years ago
a1batross 4141030d2e filters: represent POST as json becausr booleans cannot be represented in urlencoded as Pleroma thinks 4 years ago
Alibek Omarov 8eb3b7ecca ComposeActivity: fix crash on old Android 4 years ago
Alibek Omarov 508a91070e NetworkModule: oops, disable showing headers in logcat 4 years ago
Alibek Omarov fed8b01764 wysiwyg: add minimal editor based on MarkdownEdit library 4 years ago
Alibek Omarov ca196ffc73 compose: implement BBcode and HTML sending 4 years ago
Alibek Omarov 569ca90147 AccountActivity: animate banner if animateGifAvatars is enabled 4 years ago
Alibek Omarov ff5ec41e76 http: haha content-encoding goes brrrr (enabled brotli compression) 4 years ago
Alibek Omarov e64831027c emojis: remove unicode emojis consisting of more than one code point as it's unsupported by Pleroma 4 years ago
Ivan Kupalov 5dd190404f Fix reblog confirm (#1723) 4 years ago
Alibek Omarov 125186885d emoji_reactions: show keyboard as dialog 4 years ago
Alibek Omarov 6100868c7a custom_emoji: fix showing emojis that may look like a regular expression 4 years ago
Alibek Omarov df315a3f3e emoji_reactions: implement for notifications fragment 4 years ago
Alibek Omarov 06eda38140 emoji_keyboard: first keyboard, supports only unicode emojis 4 years ago
Alibek Omarov cbcb3838dd emoji: add all Unicode 12.0 emojis 4 years ago
Alibek Omarov ceadb76785 emoji: use bundled compat font 4 years ago
Alibek Omarov 8d89f83bae adapter: replace simple viewholders by SingleViewHolder(extended from RecyclerView.ViewHolder but allowed to instantiate) 4 years ago
Alibek Omarov 7ccb9ac5d2 Better handling of muted users and conversations, add option Hide muted users like in PleromaFE 4 years ago
Alibek Omarov 6f91e1f9ff Revert "Hide muted users' statuses in timelines on client side, because we're getting full timeline now(to support muted conversations)" 4 years ago
Alibek Omarov eb2dfa86a6 NotificationHelper: add a way to test legacy notification channels on new devices 4 years ago
Alibek Omarov 3320e6a0da StatusBaseViewHolder: fix recycling bug, fix emoji reaction view empty space touch 4 years ago
Ivan Kupalov b18fbe8949 Work around the bug in ComposeScheduleView, fix #1720 (#1722) 4 years ago
Alibek Omarov 7bb0f1955d emoji_reactions: implement adding and removing on existing reactions(LOW PERFORMANCE) 4 years ago
Alibek Omarov 7e10c531bc emoji_reactions: show the emoji in title 4 years ago
Alibek Omarov 1c60313ae8 emoji_reactions: add menu for normal timelines 4 years ago
Alibek Omarov 97ffa14268 emoji_reactions: general refactoring, implement emoji_reactions_by 4 years ago
Ivan Kupalov 0547e78c94 Add options to confirm reblog/unreblog actions, close #460 (#1650) 4 years ago
Ivan Kupalov f5ab325ff0 Add "more" popup to a11y menu, fix #1710 (#1714) 4 years ago
Levi Bard 61e0c2c7a8 Add option to show link previews in timelines (#1681) 4 years ago
Levi Bard 903d2154bf When a plaintext share contains EXTRA_TEXT and a distinct EXTRA_SUBJECT, use EXTRA_SUBJECT as the content warning for the shared status (#1712) 4 years ago
Alibek Omarov 9144484994 Add more URL cases for Pleroma, Misskey and Friendica (#1702) 4 years ago
Levi Bard 75e883b67e Add status url as EXTRA_SUBJECT when sharing status content. (#1680) 4 years ago
Ivan Kupalov 073cdd98af Make image in BackgroundMessageView adapt to the height, fix #1618 (#1649) 4 years ago
Konrad Pozniak 025d1d4b3c Upgrade deps (#1708) 4 years ago
Konrad Pozniak 0279987821 simplify DI & test setup, convert TuskyApplication to Kotlin (#1675) 4 years ago
Levi Bard cc4642f3a0 Warn when scheduling a post within 5 minutes (#1698) 4 years ago
Konrad Pozniak d8b5967c97 Compose activity fixes (#1707) 4 years ago
Konrad Pozniak 316c7f202e fix crash when inserting custom emojis at the start of the compose field (#1706) 4 years ago
Konrad Pozniak f699dbd8df fix default emoji font icon not rendering 4 years ago
Alibek Omarov f7623a0a44 Hide muted users' statuses in timelines on client side, because we're getting full timeline now(to support muted conversations) 4 years ago
Alibek Omarov 319ca1781f status: increase hit area for fav/reblog buttons #71 4 years ago
Konrad Pozniak 341ad73880 fix image from another status showing up instead of blurhash (#1699) 4 years ago
Levi Bard 5d4865ae3c Delete draft when sending its status completes. (#1704) 4 years ago
Alibek Omarov ceba88af5c Add MORE cases for Pleroma, Misskey and Friendica 4 years ago
Alibek Omarov 3824d4c3ba emojireactions: implement coloring buttons 4 years ago
Alibek Omarov 82c6809623 emojireactions: fix EmojiReaction object 4 years ago
Konrad Pozniak 5b12e80297 fix list editing by moving account_ids from query to form param (#1690) 4 years ago
Konrad Pozniak 19e214328d fix url search returning the same post indefinitely (#1695) 4 years ago
Ivan Kupalov f02fe69b98 Fix emoji download (#1691) 4 years ago