diff --git a/ide/package.php.yml b/ide/package.php.yml index 7d80b0e..82a4740 100644 --- a/ide/package.php.yml +++ b/ide/package.php.yml @@ -1,5 +1,5 @@ name: nearde-ide -version: 0.0.1+dev +version: 0.1.0 type: project description: DN Fork @@ -9,7 +9,6 @@ sources: - src - platforms/develnext-java-platform/src - platforms/develnext-php-platform/src - - platforms/nearde-android-platform/src includes: - index.php diff --git a/ide/platforms/nearde-android-platform/src/.data/android/build.groovy b/ide/platforms/nearde-android-platform/src/.data/android/build.groovy deleted file mode 100644 index 59a2336..0000000 --- a/ide/platforms/nearde-android-platform/src/.data/android/build.groovy +++ /dev/null @@ -1,64 +0,0 @@ -apply plugin: 'com.android.application' - -buildscript { - repositories { - google() - jcenter() - } - - dependencies { - classpath 'com.android.tools.build:gradle:3.2.0' - } -} - -repositories { - google() - jcenter() -} - -android { - - compileSdkVersion %compileSdkVersion% - buildToolsVersion "%buildToolsVersion%" - - defaultConfig { - applicationId '%applicationId%' - minSdkVersion 14 - targetSdkVersion %targetSdkVersion% - versionCode %versionCode% - versionName "%versionName%" - } - - compileOptions { - sourceCompatibility JavaVersion.VERSION_1_8 // JDK 8 - targetCompatibility JavaVersion.VERSION_1_8 - } - - buildTypes { - release { - sourceSets { - main.java.srcDirs = ['src-jvm/java'] - main.resources.srcDirs = ['resources'] - main.manifest.srcFile 'resources/AndroidManifest.xml' - } - - minifyEnabled false - //proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' - } - } - - splits { - density { - enable false - exclude "ldpi", "tvdpi", "xxxhdpi", "400dpi", "560dpi" - } - } - lintOptions { - abortOnError false - } -} - -dependencies { - implementation 'com.android.support:appcompat-v7:28.0.0' - implementation fileTree(dir: 'libs', include: ['*.jar']) -} \ No newline at end of file diff --git a/ide/platforms/nearde-android-platform/src/.data/android/resources/AndroidManifest.xml b/ide/platforms/nearde-android-platform/src/.data/android/resources/AndroidManifest.xml deleted file mode 100644 index 436e08c..0000000 --- a/ide/platforms/nearde-android-platform/src/.data/android/resources/AndroidManifest.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/ide/platforms/nearde-android-platform/src/.data/android/src/index.php b/ide/platforms/nearde-android-platform/src/.data/android/src/index.php deleted file mode 100644 index fb40c6b..0000000 --- a/ide/platforms/nearde-android-platform/src/.data/android/src/index.php +++ /dev/null @@ -1,22 +0,0 @@ -setTitle("Hello Android World!"); - -$layout = new LinearLayout($activity); - -$button = new Button($activity); -$button->text = "Hello world!"; -$button->on("click", function () use ($button) { - // on button click -}); - -$layout->addView($button); -$activity->setContentView($layout); \ No newline at end of file diff --git a/ide/platforms/nearde-android-platform/src/.data/img/icons/android32.png b/ide/platforms/nearde-android-platform/src/.data/img/icons/android32.png deleted file mode 100644 index 0644513..0000000 Binary files a/ide/platforms/nearde-android-platform/src/.data/img/icons/android32.png and /dev/null differ diff --git a/ide/platforms/nearde-android-platform/src/.data/img/icons/gradleAndroid16.png b/ide/platforms/nearde-android-platform/src/.data/img/icons/gradleAndroid16.png deleted file mode 100644 index 9d96241..0000000 Binary files a/ide/platforms/nearde-android-platform/src/.data/img/icons/gradleAndroid16.png and /dev/null differ diff --git a/ide/platforms/nearde-android-platform/src/.nearde/extensions b/ide/platforms/nearde-android-platform/src/.nearde/extensions deleted file mode 100644 index 56c33db..0000000 --- a/ide/platforms/nearde-android-platform/src/.nearde/extensions +++ /dev/null @@ -1 +0,0 @@ -ide\AndroidExtension \ No newline at end of file diff --git a/ide/platforms/nearde-android-platform/src/ide/AndroidExtension.php b/ide/platforms/nearde-android-platform/src/ide/AndroidExtension.php deleted file mode 100644 index 1572970..0000000 --- a/ide/platforms/nearde-android-platform/src/ide/AndroidExtension.php +++ /dev/null @@ -1,50 +0,0 @@ -registerProjectTemplate(new AndroidProjectTemplate()); - Ide::get()->registerProjectSupport(new AndroidProjectSupport()); - } - - public function onIdeStart() - { - - } - - public function onIdeShutdown() - { - - } - - public function getName(): string - { - return "Android"; - } - - public function getAuthor(): string - { - return "Venity Group"; - } - - public function getVersion(): string - { - return "0.1.0"; - } - - public function getIcon32(): string - { - return "icons/android32.png"; - } -} \ No newline at end of file diff --git a/ide/platforms/nearde-android-platform/src/ide/forms/CreateAndroidProjectForm.fxml b/ide/platforms/nearde-android-platform/src/ide/forms/CreateAndroidProjectForm.fxml deleted file mode 100644 index e49427c..0000000 --- a/ide/platforms/nearde-android-platform/src/ide/forms/CreateAndroidProjectForm.fxml +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -