jamiesanson / Mammut

An Android Client for Mastodon
GNU General Public License v3.0
47 stars 4 forks source link

Core Toot Actions #11

Open jamiesanson opened 5 years ago

jamiesanson commented 5 years ago

This includes boost, star and reply.

Reply functionality will come as a follow up before the next release. Additional features like mute, report etc. will come later.

refi64 commented 5 years ago

Random thought, could this be done with gestures, e.g. swipe left to like etc? It would be an interesting twist (though it would conflict with the swipe to switch instances...).

jamiesanson commented 5 years ago

I was thinking something along these lines, but it would conflict with swipe to switch instance 🤔 It could be a mutually exclusive thing, where you can do one or the other, but not both. For now I'm just going to introduce buttons which perform the actions - the UX of that can be improved later!

refi64 commented 5 years ago

Sounds fine! For a future idea, maybe make just the bottom bar swipe-able for switching instances?

Scridgeon commented 4 years ago

Maybe drop the swipe between instance option since each instance is quickly accessible from the bottom bar (which is a great implementation btw.) I think the swipe gestures on each post would have more of an impact on usability.

alines7777 commented 3 years ago

i think it may also be worth having multimedia attachments for the toots.

if i knew how to write kotlin code i'd be trying to make contributions to this project too, because i feel it would definitely be worth having a mastodon app that presents itself the way yours does. are there any references and tools i can use to get up to speed and help?

jamiesanson commented 3 years ago

Agreed!

If you're interested in learning Kotlin and Android development, I've been point people in the direction of the new-ish Kotlin for Android courses. They're really good at building up from little to no programming knowledge, to constructing an app with Kotlin!