Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 30 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,33 @@
.gradle/
.idead/gradle.xml
.idea/workspace.xml
# Built application files
*.apk
*.ap_

# Files for the Dalvik VM
*.dex

# Java class files
*.class

.DS_Store
# Generated files
bin/
gen/

# Gradle files
.gradle/
build/

# Local configuration file (sdk path, etc)
local.properties

# Proguard folder generated by Eclipse
proguard/

# Log Files
*.log

.idea/
# Android Studio Navigation editor temp files
.navigation/

# Android Studio captures folder
captures/
2 changes: 1 addition & 1 deletion .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions .idea/copyright/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions .idea/encodings.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/libraries/ComAndroidSupportAppcompatV71900_aar.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/libraries/support_v4_19_0_0.xml

This file was deleted.

19 changes: 14 additions & 5 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions .idea/scopes/scope_settings.xml

This file was deleted.

5 changes: 2 additions & 3 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 0 additions & 15 deletions APIOK.iml

This file was deleted.

19 changes: 19 additions & 0 deletions android_example.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id="android_example" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="java-gradle" name="Java-Gradle">
<configuration>
<option name="BUILD_FOLDER_PATH" value="$MODULE_DIR$/build" />
<option name="BUILDABLE" value="false" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
1 change: 0 additions & 1 deletion apiok/.gitignore

This file was deleted.

76 changes: 0 additions & 76 deletions apiok/apiok.iml

This file was deleted.

36 changes: 0 additions & 36 deletions apiok/build.gradle

This file was deleted.

Binary file removed apiok/src/main/res/drawable-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed apiok/src/main/res/drawable-mdpi/ic_launcher.png
Binary file not shown.
Binary file removed apiok/src/main/res/drawable-xhdpi/ic_launcher.png
Binary file not shown.
Binary file removed apiok/src/main/res/drawable-xxhdpi/ic_launcher.png
Binary file not shown.
8 changes: 0 additions & 8 deletions apiok/src/main/res/values/styles.xml

This file was deleted.

Loading