commit | e3803800c53cc813e27dd1e7c31bdb4d075f0252 | [log] [tgz] |
---|---|---|
author | Amith Yamasani <yamasani@google.com> | Tue Sep 01 14:05:19 2009 -0700 |
committer | Amith Yamasani <yamasani@google.com> | Tue Sep 01 14:05:19 2009 -0700 |
tree | 6b5721bd0302e0b28ba30b0d8bbc8df78ecffe19 | |
parent | 5d11ccc27d9e06a174b5f027109e29b34eea751e [diff] |
Fixed accidental switch to symbols mode from alphabet. The KeyboardSwitcher was remembering state from a previous edittext where the user was in symbols mode and applying the switch code when user hits space in the new edittext for the first time. Make sure to reset the state when a new keyboard mode is requested. Also make sure that we don't switch from symbols to alphabet keyboard when editing in a number/datetime field and hitting space.