78 Commits (714cb4e5bd7f3baec6d9b4e732329de946ddac1c)

Author SHA1 Message Date
Ivan Kupalov f43ef319d0 Add Dagger (#554) 7 years ago
Ivan Kupalov 5d954a8eab Add ComposeActivity tests. Add ServiceLocator (#542) 7 years ago
Konrad Pozniak 5de7b21007 convert entity classes to Kotlin data classes (#526) 7 years ago
Conny Duck 03d8ec3a7a only alert once on multiple notifications, fix order of notifications 7 years ago
Conny Duck 3690e86312 fix a crash in MediaUtils 7 years ago
Konrad Pozniak 167c460c08 notification improvements (#522) 7 years ago
Conny Duck e5b33eb826 simplify theme handling 7 years ago
Konrad Pozniak 40cda2ced3 Multi account feature (#490) 7 years ago
Conny Duck 47346fb718 upgrade to minSdkVersion 18, fix some lint warnings 7 years ago
Conny Duck 04b7c4a775 fix bug where sometimes a mention would be underlined 7 years ago
remi6397 487763b53e Theming improvements (#502) 7 years ago
Sergio López 0971fd452a implement support for HTTP proxy (#489) 7 years ago
Conny Duck 21568e69a6 fix NPE in MediaUtils.getMediaSize 7 years ago
Conny Duck b73b778579 fix some lint warnings 7 years ago
Konrad Pozniak 27b3606482 UI Improvements (#445) 7 years ago
Ivan Kupalov 3106250930 Save reply info in draft, refactor (#449) 7 years ago
Konrad Pozniak e3fe9819bf fix clear notifications crash (#458) 7 years ago
Ivan Kupalov 287e6aaf95 Cancel notifications on opening notifications tab (#450) 7 years ago
Conny Duck 2c95080428 fix some lint warnings, remove unused code 7 years ago
Conny Duck c18d26e55c increase okhttp timeouts so posting large images works 7 years ago
charlag 6baa187976 Make status placeholder abstraction cleaner 7 years ago
charlag 33ece0410d Make more clear representation of placeholder in notifications 7 years ago
Conny Duck cbf6062bce implement "load more" placeholder 7 years ago
Conny Duck 764cbac7b7 fix an issue with avatars in notifications loading on the wrong thread 7 years ago
Conny Duck 39a6bc6fa5 change default of chrome custom tabs setting to false 7 years ago
Konrad Pozniak 39530cb960 Link previews for detail statuses (#424) 7 years ago
Ivan Kupalov 5239ffa432 Stop adding link info when composing toot (#418) 7 years ago
Ivan Kupalov d1d5766ea1 Fix sending wrong requests for autocompletion (#414) 7 years ago
Conny Duck 5c59fa7c5d create notification channels ahead of time so users can edit the settings before a notification was issued 7 years ago
Ivan Kupalov 65b7ce1909 Load custom emoji in statuses (#400) 7 years ago
Conny Duck b3ce544bd0 completely remove firebase, mqtt and google services from build 7 years ago
Conny Duck d65d63b82b implement notification channels, use system notification settings on android Oreo 7 years ago
Conny Duck c444bead7e cleanup code, remove some unneeded files 7 years ago
Vavassor 81bcd8dbd1 Actually form thread lines properly in the thread view. Closes #57 7 years ago
Vavassor cd74ebb6fc Makes the main status of a thread appear as a more detailed view. 7 years ago
Vavassor 58c8f64287 Documents some utilities 7 years ago
Vavassor 8f226b024c Fixes notifications not setting their visibility. 7 years ago
Ivan Kupalov ea013f1686 Fix bug where there were no media in the boosted toot and avatar opened wrong profile. 7 years ago
Vavassor 95b6fe8550 Adds ability to localize timestamps. 7 years ago
Vavassor 7b0bf1f4f7 Corrects number localization and adjusts the padding of the reblog avatars in right-to-left layout direction. 7 years ago
Ivan Kupalov 871175d9ff Add small avatars to boosted toots and to notifications. 7 years ago
Ivan Kupalov ff6e9804fd Fix bug with paired list incorrectly adding to the specified position. 7 years ago
Vavassor 340a6fad29 Fixes bug where the order of notifications could be jumbled when removing duplicates using a HashSet. 7 years ago
Ivan Kupalov 84ef8ade98 Preserve status states on updates. UI layer refactoring. 7 years ago
Vavassor 8d2ded3457 Adds saving media to drafts. 7 years ago
Vavassor 1d45505caa Reverts notifications from MQTT prototype to pull notifications. 7 years ago
Vavassor cfc7abd31a Changes mention and tag highlighting in the composer to use Mastodon's regex. Closes #145 Also, does some haphazard cleanup. 7 years ago
Vavassor 2a98693ed4 Moves loading of accounts, notifications, and statuses to use link headers. Also remedies an issue where duplicate calls for the same chunk of items in a list can occur. 7 years ago
Vavassor 3e3aec050d Take it down a notch, there, buddy. 7 years ago
Vavassor 805fbe2690 Fixes a small issue introduced in commit 1691b11370 where pasting in the composer crashes when it doesn't contain a URL (so any other textual paste will crash). The code was intended only for "share" actions, hence why it was expecting a URL enclosed. 7 years ago