Fork from twitter official SDK https://github.com/twitter-archive/twitter-kit-android
And:
- Convert java to kotlin
- Fix legacy issues
- Use
androidxlibrary instead of deprecatedsupportlibrary - Migrate deprecated android api
- Improve system compatibility
- Add video upload function
- Remove
picassodependency - Use
Coroutineinstead 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