Skip to content
View mutkuensert's full-sized avatar

Block or report mutkuensert

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. AndroidSignatureExample AndroidSignatureExample Public

    An example Android app for generating key pairs in trusted execution environment to sign data requiring biometric authentication using Android keystore.

    Kotlin 1

  2. Arduino-air-quality-monitor-esp32 Arduino-air-quality-monitor-esp32 Public

    An arduino/esp32 project that evaluates air quality and serves data through local network or access point

    Kotlin 1

  3. MovieDb-Light MovieDb-Light Public

    A scalable multimodule codebase for big projects which demonstrates that each feature module’s internal layers are fully decoupled, both from each other and from the layers of other features. It in…

    Kotlin 2

  4. Highlight-and-Note Highlight-and-Note Public

    Simple note app with more than 10K downloads on Play Store.

    Kotlin 1

  5. Adds a click action to the specific ... Adds a click action to the specific part of a text resource.
    1
    import android.graphics.Typeface
    2
    import android.text.Annotation
    3
    import android.text.SpannedString
    4
    import android.text.style.ForegroundColorSpan
    5
    import android.text.style.StrikethroughSpan
  6. Change log methods Change log methods
    1
    ext.getChangeLog = { lastCommitsCount = 10 ->
    2
        return formatGitLog(getGitLogUntilCommitNumber(lastCommitsCount))
    3
    }
    4
    
                  
    5
    ext.getReleaseChangeLog = {