sanders: Apply more LineageOS rebrand

* CMActions: Move to Lineage SDK

* CMActions -> LineageActions
Since history is going to be killed anyway:
 * Move related stuff under "actions" or "doze" packages, make every class role clear
 * Rename misleading TouchscreenGesture* to Actions*

Also add original-package for preferences migration

Signed-off-by: jhenrique09 <jhenrique09.mcz@hotmail.com>
(cherry picked from commit 99c39df834c26edfc066e8ad2088a55e5a858166)
This commit is contained in:
Alberto97
2017-10-01 17:11:27 +02:00
committed by therootlord
parent 53cefaef0a
commit 2741c07f99
34 changed files with 198 additions and 242 deletions

View File

@@ -0,0 +1,9 @@
-keep class org.lineageos.LineageActions.* {
*;
}
-keepclasseswithmembers class * {
public <init>(android.content.Context, android.util.AttributeSet);
}
-keep class ** extends android.support.v14.preference.PreferenceFragment