Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Releases: jackdevey/CodeView

1.0.5

03 Apr 17:18
Compare
Choose a tag to compare
🎨 Fix bugs & 1.0.5

1.0.4

03 Apr 14:16
Compare
Choose a tag to compare

Added

  • πŸ”  New font

Changed

  • πŸ–Ό Background colours

Installation

Step 1. Make sure mavenCentral() is added as a dependency in your root gradle file:

allprojects {
    repositories {
        mavenCentral()
    }
}

Step 2. Add the dependency to your app's project gradle file:

dependencies {
    implementation 'me.jackdevey:codeview:1.0.4'
}

Step 3. Add the CodeView to your layout

<me.jackdevey.codeview.CodeView
    android:id="@+id/code_view"
    android:layout_width="match_parent"
    android:layout_height="match_parent"/>

1.0.3

18 Mar 21:42
Compare
Choose a tag to compare
⬆ Update for 1.0.3

1.0.2

15 Mar 20:57
Compare
Choose a tag to compare

Added

  • πŸŒ™ Dark mode
  • πŸ”  New font
  • 🎨 More customisation #1

Changed

  • πŸ–Ό Background colours

Installation

Step 1. Make sure mavenCentral() is added as a dependency in your root gradle file:

allprojects {
    repositories {
        mavenCentral()
    }
}

Step 2. Add the dependency to your app's project gradle file:

dependencies {
    implementation 'me.jackdevey:codeview:1.0.1'
}

Step 3. Add the CodeView to your layout

<me.jackdevey.codeview.CodeView
    android:id="@+id/code_view"
    android:layout_width="match_parent"
    android:layout_height="match_parent"/>

1.0.1

13 Mar 20:18
Compare
Choose a tag to compare
Preparation for v1.0.1

1.0.0

13 Mar 15:28
Compare
Choose a tag to compare
Update publish.gradle