diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 2f05bfade..8cf468a0b 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -112,7 +112,8 @@ - + + diff --git a/AndroidManifest.xml.pattern b/AndroidManifest.xml.pattern index 81071efb7..22aedb2a3 100644 --- a/AndroidManifest.xml.pattern +++ b/AndroidManifest.xml.pattern @@ -112,7 +112,8 @@ - + + diff --git a/ChangeLog b/ChangeLog index 06b939ae3..93c30401e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,5 @@ -===== 1.8.2 (May ??, 2013) ===== +===== 1.8.2 (Jun ??, 2013) ===== +* New color picker dialog (AmbilWarna library http://code.google.com/p/android-color-picker/ is used) * Updated Spanish loading (by Diego Bernardi, sponsored by Panacea Supplies) * Updated Czech localization (by Marek Pavelka) * Updated Dutch localization (by Frank Fesevur) diff --git a/assets/resources/application/en.xml b/assets/resources/application/en.xml index 123c1b39e..d3af951f0 100644 --- a/assets/resources/application/en.xml +++ b/assets/resources/application/en.xml @@ -221,10 +221,19 @@ + - + + + + + + + + + diff --git a/project.properties b/project.properties index be2a2e9df..8926bf025 100644 --- a/project.properties +++ b/project.properties @@ -11,3 +11,4 @@ java.encoding=utf-8 # proguard.config=proguard.cfg # Project target. target=android-14 +android.library.reference.1=third-party/AmbilWarna diff --git a/res/layout/color_preference.xml b/res/layout/color_preference.xml new file mode 100644 index 000000000..ed242fa03 --- /dev/null +++ b/res/layout/color_preference.xml @@ -0,0 +1,33 @@ + + + + + + diff --git a/res/layout/style_item.xml b/res/layout/style_item.xml index 22785bdb3..176920eb2 100644 --- a/res/layout/style_item.xml +++ b/res/layout/style_item.xml @@ -9,12 +9,13 @@ android:paddingBottom="10dip" android:orientation="horizontal" > - +