aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-04-04 15:54:54 -0400
committerAllan Wang <me@allanwang.ca>2019-04-04 15:54:54 -0400
commit2d826d960469668b13e0de7642b4e9067d61ef4b (patch)
treec181d7b50d8bca74b1e2cd85357f65724fc266f3
parent998782a0fc0915f076d67b207ad8b1194740b605 (diff)
downloadkau-2d826d960469668b13e0de7642b4e9067d61ef4b.tar.gz
kau-2d826d960469668b13e0de7642b4e9067d61ef4b.tar.bz2
kau-2d826d960469668b13e0de7642b4e9067d61ef4b.zip
Apply spotless and update changelog
-rw-r--r--.idea/misc.xml2
-rw-r--r--sample/src/main/kotlin/ca/allanwang/kau/sample/MainActivity.kt2
-rw-r--r--sample/src/main/res/xml/kau_changelog.xml4
3 files changed, 5 insertions, 3 deletions
diff --git a/.idea/misc.xml b/.idea/misc.xml
index cc04cd3..51fa3e5 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -35,7 +35,7 @@
</value>
</option>
</component>
- <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
+ <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">
diff --git a/sample/src/main/kotlin/ca/allanwang/kau/sample/MainActivity.kt b/sample/src/main/kotlin/ca/allanwang/kau/sample/MainActivity.kt
index fccba05..d4a30bb 100644
--- a/sample/src/main/kotlin/ca/allanwang/kau/sample/MainActivity.kt
+++ b/sample/src/main/kotlin/ca/allanwang/kau/sample/MainActivity.kt
@@ -318,4 +318,4 @@ class MainActivity : KPrefActivity() {
REQUEST_MEDIA -> toast("${kauOnMediaPickerResult(resultCode, data).size} items selected")
}
}
-} \ No newline at end of file
+}
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml
index be1c023..d78fcea 100644
--- a/sample/src/main/res/xml/kau_changelog.xml
+++ b/sample/src/main/res/xml/kau_changelog.xml
@@ -6,6 +6,9 @@
<item text="" />
-->
+ <version title="v4.0.0" />
+ <item text="Update translations" />
+
<version title="v4.0.0-alpha02" />
<item text="Update translations" />
<item text=":core: Remove anko dependency. Methods that used it now use coroutines; see the migration doc for minor changes" />
@@ -14,7 +17,6 @@
<item text=":core: Delete flyweight implementation. Kotlin already has getOrPut" />
<item text=":core: Introduce ContextHelper, where you can get the default looper, handler, and dispatcher for Android" />
<item text=":mediapicker: Use video preloading instead of full async loading" />
- <item text="" />
<version title="v4.0.0-alpha01" />
<item text="Migrate to androidx. See migration for external dependency changes." />