Skip to content
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

Migrate to AndroidX #1269

Closed
3 tasks done
daniele-athome opened this issue Aug 23, 2019 · 0 comments
Closed
3 tasks done

Migrate to AndroidX #1269

daniele-athome opened this issue Aug 23, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@daniele-athome
Copy link
Member

daniele-athome commented Aug 23, 2019

It had to be done sooner or later.

https://developer.android.com/jetpack/androidx/migrate

Also consider this comment in #1198:

Using WorkManager is a no-go for now because we're not ready to switch to AndroidX yet. However, we could just use a foreground service on API levels that require it and stick to the background service otherwise.

Known issues found so far:

  • background selector in recycler view items doesn't work any more (conversations)
  • migrate to recyclerview-selection (could solve problem above) and remove recyclerview-multiselect (currently jetified)
  • test multiselect on tablet
@daniele-athome daniele-athome added the enhancement New feature or request label Aug 23, 2019
@daniele-athome daniele-athome self-assigned this Aug 24, 2019
@daniele-athome daniele-athome added this to the Next milestone Dec 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant