diff options
author | Jahir Fiquitiva <jahir.fiquitiva@gmail.com> | 2017-07-10 01:22:52 -0500 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-07-09 23:22:52 -0700 |
commit | 3028d35c24da883dad34dbc4f6eb36d1df1838fa (patch) | |
tree | 3bf16d3f0e98c570731469a6969cc73b403efc3c /.idea | |
parent | f1660aab8a25c93aebdb7993e4bfbc3bb7e65ee5 (diff) | |
download | kau-3028d35c24da883dad34dbc4f6eb36d1df1838fa.tar.gz kau-3028d35c24da883dad34dbc4f6eb36d1df1838fa.tar.bz2 kau-3028d35c24da883dad34dbc4f6eb36d1df1838fa.zip |
Added some extensions (#4)
* Add a couple extra extensions.
* Add more extensions
* Make oneline fun
* Remove duplicated line from modules.xml
* Revert kprefsingle and fix minor docs
(cherry picked from commit 76d0de9)
* Clean up ColorUtils
* Clean up ActivityUtils
* Clean up DrawableUtils
* Remove MenuUtils
* Clean PackageUtils
* Clean up ViewUtils
* Clean up ViewUtils 2
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/kannotator.xml | 6 | ||||
-rw-r--r-- | .idea/misc.xml | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/.idea/kannotator.xml b/.idea/kannotator.xml new file mode 100644 index 0000000..9b05217 --- /dev/null +++ b/.idea/kannotator.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="KannotatorSettings"> + <option name="dismissedInVersion" value="0.2.1205" /> + </component> +</project>
\ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 085136f..7319f02 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -53,7 +53,7 @@ <ConfirmationsSetting value="0" id="Add" /> <ConfirmationsSetting value="0" id="Remove" /> </component> - <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> + <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> <output url="file://$PROJECT_DIR$/build/classes" /> </component> <component name="ProjectType"> |