DroidKaigi / conference-app-2019

The Official Conference App for DroidKaigi 2019 Tokyo
https://droidkaigi.jp/2019/en/
Apache License 2.0
816 stars 267 forks source link

Add share setting #573

Open takahirom opened 5 years ago

takahirom commented 5 years ago

Kind (Required)

Share Session Option

This helps share to twitter.

<session title> <session url> <hash tag>...

Full checked tweet(shared text) is below.

マルチモジュールなプロジェクトでテストはどう変わる? https://droidkaigi.jp/2019/timetable/70713 #droidkaigi #hallA

How to do this?

I think we can do it in this step.

You can use settings fragment.

You can observe preference change. https://stackoverflow.com/a/38599470/4339442

Please create PreferenceActionCreator and PreferenceStore (singleton).

Please use PreferenceStore's field in SessionDetailFragment.

Links

karyu5b-yuki commented 5 years ago

I wanna try it.

mhidaka commented 5 years ago

@karyu5b-yuki Thank you for your response! I Assigned you 💪

takahirom commented 5 years ago

@karyu5b-yuki How's your progress on this? Can we help with anything? 😄

karyu5b-yuki commented 5 years ago

Thank you for asking. I'm working on it. When is the deadline?

takahirom commented 5 years ago

Version 1.0 deadline is today. 1.1 deadline is not desided. but before DroidKaigi

karyu5b-yuki commented 5 years ago

I'm really sorry not replying long time. I tried, but I couldn't finish this task because of my inadequacy. Again, I'm really sorry.

karyu5b-yuki commented 5 years ago

@takahirom I'm very sorry for the late submission.

I want to make it merge, but some problem occurred after PR. Could you check whether there are some problems in CI?