Commit Graph

7 Commits

Author SHA1 Message Date
Romain Guy 6c8bbcb5a2 Fixes #1930069. Prevents NPE in GesturesActivity. Ensures the store is always != null. 2009-07-17 16:18:27 -07:00
Romain Guy 6b3f51d373 More new gestures UI. Adds a back button at the bottom of the settings activity. 2009-07-16 17:46:19 -07:00
Romain Guy 1dd3a077a2 New gestures UI. 2009-07-16 16:06:48 -07:00
Romain Guy 6f227eba4b Fixes #1977560. Prevents NPE when rotating the gestures activity. 2009-07-14 13:18:51 -07:00
Romain Guy 708ab96f2e Fixes #1912902. Handles orientation change when renaming gestures.
The GesturesActivity was crashing when changing the orientation while
renaming a gesture. This was due to unimplemented support for orientation
changes.
2009-06-16 13:47:58 -07:00
Romain Guy ae4f575911 Improve the threading model in the gestures settings activity.
This change checks for isCancelled() inside the loop to be able to terminate
the thread as early as possible.
2009-06-11 11:12:51 -07:00
Romain Guy 73b979d8c1 Add gestures to Home.
Press the Home key while in Home to enable the gestures pad.
2009-06-10 02:21:15 -07:00