John Lombardo
John Lombardo
Upgrade to latest version of dagger as of January 2021. The previous version of Dagger (2.16) is from May 2018.
### On which framework/platform would you like to see this feature implemented? Android ### Which UI component is this feature-request for? Authenticator ### Please describe your feature-request in detail. Currently...
#### Validate Custom #### Adding `validateCustom`, you can set a public static function do validation, for example: ``` // in MainActivity: public static boolean validatePassword(String password){ return password.matches(".*[a-z].*") && password.matches(".*[A-Z].*")...
No significant commits since 2018. I've used this project and it's great, but I won't write new code using it. Good luck to you if you do.
[Jcenter is deprecated](https://developer.android.com/studio/build/jcenter-migration) so it's time to move to another distribution system. [Jitpack](https://jitpack.io) works great and has been around for a long time. Let's use it instead!
Now you can search for specific messages ``` % pidcat com.your.app -m HTTP okhttp.OkHttpClient I
Hey All, We're about to undertake a major rewrite of our UI tests and until a few days ago we were going to use illuminator. Then we discovered that UIAutomation...
``` adb logcat -s Lifecykle | perl -ne '$|=1; if (/Lifecykle: (\S+) \S+ (onResume|onPause)/) { $a=$1; $s=$2; if ($s eq "onResume") { push(@r, $a) unless grep { $_ eq $a...