Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from rovo89/master
Browse files Browse the repository at this point in the history
up to date
  • Loading branch information
xuefy committed Jan 27, 2016
2 parents 9f873ee + afcc3e1 commit e4af4cd
Show file tree
Hide file tree
Showing 107 changed files with 3,889 additions and 32,885 deletions.
5 changes: 3 additions & 2 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="src" path="lib/apache-commons-lang"/>
<classpathentry excluding="*.txt" kind="src" path="lib/apache-commons-lang"/>
<classpathentry kind="lib" path="lib/full_framework_15.jar" sourcepath="lib/sdk_sources_15">
<accessrules>
<accessrule kind="nonaccessible" pattern="android/test/**"/>
</accessrules>
</classpathentry>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<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>
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.java text
*.xml text
5 changes: 5 additions & 0 deletions .project
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,10 @@
<type>2</type>
<locationURI>ANDROID_SDK/sources/android-15</locationURI>
</link>
<link>
<name>src/NOTICE.txt</name>
<type>1</type>
<locationURI>PROJECT_LOC/NOTICE.txt</locationURI>
</link>
</linkedResources>
</projectDescription>
35 changes: 35 additions & 0 deletions NOTICE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
LICENSE FOR THE MAIN PRODUCT
============================

Copyright 2013 rovo89, Tungstwenty

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.



INCLUDED LIBRARIES
==================

This product includes slightly modified code of the "Apache Commons Lang"
library. See lib/apache-commons-lang for details.
Here is a copy of the NOTICE.txt from that directory:
-------------------------------------------------------------------------
Apache Commons Lang
Copyright 2001-2011 The Apache Software Foundation

This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).

This product includes software from the Spring Framework,
under the Apache License 2.0 (see: StringUtils.containsWhitespace())
-------------------------------------------------------------------------
2 changes: 1 addition & 1 deletion assets/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.4
54
4 changes: 2 additions & 2 deletions install.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cd /d %~dp0
dir bin\XposedBridge.apk
adb push bin\XposedBridge.apk /data/xposed/XposedBridge.jar.newversion
pause
adb push bin\XposedBridge.apk /data/data/de.robv.android.xposed.installer/bin/XposedBridge.jar.newversion
pause
2 changes: 1 addition & 1 deletion jarexport.jardesc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="WINDOWS-1252" standalone="no"?>
<jardesc>
<jar path="XposedLibrary/XposedBridgeApi.jar"/>
<jar path="XposedBridgeApi.jar"/>
<options buildIfNeeded="true" compress="true" descriptionLocation="/XposedBridge/jarexport.jardesc" exportErrors="true" exportWarnings="true" includeDirectoryEntries="false" overwrite="true" saveDescription="true" storeRefactorings="false" useSourceFolders="false"/>
<storedRefactorings deprecationInfo="true" structuralOnly="false"/>
<selectedProjects/>
Expand Down
40 changes: 39 additions & 1 deletion lib/apache-commons-lang/MODIFICATIONS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,42 @@ as downloaded from http://commons.apache.org/lang/download_lang.cgi, except for
these modifications:
- Class MemberUtils changed to public
- Method compareParameterTypes in MemberUtils changed to public
- Prefix "external." for packages to avoid conflicts with other apps
- Prefix "external." for packages to avoid conflicts with other apps
- Removed unused sub-packages for smaller file size:
concurrent/
event/
math/
text/
time/
- Removed unused classes for smaller file size:
AnnotationUtils.java
BitField.java
BooleanUtils.java
CharEncoding.java
CharRange.java
CharSet.java
CharSetUtils.java
EnumUtils.java
LocaleUtils.java
RandomStringUtils.java
Range.java
SerializationException.java
SerializationUtils.java
StringEscapeUtils.java
builder/StandardToStringStyle.java
exception/ContextedException.java
exception/ContextedRuntimeException.java
exception/DefaultExceptionContext.java
exception/ExceptionContext.java
exception/ExceptionUtils.java
mutable/MutableBoolean.java
mutable/MutableByte.java
mutable/MutableDouble.java
mutable/MutableFloat.java
mutable/MutableLong.java
mutable/MutableObject.java
mutable/MutableShort.java
reflect/ConstructorUtils.java
reflect/FieldUtils.java
reflect/TypeUtils.java
tuple/MutablePair.java
Loading

0 comments on commit e4af4cd

Please sign in to comment.