diff options
author | Allan Wang <me@allanwang.ca> | 2019-07-01 21:30:21 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-07-01 21:30:21 -0700 |
commit | d91d7348605c9e3fee65c888d61679eac7ad2aad (patch) | |
tree | 931748e597f607aef81847d311bb9f33ad80d7c2 | |
parent | 9f51fb4730058b91b6dc081f419dff84ce627b93 (diff) | |
download | kau-d91d7348605c9e3fee65c888d61679eac7ad2aad.tar.gz kau-d91d7348605c9e3fee65c888d61679eac7ad2aad.tar.bz2 kau-d91d7348605c9e3fee65c888d61679eac7ad2aad.zip |
Update changelog
-rw-r--r-- | .idea/codeStyles/Project.xml | 9 | ||||
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 3 |
2 files changed, 3 insertions, 9 deletions
diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index be6976d..3962e1c 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,8 +1,5 @@ <component name="ProjectCodeStyleConfiguration"> <code_scheme name="Project" version="173"> - <AndroidXmlCodeStyleSettings> - <option name="USE_CUSTOM_SETTINGS" value="true" /> - </AndroidXmlCodeStyleSettings> <JetCodeStyleSettings> <option name="PACKAGES_TO_USE_STAR_IMPORTS"> <value> @@ -13,13 +10,7 @@ <option name="NAME_COUNT_TO_USE_STAR_IMPORT_FOR_MEMBERS" value="2147483647" /> <option name="CODE_STYLE_DEFAULTS" value="KOTLIN_OFFICIAL" /> </JetCodeStyleSettings> - <XML> - <option name="XML_KEEP_LINE_BREAKS" value="false" /> - <option name="XML_ALIGN_ATTRIBUTES" value="false" /> - <option name="XML_SPACE_INSIDE_EMPTY_TAG" value="true" /> - </XML> <codeStyleSettings language="XML"> - <option name="FORCE_REARRANGE_MODE" value="1" /> <indentOptions> <option name="CONTINUATION_INDENT_SIZE" value="4" /> </indentOptions> diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index 62614ed..0a7b401 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -11,6 +11,9 @@ <item text=":adapter: Make NoAnimatorChange an object; previously a class" /> <item text=":core: KPref now supports in memory only variants for testing; pass KPrefBuilderInMemory to KPref constructor" /> <item text=":core: KPref initializer takes in SharedPreferences so user can configure it" /> + <item text=":core: Enhanced swipe view and make drag helper public" /> + <item text="" /> + <item text="" /> <item text="" /> <version title="v5.0.0" /> |