mirror of
				https://github.com/mik3y/usb-serial-for-android
				synced 2025-10-31 02:17:23 +00:00 
			
		
		
		
	Convert to gradle.
This commit is contained in:
		
							parent
							
								
									9c577949b0
								
							
						
					
					
						commit
						95592f984a
					
				
							
								
								
									
										28
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										28
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -1,9 +1,21 @@ | ||||
| UsbSerialLibrary/bin | ||||
| UsbSerialLibrary/gen | ||||
| # Studio/Gradle | ||||
| *.iml | ||||
| .gradle/ | ||||
| build/ | ||||
| 
 | ||||
| # Intellij IDEA (see https://intellij-support.jetbrains.com/entries/23393067) | ||||
| .idea/workspace.xml | ||||
| .idea/tasks.xml | ||||
| .idea/datasources.xml | ||||
| .idea/dataSources.ids | ||||
| 
 | ||||
| # generated files | ||||
| bin/ | ||||
| gen/ | ||||
| 
 | ||||
| # Eclipse/Android/Misc | ||||
| .metadata/ | ||||
| local.properties | ||||
| *.DS_Store | ||||
| proguard/ | ||||
| 
 | ||||
| UsbSerialExamples/bin | ||||
| UsbSerialExamples/gen | ||||
| UsbSerialLibrary/dictionary.txt | ||||
| UsbSerialLibrary/local.properties | ||||
| UsbSerialLibrary/proguard-project.txt | ||||
| UsbSerialLibrary/build.xml | ||||
|  | ||||
							
								
								
									
										1
									
								
								.idea/.name
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								.idea/.name
									
									
									
										generated
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| usb-serial-for-android | ||||
							
								
								
									
										23
									
								
								.idea/compiler.xml
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								.idea/compiler.xml
									
									
									
										generated
									
									
									
										Normal file
									
								
							| @ -0,0 +1,23 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <project version="4"> | ||||
|   <component name="CompilerConfiguration"> | ||||
|     <option name="DEFAULT_COMPILER" value="Javac" /> | ||||
|     <resourceExtensions /> | ||||
|     <wildcardResourcePatterns> | ||||
|       <entry name="!?*.java" /> | ||||
|       <entry name="!?*.form" /> | ||||
|       <entry name="!?*.class" /> | ||||
|       <entry name="!?*.groovy" /> | ||||
|       <entry name="!?*.scala" /> | ||||
|       <entry name="!?*.flex" /> | ||||
|       <entry name="!?*.kt" /> | ||||
|       <entry name="!?*.clj" /> | ||||
|     </wildcardResourcePatterns> | ||||
|     <annotationProcessing> | ||||
|       <profile default="true" name="Default" enabled="false"> | ||||
|         <processorPath useClasspath="true" /> | ||||
|       </profile> | ||||
|     </annotationProcessing> | ||||
|   </component> | ||||
| </project> | ||||
| 
 | ||||
							
								
								
									
										3
									
								
								.idea/copyright/profiles_settings.xml
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								.idea/copyright/profiles_settings.xml
									
									
									
										generated
									
									
									
										Normal file
									
								
							| @ -0,0 +1,3 @@ | ||||
| <component name="CopyrightManager"> | ||||
|   <settings default="" /> | ||||
| </component> | ||||
							
								
								
									
										5
									
								
								.idea/encodings.xml
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								.idea/encodings.xml
									
									
									
										generated
									
									
									
										Normal file
									
								
							| @ -0,0 +1,5 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <project version="4"> | ||||
|   <component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" /> | ||||
| </project> | ||||
| 
 | ||||
							
								
								
									
										19
									
								
								.idea/gradle.xml
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								.idea/gradle.xml
									
									
									
										generated
									
									
									
										Normal file
									
								
							| @ -0,0 +1,19 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <project version="4"> | ||||
|   <component name="GradleSettings"> | ||||
|     <option name="linkedExternalProjectsSettings"> | ||||
|       <GradleProjectSettings> | ||||
|         <option name="distributionType" value="DEFAULT_WRAPPED" /> | ||||
|         <option name="externalProjectPath" value="$PROJECT_DIR$" /> | ||||
|         <option name="modules"> | ||||
|           <set> | ||||
|             <option value="$PROJECT_DIR$" /> | ||||
|             <option value="$PROJECT_DIR$/usbSerialExamples" /> | ||||
|             <option value="$PROJECT_DIR$/usbSerialForAndroid" /> | ||||
|           </set> | ||||
|         </option> | ||||
|       </GradleProjectSettings> | ||||
|     </option> | ||||
|   </component> | ||||
| </project> | ||||
| 
 | ||||
							
								
								
									
										128
									
								
								.idea/misc.xml
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										128
									
								
								.idea/misc.xml
									
									
									
										generated
									
									
									
										Normal file
									
								
							| @ -0,0 +1,128 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <project version="4"> | ||||
|   <component name="DaemonCodeAnalyzer"> | ||||
|     <disable_hints /> | ||||
|   </component> | ||||
|   <component name="ProjectLevelVcsManager" settingsEditedManually="false"> | ||||
|     <OptionsSetting value="true" id="Add" /> | ||||
|     <OptionsSetting value="true" id="Remove" /> | ||||
|     <OptionsSetting value="true" id="Checkout" /> | ||||
|     <OptionsSetting value="true" id="Update" /> | ||||
|     <OptionsSetting value="true" id="Status" /> | ||||
|     <OptionsSetting value="true" id="Edit" /> | ||||
|     <ConfirmationsSetting value="0" id="Add" /> | ||||
|     <ConfirmationsSetting value="0" id="Remove" /> | ||||
|   </component> | ||||
|   <component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" assert-keyword="true" jdk-15="true" project-jdk-name="JDK" project-jdk-type="JavaSDK"> | ||||
|     <output url="file://$PROJECT_DIR$/build/classes" /> | ||||
|   </component> | ||||
|   <component name="RunManager"> | ||||
|     <configuration default="true" type="Remote" factoryName="Remote"> | ||||
|       <option name="USE_SOCKET_TRANSPORT" value="true" /> | ||||
|       <option name="SERVER_MODE" value="false" /> | ||||
|       <option name="SHMEM_ADDRESS" value="javadebug" /> | ||||
|       <option name="HOST" value="localhost" /> | ||||
|       <option name="PORT" value="5005" /> | ||||
|       <method /> | ||||
|     </configuration> | ||||
|     <configuration default="true" type="Applet" factoryName="Applet"> | ||||
|       <module name="" /> | ||||
|       <option name="MAIN_CLASS_NAME" /> | ||||
|       <option name="HTML_FILE_NAME" /> | ||||
|       <option name="HTML_USED" value="false" /> | ||||
|       <option name="WIDTH" value="400" /> | ||||
|       <option name="HEIGHT" value="300" /> | ||||
|       <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" /> | ||||
|       <option name="VM_PARAMETERS" /> | ||||
|       <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> | ||||
|       <option name="ALTERNATIVE_JRE_PATH" /> | ||||
|       <method /> | ||||
|     </configuration> | ||||
|     <configuration default="true" type="TestNG" factoryName="TestNG"> | ||||
|       <module name="" /> | ||||
|       <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> | ||||
|       <option name="ALTERNATIVE_JRE_PATH" /> | ||||
|       <option name="SUITE_NAME" /> | ||||
|       <option name="PACKAGE_NAME" /> | ||||
|       <option name="MAIN_CLASS_NAME" /> | ||||
|       <option name="METHOD_NAME" /> | ||||
|       <option name="GROUP_NAME" /> | ||||
|       <option name="TEST_OBJECT" value="CLASS" /> | ||||
|       <option name="VM_PARAMETERS" value="-ea" /> | ||||
|       <option name="PARAMETERS" /> | ||||
|       <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" /> | ||||
|       <option name="OUTPUT_DIRECTORY" /> | ||||
|       <option name="ANNOTATION_TYPE" /> | ||||
|       <option name="ENV_VARIABLES" /> | ||||
|       <option name="PASS_PARENT_ENVS" value="true" /> | ||||
|       <option name="TEST_SEARCH_SCOPE"> | ||||
|         <value defaultName="moduleWithDependencies" /> | ||||
|       </option> | ||||
|       <option name="USE_DEFAULT_REPORTERS" value="false" /> | ||||
|       <option name="PROPERTIES_FILE" /> | ||||
|       <envs /> | ||||
|       <properties /> | ||||
|       <listeners /> | ||||
|       <method /> | ||||
|     </configuration> | ||||
|     <configuration default="true" type="Application" factoryName="Application"> | ||||
|       <option name="MAIN_CLASS_NAME" /> | ||||
|       <option name="VM_PARAMETERS" /> | ||||
|       <option name="PROGRAM_PARAMETERS" /> | ||||
|       <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" /> | ||||
|       <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> | ||||
|       <option name="ALTERNATIVE_JRE_PATH" /> | ||||
|       <option name="ENABLE_SWING_INSPECTOR" value="false" /> | ||||
|       <option name="ENV_VARIABLES" /> | ||||
|       <option name="PASS_PARENT_ENVS" value="true" /> | ||||
|       <module name="" /> | ||||
|       <envs /> | ||||
|       <method /> | ||||
|     </configuration> | ||||
|     <configuration default="true" type="JUnit" factoryName="JUnit"> | ||||
|       <module name="" /> | ||||
|       <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> | ||||
|       <option name="ALTERNATIVE_JRE_PATH" /> | ||||
|       <option name="PACKAGE_NAME" /> | ||||
|       <option name="MAIN_CLASS_NAME" /> | ||||
|       <option name="METHOD_NAME" /> | ||||
|       <option name="TEST_OBJECT" value="class" /> | ||||
|       <option name="VM_PARAMETERS" value="-ea" /> | ||||
|       <option name="PARAMETERS" /> | ||||
|       <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" /> | ||||
|       <option name="ENV_VARIABLES" /> | ||||
|       <option name="PASS_PARENT_ENVS" value="true" /> | ||||
|       <option name="TEST_SEARCH_SCOPE"> | ||||
|         <value defaultName="moduleWithDependencies" /> | ||||
|       </option> | ||||
|       <envs /> | ||||
|       <patterns /> | ||||
|       <method /> | ||||
|     </configuration> | ||||
|     <list size="0" /> | ||||
|     <configuration name="<template>" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" default="true" selected="false"> | ||||
|       <option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" /> | ||||
|     </configuration> | ||||
|     <configuration name="<template>" type="WebApp" default="true" selected="false"> | ||||
|       <Host>localhost</Host> | ||||
|       <Port>5050</Port> | ||||
|     </configuration> | ||||
|   </component> | ||||
|   <component name="masterDetails"> | ||||
|     <states> | ||||
|       <state key="ProjectJDKs.UI"> | ||||
|         <settings> | ||||
|           <last-edited>Android API 19 Platform</last-edited> | ||||
|           <splitter-proportions> | ||||
|             <option name="proportions"> | ||||
|               <list> | ||||
|                 <option value="0.2" /> | ||||
|               </list> | ||||
|             </option> | ||||
|           </splitter-proportions> | ||||
|         </settings> | ||||
|       </state> | ||||
|     </states> | ||||
|   </component> | ||||
| </project> | ||||
| 
 | ||||
							
								
								
									
										11
									
								
								.idea/modules.xml
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								.idea/modules.xml
									
									
									
										generated
									
									
									
										Normal file
									
								
							| @ -0,0 +1,11 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <project version="4"> | ||||
