Package-level declarations

Types

Link copied to clipboard

BackstackHandler is responsible for undoing and redoing content edition action (like deleting a line, writing some text...).

Link copied to clipboard
interface BackstackInform

Notifies is it possible to undo or redo actions. Classes that implement this interface are useful to notify the UI that a button of undo/redo should or not be highlighted.

Link copied to clipboard
class SnapshotBackstackManager(textEditLimit: Int = DEFAULT_TEXT_EDIT_LIMIT) : BackstackInform