Skip to content

refactor: module android impl from Java to Kotlin #127

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 17, 2023

Conversation

mateusz1913
Copy link
Member

Summary

This PR converts Android implementation from Java to Kotlin

  • convert files from Java to Kotlin
  • replace deprecated onCatalystInstanceDestroy with invalidate
  • replace deprecated AsyncTask classes with Kotlin Coroutines
  • add spotless & ktfmt
  • format existing android code
  • add lint & format scripts in package.json
  • add lint step in code-quality job

Test plan

Run the app on Android (old and new arch), it should work as expected.

@mateusz1913 mateusz1913 requested a review from retyui November 14, 2023 21:48
@mateusz1913 mateusz1913 self-assigned this Nov 14, 2023
- convert files from Java to Kotlin
- replace deprecated onCatalystInstanceDestroy with invalidate
- replace deprecated AsyncTask classes with Kotlin Coroutines
- add spotless & ktfmt
- format existing android code
- add lint & format scripts in package.json
- add lint step in code-quality job
@mateusz1913 mateusz1913 force-pushed the refactor/android-kotlin branch from 25d7cd9 to 401a056 Compare November 14, 2023 22:11
@mateusz1913 mateusz1913 merged commit 22f4c82 into master Nov 17, 2023
@mateusz1913 mateusz1913 deleted the refactor/android-kotlin branch November 17, 2023 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants