120 Commits (8641b0f2203becfdf0a9de5df693399fe1622422)

Author SHA1 Message Date
Alibek Omarov 8641b0f220 Patch to compile, downgrade Kotlin version, otherwise it fails with useless message, disable incremental kapt otherwise it fails 4 years ago
Alibek Omarov c7e7da9433 Cherry-picked 2cf1e366. 4 years ago
Sylvia van Os d1ab0deb98 Fix content warning state being lost after screen rotation (#1756) 4 years ago
Konrad Pozniak 3e8b8f1f88 fix toot sending twice when using a hardware keyboard (#1758) 4 years ago
Levi Bard bf7e9e019d Confirm blocks and mutes from timelines (#1740) 4 years ago
Konrad Pozniak ae651c3cf1 simplify ComposeOptionsView (#1734) 4 years ago
Levi Bard 683fb8f0f0 Ensure media are marked sensitive any time there's a content warning (#1728) 4 years ago
Alibek Omarov 8eb3b7ecca ComposeActivity: fix crash on old Android 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
Ivan Kupalov 5dd190404f Fix reblog confirm (#1723) 4 years ago
Ivan Kupalov b18fbe8949 Work around the bug in ComposeScheduleView, fix #1720 (#1722) 4 years ago
Ivan Kupalov 0547e78c94 Add options to confirm reblog/unreblog actions, close #460 (#1650) 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
Konrad Pozniak 025d1d4b3c Upgrade deps (#1708) 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
Levi Bard 5d4865ae3c Delete draft when sending its status completes. (#1704) 4 years ago
Konrad Pozniak 19e214328d fix url search returning the same post indefinitely (#1695) 4 years ago
Konrad Pozniak a0264b829c [Tusky10] fix crash when bookmarking a conversation while offline (#1686) 4 years ago
Ivan Kupalov 418f090687 Allow higher zooming levels for caption dialog images (#1672) 4 years ago
Konrad Pozniak 29b4d7aa77 fix crash when opening Poll dialog and instanceParams are null (#1668) 4 years ago
Konrad Pozniak d368ed464e fix crash when Account.displayName is null (#1667) 4 years ago
Konrad Pozniak 7dcd6221aa fix mixup of search params in SearchDataSource.loadRange (#1666) 4 years ago
Konrad Pozniak eeb768eb1c Theme refactoring (#1656) 4 years ago
Konrad Pozniak 776e995e73 fix overlapping icons in ComposeActivity (#1661) 4 years ago
Mélanie Chauvel (ariasuni) 4907a051ab Refresh DM column when removing toot there instead of removing conversation (#1654) 4 years ago
Konrad Pozniak 523349e108 fix crash when closing ComposeActivity (#1651) 4 years ago
Ivan Kupalov 584fc54410 Enable zooming and panning in the CaptionDialog (#1643) 4 years ago
Levi Bard 6c592b6723 Add support for uploading audio attachments (#1630) 4 years ago
Alibek Omarov 9796da7513 MastodonApi: set withMuted to true everywhere for a while 4 years ago
Alibek Omarov b46037b546 ComposeActivity: add warning for too big files 4 years ago
Alibek Omarov 919c24571d ComposeActivity: use nodeinfo data for determining upload limits and markdown support 4 years ago
Konrad Pozniak 39915442aa migrate ReportPagerAdapter to ViewPager2 (#1635) 4 years ago
Ivan Kupalov e60a9b19e9 Add space before emojo code in editor when needed, fix #1616 (#1632) 4 years ago
Levi Bard 91bf35f627 Compose activity: When selection is nonempty and a "special character" button is pressed, decorate all selected word starts (#1523) 4 years ago
Levi Bard a811ae0c83 Don't drop content warning when replying (#1631) 4 years ago
Konrad Pozniak 74ee19716f Fix search bugs (#1624) 4 years ago
Alibek Omarov ff89f698c8 ProgressTextView: fix circle drawing 4 years ago
Alibek Omarov b7db21d8d4 ProgressView: remove dead code 4 years ago
Alibek Omarov d447b683cc ComposeActivity: restore ability to upload any type of file 4 years ago
Alibek Omarov 703d423f82 ComposeActivity: fix crash 4 years ago
Konrad Pozniak e1e9268ef5 use material buttons in timeline (#1627) 4 years ago
Alibek Omarov 5e9bd26f24 ComposeActivity: add unlimited attachments support again 4 years ago
Alibek Omarov 2e2ab4ed6a ComposeActivity: add optional field markdownMode to ComposeOptions 4 years ago
Alibek Omarov 343b121d7b ComposeActivity: fix compiling 4 years ago
Alibek Omarov 291eb4100d ComposeViewModel: fix syntax errors 4 years ago
Alibek Omarov edd7991101 ComposeActivity: reimplement markdown mode again after pointless java->kotlin transition 4 years ago