0
I Use This!
Inactive

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #43 from octanner/am/fixes/build-tools More... about 12 years ago
Generify TokenCompleteTextView More... about 12 years ago
Upgrade Gradle wrapper More... about 12 years ago
Update build tools More... about 12 years ago
Merge pull request #41 from coplas/master More... about 12 years ago
Allow defaultObject method to return null. More... about 12 years ago
Allow defaultObject method to return null E.g. new objects are ot allowed, only select fom existing. More... about 12 years ago
Added a clear() function that makes sure the onSpanRemoved callback is always issued More... about 12 years ago
Merge branch 'cardnote' More... about 12 years ago
Creating tokens from unfinished text when EditText loses focus More... about 12 years ago
Merge remote-tracking branch 'origin/cardnote' into cardnote More... about 12 years ago
Made the bestGuess optional (it wasn't being handled properly anyway) More... about 12 years ago
Forgot to save the state of the splitChars More... about 12 years ago
Fixed a bug preventing tokens to be added Updated gradle settings to suppor the latest version of android studio More... about 12 years ago
Made Lint happy Removed unused method clear() More... about 12 years ago
Don't build a token for an empty String More... about 12 years ago
Added clear() command that shouldn't trigger the callback More... about 12 years ago
Ensured that the Tokenizer and splitChar array are in line when setting custom splitChars. More... about 12 years ago
Merge pull request #33 from ross/cursor_support More... about 12 years ago
Added method to set the character that triggers token creation More... about 12 years ago
minor tweaks to better support using CursorAdapter More... about 12 years ago
added SelectDeselect click style More... over 12 years ago
Update readme for new project structure More... over 12 years ago
Merge pull request #29 from wjwarren/master More... over 12 years ago
Updating Git ignore file. More... over 12 years ago
Splitting project into "library" and "example". Library is now an Android library project. More... over 12 years ago
Fix currentCompletionText crash after onResume. Close #27. More... over 12 years ago
return empty string from currentCompletionText if hint is visible. Close #23. More... over 12 years ago
Prevent requestFocus from causing onKeyUp calls in the next view More... over 12 years ago
Fix crash in API 14 and 15. Close #22 More... over 12 years ago