Files
frameworks_base/core/java/android/os
Dianne Hackborn 3aa49b6fec New UndoManager.
Basic implementation of an undo manager.  Supports
multi-level undo/redo, building on the top undo state
as edits occur, managing multiple distinct entities in
the undo state (such as embedded objects in a document),
and saving/restoring the full undo state.  Still some
work remaining on correctly dealing with dependencies
between undo states that hold multiple owners.

Also do a simple implementation of undo state in TextView
to see how things actually work.  The implementation here
is very primitive: it needs a lot more work to correctly
identify when to merge undo ops, is not trying to do
anything smart with style spans, etc.

Change-Id: Ie30f4e133351e2f569ffb48c6c44a2b19cadee27
2013-05-07 15:05:09 -07:00
..
2012-10-17 11:06:11 -07:00
2012-04-26 11:17:18 +08:00
2013-04-23 11:36:28 -07:00
2012-02-29 14:05:24 -08:00
2012-05-06 16:10:34 -07:00
2013-05-07 15:05:09 -07:00
2012-12-13 10:49:28 -08:00
2013-04-03 22:57:31 -07:00
2013-04-16 22:15:21 +00:00
2012-02-29 14:05:24 -08:00
2012-09-26 10:49:35 -07:00
2013-01-09 12:47:47 -08:00
2013-04-25 13:39:27 -07:00