Skip to content

Update w/ AndroidX & AsyncHttpClient #3

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 1 commit into from
Aug 25, 2019
Merged

Update w/ AndroidX & AsyncHttpClient #3

merged 1 commit into from
Aug 25, 2019

Conversation

slavkoder
Copy link
Contributor

  • Update code to use AndroidX artifacts
  • Use AsyncHttpClient
  • Cleanup unused code and dependencies

implementation 'com.github.bumptech.glide:glide:4.8.0'
implementation group: 'com.google.guava', name: 'guava', version: '18.0'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this seems unused and I don't recall Guava being needed during implementation.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I remember being confused by it..

android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/search_history"
android:onClick="launchSearchHistoryActivity"/>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some legacy redundancy 😅 There is no search history activity in the app and lab doesn't mention it. I deleted it to avoid further confusion.

@slavkoder slavkoder requested a review from rogerhu August 25, 2019 05:17
@rogerhu rogerhu merged commit 7990440 into master Aug 25, 2019
@AliceYuan AliceYuan deleted the slava/android-x branch August 27, 2021 22:45
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