-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Library dependency updates for 2024 This goes through and bumps all versions to their newest * Migrate away from ButterKnife to ViewBinding ButterKnife has been deprecated for a while: JakeWharton/butterknife@574ed28 And with the newer JDKs, it no longer works at all. This is a huge commit that follows the advice, and moves the app to use Android's native ViewBinding: https://developer.android.com/topic/libraries/view-binding Godspeed. * Remove android beam support This was deprecated in API 29 with no real replacemnet... https://developer.android.com/reference/android/nfc/NfcAdapter.CreateNdefMessageCallback * Dependency inject Picasso The API changed from `with()` to `get()` here: square/picasso@e7e9192 And the old version was finally removed. So move this to be injected properly. * Optimize project imports * Tell CI to run with JDK 17 * Regenerate datafeeds * lint * Move RecyclerView items to match the actual types The ViewBinding library is more strict about this (and I'm amazed this wasn't more of a problem before) * test fixes
- Loading branch information
1 parent
4313501
commit cf1ee55
Showing
114 changed files
with
1,617 additions
and
2,583 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 0 additions & 33 deletions
33
android/src/main/java/com/thebluealliance/androidclient/NfcUris.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.