Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Tusky

Tusky is a beautiful Android client for Mastodon.
Collective - Host: opensource - https://opencollective.com/tusky - Website: https://tusky.app/ - Code: https://github.com/tuskyapp/Tusky

Adds envelope icon indicator to direct messages on timelines, so they can be differentiated from private statuses.

github.com/tuskyapp/Tusky - 14d02e72b71f92b96377773c19acedee0754b32e authored over 7 years ago by Vavassor <[email protected]>
Saves content warnings in drafts.

github.com/tuskyapp/Tusky - 125c0e7e6cf9df1ae1d854f164e451257b920434 authored over 7 years ago by Vavassor <[email protected]>
Merge branch 'torrentcome-#142/SaveToots'

github.com/tuskyapp/Tusky - 2c389dd14768b061f8287d81516580acd32ba952 authored over 7 years ago by Vavassor <[email protected]>
resolves merge conflict

github.com/tuskyapp/Tusky - 74549f4de7673fc80826a2af12b5a4e1f1a576f8 authored over 7 years ago by Vavassor <[email protected]>
(gradle) remove useless rx room stuff

github.com/tuskyapp/Tusky - 65c274d2911d9742b93ef08fc55fbfa77acbfbf4 authored over 7 years ago by torrentcome <[email protected]>
Merge branch 'master' into #142/SaveToots

# Conflicts:
# app/src/main/java/com/keylesspalace/tusky/TuskyApplication.java

github.com/tuskyapp/Tusky - b6d4b388a52e6acb99f1a6c02de49e69741dc214 authored over 7 years ago by torrentcome <[email protected]>
(db) add the Update feature for each Draft we already have

github.com/tuskyapp/Tusky - 47dccd81e7dfcdeb70974de694c0328b14c3ad23 authored over 7 years ago by torrentcome <[email protected]>
(ui) fix bug that when we comeback from the Composer , there is no update of the view

github.com/tuskyapp/Tusky - 42d94633cf63d14f765532e5a89b8995f60b6861 authored over 7 years ago by torrentcome <[email protected]>
resolves merge conflict

github.com/tuskyapp/Tusky - 63bf832ffd5704ce073b0d8d888a4efce92baefd authored over 7 years ago by Vavassor <[email protected]>
Merge pull request #329 from KrzysiekJ/patch-1

Fix a typo in Polish translation

github.com/tuskyapp/Tusky - 643206c20bcdcd4adafb8a3a6887a310e213fca3 authored over 7 years ago by Vavassor <[email protected]>
fixes two log messages

