0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 16 days ago. based on code collected 17 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.md More... about 7 years ago
Update README.md More... about 7 years ago
Update README.md More... about 7 years ago
Merge pull request #50 from renatolond/bugfix/mention_with_dot_before_does_not_work More... about 7 years ago
Merge pull request #51 from renatolond/bugfix/quote_bigger_than_500_chars_should_split More... about 7 years ago
Split process quote function More... about 7 years ago
Splits quote bigger than 500 chars in two toots When posting a quote as old-style RT, sometimes it can be bigger than 500 chars. In that case, we split the quote in two toots: one for the RT and the second for the quote, replying for the first. This way the context is kept and we are able to post it. Fixes #46 More... about 7 years ago
Fix mention when mentioning someone in twitter starting with a dot It's common to start tweets with a dot to mention some user and yet make the tweet visible to users that do not follow that user. This fixes that. Fix #45. More... about 7 years ago
Merge pull request #49 from renatolond/bugfix/detect_type_from_file More... about 7 years ago
Refactor treat_media_attachments More... about 7 years ago
Fix travis yml More... about 7 years ago
Fix travis config Add package needed for ruby-filemagic. More... about 7 years ago
Dup full_text to be able to transform it. More... about 7 years ago
Detect file type from file This avoids issues where the name of the file was wrong (i.e. .jpe) and gets the file type from the file itself. The file type is needed to upload to twitter. Fixes #30. More... about 7 years ago
Fix issue with empty image description More... about 7 years ago
Merge pull request #48 from renatolond/bugfix/fix_old_style_rt More... about 7 years ago
Fix old style RT keeping media link Old style RT was not getting RT from body because of weird behavior when retweeting from other people. Fixes #26 More... about 7 years ago
Update README.md More... about 7 years ago
Add link to crossposter's mastodon profile More... about 7 years ago
Fix order of processing to avoid posting replies. More... about 7 years ago
Merge pull request #42 from renatolond/bugfix/add_logout_button More... about 7 years ago
Merge pull request #43 from renatolond/bugfix/catch_exception_when_posting_images More... about 7 years ago
Catch weird exception that happens sometimes when posting alt text. More... about 7 years ago
Merge pull request #41 from renatolond/feature/add_threads More... about 7 years ago
Add new options to home on sync status. More... about 7 years ago
Add a logout button to the top menu. At the moment there's no way to connect multiple accounts. But it should be possible to connect multiple pairs of accounts just by logging out and connecting a new account. Related to #18. More... about 7 years ago
Update UI for the new options, add new translations. More... about 7 years ago
Fix missing param for replies on twitter More... about 7 years ago
Add crossposting replies to own tweets from tweet to masto This allows threads to be crossposted. Related to #20. More... about 7 years ago
Add crossposting replies to own toots from mastodon to twitter This allows threads to be crossposted. Related to #20 More... about 7 years ago