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
22 changes: 0 additions & 22 deletions .gitattributes

This file was deleted.

36 changes: 36 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Built application files
*.apk
*.ap_

# Files for the Dalvik VM
*.dex

# Java class files
*.class

# 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

# IntelliJ
*.iml
.idea/

# Mac OS X
.DS_Store

# Windows
thumbs.db
9 changes: 0 additions & 9 deletions Demo/.classpath

This file was deleted.

33 changes: 0 additions & 33 deletions Demo/.project

This file was deleted.

27 changes: 0 additions & 27 deletions Demo/AndroidManifest.xml

This file was deleted.

27 changes: 0 additions & 27 deletions Demo/bin/AndroidManifest.xml

This file was deleted.

Binary file removed Demo/bin/Demo.apk
Binary file not shown.
21 changes: 0 additions & 21 deletions Demo/bin/R.txt

This file was deleted.

Binary file removed Demo/bin/classes.dex
Binary file not shown.
Binary file removed Demo/bin/classes/com/example/demo/BuildConfig.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed Demo/bin/classes/com/example/demo/MainActivity.class
Binary file not shown.
Binary file removed Demo/bin/classes/com/example/demo/R$attr.class
Binary file not shown.
Binary file removed Demo/bin/classes/com/example/demo/R$dimen.class
Binary file not shown.
Binary file removed Demo/bin/classes/com/example/demo/R$drawable.class
Binary file not shown.
Binary file removed Demo/bin/classes/com/example/demo/R$id.class
Binary file not shown.
Binary file removed Demo/bin/classes/com/example/demo/R$layout.class
Binary file not shown.
Binary file removed Demo/bin/classes/com/example/demo/R$menu.class
Binary file not shown.
Binary file removed Demo/bin/classes/com/example/demo/R$string.class
Binary file not shown.
Binary file removed Demo/bin/classes/com/example/demo/R$style.class
Binary file not shown.
Binary file removed Demo/bin/classes/com/example/demo/R.class
Binary file not shown.
Binary file removed Demo/bin/classes/com/mirko/tbv/R$anim.class
Binary file not shown.
Binary file removed Demo/bin/classes/com/mirko/tbv/R$attr.class
Binary file not shown.
Binary file removed Demo/bin/classes/com/mirko/tbv/R$bool.class
Binary file not shown.
Binary file removed Demo/bin/classes/com/mirko/tbv/R$color.class
Binary file not shown.
Binary file removed Demo/bin/classes/com/mirko/tbv/R$dimen.class
Binary file not shown.
Binary file removed Demo/bin/classes/com/mirko/tbv/R$drawable.class
Binary file not shown.
Binary file removed Demo/bin/classes/com/mirko/tbv/R$id.class
Binary file not shown.
Binary file removed Demo/bin/classes/com/mirko/tbv/R$integer.class
Binary file not shown.
Binary file removed Demo/bin/classes/com/mirko/tbv/R$layout.class
Binary file not shown.
Binary file removed Demo/bin/classes/com/mirko/tbv/R$menu.class
Binary file not shown.
Binary file removed Demo/bin/classes/com/mirko/tbv/R$string.class
Binary file not shown.
Binary file removed Demo/bin/classes/com/mirko/tbv/R$style.class
Binary file not shown.
Binary file removed Demo/bin/classes/com/mirko/tbv/R$styleable.class
Binary file not shown.
Binary file removed Demo/bin/classes/com/mirko/tbv/R.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
5 changes: 0 additions & 5 deletions Demo/bin/jarlist.cache

This file was deleted.

Binary file removed Demo/bin/res/crunch/drawable-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed Demo/bin/res/crunch/drawable-hdpi/ic_tab1.png
Binary file not shown.
Binary file removed Demo/bin/res/crunch/drawable-hdpi/ic_tab2.png
Binary file not shown.
Binary file removed Demo/bin/res/crunch/drawable-hdpi/ic_tab3.png
Binary file not shown.
Binary file removed Demo/bin/res/crunch/drawable-mdpi/ic_launcher.png
Binary file not shown.
Binary file removed Demo/bin/res/crunch/drawable-mdpi/ic_tab1.png
Binary file not shown.
Binary file removed Demo/bin/res/crunch/drawable-mdpi/ic_tab2.png
Binary file not shown.
Binary file removed Demo/bin/res/crunch/drawable-mdpi/ic_tab3.png
Binary file not shown.
Binary file removed Demo/bin/res/crunch/drawable-xhdpi/ic_launcher.png
Binary file not shown.
Binary file removed Demo/bin/res/crunch/drawable-xhdpi/ic_tab1.png
Binary file not shown.
Binary file removed Demo/bin/res/crunch/drawable-xhdpi/ic_tab2.png
Binary file not shown.
Binary file removed Demo/bin/res/crunch/drawable-xhdpi/ic_tab3.png
Binary file not shown.
Binary file removed Demo/bin/res/crunch/drawable-xxhdpi/ic_launcher.png
Binary file not shown.
Binary file removed Demo/bin/res/crunch/drawable-xxhdpi/ic_tab1.png
Binary file not shown.
Binary file removed Demo/bin/res/crunch/drawable-xxhdpi/ic_tab2.png
Binary file not shown.
Binary file removed Demo/bin/res/crunch/drawable-xxhdpi/ic_tab3.png
Binary file not shown.
Binary file removed Demo/bin/resources.ap_
Binary file not shown.
6 changes: 0 additions & 6 deletions Demo/gen/com/example/demo/BuildConfig.java

This file was deleted.

79 changes: 0 additions & 79 deletions Demo/gen/com/example/demo/R.java

This file was deleted.

51 changes: 0 additions & 51 deletions Demo/gen/com/mirko/tbv/R.java

This file was deleted.

Binary file removed Demo/ic_launcher-web.png
Binary file not shown.
Binary file removed Demo/libs/android-support-v13.jar
Binary file not shown.
Binary file removed Demo/libs/android-support-v4.jar
Binary file not shown.
15 changes: 0 additions & 15 deletions Demo/project.properties

This file was deleted.

7 changes: 0 additions & 7 deletions Demo/res/layout/activity_main.xml

This file was deleted.

7 changes: 0 additions & 7 deletions Demo/res/layout/custom_ab.xml

This file was deleted.

19 changes: 0 additions & 19 deletions Demo/res/layout/fragment_main.xml

This file was deleted.

11 changes: 0 additions & 11 deletions Demo/res/menu/main.xml

This file was deleted.

Loading