github.com/tuskyapp/Tusky - 76a31602edb511ff5e5ce0f9c34ddf700c620ed8 authored over 7 years ago by Vavassor <[email protected]>
Adds or updates Bouncy Castle as a security provider. A possible fix for alleviating issues with connections (issue #46 in particular).

github.com/tuskyapp/Tusky - 74e395834d2fd2d7f7e6961d80a89adda295d271 authored over 7 years ago by Vavassor <[email protected]>
(db) version = 1

github.com/tuskyapp/Tusky - 0ce5c49655d3e2a6f6b7389972055a6d4dd48850 authored over 7 years ago by torrentcome <[email protected]>
(correction) fix some forgot code to present the pull request :D

github.com/tuskyapp/Tusky - 76fca004ee93c6cfc9cbf4ef2650c8e265782a63 authored over 7 years ago by torrentcome <[email protected]>
(medias) try to add medias

github.com/tuskyapp/Tusky - 87c1edb3d48fb4a5590eeb6fd537b67ed8ef1c3f authored over 7 years ago by torrentcome <[email protected]>
(string) add string

github.com/tuskyapp/Tusky - 7a7bca565ea1c9a7083b66ab53527939af5680c0 authored over 7 years ago by torrentcome <[email protected]>
(ui) more ui with list saved toot

github.com/tuskyapp/Tusky - 1e597fb7b199a38d268866bbac3763b89eac8997 authored over 7 years ago by torrentcome <[email protected]>
(crud) change delete stuff

github.com/tuskyapp/Tusky - 03769f0644b489a79b48a4e0c94b62fec0cec3c0 authored over 7 years ago by torrentcome <[email protected]>
(room) add room gradle file

github.com/tuskyapp/Tusky - 451229779f1a98e2b76388e04345a5a4896a4f27 authored over 7 years ago by torrentcome <[email protected]>
Fix a typo in Polish translation

github.com/tuskyapp/Tusky - fe2242a29851ce13f030425c19a2526eba1f3f62 authored over 7 years ago by Krzysztof Jurewicz <[email protected]>
Merge branch 'charlag-boost-actions'

github.com/tuskyapp/Tusky - b07151b707240aca3483a5ac01dfdabce202f695 authored over 7 years ago by Vavassor <[email protected]>
Merge branch 'boost-actions' of https://github.com/charlag/Tusky into charlag-boost-actions

github.com/tuskyapp/Tusky - b52bf2d1585b977a4fbb8d474fd1b25c38c0b3a7 authored over 7 years ago by Vavassor <[email protected]>
Merge pull request #328 from m4sk1n/patch-4

i18n: @275cd51 @3955649 (pl)

github.com/tuskyapp/Tusky - 4259b54394978b84271f0e9865bfede3da157ba5 authored over 7 years ago by Vavassor <[email protected]>
Merge pull request #320 from m4sk1n/patch-3

i18n: Updated Polish translation

github.com/tuskyapp/Tusky - 9b63eaaa689d115ed66984587153cb2c6e2872c8 authored over 7 years ago by Vavassor <[email protected]>
i18n: @275cd51 @3955649 (pl)

github.com/tuskyapp/Tusky - 4de590e717ed1815b9d459efb61e5698d0013705 authored over 7 years ago by m4sk1n <[email protected]>
Fixes bug where "The upload failed." error message shows up when media upload is canceled intentionally.

github.com/tuskyapp/Tusky - 932a990fe46d4233b6c226c10f0e13e6a33f5646 authored over 7 years ago by Vavassor <[email protected]>
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

github.com/tuskyapp/Tusky - b06dda47c1ff28a9d21e41104e595ec2fe7cdce5 authored over 7 years ago by Vavassor <[email protected]>
Possible fix for unnecessary thread post reloading (issue #327).

github.com/tuskyapp/Tusky - 17df70d166ba3864d915dd89c889d47e1810b417 authored over 7 years ago by Vavassor <[email protected]>
Adjusts composer imports.

github.com/tuskyapp/Tusky - 9e07c59565603bfcb6cc76db9e6d85779675a2e5 authored over 7 years ago by Vavassor <[email protected]>
Add boost click handling

github.com/tuskyapp/Tusky - 0f1550934548de3ca977211f62fddb41e0698087 authored over 7 years ago by Ivan Kupalov <[email protected]>
Makes end of list footers have zero height.

github.com/tuskyapp/Tusky - afa21f5a5c89e670e75fab16142da606ecc00c10 authored over 7 years ago by Vavassor <[email protected]>
Changes mention and tag highlighting in the composer to use Mastodon's regex. Closes #145 Also, does some haphazard cleanup.

github.com/tuskyapp/Tusky - 5d621cecda0244f1536b5a57a4f055fb023c8359 authored over 7 years ago by Vavassor <[email protected]>
Fixes the same typo in 3 places.

github.com/tuskyapp/Tusky - 6b0ae5be951b4790440d13af11f39741b386f622 authored over 7 years ago by Vavassor <[email protected]>
Adds correct footer behaviour to account lists and unifies it with how timelines use them.

github.com/tuskyapp/Tusky - 275cd51a6db2a1f119ff01e3091603fda32860db authored over 7 years ago by Vavassor <[email protected]>
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.

github.com/tuskyapp/Tusky - 3955649b9cbf422b952c4fcd957bffab98a44fb1 authored over 7 years ago by Vavassor <[email protected]>
(rm) tootaction ...for keep easier action , we will distribute every result inside the activity

github.com/tuskyapp/Tusky - 6ce3b98615dfc91511d5a9adf41bdeb6070cc5b9 authored over 7 years ago by torrentcome <[email protected]>
(db) insert toot with long click

github.com/tuskyapp/Tusky - b0f848b0f71fb00d8161f5e065ee4e8a6f39b8ce authored over 7 years ago by torrentcome <[email protected]>
(menu) change menu array to list

laster we will put some logic for show or not the savedToot part

github.com/tuskyapp/Tusky - 2022705282cf58bc51e37fb4586b997f8a4fe590 authored over 7 years ago by torrentcome <[email protected]>
(saved_toot) add part of saved toot activity

github.com/tuskyapp/Tusky - 946f58439c3a27b7540f36461e5fe5953389e3e9 authored over 7 years ago by torrentcome <[email protected]>
(clean) keep it simple , don't polluted ComposeActivity, commented and moving the code

github.com/tuskyapp/Tusky - f79445f50aa158ac4cb1c448c3af1f5179e17018 authored over 7 years ago by torrentcome <[email protected]>
(dao) crud interface

github.com/tuskyapp/Tusky - 9d21c36758f1a778a79e1dca8429574d4cd76bea authored over 7 years ago by torrentcome <[email protected]>
(db) insert + read

github.com/tuskyapp/Tusky - fec8e5c47c0d05224aa5eed519f5f0a3a4aab492 authored over 7 years ago by torrentcome <[email protected]>
(db) create CRUD model

github.com/tuskyapp/Tusky - 2642c4432c061fbf0cecbd143637b445db052d0b authored over 7 years ago by torrentcome <[email protected]>
(room) add in gradle config

github.com/tuskyapp/Tusky - e649f412d3b7b0285985835e0ca4e96179ca848c authored over 7 years ago by torrentcome <[email protected]>
i18n: Updated Polish translation

github.com/tuskyapp/Tusky - 9aad5ddb139cf82342ee7ac96dbc771f5c158312 authored over 7 years ago by m4sk1n <[email protected]>
Adds an icon to video and gifv media previews to indicate they can be played. The icon is a circled triangle (play button). Closes #319

github.com/tuskyapp/Tusky - 3f3ccfca55c914163b0231049aeb60026028c32d authored over 7 years ago by Vavassor <[email protected]>
Adds the mention to whom is being replied first, before other mentions in a thread, rather than after them.

github.com/tuskyapp/Tusky - 0a7eaadda1680806732640d024edb5e20cca8331 authored over 7 years ago by Vavassor <[email protected]>
Take it down a notch, there, buddy.

github.com/tuskyapp/Tusky - 514cea68cce6ef664f1cf304b6ef10005c60de58 authored over 7 years ago by Vavassor <[email protected]>
Fixes public visibility being disabled when replying, and changes the default to public like non-reply posts.

github.com/tuskyapp/Tusky - 1dc9c87c2e372e67aa476fa28c4d4596bd94f7fc authored over 7 years ago by Vavassor <[email protected]>
Fixes autocomplete list getting cut off in the composer if the user is using an app or launcher that hides the status bar.

github.com/tuskyapp/Tusky - c5c6e8205a8a04c28001280e459752ec8f910e25 authored over 7 years ago by Vavassor <[email protected]>
Adjusts the media label alignment in statuses.

github.com/tuskyapp/Tusky - 7d7d5864d4c18fd6756510a836671775367dbc4a authored over 7 years ago by Vavassor <[email protected]>
Adds option to hide media previews if reduced data usage is desired Closes #56.

github.com/tuskyapp/Tusky - 3f54ead962f65379a98ec2ae3040aba07dee59ac authored over 7 years ago by Vavassor <[email protected]>
Release 1.1.4-beta.4

github.com/tuskyapp/Tusky - 3a4ef00dabfe2fd2671e52c43a8714dc11349f00 authored over 7 years ago by Vavassor <[email protected]>
Adds ability to page between multiple images in a status by swiping from left to right. Closes #66

github.com/tuskyapp/Tusky - e3745ebd6b1e119056d6fa5a1265b60acd3dff7a authored over 7 years ago by Vavassor <[email protected]>
Adds side drawer opening/closing by pressing the physical menu button, if present. Closes #178

github.com/tuskyapp/Tusky - b9d6f489d17d1cda6b96cdef2a64f480a8ad13c1 authored over 7 years ago by Vavassor <[email protected]>
Fixes a small issue introduced in commit 1935253c1814480fda11d4f6ace530a6b42f399f 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.

github.com/tuskyapp/Tusky - ef607016275c40677c1c9419f9e04dea90ebc173 authored over 7 years ago by Vavassor <[email protected]>
Removes ButterKnife annotations.

github.com/tuskyapp/Tusky - b1aa05694e40b88d24e21de6f99e2e9494de3884 authored over 7 years ago by Vavassor <[email protected]>
Minor writing style changes.

github.com/tuskyapp/Tusky - 18ebfa212e494cedd2315033d9ac508810bd457f authored over 7 years ago by Vavassor <[email protected]>
Extends the width of the search view.

github.com/tuskyapp/Tusky - 100b9f0a4716adaa7b156883e88da1fbc7efec62 authored over 7 years ago by Vavassor <[email protected]>
Merge pull request #314 from m4sk1n/patch-2

Minor fix in Polish translation

github.com/tuskyapp/Tusky - 65e9d8c4fd16403c0bb78647476fb3db5bfff66a authored over 7 years ago by Vavassor <[email protected]>
Merge pull request #315 from m4sk1n/master

l10n: Updated Polish translation

github.com/tuskyapp/Tusky - da3bc754eda3c63b9f2771a228ac8d9044f79089 authored over 7 years ago by Vavassor <[email protected]>
Fixes a bug where mentioning users of the same username links them all to the same profile. Closes #312

Also, removes the title on the search page and fixes an intermittent crash on thread pages when ...

github.com/tuskyapp/Tusky - 8b4e377d3411c8d42bd32961f51004cab0d5a1a1 authored over 7 years ago by Vavassor <[email protected]>
Fixes cursor being placed after a media link when it is added in the composer. Also, adjusts a tinting error in the composer buttons.

github.com/tuskyapp/Tusky - 2e29088d656d6b949dfdbed6c1922c8d14f80184 authored over 7 years ago by Vavassor <[email protected]>
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.

github.com/tuskyapp/Tusky - b9b5e58b50ffaf7f3e4fbfd1400eb1d69e211b1c authored over 7 years ago by Vavassor <[email protected]>
Consolidates the main header and removes the now-unneeded FloatingSearchView library. Closes #67

github.com/tuskyapp/Tusky - 53e6769d55d803c2df8236eb17249cfb2d8d1d1b authored over 7 years ago by Vavassor <[email protected]>
Search page fully functional for accounts and hashtags. Closes #44

github.com/tuskyapp/Tusky - 401dd62af71504b4ac217079a6722d7bdb38c1f5 authored over 7 years ago by Vavassor <[email protected]>
l10n: Updated Polish translation

Signed-off-by: Marcin Mikołajczak <[email protected]>

github.com/tuskyapp/Tusky - 32030881c014b83f58c723476710a2eee31389ee authored over 7 years ago by Marcin Mikołajczak <[email protected]>
Minor fix in Polish translation

github.com/tuskyapp/Tusky - ee5eff2c51c1dbdc42e640de228095075e44febf authored over 7 years ago by m4sk1n <[email protected]>
Adds a prototype search page. The previous search bar is not yet removed.

github.com/tuskyapp/Tusky - 289e2fbbe14d78ed930b48a45049ab58d68dd7ce authored over 7 years ago by Vavassor <[email protected]>
Changes the autocomplete list to show the username, display name, and avatar of each suggestion for @ mentions.

github.com/tuskyapp/Tusky - fcdb507ef0408b8029c585290892e584145ab261 authored over 7 years ago by Vavassor <[email protected]>
Autocomplete @ mentions in the composer. Closes #103

github.com/tuskyapp/Tusky - 74aa866647c1b18407442a830a11d879d4746e07 authored over 7 years ago by Vavassor <[email protected]>
Potential simple fix for images failing to load #198.

github.com/tuskyapp/Tusky - 8994d81c66c6cc73925ab60905150730d939e804 authored over 7 years ago by Vavassor <[email protected]>
Fixes follow requests button in the main menu acting as though it were the log out button. Closes #307

github.com/tuskyapp/Tusky - 93f5e416c06369c4e84c586dc0a68ed6eb5b6db0 authored over 7 years ago by Vavassor <[email protected]>
Merge branch 'torrentcome-fix#136'

github.com/tuskyapp/Tusky - cf64cc9ed6aea91c0063ef9f316197f4488171b0 authored over 7 years ago by Vavassor <[email protected]>
(proguard) add forgoten rule for jsoup in release

github.com/tuskyapp/Tusky - ea649dc851cf9e7583b84bf8fda7eb40939d0db6 authored over 7 years ago by torrentcome <[email protected]>
Release 1.1.4-beta.3

github.com/tuskyapp/Tusky - 9d920ccb21d7f0a7bf0823b31d533fde58bdd2eb authored over 7 years ago by Vavassor <[email protected]>
Broadcasts now cause a refresh on timelines after a post is composed instead of listeners.

As a side effect, pagers don't have to keep track of "registered fragments", which was a bad ide...

github.com/tuskyapp/Tusky - a4ee128e26932a3710fe374529244c1d0102030e authored over 7 years ago by Vavassor <[email protected]>
Broadcasts now used everywhere for signalling to remove accounts' posts instead of listeners.

github.com/tuskyapp/Tusky - 9c56f0e7bca6e6a85a099fdeced930f8ea11488a authored over 7 years ago by Vavassor <[email protected]>
Fixes a subscription duplicating bug in the notification client.

github.com/tuskyapp/Tusky - 19f140f9c61fde9de92dc17f17d6f1110e10afb9 authored over 7 years ago by Vavassor <[email protected]>
Merge branch 'torrentcome-#136'

github.com/tuskyapp/Tusky - 1935253c1814480fda11d4f6ace530a6b42f399f authored over 7 years ago by Vavassor <[email protected]>
Merge branch '#136' of https://github.com/torrentcome/Tusky into torrentcome-#136

github.com/tuskyapp/Tusky - 733fa6e53ab60792543ce86b198319cf05b334cd authored over 7 years ago by Vavassor <[email protected]>
Release 1.1.4-beta.2

github.com/tuskyapp/Tusky - 25f277ab0aec8563de4ba25de4fb48781a22a408 authored over 7 years ago by Vavassor <[email protected]>
Merge remote-tracking branch 'origin/#136' into #136

# Conflicts:
# app/build.gradle

github.com/tuskyapp/Tusky - 5beaac5275c5eae2ac6e06e003bf719b549959c2 authored over 7 years ago by torrentcome <[email protected]>
Merge branch 'master' into #136

github.com/tuskyapp/Tusky - 2b9f19805fecec8dbd0d03912547d3dcd53f7878 authored over 7 years ago by torrentcome <[email protected]>
Merge branch 'master-upstream'

github.com/tuskyapp/Tusky - f83c1470a45ff3e267c5ab12c1b7e1b087a74306 authored over 7 years ago by torrentcome <[email protected]>
Adds a forgotten keystore.

github.com/tuskyapp/Tusky - 9e7229bfcc2542e73ad9591e66424c3b71fe3ad3 authored over 7 years ago by Vavassor <[email protected]>
Fixes long content warnings in posts wasting space. Closes #173

github.com/tuskyapp/Tusky - 94639eeb6910e1a50c1b17692f6c4aaea81e4d4d authored over 7 years ago by Vavassor <[email protected]>
Removes "fillable loader" library, since it's no longer used for the splash screen.

github.com/tuskyapp/Tusky - 85f7b16736de73ec1abf230ddf285e06400b5246 authored over 7 years ago by Vavassor <[email protected]>
Merge branch 'FlameArche-add_japanese_new_translation'

github.com/tuskyapp/Tusky - 5b0a1792e82e86160acb66dcb42a1f9611dc44f0 authored over 7 years ago by Vavassor <[email protected]>
Merge branch 'add_japanese_new_translation' of https://github.com/FlameArche/Tusky into FlameArche-add_japanese_new_translation

github.com/tuskyapp/Tusky - 09e11fdff78d8fe0b4762109c9cee9ecfa2bb6d3 authored over 7 years ago by Vavassor <[email protected]>
Merge branch 'master' of https://github.com/m4sk1n/Tusky-l10n

github.com/tuskyapp/Tusky - 09e8c9c811cb0ffb3086f3a867b4eaa88ca617e4 authored over 7 years ago by Vavassor <[email protected]>
Merge branch 'connyduck-fix-collapsing-toolbar-bug'

github.com/tuskyapp/Tusky - f88b88c73a555274d1c9d038439b1eaa9ffc69e6 authored over 7 years ago by Vavassor <[email protected]>
Merge branch 'fix-collapsing-toolbar-bug' of https://github.com/connyduck/Tusky into connyduck-fix-collapsing-toolbar-bug

github.com/tuskyapp/Tusky - 35ee60f6017c1a5b98191d5b7e54dac3ef95fd77 authored over 7 years ago by Vavassor <[email protected]>
Fixes a mistake made while merging #294.

github.com/tuskyapp/Tusky - 20410024f4618d377f42433e795b3fe0593db657 authored over 7 years ago by Vavassor <[email protected]>
Merge branch 'connyduck-log-improvement'

github.com/tuskyapp/Tusky - 86ee4fe706d71481ddee7cbc4c9038522ec4af90 authored over 7 years ago by Vavassor <[email protected]>
Merge branch 'log-improvement' of https://github.com/connyduck/Tusky into connyduck-log-improvement

github.com/tuskyapp/Tusky - fe7771b8132316f8e3867310956ca2f6c9b221ed authored over 7 years ago by Vavassor <[email protected]>
Merge pull request #289 from Pangoraw/translation

Improve french translation.

github.com/tuskyapp/Tusky - ad49c258b386afdd12ce81452bc551b3c5e2f3fc authored over 7 years ago by Vavassor <[email protected]>
Merge branch 'Pangoraw-design'

github.com/tuskyapp/Tusky - 90ed68d3169ac995caecf002a14721ee1f974b70 authored over 7 years ago by Vavassor <[email protected]>
Merge branch 'design' of https://github.com/Pangoraw/Tusky into Pangoraw-design

github.com/tuskyapp/Tusky - da596a4f5cc5eb99811c6fc63edf792c0e75a68d authored over 7 years ago by Vavassor <[email protected]>
Fixes a validation error on login when instance names are entered with multiple @ symbols like @[email protected].

github.com/tuskyapp/Tusky - a8e8732979904a365aeb5bd2dad001de30baad70 authored over 7 years ago by Vavassor <[email protected]>