Skip to content
View BrantApps's full-sized avatar
🚀
🚀

Block or report BrantApps

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. talk-chaos-mode talk-chaos-mode Public

    Companion repository used in my talk on fixtures and fuzzing called "Chaos Mode"

    Kotlin

  2. Degraph configuration file used with... Degraph configuration file used within BrantApps/OceanLife to isolate and visualise package tangle. See http://blog.schauderhaft.de/degraph/ & https://github.com/schauder/degraph
    1
    output = oceanlife-activity-fragment.graphml
    2
    classpath = ../../../OceanLife/app/build/intermediates/classes/withAmazon/debug/com/brantapps/oceanlife/
    3
    
                  
    4
    # Don’t model dependencies
    5
    exclude = java*.**
  3. gradle-amazon-app-store-publisher gradle-amazon-app-store-publisher Public

    A Gradle plugin allowing you to upload your APKs to the amazon app store

    Kotlin 17 5

  4. A test that finds all of my app's Ac... A test that finds all of my app's Activitys and then ensures the tracking annotation @ScreenView exists. Friendly error message when you miss one.
    1
    package com.brantapps.oceanlife.activity;
    2
    
                  
    3
    import android.app.Activity;
    4
    
                  
    5
    import com.brantapps.oceanlife.analytics.aop.ScreenView;
  5. blog blog Public

    Personal blog

    TypeScript