2012-10-05 Gabor Simon <gabor.simon75@gmail.com>
Global swipe feedback added

2012-10-04 Gabor Simon <gabor.simon75@gmail.com>
Placement fixed, CTRL handling fixed, tick feedback added, currency symbols added, clipboard features added

    * src/org/dyndns/fules/ck/*: gap calculation fixed, tick feedback added, clipbrd features added

    * res/xml/default_*.xml: ctrl handling fixed, currency symbols added

2011-07-03 Gabor Simon <gabor.simon@mailbox.hu>
Documentation fixed

    * misc/LayoutFormat.README: description of <Align> tags and long tap global swipes added

    * misc/layout_template.xml: actualised according to default_latin.xml

    * misc/README: removed because it has been moved to the Wiki

2011-07-03 Gabor Simon <gabor.simon@mailbox.hu>
User-configurable key size constraints added, build system improved

    * AndroidManifest.xml: version code incremented

    * src/org/dyndns/fules/ck/CompassKeyboardView.java: maximal key size setting made dynamic

    * src/org/dyndns/fules/ck/CompassKeyboard.java:  maximal key size setting made dynamic,
    instantiation efficiency increased

    * res/values/constants.xml: version incremented to v1.3, key size related labels added

    * res/xml/default_*.xml: key size hints removed

    * res/xml/ck_settings.xml: key size preference added

    * build.properties: comments reindented

    * build.xml: dependency checking of build phases imlemented

2011-06-30 Gabor Simon <gabor.simon@mailbox.hu>
Some code cleanup done

    * src/org/dyndns/fules/ck/CompassKeyboardView.java: code cleanup

    * src/org/dyndns/fules/ck/*.java: indentation fixed

2011-06-28 Gabor Simon <gabor.simon@mailbox.hu>
Touch handling of alignment areas improved

    * src/org/dyndns/fules/ck/CompassKeyboardView.java: margins and Align items now check for global swipes

2011-06-27 Gabor Simon <gabor.simon@mailbox.hu>
Support for alignment started

    * src/org/dyndns/fules/ck/CompassKeyboardView.java: support for margins added, 'Align' tag added
    
    * src/org/dyndns/fules/ck/CompassKeyboard.java: handling of  margin preferences added

    * res/values/constants.xml: labels for preferences added

    * res/xml/ck_settings.xml: margin prefs added

2011-06-05 Gabor Simon <gabor.simon@mailbox.hu>
Candidate showing and horizontal displaying improved, missing Macedonian letters added

    * src/org/dyndns/fules/ck/CompassKeyboardView.java: candidates are shown from the beginning of a swipe

    * src/org/dyndns/fules/ck/CompassKeyboard.java: horizontal layout no longer forces fullscreen keyboard

    * res/xml/default_cyrillic.xml: missing letters "ѕ", "ј", "ѓ", "ќ" added

    * res/values/constants.xml: version set to v1.2

2011-06-02 Gabor Simon <gabor.simon@mailbox.hu>
Missing key added, reported error fixed

    * local.properties: reference to new sdk location fixed

    * AndroidManifest.xml, res/values/constants.xml: version increased

    * src/org/dyndns/fules/ck/CompassKeyboardView.java: OutOfBounds error fixed

    * res/xml/default_*.xml: missing ampersand sign added

2011-05-17 Gabor Simon <gabor.simon@mailbox.hu>
Minor bugs fixed
	* src/org/dyndns/fules/ck/CompassKeyboard.java, CompassKeyboardSettings.java: code cleanup

	* src/org/dyndns/fules/ck/FilePicker.java: choiceMode bug fixed

2011-05-16 Gabor Simon <gabor.simon@mailbox.hu>
Layout switching improved

	* AndroidManifest.xml: TextDialogPreference added, typo in the name of FilePickerPreference fixed, version increased

	* src/org/dyndns/fules/ck/CompassKeyboardView.java: 'layout=n' action for keys added, some code cleanup 

	* src/org/dyndns/fules/ck/CompassKeyboard.java: layout handling improved

	* src/org/dyndns/fules/ck/CompassKeyboardSettings.java: layout-related code added

	* src/org/dyndns/fules/ck/FilePickerPreference.java: some code cleanup
	
	* src/org/dyndns/fules/ck/FilePicker.java: some code cleanup, choiceMode support started (FIXME: still has issues!)

	* res/values/constants.xml: menu constants reorganised

	* res/values/attrs.xml: TextDialogPreference defined

	* res/xml/default_*.xml: layout names published, layout switching actions added

	* res/xml/ck_settings.xml: layout-related preference changes

	* build.xml: target 'install' now uses the emulator, 'relinstall' the real device

2011-05-07 Gabor Simon <gabor.simon@mailbox.hu>
Direction choosing method improved

	* src/org/dyndns/fules/ck/CompassKeyboardView.java: direction choosing is now based on relative movement

	* src/org/dyndns/fules/ck/CompassKeyboard.java: missing initialisation of visual feedback settings added

2011-05-06 Gabor Simon <gabor.simon@mailbox.hu>
Visual feedback added

	* src/org/dyndns/fules/ck/CompassKeyboardView.java: two kinds of visual feedback added

	* src/org/dyndns/fules/ck/CompassKeyboard.java: settings for visual feedback added, input type handling improved
	* res/values/constants.xml: labels for feedback settings added

	* res/xml/ck_settings.xml: feedback preferences added, default vibrations changed

2011-05-03 Gabor Simon <gabor.simon@mailbox.hu>
Long tap support added, two missing Vietnamese characters added, build process improved

	* build.xml: phony target 'align' added for invoking zipalign

	* res/xml/default_latin.xml: two missing Vietnamese characters added

	* src/org/dyndns/fules/ck/CompassKeyboardView.java: long tap now calls the middle global swipe

2011-04-16 Gabor Simon <gabor.simon@mailbox.hu>
Initial (public) state imported

	*: added

