Skip to content

Commit 19d9ffb

Browse files
authored
Merge pull request #1 from elaitenstile/master
Added harmony lib code
2 parents 549ca6b + 67f0f05 commit 19d9ffb

File tree

506 files changed

+51989
-54863
lines changed

Some content is hidden

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

506 files changed

+51989
-54863
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

.gitignore

Lines changed: 22 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,23 @@
1-
#built application files
2-
*.apk
3-
*.ap_
4-
!resources/fancybuttons_samples.apk
5-
6-
# files for the dex VM
7-
*.dex
8-
9-
# Java class files
10-
*.class
11-
12-
# generated files
13-
bin/
14-
gen/
15-
16-
# Local configuration file (sdk path, etc)
17-
local.properties
18-
19-
# Windows thumbnail db
20-
Thumbs.db
21-
22-
# OSX files
23-
.DS_Store
24-
25-
# Eclipse project files
26-
.classpath
27-
.project
28-
29-
# Android Studio
30-
.idea
31-
.gradle
32-
build/
33-
34-
project.properties
35-
out
361
*.iml
37-
38-
TODO
39-
HOW_TO_INSTALL_TO_BINTRAY
40-
2+
.gradle
3+
/local.properties
4+
/.idea/caches
5+
/.idea/libraries
6+
/.idea/previewer/previewConfig.json
7+
/.idea/modules.xml
8+
/.idea/workspace.xml
9+
/.idea/navEditor.xml
10+
/.idea/assetWizardSettings.xml
11+
.DS_Store
12+
/build
13+
/captures
14+
.externalNativeBuild
15+
/entry/.preview
16+
.cxx
17+
18+
.idea/sonarlint
19+
.idea/checkstyle-idea.xml
20+
.idea/checkstyle*
21+
.idea/code-check
22+
.idea/previewer
23+
.idea/

CHANGELOG

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)