FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Gatanasov/split project by atanasovg · Pull Request #44 · NativeScript/android · GitHub

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .cpp  (1) .dat  (3) .jar  (1) .java  (26) .jpg  (1) .js  (37) .json  (2) .md  (2) .mk  (2) .png  (9) .prefs  (1) .properties  (2) .txt  (2) .xml  (15) dotfile  (6) All 15 file types selected
Only manifest files
Deleted files Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
4 changes: 4 additions & 0 deletions .gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ dist/
local.properties

gen/
armeabi-v7a/
x86/
obj/
bin/
9 changes: 3 additions & 6 deletions src/.cproject
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<folderInfo id="com.android.toolchain.gcc.1069157383.949294122" name="/" resourcePath="">
<toolChain id="com.android.toolchain.gcc.554702035" name="com.android.toolchain.gcc" superClass="com.android.toolchain.gcc">
<targetPlatform binaryParser="org.eclipse.cdt.core.ELF" id="com.android.targetPlatform.486157104" isAbstract="false" superClass="com.android.targetPlatform"/>
<builder arguments="NDK_DEBUG=1 NDK_MODULE_PATH=tools" command="ndk-build" id="com.android.builder.281775860" keepEnvironmentInBuildfile="false" managedBuildOn="false" name="Android Builder" superClass="com.android.builder"/>
<builder arguments="NDK_DEBUG=1" command="ndk-build" id="com.android.builder.281775860" keepEnvironmentInBuildfile="false" managedBuildOn="false" name="Android Builder" superClass="com.android.builder"/>
<tool id="com.android.gcc.compiler.84816995" name="Android GCC Compiler" superClass="com.android.gcc.compiler">
<inputType id="com.android.gcc.inputType.688809634" superClass="com.android.gcc.inputType"/>
</tool>
Expand Down Expand Up @@ -69,11 +69,8 @@
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId="com.android.AndroidPerProjectProfile"/>
</scannerConfigBuildInfo>
</storageModule>
<storageModule moduleId="refreshScope" versionNumber="2">
<configuration configurationName="Default">
<resource resourceType="PROJECT" workspacePath="/Kimera"/>
</configuration>
<configuration configurationName="Release"/>
<storageModule moduleId="refreshScope" versionNumber="1">
<resource resourceType="PROJECT" workspacePath="/android-runtime"/>
</storageModule>
<storageModule moduleId="org.eclipse.cdt.internal.ui.text.commentOwnerProjectMappings"/>
<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
Expand Down
2 changes: 1 addition & 1 deletion src/.project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.buildArguments</key>
<value>NDK_DEBUG=1 NDK_MODULE_PATH=tools</value>
<value>NDK_DEBUG=1</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.buildCommand</key>
Expand Down
3 changes: 0 additions & 3 deletions src/.settings/org.eclipse.core.resources.prefs

This file was deleted.

25 changes: 5 additions & 20 deletions src/AndroidManifest.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,11 @@

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.INTERNET" />

<application
android:name="com.tns.NativeScriptApplication"
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme">
<activity
android:name="com.tns.NativeScriptActivity"
android:label="@string/title_activity_kimera">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name="com.tns.ErrorReportActivity"
android:label="@string/title_activity_kimera">
</activity>
<application android:name="com.tns.NativeScriptApplication">
<activity android:name="com.tns.NativeScriptActivity"/>
<activity android:name="com.tns.ErrorReportActivity"/>
</application>

</manifest>
1 change: 1 addition & 0 deletions src/assets/metadata/README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
placeholder
1 change: 1 addition & 0 deletions src/assets/tns_modules/README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
placeholder
Binary file removed src/libs/gson-2.2.4.jar
Binary file not shown.
1 change: 1 addition & 0 deletions src/project.properties
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
# Project target.
target=android-21
android.library.reference.1=../binding-generator/Generator
android.library=true
Binary file removed src/res/drawable-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed src/res/drawable-mdpi/ic_launcher.png
Binary file not shown.
Binary file removed src/res/drawable-xhdpi/ic_launcher.png
Binary file not shown.
Binary file removed src/res/drawable-xxhdpi/ic_launcher.png
Binary file not shown.
16 changes: 0 additions & 16 deletions src/res/layout/activity_main.xml

This file was deleted.

8 changes: 0 additions & 8 deletions src/res/menu/login.xml

This file was deleted.

9 changes: 0 additions & 9 deletions src/res/menu/main.xml

This file was deleted.

36 changes: 0 additions & 36 deletions src/res/raw/apptoast.js

This file was deleted.

162 changes: 0 additions & 162 deletions src/res/raw/backup.js

This file was deleted.

66 changes: 0 additions & 66 deletions src/res/raw/ctortests.js

This file was deleted.

Loading

Back | FazBrowse Home | New Git URL