Skip to content

Instantly share code, notes, and snippets.

View RadiationX's full-sized avatar
💭
I may be slow to respond.

Evgeny Nizamiev RadiationX

💭
I may be slow to respond.
View GitHub Profile
@RadiationX
RadiationX / Undo_Redo android
Created January 14, 2017 17:08 — forked from kidinov/Undo_Redo android
Undo/Redo with batches for any TextView descendant.
/*
* THIS CLASS IS PROVIDED TO THE PUBLIC DOMAIN FOR FREE WITHOUT ANY
* RESTRICTIONS OR ANY WARRANTY.
*/
import android.content.SharedPreferences;
import android.content.SharedPreferences.Editor;
import android.text.Editable;
import android.text.Selection;
import android.text.TextUtils;