Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Eclipse support has ended, use Android studio instead #2

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
30 changes: 30 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# 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

# Android studio files
.idea
*.iml
33 changes: 33 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 11
buildToolsVersion "22.0.1"

defaultConfig {
applicationId "com.kuixotic.egnyte"
minSdkVersion 5
targetSdkVersion 9
}

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
packagingOptions {
exclude 'META-INF/LICENSE.txt'
exclude 'META-INF/NOTICE.txt'
exclude 'META-INF/ASL2.0'
exclude 'META-INF/LICENSE'
exclude 'META-INF/NOTICE'
}
}

dependencies {
compile files('libs/apache-mime4j-0.6.1.jar')
compile files('libs/httpclient-4.1.jar')
compile files('libs/httpcore-4.1.jar')
compile files('libs/httpmime-4.1.jar')
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="opaque_black">#bb000000</color>
<color name="opaque_white">#88FFFFFF</color>
Expand Down
32 changes: 0 additions & 32 deletions bin/AndroidManifest.xml

This file was deleted.

Binary file removed bin/classes/com/kuixotic/egnyte/BuildConfig.class
Binary file not shown.
Binary file removed bin/classes/com/kuixotic/egnyte/Constants.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed bin/classes/com/kuixotic/egnyte/EgnyteAppObject.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed bin/classes/com/kuixotic/egnyte/HTTPHandler.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed bin/classes/com/kuixotic/egnyte/R$array.class
Binary file not shown.
Binary file removed bin/classes/com/kuixotic/egnyte/R$attr.class
Binary file not shown.
Binary file removed bin/classes/com/kuixotic/egnyte/R$color.class
Binary file not shown.
Binary file removed bin/classes/com/kuixotic/egnyte/R$drawable.class
Binary file not shown.
Binary file removed bin/classes/com/kuixotic/egnyte/R$id.class
Binary file not shown.
Binary file removed bin/classes/com/kuixotic/egnyte/R$layout.class
Binary file not shown.
Binary file removed bin/classes/com/kuixotic/egnyte/R$menu.class
Binary file not shown.
Binary file removed bin/classes/com/kuixotic/egnyte/R$string.class
Binary file not shown.
Binary file removed bin/classes/com/kuixotic/egnyte/R.class
Binary file not shown.
Binary file removed bin/classes/com/kuixotic/egnyte/Utils$1.class
Binary file not shown.
Binary file not shown.
Binary file removed bin/classes/com/kuixotic/egnyte/Utils.class
Binary file not shown.
15 changes: 15 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.2.3'
}
}

allprojects {
repositories {
jcenter()
}
}
6 changes: 0 additions & 6 deletions gen/com/kuixotic/egnyte/BuildConfig.java

This file was deleted.

164 changes: 0 additions & 164 deletions gen/com/kuixotic/egnyte/R.java

This file was deleted.

Binary file added gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 6 additions & 0 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#Wed Apr 10 15:27:10 PDT 2013
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip