Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Popular repositories
-
PhotoView
Implementation of ImageView for Android that supports zooming, by various touch gestures.
-
Android-PullToRefresh
Archived
DEPRECATED
-
cheesesquare
Demos the new Android Design library.
-
ActionBar-PullToRefresh
Archived
DEPRECATED
-
philm
Movie collection and information app for Android.
-
tivi
Tivi is a work-in-progress TV show tracking Android app, which connects to Trakt.tv. It is still in its early stages of development and currently only contains two pieces of UI. It is under heavy d…
1,036 contributions in the last year
Activity overview
Contribution activity
May 2019
April 2019
Created a pull request in airbnb/epoxy that received 3 comments
- Move back to using AGP 3.4.0 for now
- Move to using CoroutineWorker
- Update to AGP 3.5.0-alpha13 and Gradle 5.4.1
- Update ConstraintLayout and MotionLayout to 2.0.0-alpha5
- Honour Retry-After HTTP response
- Add header to popular and trending shows
- Fix syncing followed shows in release
- Fix image posters randomly loading
- Move using trakt-java and update OkHttp dep
- Improve home backdrop navigation animations
- Small fixes around the interactors
- Sticky headers
- Update dependencies
- Improve sync performance
- Moving to using Room's new built-in Corourintes support
- Small tidy ups around Coroutines
- Start drawing behind the navigation bar
Created an issue in airbnb/epoxy that received 3 comments
Make hashString64Bit and friends public
There are times when I might need to grab the model from the adapter using a model's ID. If I use id(String) then there there's no nice way to crea…