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
2013-05-07 15:05:09 -07:00
2013-05-07 15:05:09 -07:00
2013-04-26 15:06:38 -07:00
2013-04-09 21:54:12 -07:00
2013-05-07 00:44:18 -07:00
2013-04-10 15:25:07 -07:00
2013-04-05 19:54:44 +00:00
2012-04-04 11:37:35 -07:00
Description
No description provided
21 GiB
Languages
Java 73.7%
Kotlin 14%
PowerBuilder 5.8%
C++ 5.2%
AIDL 1%