Skip to content
View josealfonsomora's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report josealfonsomora

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
josealfonsomora/README.md

Jose Alfonso Mora

Android Tech Lead at Zego

Git Alias

Log

git config --global alias.lg "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"

Squash

git config --global alias.squash '!f(){ git reset --soft HEAD~${1} && git commit --edit -m"$(git log --format=%B --reverse HEAD..HEAD@{1})";};f'

ADB commands

Launch Android link

adb shell am start -d url

View running activities

adb shell "dumpsys activity activities | grep mResumedActivity"

Tools

iTerm2 + zsh + oh-my-zsh

Charles Proxy

Proxy Toggle

USB Android device mirror

Adb wifi

adb tcpip 5555
adb shell "ip addr show wlan0 | grep -e wlan0$ | cut -d\" \" -f 6 | cut -d/ -f 1"  // to obtain the phone's IP address
adb connect <Android_device_id>:5555
adb connect <ip_address>:5555

Jetbrains Toolbox

Pinned Loading

  1. bitcoinwalletreader bitcoinwalletreader Public

    Kotlin

  2. MVVMSample MVVMSample Public

    Kotlin 1

  3. biometrics biometrics Public

    Playing with android biometrics

    Kotlin

  4. AndroidNotifications AndroidNotifications Public

    Android app for testing different notifications in Android O

    Kotlin 1

  5. last-fm-music last-fm-music Public

    A last.fm search mobile app

    Kotlin

  6. jetpack-github-trends jetpack-github-trends Public

    Android Jetpack example - List of trending Github repositories of kotlin

    Kotlin