Fork from twitter official SDK https://github.com/twitter-archive/twitter-kit-android
And:
- Convert java to kotlin
- Fix legacy issues
- Use
androidx
library instead of deprecatedsupport
library - Migrate deprecated android api
- Improve system compatibility
- Add video upload function
- Remove
picasso
dependency - Use
Coroutine
instead ofExecutorService
- Migrate Twitter APIs from v1(Deprecated) to v2
- Add video preview into
ComposerView
TODO:
- Convert java to kotlin for
tweet-ui
- Migrate deprecated implementations to
registerForActivityResult