aboutsummaryrefslogtreecommitdiffstats
path: root/libs/color-picker-view/README.md
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2013-03-25 04:56:38 +0100
committerJorge Ruesga <jorge@ruesga.com>2013-03-27 00:16:04 +0100
commit8573124b80d19a9562a6e623022171b41dc4d183 (patch)
tree40aa0eca71ca3bd4e09abee5efa046f31cc2f308 /libs/color-picker-view/README.md
parentd063637d6110ab2a762268d7ef20afeaa6f482af (diff)
downloadandroid_packages_apps_CMFileManager-8573124b80d19a9562a6e623022171b41dc4d183.tar.gz
android_packages_apps_CMFileManager-8573124b80d19a9562a6e623022171b41dc4d183.tar.bz2
android_packages_apps_CMFileManager-8573124b80d19a9562a6e623022171b41dc4d183.zip
CMFM: Editor initial highlight support + props syntax processor + others features
- This change enables support of syntax highlight in editor. Adds also the next syntax processors: * PropertiesSyntaxHighlightProcessor - Option for toggle "no suggestion" in editor - CleanUp Patchset 2: Theme color scheme support Patchset 3: Hexdump binary editor preference No suggestions editor preference Syntax Highlight color scheme Add android-syntax-highlight (CMFM) and color-picker-view libraries ColorPickerDialog and ColorPickerPreference Separate preference to its own file Extract themes strings from dark_theme.xml to strings.xml Rebased Change-Id: I9df65e6193d46ebafadee5d545dcde1fc5ce20e9 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'libs/color-picker-view/README.md')
-rw-r--r--libs/color-picker-view/README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/libs/color-picker-view/README.md b/libs/color-picker-view/README.md
new file mode 100644
index 00000000..b26ef5aa
--- /dev/null
+++ b/libs/color-picker-view/README.md
@@ -0,0 +1,18 @@
+mColorPicker
+================================
+
+A color picker is something that has always been missing from the standard
+set of components which developers can build their user interface in Android
+with. Although there have been a few color pickers floating around on the
+internet I never found any that I thought was good enough for use in my
+applications so I sat down to write my own. This is the result and I have
+decided to release it as open source application for all you developers
+out there to use, free of charge of course.
+
+Checkout latest sources at http://code.google.com/p/color-picker-view/
+
+This library is released under the [Apache 2.0]
+http://www.apache.org/licenses/LICENSE-2.0.html) license.
+
+Copyright © 2010 Daniel Nilsson
+Copyright © 2013 The CyanogenMod Project