|   <component name="ProjectModuleManager"> | ||||
|     <modules> | ||||
|       <module fileurl="file://$PROJECT_DIR$/usb-serial-for-android.iml" filepath="$PROJECT_DIR$/usb-serial-for-android.iml" /> | ||||
|       <module fileurl="file://$PROJECT_DIR$/usbSerialExamples/usbSerialExamples.iml" filepath="$PROJECT_DIR$/usbSerialExamples/usbSerialExamples.iml" /> | ||||
|       <module fileurl="file://$PROJECT_DIR$/usbSerialForAndroid/usbSerialForAndroid.iml" filepath="$PROJECT_DIR$/usbSerialForAndroid/usbSerialForAndroid.iml" /> | ||||
|     </modules> | ||||
|   </component> | ||||
| </project> | ||||
| 
 | ||||
							
								
								
									
										5
									
								
								.idea/scopes/scope_settings.xml
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								.idea/scopes/scope_settings.xml
									
									
									
										generated
									
									
									
										Normal file
									
								
							| @ -0,0 +1,5 @@ | ||||
| <component name="DependencyValidationManager"> | ||||
|   <state> | ||||
|     <option name="SKIP_IMPORT_STATEMENTS" value="false" /> | ||||
|   </state> | ||||
| </component> | ||||
							
								
								
									
										7
									
								
								.idea/vcs.xml
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								.idea/vcs.xml
									
									
									
										generated
									
									
									
										Normal file
									
								
							| @ -0,0 +1,7 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <project version="4"> | ||||
|   <component name="VcsDirectoryMappings"> | ||||
|     <mapping directory="" vcs="" /> | ||||
|   </component> | ||||
| </project> | ||||
| 
 | ||||
