Juan Ramon Gonzalez Gonzalez 7f2a5fbc30 A couple things were missing on the pull request for accepting CharSequences as entries. While the code was compatible, the callbacks need to be changed to also receive CharSequence instead of String. This has now been corrected both on code, README.md and sample activity. 10 years ago
..
ButtonItemProcessor.java 2a9e09cbe6 Allowed entries to be instances of CharSequence instead of forcing them to be of the String subclass. It continues to work with previous code and also now allows to use it with entries retrieved from xml attributes using TypedArray.getTextArray() 10 years ago
MainActivity.java 7f2a5fbc30 A couple things were missing on the pull request for accepting CharSequences as entries. While the code was compatible, the callbacks need to be changed to also receive CharSequence instead of String. This has now been corrected both on code, README.md and sample activity. 10 years ago