84 Commits (2642c4432c061fbf0cecbd143637b445db052d0b)

Author SHA1 Message Date
Vavassor 1dc9c87c2e Fixes public visibility being disabled when replying, and changes the default to public like non-reply posts. 9 years ago
Vavassor c5c6e8205a Fixes autocomplete list getting cut off in the composer if the user is using an app or launcher that hides the status bar. 9 years ago
Vavassor 7d7d5864d4 Adjusts the media label alignment in statuses. 9 years ago
Vavassor b1aa05694e Removes ButterKnife annotations. 9 years ago
Vavassor 18ebfa212e Minor writing style changes. 9 years ago
Vavassor 2e29088d65 Fixes cursor being placed after a media link when it is added in the composer. Also, adjusts a tinting error in the composer buttons. 9 years ago
Vavassor b9b5e58b50 Changes the NSFW button to a "hide media" icon in the composer. This is inspired in part by the upstream change tootsuite/mastodon#2696. But also NSFW was never a good description of this function. 9 years ago
Vavassor fcdb507ef0 Changes the autocomplete list to show the username, display name, and avatar of each suggestion for @ mentions. 9 years ago
Vavassor 74aa866647 Autocomplete @ mentions in the composer. Closes #103 9 years ago
Conny Duck 2eaff99b29 log some more exceptions 9 years ago
Conny Duck 1a39e58d3c remove unnecessary Log utility class, replace Exception.printStackTrace with logging 9 years ago
torrentcome b9d460e712 (bug of picasso) the Target wasn't load at the first time forget to read the documentation so , record the target in field change the way that works. 9 years ago
Vavassor 6752d45d4b Initial client working for MQTT push notifications. 9 years ago
torrentcome 418fbd3b5c (share) add share functionality 9 years ago
torrentcome b1bbcb39d5 (ComposeActivity) clean up, automatique format and implementation of 9 years ago
torrentcome 0a6a2e44c2 (view) create package view 9 years ago
Vavassor aa2394748c Reorganizes the whole codebase. 9 years ago
Vavassor f313884f7d Adds a link to the text of a post when media is attached. 9 years ago
Vavassor ab76121692 Change locked accounts to default visibility to "followers-only", and reorganizes the composer because it was getting cluttered. 9 years ago
Vavassor 681c70d056 Changes the icon for the visibility menu in the composer to match the current visibility. Also, fixes build errors with the dutch translation file. 9 years ago
Wesley Ellis 14fdc9ed15 Make compose EditText TYPE_TEXT_FLAG_CAP_SENTENCES 9 years ago
Raphael Michel 15088fa42a Allow taking photos directly from the app (closes #139) 9 years ago
Vavassor a33c259760 Ties composer readying state and control states together. 9 years ago
Vavassor cc0aaf6162 Fixes a couple cases in the composer where buttons enabled are out of sync with whether a status is already in flight. 9 years ago
Raphael Michel fce573f1ec Update thread view after sent reply (closes #74) 9 years ago
Raphael Michel ee4d0739db Re-enable controls after failed toot 9 years ago
Zachary Epps 236fd3570f removed needless import 9 years ago
Zachary Epps b92900bda1 actually added the other files, whoops 9 years ago
Vavassor c9e7401fca Fixes a character limit bug. Closes #102 9 years ago
Vavassor 4d9fd09a3c License change back to GPL 3 9 years ago
ntngrtltr 50d386e271 inherit content warnings in replys 9 years ago
Vavassor a9970ee875 Simplify the error messages and remove unused strings. 9 years ago
Vavassor 27dd106988 Sharing images and text from other apps is now supported. Closes #52 9 years ago
Vavassor 0719512134 Sharing images from other apps now supported. 9 years ago
Vavassor 2cb0b96abd Fixes a crash during authentication and another when opening the composer options. Also, sets up the next update to reset the redirect URI for the app during authorization. 9 years ago
Vavassor eef0f82e96 Fixes a crash when changing orientation in the composer. 9 years ago
Vavassor eccebc9215 Fixes a vector drawable crash on earlier versions. 9 years ago
Vavassor 26c722c950 Prevents an out-of-memory crash when uploading images and also downsizing now uses significantly less memory. 9 years ago
Vavassor eed3f2d899 Light icon buttons are colour background with white text again. It just looks nice. 9 years ago
Vavassor 1f798902b7 Spruces up the light theme. 9 years ago
Vavassor 49ef88751e Fixes a bug where privacy settings in the composer are sproadically not remembered. 9 years ago
Vavassor 79f067caf4 Fixes content warning text box hiding after configuration changes. 9 years ago
Vavassor 81700e7b84 Adds an indicator of visibility to the send button in the composer. Closes #38 9 years ago
Vavassor 5f2ddcfdc0 Fixes composer not saving/restoring its text on configuration changes for some devices. 9 years ago
Vavassor 3dc5e3dd30 Fixes crash when replying. 9 years ago
Vavassor 3e21e59edc Relicense to LGPL3 9 years ago
Vavassor f2a400ab38 Fixes rare crashes when viewing accounts and favouriting. Also, fixes content warning characters not counting toward the character limit. Closes #32 9 years ago
Vavassor 093d208b8c One character typo fix. Also cleans up those warnings, why not? 9 years ago
Vavassor 0662f35b96 Fragments/Activities auto-cancel their requests when they're destroyed. Also, fixes a ComposeActivity crash that can occur when a media preview doesn't load. 9 years ago
Eugen Rochko 2e50c547ce Group push notifications 9 years ago