| @ -1,10 +0,0 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <classpath> | ||||
| 	<classpathentry combineaccessrules="false" kind="src" path="/UsbSerialLibrary"/> | ||||
| 	<classpathentry kind="src" path="src"/> | ||||
| 	<classpathentry kind="src" path="gen"/> | ||||
| 	<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> | ||||
| 	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> | ||||
| 	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/> | ||||
| 	<classpathentry kind="output" path="bin/classes"/> | ||||
| </classpath> | ||||
| @ -1,33 +0,0 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <projectDescription> | ||||
| 	<name>UsbSerialExamples</name> | ||||
| 	<comment></comment> | ||||
| 	<projects> | ||||
| 	</projects> | ||||
| 	<buildSpec> | ||||
| 		<buildCommand> | ||||
| 			<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name> | ||||
| 			<arguments> | ||||
| 			</arguments> | ||||
| 		</buildCommand> | ||||
| 		<buildCommand> | ||||
| 			<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name> | ||||
| 			<arguments> | ||||
| 			</arguments> | ||||
| 		</buildCommand> | ||||
| 		<buildCommand> | ||||
| 			<name>org.eclipse.jdt.core.javabuilder</name> | ||||
| 			<arguments> | ||||
| 			</arguments> | ||||
| 		</buildCommand> | ||||
| 		<buildCommand> | ||||
| 			<name>com.android.ide.eclipse.adt.ApkBuilder</name> | ||||
| 			<arguments> | ||||
| 			</arguments> | ||||
| 		</buildCommand> | ||||
| 	</buildSpec> | ||||
| 	<natures> | ||||
| 		<nature>com.android.ide.eclipse.adt.AndroidNature</nature> | ||||
| 		<nature>org.eclipse.jdt.core.javanature</nature> | ||||
| 	</natures> | ||||
| </projectDescription> | ||||
| @ -1,280 +0,0 @@ | ||||
| #Thu Jun 02 12:32:09 PDT 2011 | ||||
| eclipse.preferences.version=1 | ||||
| org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||||
| org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 | ||||
| org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve | ||||
| org.eclipse.jdt.core.compiler.compliance=1.6 | ||||
| org.eclipse.jdt.core.compiler.debug.lineNumber=generate | ||||
| org.eclipse.jdt.core.compiler.debug.localVariable=generate | ||||
| org.eclipse.jdt.core.compiler.debug.sourceFile=generate | ||||
| org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||||
| org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||||
| org.eclipse.jdt.core.compiler.source=1.6 | ||||
| org.eclipse.jdt.core.formatter.align_type_members_on_columns=false | ||||
| org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_assignment=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_compact_if=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16 | ||||
| org.eclipse.jdt.core.formatter.blank_lines_after_imports=1 | ||||
| org.eclipse.jdt.core.formatter.blank_lines_after_package=1 | ||||
| org.eclipse.jdt.core.formatter.blank_lines_before_field=0 | ||||
| org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0 | ||||
| org.eclipse.jdt.core.formatter.blank_lines_before_imports=1 | ||||
| org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1 | ||||
| org.eclipse.jdt.core.formatter.blank_lines_before_method=1 | ||||
| org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1 | ||||
| org.eclipse.jdt.core.formatter.blank_lines_before_package=1 | ||||
| org.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1 | ||||
| org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1 | ||||
| org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line | ||||
| org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line | ||||
| org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line | ||||
| org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line | ||||
| org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line | ||||
| org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line | ||||
| org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line | ||||
| org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line | ||||
| org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line | ||||
| org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line | ||||
| org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line | ||||
| org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=true | ||||
| org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=true | ||||
| org.eclipse.jdt.core.formatter.comment.format_block_comments=true | ||||
| org.eclipse.jdt.core.formatter.comment.format_header=false | ||||
| org.eclipse.jdt.core.formatter.comment.format_html=true | ||||
| org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true | ||||
| org.eclipse.jdt.core.formatter.comment.format_line_comments=true | ||||
| org.eclipse.jdt.core.formatter.comment.format_source_code=true | ||||
| org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true | ||||
| org.eclipse.jdt.core.formatter.comment.indent_root_tags=true | ||||
| org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert | ||||
| org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=do not insert | ||||
| org.eclipse.jdt.core.formatter.comment.line_length=80 | ||||
| org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true | ||||
| org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true | ||||
| org.eclipse.jdt.core.formatter.compact_else_if=true | ||||
| org.eclipse.jdt.core.formatter.continuation_indentation=2 | ||||
| org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2 | ||||
| org.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off | ||||
| org.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on | ||||
| org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false | ||||
| org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true | ||||
| org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true | ||||
| org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true | ||||
| org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true | ||||
| org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true | ||||
| org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true | ||||
| org.eclipse.jdt.core.formatter.indent_empty_lines=false | ||||
| org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true | ||||
| org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true | ||||
| org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true | ||||
| org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=true | ||||
| org.eclipse.jdt.core.formatter.indentation.size=4 | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_member=insert | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=insert | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=insert | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=insert | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert | ||||
| org.eclipse.jdt.core.formatter.join_lines_in_comments=true | ||||
| org.eclipse.jdt.core.formatter.join_wrapped_lines=false | ||||
| org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false | ||||
| org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false | ||||
| org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false | ||||
| org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false | ||||
| org.eclipse.jdt.core.formatter.lineSplit=100 | ||||
| org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false | ||||
| org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false | ||||
| org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0 | ||||
| org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1 | ||||
| org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true | ||||
| org.eclipse.jdt.core.formatter.tabulation.char=space | ||||
| org.eclipse.jdt.core.formatter.tabulation.size=4 | ||||
| org.eclipse.jdt.core.formatter.use_on_off_tags=false | ||||
| org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false | ||||
| org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true | ||||
| org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true | ||||
| @ -1,7 +0,0 @@ | ||||
| eclipse.preferences.version=1 | ||||
| formatter_profile=_Android | ||||
| formatter_settings_version=11 | ||||
| org.eclipse.jdt.ui.ignorelowercasenames=true | ||||
| org.eclipse.jdt.ui.importorder=android;com;dalvik;gov;junit;libcore;net;org;java;javax; | ||||
| org.eclipse.jdt.ui.ondemandthreshold=99 | ||||
| org.eclipse.jdt.ui.staticondemandthreshold=99 | ||||
| @ -1,40 +0,0 @@ | ||||
| -optimizationpasses 5 | ||||
| -dontusemixedcaseclassnames | ||||
| -dontskipnonpubliclibraryclasses | ||||
| -dontpreverify | ||||
| -verbose | ||||
| -optimizations !code/simplification/arithmetic,!field/*,!class/merging/* | ||||
| 
 | ||||
| -keep public class * extends android.app.Activity | ||||
| -keep public class * extends android.app.Application | ||||
| -keep public class * extends android.app.Service | ||||
| -keep public class * extends android.content.BroadcastReceiver | ||||
| -keep public class * extends android.content.ContentProvider | ||||
| -keep public class * extends android.app.backup.BackupAgentHelper | ||||
| -keep public class * extends android.preference.Preference | ||||
| -keep public class com.android.vending.licensing.ILicensingService | ||||
| 
 | ||||
| -keepclasseswithmembernames class * { | ||||
|     native <methods>; | ||||
| } | ||||
| 
 | ||||
| -keepclasseswithmembers class * { | ||||
|     public <init>(android.content.Context, android.util.AttributeSet); | ||||
| } | ||||
| 
 | ||||
| -keepclasseswithmembers class * { | ||||
|     public <init>(android.content.Context, android.util.AttributeSet, int); | ||||
| } | ||||
| 
 | ||||
| -keepclassmembers class * extends android.app.Activity { | ||||
|    public void *(android.view.View); | ||||
| } | ||||
| 
 | ||||
| -keepclassmembers enum * { | ||||
|     public static **[] values(); | ||||
|     public static ** valueOf(java.lang.String); | ||||
| } | ||||
| 
 | ||||
| -keep class * implements android.os.Parcelable { | ||||
|   public static final android.os.Parcelable$Creator *; | ||||
| } | ||||
| @ -1,12 +0,0 @@ | ||||
| # This file is automatically generated by Android Tools. | ||||
| # Do not modify this file -- YOUR CHANGES WILL BE ERASED! | ||||
| # | ||||
| # This file must be checked in Version Control Systems. | ||||
| # | ||||
| # To customize properties used by the Ant build system use, | ||||
| # "ant.properties", and override values to adapt the script to your | ||||
| # project structure. | ||||
| 
 | ||||
| # Project target. | ||||
| target=android-12 | ||||
| android.library.reference.1=../UsbSerialLibrary | ||||
| @ -1,9 +0,0 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <classpath> | ||||
| 	<classpathentry kind="src" path="src"/> | ||||
| 	<classpathentry kind="src" path="gen"/> | ||||
| 	<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> | ||||
| 	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> | ||||
| 	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/> | ||||
| 	<classpathentry kind="output" path="bin/classes"/> | ||||
| </classpath> | ||||
| @ -1,33 +0,0 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <projectDescription> | ||||
| 	<name>UsbSerialLibrary</name> | ||||
| 	<comment></comment> | ||||
| 	<projects> | ||||
| 	</projects> | ||||
| 	<buildSpec> | ||||
| 		<buildCommand> | ||||
| 			<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name> | ||||
| 			<arguments> | ||||
| 			</arguments> | ||||
| 		</buildCommand> | ||||
| 		<buildCommand> | ||||
| 			<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name> | ||||
| 			<arguments> | ||||
| 			</arguments> | ||||
| 		</buildCommand> | ||||
| 		<buildCommand> | ||||
| 			<name>org.eclipse.jdt.core.javabuilder</name> | ||||
| 			<arguments> | ||||
| 			</arguments> | ||||
| 		</buildCommand> | ||||
| 		<buildCommand> | ||||
| 			<name>com.android.ide.eclipse.adt.ApkBuilder</name> | ||||
| 			<arguments> | ||||
| 			</arguments> | ||||
| 		</buildCommand> | ||||
| 	</buildSpec> | ||||
| 	<natures> | ||||
| 		<nature>com.android.ide.eclipse.adt.AndroidNature</nature> | ||||
| 		<nature>org.eclipse.jdt.core.javanature</nature> | ||||
| 	</natures> | ||||
| </projectDescription> | ||||
| @ -1,349 +0,0 @@ | ||||
| eclipse.preferences.version=1 | ||||
| org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||||
| org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 | ||||
| org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve | ||||
| org.eclipse.jdt.core.compiler.compliance=1.6 | ||||
| org.eclipse.jdt.core.compiler.debug.lineNumber=generate | ||||
| org.eclipse.jdt.core.compiler.debug.localVariable=generate | ||||
| org.eclipse.jdt.core.compiler.debug.sourceFile=generate | ||||
| org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=error | ||||
| org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||||
| org.eclipse.jdt.core.compiler.problem.autoboxing=ignore | ||||
| org.eclipse.jdt.core.compiler.problem.comparingIdentical=error | ||||
| org.eclipse.jdt.core.compiler.problem.deadCode=error | ||||
| org.eclipse.jdt.core.compiler.problem.deprecation=warning | ||||
| org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled | ||||
| org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=enabled | ||||
| org.eclipse.jdt.core.compiler.problem.discouragedReference=error | ||||
| org.eclipse.jdt.core.compiler.problem.emptyStatement=warning | ||||
| org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||||
| org.eclipse.jdt.core.compiler.problem.fallthroughCase=error | ||||
| org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled | ||||
| org.eclipse.jdt.core.compiler.problem.fieldHiding=warning | ||||
| org.eclipse.jdt.core.compiler.problem.finalParameterBound=ignore | ||||
| org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=error | ||||
| org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning | ||||
| org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=error | ||||
| org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled | ||||
| org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=error | ||||
| org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning | ||||
| org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore | ||||
| org.eclipse.jdt.core.compiler.problem.localVariableHiding=warning | ||||
| org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=error | ||||
| org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=error | ||||
| org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=error | ||||
| org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=warning | ||||
| org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled | ||||
| org.eclipse.jdt.core.compiler.problem.missingSerialVersion=ignore | ||||
| org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=error | ||||
| org.eclipse.jdt.core.compiler.problem.noEffectAssignment=error | ||||
| org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=error | ||||
| org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore | ||||
| org.eclipse.jdt.core.compiler.problem.nullReference=error | ||||
| org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=error | ||||
| org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore | ||||
| org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=error | ||||
| org.eclipse.jdt.core.compiler.problem.potentialNullReference=warning | ||||
| org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning | ||||
| org.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning | ||||
| org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=ignore | ||||
| org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=error | ||||
| org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore | ||||
| org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore | ||||
| org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled | ||||
| org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=error | ||||
| org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled | ||||
| org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled | ||||
| org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore | ||||
| org.eclipse.jdt.core.compiler.problem.typeParameterHiding=error | ||||
| org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled | ||||
| org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning | ||||
| org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore | ||||
| org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=error | ||||
| org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore | ||||
| org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=error | ||||
| org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore | ||||
| org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=error | ||||
| org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled | ||||
| org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled | ||||
| org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled | ||||
| org.eclipse.jdt.core.compiler.problem.unusedImport=error | ||||
| org.eclipse.jdt.core.compiler.problem.unusedLabel=error | ||||
| org.eclipse.jdt.core.compiler.problem.unusedLocal=ignore | ||||
| org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=ignore | ||||
| org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore | ||||
| org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled | ||||
| org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled | ||||
| org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled | ||||
| org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning | ||||
| org.eclipse.jdt.core.compiler.problem.unusedWarningToken=error | ||||
| org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=error | ||||
| org.eclipse.jdt.core.compiler.source=1.6 | ||||
| org.eclipse.jdt.core.formatter.align_type_members_on_columns=false | ||||
| org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_assignment=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_compact_if=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16 | ||||
| org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16 | ||||
| org.eclipse.jdt.core.formatter.blank_lines_after_imports=1 | ||||
| org.eclipse.jdt.core.formatter.blank_lines_after_package=1 | ||||
| org.eclipse.jdt.core.formatter.blank_lines_before_field=0 | ||||
| org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0 | ||||
| org.eclipse.jdt.core.formatter.blank_lines_before_imports=1 | ||||
| org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1 | ||||
| org.eclipse.jdt.core.formatter.blank_lines_before_method=1 | ||||
| org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1 | ||||
| org.eclipse.jdt.core.formatter.blank_lines_before_package=1 | ||||
| org.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1 | ||||
| org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1 | ||||
| org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line | ||||
| org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line | ||||
| org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line | ||||
| org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line | ||||
| org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line | ||||
| org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line | ||||
| org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line | ||||
| org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line | ||||
| org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line | ||||
| org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line | ||||
| org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line | ||||
| org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=true | ||||
| org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=true | ||||
| org.eclipse.jdt.core.formatter.comment.format_block_comments=true | ||||
| org.eclipse.jdt.core.formatter.comment.format_header=false | ||||
| org.eclipse.jdt.core.formatter.comment.format_html=true | ||||
| org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true | ||||
| org.eclipse.jdt.core.formatter.comment.format_line_comments=true | ||||
| org.eclipse.jdt.core.formatter.comment.format_source_code=true | ||||
| org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true | ||||
| org.eclipse.jdt.core.formatter.comment.indent_root_tags=true | ||||
| org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert | ||||
| org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=do not insert | ||||
| org.eclipse.jdt.core.formatter.comment.line_length=80 | ||||
| org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true | ||||
| org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true | ||||
| org.eclipse.jdt.core.formatter.compact_else_if=true | ||||
| org.eclipse.jdt.core.formatter.continuation_indentation=2 | ||||
| org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2 | ||||
| org.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off | ||||
| org.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on | ||||
| org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false | ||||
| org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true | ||||
| org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true | ||||
| org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true | ||||
| org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true | ||||
| org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true | ||||
| org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true | ||||
| org.eclipse.jdt.core.formatter.indent_empty_lines=false | ||||
| org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true | ||||
| org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true | ||||
| org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true | ||||
| org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=true | ||||
| org.eclipse.jdt.core.formatter.indentation.size=4 | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_member=insert | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=insert | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=insert | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=insert | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert | ||||
| org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert | ||||
| org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert | ||||
| org.eclipse.jdt.core.formatter.join_lines_in_comments=true | ||||
| org.eclipse.jdt.core.formatter.join_wrapped_lines=false | ||||
| org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false | ||||
| org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false | ||||
| org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false | ||||
| org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false | ||||
| org.eclipse.jdt.core.formatter.lineSplit=100 | ||||
| org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false | ||||
| org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false | ||||
| org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0 | ||||
| org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1 | ||||
| org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true | ||||
| org.eclipse.jdt.core.formatter.tabulation.char=space | ||||
| org.eclipse.jdt.core.formatter.tabulation.size=4 | ||||
| org.eclipse.jdt.core.formatter.use_on_off_tags=false | ||||
| org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false | ||||
| org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true | ||||
| org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true | ||||
| @ -1,7 +0,0 @@ | ||||
| eclipse.preferences.version=1 | ||||
| formatter_profile=_Android | ||||
| formatter_settings_version=11 | ||||
| org.eclipse.jdt.ui.ignorelowercasenames=true | ||||
| org.eclipse.jdt.ui.importorder=android;com;dalvik;gov;junit;libcore;net;org;java;javax; | ||||
| org.eclipse.jdt.ui.ondemandthreshold=99 | ||||
| org.eclipse.jdt.ui.staticondemandthreshold=99 | ||||
| @ -1,36 +0,0 @@ | ||||
| -optimizationpasses 5 | ||||
| -dontusemixedcaseclassnames | ||||
| -dontskipnonpubliclibraryclasses | ||||
| -dontpreverify | ||||
| -verbose | ||||
| -optimizations !code/simplification/arithmetic,!field/*,!class/merging/* | ||||
| 
 | ||||
| -keep public class * extends android.app.Activity | ||||
| -keep public class * extends android.app.Application | ||||
| -keep public class * extends android.app.Service | ||||
| -keep public class * extends android.content.BroadcastReceiver | ||||
| -keep public class * extends android.content.ContentProvider | ||||
| -keep public class * extends android.app.backup.BackupAgentHelper | ||||
| -keep public class * extends android.preference.Preference | ||||
| -keep public class com.android.vending.licensing.ILicensingService | ||||
| 
 | ||||
| -keepclasseswithmembernames class * { | ||||
|     native <methods>; | ||||
| } | ||||
| 
 | ||||
| -keepclasseswithmembernames class * { | ||||
|     public <init>(android.content.Context, android.util.AttributeSet); | ||||
| } | ||||
| 
 | ||||
| -keepclasseswithmembernames class * { | ||||
|     public <init>(android.content.Context, android.util.AttributeSet, int); | ||||
| } | ||||
| 
 | ||||
| -keepclassmembers enum * { | ||||
|     public static **[] values(); | ||||
|     public static ** valueOf(java.lang.String); | ||||
| } | ||||
| 
 | ||||
| -keep class * implements android.os.Parcelable { | ||||
|   public static final android.os.Parcelable$Creator *; | ||||
| } | ||||
| @ -1,12 +0,0 @@ | ||||
| # This file is automatically generated by Android Tools. | ||||
| # Do not modify this file -- YOUR CHANGES WILL BE ERASED! | ||||
| # | ||||
| # This file must be checked in Version Control Systems. | ||||
| # | ||||
| # To customize properties used by the Ant build system use, | ||||
| # "ant.properties", and override values to adapt the script to your | ||||
| # project structure. | ||||
| 
 | ||||
| # Project target. | ||||
| target=android-12 | ||||
| android.library=true | ||||
							
								
								
									
										15
									
								
								build.gradle
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								build.gradle
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,15 @@ | ||||
| // Top-level build file where you can add configuration options common to all sub-projects/modules. | ||||
| buildscript { | ||||
|     repositories { | ||||
|         mavenCentral() | ||||
|     } | ||||
|     dependencies { | ||||
|         classpath 'com.android.tools.build:gradle:0.9.+' | ||||
|     } | ||||
| } | ||||
| 
 | ||||
| allprojects { | ||||
|     repositories { | ||||
|         mavenCentral() | ||||
|     } | ||||
| } | ||||
							
								
								
									
										
											BIN
										
									
								
								gradle/wrapper/gradle-wrapper.jar
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								gradle/wrapper/gradle-wrapper.jar
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										6
									
								
								gradle/wrapper/gradle-wrapper.properties
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								gradle/wrapper/gradle-wrapper.properties
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @ -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=http\://services.gradle.org/distributions/gradle-1.10-all.zip | ||||
							
								
								
									
										164
									
								
								gradlew
									
									
									
									
										vendored
									
									
										Executable file
									
								
							
							
						
						
									
										164
									
								
								gradlew
									
									
									
									
										vendored
									
									
										Executable file
									
								
							| @ -0,0 +1,164 @@ | ||||
| #!/usr/bin/env bash | ||||
| 
 | ||||
| ############################################################################## | ||||
| ## | ||||
| ##  Gradle start up script for UN*X | ||||
| ## | ||||
| ############################################################################## | ||||
| 
 | ||||
| # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. | ||||
| DEFAULT_JVM_OPTS="" | ||||
| 
 | ||||
| APP_NAME="Gradle" | ||||
| APP_BASE_NAME=`basename "$0"` | ||||
| 
 | ||||
| # Use the maximum available, or set MAX_FD != -1 to use that value. | ||||
| MAX_FD="maximum" | ||||
| 
 | ||||
| warn ( ) { | ||||
|     echo "$*" | ||||
| } | ||||
| 
 | ||||
| die ( ) { | ||||
|     echo | ||||
|     echo "$*" | ||||
|     echo | ||||
|     exit 1 | ||||
| } | ||||
| 
 | ||||
| # OS specific support (must be 'true' or 'false'). | ||||
| cygwin=false | ||||
| msys=false | ||||
| darwin=false | ||||
| case "`uname`" in | ||||
|   CYGWIN* ) | ||||
|     cygwin=true | ||||
|     ;; | ||||
|   Darwin* ) | ||||
|     darwin=true | ||||
|     ;; | ||||
|   MINGW* ) | ||||
|     msys=true | ||||
|     ;; | ||||
| esac | ||||
| 
 | ||||
| # For Cygwin, ensure paths are in UNIX format before anything is touched. | ||||
| if $cygwin ; then | ||||
|     [ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"` | ||||
| fi | ||||
| 
 | ||||
| # Attempt to set APP_HOME | ||||
| # Resolve links: $0 may be a link | ||||
| PRG="$0" | ||||
| # Need this for relative symlinks. | ||||
| while [ -h "$PRG" ] ; do | ||||
|     ls=`ls -ld "$PRG"` | ||||
|     link=`expr "$ls" : '.*-> \(.*\)$'` | ||||
|     if expr "$link" : '/.*' > /dev/null; then | ||||
|         PRG="$link" | ||||
|     else | ||||
|         PRG=`dirname "$PRG"`"/$link" | ||||
|     fi | ||||
| done | ||||
| SAVED="`pwd`" | ||||
| cd "`dirname \"$PRG\"`/" >&- | ||||
| APP_HOME="`pwd -P`" | ||||
| cd "$SAVED" >&- | ||||
| 
 | ||||
| CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar | ||||
| 
 | ||||
| # Determine the Java command to use to start the JVM. | ||||
| if [ -n "$JAVA_HOME" ] ; then | ||||
|     if [ -x "$JAVA_HOME/jre/sh/java" ] ; then | ||||
|         # IBM's JDK on AIX uses strange locations for the executables | ||||
|         JAVACMD="$JAVA_HOME/jre/sh/java" | ||||
|     else | ||||
|         JAVACMD="$JAVA_HOME/bin/java" | ||||
|     fi | ||||
|     if [ ! -x "$JAVACMD" ] ; then | ||||
|         die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME | ||||
| 
 | ||||
| Please set the JAVA_HOME variable in your environment to match the | ||||
| location of your Java installation." | ||||
|     fi | ||||
| else | ||||
|     JAVACMD="java" | ||||
|     which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. | ||||
| 
 | ||||
| Please set the JAVA_HOME variable in your environment to match the | ||||
| location of your Java installation." | ||||
| fi | ||||
| 
 | ||||
| # Increase the maximum file descriptors if we can. | ||||
| if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then | ||||
|     MAX_FD_LIMIT=`ulimit -H -n` | ||||
|     if [ $? -eq 0 ] ; then | ||||
|         if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then | ||||
|             MAX_FD="$MAX_FD_LIMIT" | ||||
|         fi | ||||
|         ulimit -n $MAX_FD | ||||
|         if [ $? -ne 0 ] ; then | ||||
|             warn "Could not set maximum file descriptor limit: $MAX_FD" | ||||
|         fi | ||||
|     else | ||||
|         warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT" | ||||
|     fi | ||||
| fi | ||||
| 
 | ||||
| # For Darwin, add options to specify how the application appears in the dock | ||||
| if $darwin; then | ||||
|     GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\"" | ||||
| fi | ||||
| 
 | ||||
| # For Cygwin, switch paths to Windows format before running java | ||||
| if $cygwin ; then | ||||
|     APP_HOME=`cygpath --path --mixed "$APP_HOME"` | ||||
|     CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` | ||||
| 
 | ||||
|     # We build the pattern for arguments to be converted via cygpath | ||||
|     ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null` | ||||
|     SEP="" | ||||
|     for dir in $ROOTDIRSRAW ; do | ||||
|         ROOTDIRS="$ROOTDIRS$SEP$dir" | ||||
|         SEP="|" | ||||
|     done | ||||
|     OURCYGPATTERN="(^($ROOTDIRS))" | ||||
|     # Add a user-defined pattern to the cygpath arguments | ||||
|     if [ "$GRADLE_CYGPATTERN" != "" ] ; then | ||||
|         OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)" | ||||
|     fi | ||||
|     # Now convert the arguments - kludge to limit ourselves to /bin/sh | ||||
|     i=0 | ||||
|     for arg in "$@" ; do | ||||
|         CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -` | ||||
|         CHECK2=`echo "$arg"|egrep -c "^-"`                                 ### Determine if an option | ||||
| 
 | ||||
|         if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then                    ### Added a condition | ||||
|             eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"` | ||||
|         else | ||||
|             eval `echo args$i`="\"$arg\"" | ||||
|         fi | ||||
|         i=$((i+1)) | ||||
|     done | ||||
|     case $i in | ||||
|         (0) set -- ;; | ||||
|         (1) set -- "$args0" ;; | ||||
|         (2) set -- "$args0" "$args1" ;; | ||||
|         (3) set -- "$args0" "$args1" "$args2" ;; | ||||
|         (4) set -- "$args0" "$args1" "$args2" "$args3" ;; | ||||
|         (5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;; | ||||
|         (6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;; | ||||
|         (7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;; | ||||
|         (8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;; | ||||
|         (9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;; | ||||
|     esac | ||||
| fi | ||||
| 
 | ||||
| # Split up the JVM_OPTS And GRADLE_OPTS values into an array, following the shell quoting and substitution rules | ||||
| function splitJvmOpts() { | ||||
|     JVM_OPTS=("$@") | ||||
| } | ||||
| eval splitJvmOpts $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS | ||||
| JVM_OPTS[${#JVM_OPTS[*]}]="-Dorg.gradle.appname=$APP_BASE_NAME" | ||||
| 
 | ||||
| exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@" | ||||
							
								
								
									
										90
									
								
								gradlew.bat
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										90
									
								
								gradlew.bat
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @ -0,0 +1,90 @@ | ||||
| @if "%DEBUG%" == "" @echo off | ||||
| @rem ########################################################################## | ||||
| @rem | ||||
| @rem  Gradle startup script for Windows | ||||
| @rem | ||||
| @rem ########################################################################## | ||||
| 
 | ||||
| @rem Set local scope for the variables with windows NT shell | ||||
| if "%OS%"=="Windows_NT" setlocal | ||||
| 
 | ||||
| @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. | ||||
| set DEFAULT_JVM_OPTS= | ||||
| 
 | ||||
| set DIRNAME=%~dp0 | ||||
| if "%DIRNAME%" == "" set DIRNAME=. | ||||
| set APP_BASE_NAME=%~n0 | ||||
| set APP_HOME=%DIRNAME% | ||||
| 
 | ||||
| @rem Find java.exe | ||||
| if defined JAVA_HOME goto findJavaFromJavaHome | ||||
| 
 | ||||
| set JAVA_EXE=java.exe | ||||
| %JAVA_EXE% -version >NUL 2>&1 | ||||
| if "%ERRORLEVEL%" == "0" goto init | ||||
| 
 | ||||
| echo. | ||||
| echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. | ||||
| echo. | ||||
| echo Please set the JAVA_HOME variable in your environment to match the | ||||
| echo location of your Java installation. | ||||
| 
 | ||||
| goto fail | ||||
| 
 | ||||
| :findJavaFromJavaHome | ||||
| set JAVA_HOME=%JAVA_HOME:"=% | ||||
| set JAVA_EXE=%JAVA_HOME%/bin/java.exe | ||||
| 
 | ||||
| if exist "%JAVA_EXE%" goto init | ||||
| 
 | ||||
| echo. | ||||
| echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% | ||||
| echo. | ||||
| echo Please set the JAVA_HOME variable in your environment to match the | ||||
| echo location of your Java installation. | ||||
| 
 | ||||
| goto fail | ||||
| 
 | ||||
| :init | ||||
| @rem Get command-line arguments, handling Windowz variants | ||||
| 
 | ||||
| if not "%OS%" == "Windows_NT" goto win9xME_args | ||||
| if "%@eval[2+2]" == "4" goto 4NT_args | ||||
| 
 | ||||
| :win9xME_args | ||||
| @rem Slurp the command line arguments. | ||||
| set CMD_LINE_ARGS= | ||||
| set _SKIP=2 | ||||
| 
 | ||||
| :win9xME_args_slurp | ||||
| if "x%~1" == "x" goto execute | ||||
| 
 | ||||
| set CMD_LINE_ARGS=%* | ||||
| goto execute | ||||
| 
 | ||||
| :4NT_args | ||||
| @rem Get arguments from the 4NT Shell from JP Software | ||||
| set CMD_LINE_ARGS=%$ | ||||
| 
 | ||||
| :execute | ||||
| @rem Setup the command line | ||||
| 
 | ||||
| set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar | ||||
| 
 | ||||
| @rem Execute Gradle | ||||
| "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS% | ||||
| 
 | ||||
| :end | ||||
| @rem End local scope for the variables with windows NT shell | ||||
| if "%ERRORLEVEL%"=="0" goto mainEnd | ||||
| 
 | ||||
| :fail | ||||
| rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of | ||||
| rem the _cmd.exe /c_ return code! | ||||
| if  not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 | ||||
| exit /b 1 | ||||
| 
 | ||||
| :mainEnd | ||||
| if "%OS%"=="Windows_NT" endlocal | ||||
| 
 | ||||
| :omega | ||||
							
								
								
									
										1
									
								
								settings.gradle
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								settings.gradle
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| include 'usbSerialForAndroid', 'usbSerialExamples' | ||||
							
								
								
									
										24
									
								
								usbSerialExamples/build.gradle
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								usbSerialExamples/build.gradle
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,24 @@ | ||||
| apply plugin: 'android' | ||||
| 
 | ||||
| android { | ||||
|     compileSdkVersion 19 | ||||
|     buildToolsVersion "19.0.3" | ||||
| 
 | ||||
|     defaultConfig { | ||||
|         minSdkVersion 14 | ||||
|         targetSdkVersion 19 | ||||
| 
 | ||||
|         testPackageName "com.hoho.android.usbserial.examples" | ||||
|         testInstrumentationRunner "android.test.InstrumentationTestRunner" | ||||
|     } | ||||
| 
 | ||||
|     buildTypes { | ||||
|         release { | ||||
|             runProguard true | ||||
|         } | ||||
|     } | ||||
| } | ||||
| 
 | ||||
| dependencies { | ||||
|     compile project(':usbSerialForAndroid') | ||||
| } | ||||
| Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB | 
| Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB | 
| Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB | 
							
								
								
									
										18
									
								
								usbSerialForAndroid/build.gradle
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								usbSerialForAndroid/build.gradle
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,18 @@ | ||||
| apply plugin: 'android-library' | ||||
| 
 | ||||
| android { | ||||
|     compileSdkVersion 19 | ||||
|     buildToolsVersion "19.0.3" | ||||
| 
 | ||||
|     defaultConfig { | ||||
|         minSdkVersion 12 | ||||
|         targetSdkVersion 19 | ||||
|     } | ||||
| 
 | ||||
|     buildTypes { | ||||
|         release { | ||||
|             runProguard false | ||||
|             proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' | ||||
|         } | ||||
|     } | ||||
| } | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user