Skip to content

Commit daedb1b

Browse files
author
Danielle Vass
committed
Merge branch to include Edit Text Updates
1 parent 0b27b2a commit daedb1b

File tree

104 files changed

+1563
-4365
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+1563
-4365
lines changed

.gitignore

+61
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# Copyright: Benjamin Weiss (keyboardsurfer) https://github.com/keyboardsurfer
2+
# Under CC-BY-SA V3.0 (https://creativecommons.org/licenses/by-sa/3.0/legalcode)
3+
4+
# svn files
5+
.svn
6+
7+
# built application files
8+
*.apk
9+
*.ap_
10+
*.jar
11+
12+
# lint folder
13+
lint
14+
15+
# files for the dex VM
16+
*.dex
17+
18+
# Java class files
19+
*.class
20+
21+
# generated files
22+
bin/
23+
gen/
24+
classes/
25+
gen-external-apklibs/
26+
27+
# maven output folder
28+
target
29+
30+
# Local configuration file (sdk path, etc)
31+
local.properties
32+
33+
# Eclipse project files
34+
.classpath
35+
.project
36+
.metadata
37+
.settings
38+
39+
# IntelliJ files
40+
.idea
41+
*.iml
42+
43+
# OSX files
44+
.DS_Store
45+
46+
# Windows files
47+
Thumbs.db
48+
49+
# vi swap files
50+
*.swp
51+
52+
# backup files
53+
*.bak
54+
55+
# gradle directory
56+
.gradle
57+
build/
58+
59+
#for oh-my-zsh jira plugin (https://github.com/robbyrussell/oh-my-zsh/wiki/Plugins#jira)
60+
.jira-url
61+
atlassian-ide-plugin.xml

AndroidBootstrap/.classpath

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="src" path="src"/>
4-
<classpathentry kind="src" path="gen"/>
53
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
64
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
75
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
6+
<classpathentry kind="src" path="src"/>
7+
<classpathentry kind="src" path="gen"/>
88
<classpathentry kind="output" path="bin/classes"/>
99
</classpath>

AndroidBootstrap/.svn/entries

-1
This file was deleted.

AndroidBootstrap/.svn/format

-1
This file was deleted.

AndroidBootstrap/.svn/pristine/07/0710d69619cba92958a07d4e7cbabcc5947e5cce.svn-base

-309
This file was deleted.

0 commit comments

Comments
 (0)