From 3c8f348be120127ae5cb4e307d9a7997713c9164 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 3 May 2017 08:41:12 -0500 Subject: [PATCH 1/3] Update README formatting --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0567a2a..6a9ccb4 100644 --- a/README.md +++ b/README.md @@ -13,25 +13,25 @@ the counter so that the value displayed was: Hence why we created this simple component :) -##Ascending +## Ascending ![Ascending](/art/ascending.gif) -##Descending +## Descending ![Descending](/art/descending.gif) -##Standard +## Standard ![Standard](/art/standard.gif) -##Display when a given count away from the maximum value +## Display when a given count away from the maximum value ![Hidden](/art/hidden.gif) -#How to use +# How to use In exactly the same way as the support library! Simply wrap an edit text field like so: @@ -54,7 +54,7 @@ In exactly the same way as the support library! Simply wrap an edit text field l ``` -#Setting attributes via XML +# Setting attributes via XML In our XML layout, we can set two extra attributes for the BufferTextInputLayout: @@ -69,7 +69,7 @@ app:counterMode="descending" ``` -#Setting attributes programmatically +# Setting attributes programmatically - setCounterMode(CounterMode counterMode) -> Set the mode in which the counter should use when being displayed (DESCENDING, ASCENDING, STANDARD) - setCharactersRemainingUntilCounterDisplay(int remainingCharacters) -> Set the value for which how many characters should be remaining until the counter becomes visible From 2c9f60cad0875b15ee28c92454d201882812183f Mon Sep 17 00:00:00 2001 From: John Date: Wed, 3 May 2017 08:46:33 -0500 Subject: [PATCH 2/3] Remove `app` module --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 87d5561..4f6658b 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1 @@ -include ':app', ':buffertextinputlayout', ':sample' +include ':buffertextinputlayout', ':sample' From ece291adf6173c149b51c0e336b6f8bebbed5089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Leszczy=C5=84ski?= Date: Tue, 3 Jun 2025 17:24:49 +0200 Subject: [PATCH 3/3] chore: add CODEOWNERS file with @bufferapp/apps as default owner / SEC-96 --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..ae66b2a --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @bufferapp/apps