futokb/java
Kurt Partridge 993acbaaa2 Remove unnecessary commit/uncommit
When the user reverts a commit, this causes the committed
word to be changed. The user usually then goes back to edit
that word.  Going back to edit causes an uncommit, so that
the editing actions are added onto the LogUnit containing
the operations used to construct the word.

But currently, reverting also involves its own
commit/uncommit pair, with the caller performing the
uncommit, and the commit happening inside the revert
command.  This may have been necessary in the past, when
revert was called in different situations, but is
unnecessary now.  Furthermore, the guarding conditions are
currently such that the uncommit doesn't always undo the
effects of the commit, corrupting the log output.

Change-Id: I74af41f4f1db2fcabfa496dcc4a2d7bd0af19b3a
2013-05-14 12:20:27 -07:00
..
res Merge "Revise welcome screen video and still image" 2013-05-14 12:01:47 +00:00
src/com/android/inputmethod Remove unnecessary commit/uncommit 2013-05-14 12:20:27 -07:00
Android.mk
AndroidManifest.xml Introduce another activity to launch setup wizard 2013-05-10 15:30:53 +09:00
MODULE_LICENSE_APACHE2
NOTICE
proguard.flags