GitXplorerGitXplorer
o

JB-showError-fixed

public
5 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
6d9e2b74fd7bb7dff059b80f84ba3f5215225974

Update README.md

ooleg-codaio committed 12 years ago
Unverified
1623035b4b7163d1465b6d82583c9913f60d5042

Update README.md

ooleg-codaio committed 12 years ago
Unverified
49fab4a7f1408419cd0bf47ce18154d5b5fc6dbb

Update README.md

ooleg-codaio committed 12 years ago
Unverified
02b2d2248db1ed96d936eeed8da42b23e84c0dbe

Forgot to change conditonal

ooleg-codaio committed 12 years ago
Unverified
52ceeb6fca2913c9fce77cd870630eeb17c13e45

Updated APK

ooleg-codaio committed 12 years ago
Unverified
dffdad9f2128fafe5cb82e143c2b9f59168a4cb9

Fixed version check and added comment

ooleg-codaio committed 12 years ago

README

The README file for this repository.

Android Jelly Bean 4.2/4.2.1 fix for EditText.setError

Unfortunately JB has a bug with setError() discussed on StackOverflow and Google Code.

Fortunately it can be addressed using reflection as a dirty workaround, using EditTextErrorFixed in place of EditText. Tested to work with both 4.2 and 4.2.1 and an updated Galaxy Nexus.

Screenshot

The screenshot shows that the icon on the bottom EditTextErrorFixed persists even if the focus changes. In addition it incorporates another fix where if the user presses Delete on an already empty EditText the error disappears (another bug?).