datatheorem / datatheorem/TrustKit-Android
Move away from AsyncTask
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 604
- Forks
- 90
- Avg merge
- 1h 29m
- Merged PRs (30d)
- 2
Description
Is your feature request related to a problem? Please describe.
The AsyncTask API is getting deprecated. However we're using it in the reporting process. We should move away to implement another solution.
Describe the solution you'd like
The documention suggests:
Use the standard java.util.concurrent or Kotlin concurrency utilities instead.
Both imply major changes. The second one would be a more modern solution.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or specific entry points are named. Start by locating the reporting process and every use of Android's AsyncTask, then review the surrounding reporting flow and its existing tests. Done means the reporting process no longer depends on AsyncTask and its behavior remains covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile, security
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100