Skip to content
View anhvt52's full-sized avatar
  • Hochiminh City, Vietnam
  • 00:34 (UTC +07:00)
  • X @anhvt52
Block or Report

Block or report anhvt52

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

Pinned Loading

  1. autoDisposable autoDisposable Public

    DIY Auto Disposable for RxJava with Lifecycle Architecture Component

    Kotlin 4

  2. Groovy script to parse changelog fro... Groovy script to parse changelog from merge commit message
    1
    def parseCommitTxt(commit) {
    2
        def commitPattern = /^(feat|fix|docs|ci|style|refactor|test|chore)(?:\((.+)\))?: (.+)$/
    3
        def commitBody = "git show -s ${commit} --pretty=format:%b".execute().text
    4
        def commitMsg = commitBody.split("See merge request")[0].trim()
    5
        def type, scope, subject
  3. android-dev-challenge-compose android-dev-challenge-compose Public template

    Forked from android/android-dev-challenge-compose

    Template repository for the Jetpack Compose #AndroidDevChallenge

    Kotlin

  4. weathersearch weathersearch Public

    MVVM - MVI architecture demo for Android project

    Kotlin 4