114 Commits (df4dfa7766009dbc0106df9ddd8f0b46a75c7797)

Author SHA1 Message Date
Ivan Kupalov df4dfa7766 Stop adding link info when composing toot (#418) 9 years ago
Conny Duck d9bbb1be71 should fix a problem with autocomplete and some keyboards 9 years ago
Conny Duck f2f3be37b3 cleanup code, remove some unneeded files 9 years ago
Conny Duck c3ffed56da fix a bug where saving a toot with attached media would crash the app 9 years ago
Conny Duck 71743890b0 rounded corners for avatar placeholder 9 years ago
Vavassor 6b3dd30527 Fixes URLs being deleted erroneously when multiple images are added in the composer. 9 years ago
Vavassor 4f96d850cc Fixes a crash when autocompleting a mention, second try. (previous fix was commit ab537ef3cb) 9 years ago
Vavassor 239ebaf9b2 Consolidate the two media buttons in the composer. 9 years ago
Vavassor f3b5087c52 Adds save draft button to composer. 9 years ago
Vavassor 42a49fbd4e Updates the upload size limit and correct it to power of two numbers of bytes as it actually always was. 9 years ago
Vavassor 2ed979d7fd Fixes a crash and errors associated with a URL pasted into the composer being edited before its metadata is loaded. 9 years ago
Vavassor 6e366a1b84 Give up 9 years ago
Vavassor ab537ef3cb Fixes a crash while autocompleting a mention. Also, a small bit of refactoring. 9 years ago
Vavassor f6c309e7db Fixes a crash when a thumbnail for an image attachment fails to load. 9 years ago
Vavassor 51e2b7c949 Fixes a few content descriptions and re-titles the Drafts page. 9 years ago
Vavassor 857f39b480 Widens proguard to just keep everything under org.bouncycastle when minifying. Also fixes a bug where the composer's content warning is hidden after changing orientation. 9 years ago
Vavassor 8559a6d75c Corrects number localization and adjusts the padding of the reblog avatars in right-to-left layout direction. 9 years ago
Vavassor e4dff388d2 Improves right-to-left layouts in the most basic fashion. 9 years ago
Vavassor a1e007eb2a Adds saving media to drafts. 9 years ago
Vavassor 125c0e7e6c Saves content warnings in drafts. 9 years ago
torrentcome 47dccd81e7 (db) add the Update feature for each Draft we already have 9 years ago
torrentcome 76fca004ee (correction) fix some forgot code to present the pull request :D 9 years ago
torrentcome 87c1edb3d4 (medias) try to add medias 9 years ago
Vavassor 932a990fe4 Fixes bug where "The upload failed." error message shows up when media upload is canceled intentionally. 9 years ago
Vavassor b06dda47c1 Fixes a crash where photoUploadUri can be nullified if the activity is evicted from memory while taking a picture, so when it resumes and recreates it no longer has a valid URI. Closes #326 9 years ago
Vavassor 9e07c59565 Adjusts composer imports. 9 years ago
torrentcome b0f848b0f7 (db) insert toot with long click 9 years ago
torrentcome f79445f50a (clean) keep it simple , don't polluted ComposeActivity, commented and moving the code 9 years ago
torrentcome fec8e5c47c (db) insert + read 9 years ago
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